View previous topic :: View next topic |
Author |
Message |
no_name n00b
Joined: 29 Sep 2004 Posts: 32 Location: Berlin
|
Posted: Tue Oct 19, 2004 1:38 pm Post subject: eth0: unknown interface: no such device ?? |
|
|
Hi,
I got some problems with my network card. I performed a stage1 installation and everything works just fine. But as I tried to boot from harddisk I realised that my network card couldn't be found anymore. While booting up I got some error messages like:
Code: | SIOCSIFNETMASK: No such device
eth0: Unknown interface: No such device |
I have a 3COM card (3c905B TX) and a 2.6.8.1 Kernel. I already activated 3COM support for 3c59x/900 Series network cards in my Kernel (menuconfig). And I also tried to load 3c59x module (autoload) but the problem still persists. |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Oct 19, 2004 1:55 pm Post subject: |
|
|
You can't have it both ways - is it built in or a module ?
You need the 3c59x module for almost all 100mbit 3Com cards. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
no_name n00b
Joined: 29 Sep 2004 Posts: 32 Location: Berlin
|
Posted: Tue Oct 19, 2004 2:04 pm Post subject: |
|
|
Well, I have tried both. First as built in and then as a module. It's all the same: unknown interface. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54824 Location: 56N 3W
|
Posted: Tue Oct 19, 2004 2:20 pm Post subject: |
|
|
no_name,
Show us the lspci output.
You either don't have the NIC you think you do or you have been building the wrong thing. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
no_name n00b
Joined: 29 Sep 2004 Posts: 32 Location: Berlin
|
Posted: Tue Oct 19, 2004 2:41 pm Post subject: |
|
|
NeddySeagoon,
there is no lspci on my system (command not found) but I'm quite sure that it is the right NIC since I read the printing on the card itself. |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Oct 19, 2004 2:46 pm Post subject: |
|
|
to get lspci.
We mean it
But if you're absolutely sure, then try disabling ACPI and APIC on boot - these are known to cause weird problems from time to time. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54824 Location: 56N 3W
|
Posted: Tue Oct 19, 2004 3:23 pm Post subject: |
|
|
no_name,
The 3c509B can have several chip sets, depending on what it says on the top of the large black IC in the card, you need either
the 3c59x or 3c50x driver.
See this page http://support.3com.com/infodeli/inotes/techtran/5a96_5ea.htm
Since you have tried one, give the other a shot.
lspci is on the liveCD too. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Oct 19, 2004 9:29 pm Post subject: |
|
|
NeddySeagoon wrote: | The 3c509B |
Erm... 3C905B, I think he wrote _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
val Apprentice
Joined: 30 Jun 2004 Posts: 234
|
Posted: Wed Oct 20, 2004 5:07 am Post subject: |
|
|
I had this happen to me and all that was wrong was that I had a bad ethernet cable. I struggled with it for days before I figured this out.
Sometimes the fancy ones with the rubber that goes around the head and covers up the tiny plastic lever (hope this makes sense) don't work with linux drivers for eth0 (reason is totally beyond me). Get a really plain one. _________________ My log saw what happened to Laura Palmer. Go ahead. Ask it. |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Wed Oct 20, 2004 8:34 am Post subject: |
|
|
Quote: | Sometimes the fancy ones with the rubber that goes around the head and covers up the tiny plastic lever |
You mean a molded connector.
Quote: | (hope this makes sense) don't work with linux drivers for eth0 (reason is totally beyond me). |
Reason is simple - it is very hard to see whether they are broken.
Meaning it probably is. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
no_name n00b
Joined: 29 Sep 2004 Posts: 32 Location: Berlin
|
Posted: Thu Oct 21, 2004 6:22 pm Post subject: |
|
|
OK, I found a solution, which is still dissatisfactory. It is working proberly if I enter: but I want to load it automatically during boot up!!
As I already mentioned, it can't find the eth0 device if it is built in the kernel or loaded as module (/etc/modules.autoload.d/kernel-2.6). |
|
Back to top |
|
|
kaffeen Tux's lil' helper
Joined: 27 Jan 2004 Posts: 139 Location: The Frozen North
|
Posted: Thu Oct 21, 2004 6:35 pm Post subject: |
|
|
To have it load during boot, add '3c59x' to /etc/modules.autoload.d/kernel-2.6. |
|
Back to top |
|
|
val Apprentice
Joined: 30 Jun 2004 Posts: 234
|
Posted: Thu Oct 21, 2004 7:38 pm Post subject: |
|
|
adaptr wrote: | Quote: | Sometimes the fancy ones with the rubber that goes around the head and covers up the tiny plastic lever |
You mean a molded connector.
Quote: | (hope this makes sense) don't work with linux drivers for eth0 (reason is totally beyond me). |
Reason is simple - it is very hard to see whether they are broken.
Meaning it probably is. |
Well, the wierd thing would be that such cables would work with the same computer booted into windows but not in linux. _________________ My log saw what happened to Laura Palmer. Go ahead. Ask it. |
|
Back to top |
|
|
|