LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-02-2004, 01:02 PM   #1
g_manO0O0
LQ Newbie
 
Registered: Nov 2002
Location: milwaukee, USA
Distribution: slackware 9.1
Posts: 11

Rep: Reputation: 0
kernel 2.6.0, 3c9x, where is the module


hi

thanks to all your guys help, my list of issues are widdling down. i an having a problem with my nic now.

before recompiling my kernel i was using dhcp to connect to a network, now i am not getting a ip address. i have the drivers for 3c509/3c529 "EtherLink III"

i cant find the "tornado" drivers on the list. I have a 3c905c [tornado] according to lspci -v. have this module been taken out. it is integrated into an i810e mobo (dell gx150) what is my alternative?

thanks
 
Old 01-02-2004, 02:23 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Just compile support for 3com cards. I have just the 3c509 (boomerang) card myself and added the support for it just under 3com cards. Then I simply loaded the 3c95x module which works flawlessly with it.
 
Old 01-02-2004, 02:49 PM   #3
g_manO0O0
LQ Newbie
 
Registered: Nov 2002
Location: milwaukee, USA
Distribution: slackware 9.1
Posts: 11

Original Poster
Rep: Reputation: 0
hi, i have tried enabling support for *ALL* 3com cards (at the same time) and i still can not get my 3com 905c card to get an ip address if i do ifconfig all i see is the lo (loopback) info. what am i doing wrong.

if i do lspci -v the second line of the card reads: "Subsystem: Dell Computer Systems: Unknown device 00be" does that mean there is a problem with the drivers. also when i do lsmod, i do not see my nic drivers listed, even though i have compiled as a module.

thank you.
 
Old 01-02-2004, 03:00 PM   #4
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Have you tried to load the module?

/sbin/modprobe 3c59x

If it loads, then try to set-up your networking again. If that works, then just uncomment the line from /etc/rc.d/rc.modules (/sbin/modprobe 3c59x), or if it's not there, just add it. This way the module will load at boot.

Last edited by DaOne; 01-02-2004 at 03:01 PM.
 
Old 01-02-2004, 06:10 PM   #5
thrice
Member
 
Registered: Apr 2003
Distribution: Xubuntu
Posts: 113

Rep: Reputation: 15
i have that exact same card, and i got it because i've heard its one of the most common cards around, and was sure to have an easy install in linux. sure enough it was. just compile the kernel with it as a module and just modprobe it in. you may need to add it to your /etc/rc.d/rc.modules to make it load every time your computer boots up. i was using kernel 2.4.22 though...hope any of this helps.

*edit* wow didn't see the post above mine saying the exact same stuff i said =) hope it works anyway!

Last edited by thrice; 01-02-2004 at 06:12 PM.
 
Old 01-15-2004, 10:22 AM   #6
g_manO0O0
LQ Newbie
 
Registered: Nov 2002
Location: milwaukee, USA
Distribution: slackware 9.1
Posts: 11

Original Poster
Rep: Reputation: 0
Success

Sorry for the untimly delay on responding to the post. I do have my card up and running now! I think it was mostly my lack of understanding how to compile the kernel. Thanks to all of your guys help. I really apreaciate it.

Only think left to tackle is sound.

thanks again. linux is happily on the net again.

gm
 
Old 05-13-2004, 03:06 AM   #7
DaneM
Member
 
Registered: Oct 2003
Location: Chico, CA, USA
Distribution: Linux Mint
Posts: 881

Rep: Reputation: 130Reputation: 130
I've been having that same problem and it's driving me crazy! gman, will you please post your solution? Thanks --Dane
 
Old 05-13-2004, 03:41 AM   #8
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
This isn't all that hard....

cd /usr/src/linux
make menuconfig

Network device support --->
Ethernet (10 or 100Mbit) ---> [*] 3COM cards
< > 3c501 "EtherLink" support (NEW)
< > 3c503 "EtherLink II" support (NEW)
< > 3c505 "EtherLink Plus" support (NEW)
< > 3c507 "EtherLink 16" support (EXPERIMENTAL) (NEW)
< > 3c509/3c529 (MCA)/3c579 "EtherLink III" support (NEW)
< > 3c515 ISA "Fast EtherLink" (NEW)
<*> 3c590/3c900 series (592/595/597) "Vortex/Boomerang" support (NEW)
< > 3cr990 series "Typhoon" support (NEW)


Then hit the space bar on your type of card. You need to have an asterik on both "3COM cards" and your specific card model.... Make sure it has a "*" instead of a "M"... Then you wont have to worry about a module not loading... It will just work period... keep backing out until it asks you to save your configuration. Say yes.

You have a tornado running on Drake... Just saw your other post. I've used that same card for a while. It works flawlessly in Linux. Clear ALL of the 3COM heading and then make it look just like it is above. Get rid of any modifications you've done in modules.conf and elsewhere... Recompile your kernel and it will be permanetly built in....

Last edited by jong357; 05-13-2004 at 04:50 AM.
 
Old 05-13-2004, 01:40 PM   #9
DaneM
Member
 
Registered: Oct 2003
Location: Chico, CA, USA
Distribution: Linux Mint
Posts: 881

Rep: Reputation: 130Reputation: 130
Thank-you very much for your quick reply! I'll take a crack at it the way you said and let you know if it works. --Dane
 
Old 05-13-2004, 03:54 PM   #10
Phorem
Member
 
Registered: Nov 2003
Location: Toronto, Canada
Distribution: Gentoo AMD64
Posts: 374

Rep: Reputation: 30
DaneM, i see you are using Mandrake 10, you shouldn't have to recompile anything. This "might" work and i would try this first before doing a recompile :

root#> modprobe 3c59x

Try that first and see what happens. Mandrake usually has all of the modules compiled already and will automatically "modprobe" the modules needed at boot (probably didn't detect your NIC card - happens to me a lot too). See what happens.
 
Old 05-14-2004, 12:30 AM   #11
jong357
Senior Member
 
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914

Rep: Reputation: 52
well, he keeps getting a 3c5 module loading on him... I don't know if Mandrake has module unloading or not. I would assume so... Could try a rmmod <whatever-wrong-mod-keeps-getting-loaded> and then do a insmod or modprobe... It's best to recompile your kernel anyway. Why have modules for literally 50 different NIC's when you just need one? Thats the first thing I do is spend ALOT of time and slash the hell out of all those defaults.... You just don't need em. Whatever gets it running I suppose.
 
  


Reply



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
Can a kernel module call the function of another kernel module sceadu Programming 3 05-02-2011 02:22 AM
[Error] Kernel Module : No kernel module build environment saman007uk Debian 7 09-09-2006 06:34 PM
Unable to build NVIDIA kernel module / determin kernel version Night Ink Fedora 2 05-31-2004 04:54 PM
kernel: No module symbols loaded - kernel modules not enabled. Qucho Debian 9 05-26-2004 02:50 AM
kernel module ignorant newbie looking for any one with kernel module knowledge cpoet Slackware 4 11-24-2003 09:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:20 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