-
Hypnotising you
Contributions
- Former Administrator
- Former Cid's Knight
-
Specifically what kind of ethernet card do you have? I don't see any modules in that list you posted that look like ethernet cards. The <b>lspci</b> command will list all your PCI cards, if you need to see a list. Post the contents of lspci here, even better. If you'd like to look at the stuff that gets output at boot time, you can use <b>dmesg</b>.
Anyways, I think that eth1394 thing might be what's causing the problem. 1394 refers to firewire, yes? It might be detecting your firewire port as a network card. Do this:
rmmod mii
rmmod eth1394
to unload those modules. Then do <b>ifconfig -a</b> and see what it says; if that was what the kernel was assigning to eth0, then eth0 should go away. If eth0 goes away when you do that, then that's a good thing; then you just figure out what your ethernet card's module is and modprobe it.
If worse comes to worse, I can SSH to your machine and do it all for you. 
(You can highlight and paste text from the console with the mouse, if you run gpm. In linux, highlighting text automatically "copies" it, and middle-clicking "pastes" it. Just remember that. Probably doesn't help you right now, but it will once your internet works.)
-
-
Did you try what I said about rmmod'ing those Firewire modules and seeing if eth0 frees up?
Onboard ethernet cards are evil. "NVIDIA nFORCE Networking Controller" sounds vague. <b>lspci</b> will give you more information, as I said. <b>ls /lib/modules/`uname -r`/kernel/drivers/net</b> will list all the ethernet modules on the CD. (Those are backticks around `uname -r`, i.e. the character below the ~ on the keyboard.) Find a module in there that looks like it goes with your card, and do
modprobe nforce-net
or whatever the name of the module is you want to use. Keep trying until one succeeds, and ifconfig -a shows your ethernet device. nforce-net might be the one you want, but there's no way for me to know.
-
-
-
Is there one called "forcedeth"? Or "nforce-net"? Or "nvnet"? Try those. ifconfig -a after you try each one, to see if you get an eth0.
-
-
Now that it's recognized, you have to enable it. Try <b>/etc/init.d/net.eth0 restart</b>.
If that doesn't work you can try <b>dhcpcd eth0</b>.
-
-
Post the output of
<b>mount</b>
If you run links as <b>links -driver fb</b>, it'll even load graphics and stuff. Very nice.
(Be sure to remember what module you used for your network card, so you can put it in your kernel later when you compile your own.)
-
-
According to your blog, you have SATA HDs, right? Does /dev/sda exist? Or /dev/hd[anything]? Maybe /dev/hde or /dev/hdg. Or do <b>dmesg | more</b> and look for what it called your hard drives.
-
-
Mine says that too. Not a problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules