Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
network problem -- searched forums, but found no answer
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
storkk
n00b
n00b


Joined: 24 Mar 2003
Posts: 18
Location: Geneva, Switzerland

PostPosted: Mon Mar 24, 2003 1:13 am    Post subject: network problem -- searched forums, but found no answer Reply with quote

this is probably a really simple problem, but here goes anyways:

here is the initial error message on boot
* Bringing eth0 up...
dhcpcd[6451]: dhcpStart: ioctl SIOCGIFHWADDR: No such device
* Failed to bring eth0 up [!!]
*ERROR: Problem starting needed services.
"netmount" was not started"

of course, ifconfig -a shows only lo

yes, the correct driver is compiled into kernel (i.e. not module)..
everything was working before we had a black-out, and then kernel was borked... booted from livecd, mounted fs's, recompiled kernel, and ended up having to re-emerge lilo..

since then everything works just fine, EXCEPT the damn network... any help would be really, really appreciated. i'm not a total newbie, and i managed to get everything installed from stage 1 with no probs, but i'm not by any means totally linux-literate yet.

by the way, i have a 3com 3c59x (i think is the model #), and it's dhcp... i've checked the config files i know about and everything looks good.
Back to top
View user's profile Send private message
aja
l33t
l33t


Joined: 26 Aug 2002
Posts: 705
Location: Edmonton, Canada

PostPosted: Mon Mar 24, 2003 2:02 am    Post subject: Reply with quote

Forgive if you have already done this:

#1 - Did you search on "SIOCGIFHWADDR"? There seem to be a lot of pertinent hits there. (The next two queries were gleaned from them)

#2 - Did you "make clean" before recompiling your kernel? Did you check that your kernel config still had the proper modules being built-in/created?

#3 - Are services loading in the proper order?
Back to top
View user's profile Send private message
storkk
n00b
n00b


Joined: 24 Mar 2003
Posts: 18
Location: Geneva, Switzerland

PostPosted: Mon Mar 24, 2003 2:08 am    Post subject: Reply with quote

i did a
Code:
make dep && make clean bzImage modules modules_install


or at least whatever the gentoo install guide says, letter for letter... how can i tell if services are loaded in the proper order? i didnt (afaik) change anything about that between now and when it worked
Back to top
View user's profile Send private message
storkk
n00b
n00b


Joined: 24 Mar 2003
Posts: 18
Location: Geneva, Switzerland

PostPosted: Mon Mar 24, 2003 5:23 am    Post subject: fixed!! Reply with quote

for the benefit of anybody out there searching for a solution when none of the others listed online worked:
apparently, the problem was with messed up kernel sources....

boot with livecd, emerge -u <linux sources of your choice>, fix the symlink /usr/src/linux to point to new sources, recompile kernel, copy new kernel to /boot, run lilo.

now everything works. (made the instructions as verbose as possible, to help people like me.

8)
Back to top
View user's profile Send private message
miez
n00b
n00b


Joined: 30 Jun 2002
Posts: 14
Location: Hamburg, Germany

PostPosted: Mon Mar 24, 2003 6:42 pm    Post subject: network problem -- searched forums, but found no answer Reply with quote

Hi,
i encountered a similar problem when i tried to build a
SMP kernel _after_ building an uniprocessor kernel.
It seems that sometimes "make clean" isn't clean enough.
The solution is to use "make mrproper".
Beware that "make mrproper" will delete your .config file.
If you have an working .config file in an recent sourcetree,
save it in your homedirectory as linux-<version>.config or
similar, make mr proper. copy it back as .config and run
"make oldconfig" to reuse your configuration or run
"make menuconfig" to select just some changes.

regards, miez
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum