View previous topic :: View next topic |
Author |
Message |
gymdis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Dec 2003 Posts: 7 Location: Skellefteå, Sweden
|
Posted: Mon Dec 22, 2003 12:33 pm Post subject: (newbie) can't get my nic to work |
|
|
With the LiveCD my network card (3Com Etherlink III) works fine, no prob.
However, when I compile my own kernel (2.4.23) with the 3c509 part in it, i get something like "no device" when trying.
I also get errors on boot like "SIOCSIFADDR: ...".
Tried to have it compiled as a module but modprobe and insmod both refused it.
I've read here on the forum people fixing it by mounting /boot correctly before copying their kernel there. That shouldn't be an issue since I (foolishly or not) just have one linux partition mounted as "/" (reiserfs). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
thodi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/20800928953faba3e39e6f6.png)
Joined: 20 Oct 2003 Posts: 92 Location: Emden, Germany (Old Europe)
|
Posted: Mon Dec 22, 2003 12:43 pm Post subject: |
|
|
The exact error messages would be nice. "something like 'no device'", "errors on boot like 'SIOCSIFADDR: ...'" and "modprobe and insmod both refused it" don't help too much. _________________ Hier fliegen gleich die Löcher aus dem Käse
Jabber: thodi@jabber.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gymdis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Dec 2003 Posts: 7 Location: Skellefteå, Sweden
|
Posted: Mon Dec 22, 2003 1:36 pm Post subject: |
|
|
Sorry, here it comes:
Code: | * Bringing eth0 up...
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
* Failed to bring eth0 up
[ !! ] |
Code: | # ifconfig eth0
eth0: error fetching interface information: Device not found |
Edit: Damn I forgot insmod and modprobe. Hope you can solve the mystery without them. (Could recompile the kernel with eth as a module again if it helps.) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gymdis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Dec 2003 Posts: 7 Location: Skellefteå, Sweden
|
Posted: Mon Dec 22, 2003 10:57 pm Post subject: |
|
|
who's in heaven? i am!
for some reason i tried
while using the LiveCD, and for the first time i noticed... 3c59x !!! not 3c509... so after another kernel-compile - voila, i'm here for real.
thanx to thodi for bothering with me anyway! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
thodi Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/20800928953faba3e39e6f6.png)
Joined: 20 Oct 2003 Posts: 92 Location: Emden, Germany (Old Europe)
|
Posted: Tue Dec 23, 2003 9:20 am Post subject: |
|
|
gymdis wrote: |
for some reason i tried
while using the LiveCD, and for the first time i noticed... 3c59x !!! not 3c509... so after another kernel-compile - voila, i'm here for real.
|
The kernel helps those who help themselves ![Smile :-)](images/smiles/icon_smile.gif) _________________ Hier fliegen gleich die Löcher aus dem Käse
Jabber: thodi@jabber.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|