LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-21-2001, 01:16 PM   #1
lett
LQ Newbie
 
Registered: Jun 2001
Location: Madison, WI
Distribution: Mandrake 8.0
Posts: 8

Rep: Reputation: Disabled
Question rc.modules


Hey guys!
I just installed Redhat 6.2 and am trying to get my Linksys Ether 10/100 to work. I followed the instructions to copy driver to /root, compliled it and so on. The problem is that it says that *.o file has to be coppied into .../rc.modules and I don't see that directory anywhere. So, as a result OS doesn't see the card at all. I have moved the card to different PCI slot on the motherboard and noticed that on boot the card shows IRQ 11 and another device ( some controller) also has IRQ 11. I do have PnP turned off in BIOS setup. I have read this message board from top to bottom and seems like I am doing everything right till I get to this rc.modules part...

HELP!
 
Old 06-21-2001, 01:23 PM   #2
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Shouldn't that be /lib/modules ? Or does RH6.2 have a different structure to 7?
 
Old 06-21-2001, 01:26 PM   #3
carne
LQ Newbie
 
Registered: Jun 2001
Posts: 5

Rep: Reputation: 0
My rc.modules file is located in /etc/rc.d/rc.modules
About installing modules, I'm not to good
at that yet.

carne
 
Old 06-21-2001, 01:32 PM   #4
lett
LQ Newbie
 
Registered: Jun 2001
Location: Madison, WI
Distribution: Mandrake 8.0
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally posted by carne
My rc.modules file is located in /etc/rc.d/rc.modules
About installing modules, I'm not to good
at that yet.

carne
...that's the problem: I do have /etc/rc.d, but there is no /rc.modules in it...
 
Old 06-21-2001, 01:33 PM   #5
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Try creating one, copying the files there, and giving it a go!
 
Old 06-21-2001, 01:38 PM   #6
lett
LQ Newbie
 
Registered: Jun 2001
Location: Madison, WI
Distribution: Mandrake 8.0
Posts: 8

Original Poster
Rep: Reputation: Disabled
Smile rc.modules

Thanks guys! I will post the resolution once the issue is resolved.
 
Old 06-21-2001, 04:54 PM   #7
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
uhm...

mention of rc.modules sounds like its aimed at /etc/rc.d/rc.modules and therefore BSD like statup script system, such as *BSD or Slackware... Your modules are usually placed in /lib/modules/<kernelVersion>/

There may well be support already for this card in linux kernel - have you read any of the HOWTOs athttp://www.linuxdoc.org/HOWTO ?

Cheers!

Jamie...

Just noticed that TrickyKid mention's a LinkSys board in this post http://www.linuxquestions.org/questi...?threadid=3580 so I assume they are supported by the standard kernel so you might not need to worry about that external module.

Last edited by jharris; 06-21-2001 at 04:56 PM.
 
Old 06-22-2001, 10:39 AM   #8
lett
LQ Newbie
 
Registered: Jun 2001
Location: Madison, WI
Distribution: Mandrake 8.0
Posts: 8

Original Poster
Rep: Reputation: Disabled
Unhappy rc.modules

OK, I do have /lib/modules/<kernelVersion>/ and that's where I cp tulip.o to. Now I have to "test" the driver (I am just following instructions). alias eth0 tulip... What I get is "eth0 not found" and "tulip not found". If I do cat /proc/pci, it lists NIC as Network adapter, Unknown Vendor etc.
I know that there are 34.5 gazzillion people who have this card up and running, but what the hell is wrong with mine...?
I am downloading 7.1, and will try to upgrade tonight.We'll se if that helps. If not, I'll go and get 3COM C905C-TX which, according to compatible hardware lists, is supposed to just fly...
 
Old 06-22-2001, 11:07 AM   #9
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Did you insmod tulip?
What does the linuxConf network setup screen look like? Does it show eth0, if so you can tell it to use the tulip module (type tulip if it's not in the drop down list), and it should work. You can also achieve the same with netconfig.
I had similar problems with the netgear fa311 (search the forums!!!) and eventually it worked. Of note, I've now got 2.4.2 kernel compiled properly, and it runs the card moduleless. Magic!
So don't rush out and buy a new card yet.
Jim

Last edited by drjimstuckinwin; 06-22-2001 at 11:09 AM.
 
Old 06-22-2001, 07:20 PM   #10
lett
LQ Newbie
 
Registered: Jun 2001
Location: Madison, WI
Distribution: Mandrake 8.0
Posts: 8

Original Poster
Rep: Reputation: Disabled
Cool yahoooooo!

IT WORKS! I used LinuxConf, rebooted and MAGIC, I am actually posting this from my brand spanking new linux box. Thanks to everybody who contributed. I am sure I will post again with questions since this is my 2nd week using Linux...
Have a great weekend everybody!
 
Old 06-29-2001, 11:12 AM   #11
lett
LQ Newbie
 
Registered: Jun 2001
Location: Madison, WI
Distribution: Mandrake 8.0
Posts: 8

Original Poster
Rep: Reputation: Disabled
Cool some followup

Well, after my prevoius post, I managed to screw up the setup and, this time, I just got sick and tired of fighting with those stupid NICs. I ended up with owning Linksys 10/100 FastEthernet, Netgear FA311 and D-Link 530TX+. What finally solved my problems was download of RedHat 7.1.(I had 6.2) The only card that more or less painfully works is Linksys. OS actually promted me for the setup of it, all I had to do is enter IP,netmask and gateway addresses. Then I checked in Linuxconfig and saw tulip already selected as a driver. Rebooted and went surfing the Web.
Now the fun part begins: installed Domino mail server last night,will try to configure it today.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Update-modules: No longer managing /lib/modules/modprobe.conf? geekzen Debian 0 04-03-2004 06:49 PM
/etc/conf.modules is more recent than /lib/module/2.2.15-4mdk/modules.dep Derek-kun Linux - Newbie 3 09-26-2003 02:56 AM
Slack9 - no PPP (can't open dependencies file /lib/modules/2.4.18/modules.dep) bluehz Slackware 1 05-04-2003 02:32 PM
Re: modprobe: Note: /etc/modules.conf is more recent than lib/modules/2.4.9/modules.d Andy.M Linux - General 1 01-24-2002 01:50 AM
Re: modprobe: Note: /etc/modules.conf is more recent than lib/modules/2.4.9/modules.d Andy.M Linux - Newbie 2 01-24-2002 01:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration