Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"Best" way to get 8139too Driver working under ker
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
kd4d
n00b
n00b


Joined: 27 Feb 2004
Posts: 4

PostPosted: Fri Feb 27, 2004 6:50 pm    Post subject: "Best" way to get 8139too Driver working under ker Reply with quote

Hello, all:

I just installed gentoo, using genkernel and development sources.

As soon as I rebooted, the network connection quit working.

I can get the network back up by typing the following as root:
# modprobe 8139too
# ifconfig eth0 up
# dhcpcd eth0

I have read everything I can find on this issue in the gentoo forums.
Suggested "fixes" include, but aren't limited to:

Adding 8139too to /etc/modules.autoload.d/kernel-2.6
Adding alias eth0 8139too to /etc/modules.conf
Adding 8139cp to hotprobe/blacklist
Enabling Kernel Options "Support for uncommon RTL-8139 rev. k"
and "Support for older RTL-8129/8130 boards"
Try gentoo-sources-2.4.22-r5 (I don't know how to do this?!)

and others. I have some Unix experience, but am new to Linux.

I'm leaning towards trying the /etc/modules.autoload.d approach
for starters.

However, given my poor understanding of how genkernel and
hotprobe work together, I think the real issue may be addressed
by the hotprobe/blacklist!

Comments? Help!!!

Mark
Back to top
View user's profile Send private message
sieter
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2003
Posts: 111

PostPosted: Fri Feb 27, 2004 7:10 pm    Post subject: Reply with quote

Do you have net.eth0 in your default runlevel?
Code:
rc-update add net.eth0 default


And I asume your network is configured in
/etc/conf.d/net ?

If not, please read the network documentation on www.gentoo.org
Back to top
View user's profile Send private message
kd4d
n00b
n00b


Joined: 27 Feb 2004
Posts: 4

PostPosted: Fri Feb 27, 2004 7:28 pm    Post subject: Yes, I set up the network using the instructions Reply with quote

Hi:

Yes, I've done the rc-update several times. ifconfig
only shows the loopback device until I do the
modprobe.

/etc/conf.d/net is trivial, since I'm using dhcp.

I believe the problem is that the automatic hardware
detection (either boot time or that was used in genkernel)
isn't finding the 8139 and loading the appropriate driver.

I've checked these settings many times.

Thanks! Quick response.

Mark
Back to top
View user's profile Send private message
Peracles
Tux's lil' helper
Tux's lil' helper


Joined: 13 Nov 2003
Posts: 143
Location: Dallas, Texas

PostPosted: Fri Feb 27, 2004 7:40 pm    Post subject: Re: Yes, I set up the network using the instructions Reply with quote

kd4d wrote:
Hi:

Yes, I've done the rc-update several times. ifconfig
only shows the loopback device until I do the
modprobe.

/etc/conf.d/net is trivial, since I'm using dhcp.

I believe the problem is that the automatic hardware
detection (either boot time or that was used in genkernel)
isn't finding the 8139 and loading the appropriate driver.

I've checked these settings many times.

Thanks! Quick response.

Mark


Either compile the driver into the kernel, or compile the driver as a module and add the module name into your /etc/modules.d/ directory. Then run modules-update to magically transform the files/contents of that directory into a modules.conf.

The modules/driver will then be loaded before the network setup, and you shouldn't have any more problems.
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