Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-17-2001, 05:30 PM
|
#1
|
Member
Registered: Apr 2001
Location: South of Atlanta
Distribution: Mandrake 8.1, Suse 7.0
Posts: 207
Rep:
|
cant load module eth0?
what the hell does that mean and how i do i fix it... i am trying to configure my nic...
thnx ppl!
|
|
|
11-17-2001, 10:11 PM
|
#2
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
Sounds like somthings gine a little funky in your modules.conf file. Try
Code:
grep "eth0" /etc/modules.conf"
as the superuser and post the results here.
|
|
|
11-18-2001, 01:26 AM
|
#3
|
Member
Registered: Apr 2001
Location: Bombay ( INDIA )
Distribution: RedHat 7.x
Posts: 218
Rep:
|
module eth0
Hi ,
Just as mcleodnine mentioned the kernel is not able to load the correct module for your network interface.
Download the drivers for your NIC, install the drivers and then
the error module should disappear.
Try using "Kudzu" if your are a RedHat user .
Vipul.
|
|
|
11-18-2001, 09:45 AM
|
#4
|
Member
Registered: Apr 2001
Location: South of Atlanta
Distribution: Mandrake 8.1, Suse 7.0
Posts: 207
Original Poster
Rep:
|
here's what i got...
alias eth0 rtl8139
this is what i got when i did the grep...
Once i boot up and all and then go to the Mandrake Control Center, I am able to connect the ethernet card with the other box and no problem... it works!
Still on boot up i gfet a message, "cant find module eth0... ethernet temporarily uninitialized"...
other than that everything works fine.. if only i could connect to the printer on the windows box :-)!
|
|
|
11-18-2001, 12:42 PM
|
#5
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
Are you running a firewall script?
|
|
|
11-18-2001, 03:10 PM
|
#6
|
Member
Registered: Oct 2001
Location: Stockbridge, south of Atlanta, GA
Distribution: Slackware
Posts: 59
Rep:
|
no firewall
at the moment i dont believe i am running any type of firewall
|
|
|
11-19-2001, 11:45 PM
|
#7
|
Member
Registered: Apr 2001
Location: Bombay ( INDIA )
Distribution: RedHat 7.x
Posts: 218
Rep:
|
module error
The problem it seems is that module is being searched for in the kernel itself and the kernel isnt bundles in with the module.
iam not sure where the modules are located in mandrake but in RH they are located in /lib/modules/linux/drivers/net directory .
try putting in a comamnd to load the module manually in one of the startup file such as rc.sysinit or whatever startup file you have in mandrake .
i suppose the error wont crop up .
Regards ,
Xanthium.
|
|
|
11-20-2001, 07:37 AM
|
#8
|
Member
Registered: Apr 2001
Location: South of Atlanta
Distribution: Mandrake 8.1, Suse 7.0
Posts: 207
Original Poster
Rep:
|
x..on yur last...
how do i go about doing that?
|
|
|
11-20-2001, 07:26 PM
|
#9
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
getting the right module on boot
Mandrake 8.0 has been really grumpy with network drivers. I have it on a laptop, so with the constant pcmcia swapout and Linuxconf and harddrake fighting for network control I think I'm about one more init error message away from giving it a Slackware enima.
You can try solving your problem with Linuxconf, or if not you can put the line
/sbin/modprobe rtl8139
in /etc/rc.d/rc.local
which is the last thing that Init runs. This is kinda cheating. Also you could stick your network configuration in there... like
/sbin/dhcpcd eth0 #for dhcp or
/sbin/ifconfig eth0 xxx.xxx.xxx.xxx up #for manual
Luck,
Finegan
|
|
|
All times are GMT -5. The time now is 08:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|