Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
adding 8139too to /etc/modules.autoload.d/kernel-2.6
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
odioworks_com
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jan 2005
Posts: 82
Location: Charlottesville, Virginia

PostPosted: Tue Jan 02, 2007 9:13 pm    Post subject: adding 8139too to /etc/modules.autoload.d/kernel-2.6 Reply with quote

I have two ethernet adapters, eth0 and eth1.

Without 8139too, eth0 works fine, initializing on startup. However, eth1 will not start:
Code:
# /etc/init.d/net.eth1 start
 * Starting eth1
 *   Bringing up eth1
 *     dhcp
 *       eth1 does not exist


After I load 8139too, eth1 starts fine:
Code:

# modprobe 8139too
# /etc/init.d/net.eth1 start
 * Starting eth1
 *   Bringing up eth1
 *     dhcp
 *       Running dhcpcd ...                                                                                                                           [ ok ]
 *       eth1 received address 192.168.0.106


Ok, so everything's working fine. I want to load the module at boot, so I add 8139too to /etc/modules.autoload.d/kernel-2.6. When I do this, eth0 can no longer access the network (although it is still initialized w/ a static IP without error). When I try to start eth1, it hangs at "Running dhcpd"

Any ideas?
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