LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-30-2003, 08:27 PM   #1
fixxxer0101
LQ Newbie
 
Registered: Aug 2003
Location: Wyoming
Distribution: Slackware
Posts: 25

Rep: Reputation: 15
need a module for nforce2 ethernet compatible with 2.4.22


I am running slackware 9.0 on an msi nforce board with built in sound, graphics and ethernet. I am using kernel 2.4.22. If I can, I want to use the built in ethernet, but I can't find a module from nvidia that will work with my kernel. If anyone can tell me where to get the module, or if it even exists, then it would be nice. Otherwise I'm just going to throw in a different network card.

 
Old 09-30-2003, 09:44 PM   #2
Speedfreak
LQ Newbie
 
Registered: Sep 2003
Location: Sweden
Distribution: Slackware 9.1
Posts: 9

Rep: Reputation: 0
This is what I do to get my on-board LAN going. (Epox N-Force2)

Download the driver source from NVidia. Extract the files. CD into /nforce/nvnet/. Type "make && make install". Then enter these two lines into /etc/modules.conf : "alias eth0 nvnet"
"options nvnet optimization=1" (Without the "")

Works a charm for me.

//N
 
Old 09-30-2003, 11:26 PM   #3
LSD
Member
 
Registered: Jan 2003
Location: Northam, W.A., Australia
Distribution: Gentoo ~x86
Posts: 321

Rep: Reputation: 31
Yep, the nVidia LAN modules compiles perfectly fine for me under 2.4.22. The source tarballs are a bit fourther down the page than the binary RPMS but they're there.
 
Old 10-03-2003, 04:44 PM   #4
fixxxer0101
LQ Newbie
 
Registered: Aug 2003
Location: Wyoming
Distribution: Slackware
Posts: 25

Original Poster
Rep: Reputation: 15
I tried adding those lines to my modules.conf file and had the module installed and everything, and when I type "modprobe
nvnet", it tells me this: /lib/modules/2.4.22/kernel/drivers/net/nvnet.o: kernel-module version mismatch
/lib/modules/2.4.22/kernel/drivers/net/nvnet.o was compiled for kernel version 2.4.20 while this kernel is 2.4.22

Also, I did use the source tarball from nvidia's website.
 
Old 10-03-2003, 05:57 PM   #5
arrruken
Member
 
Registered: Apr 2003
Distribution: gentoo
Posts: 238

Rep: Reputation: 32
try reinstalling the drivers again because you compile them with the make command, and since YOU are compile them, it makes no sense that it wouldnt compile for your kernel. im assuming you upgraded your kernel because slack9.0 comes with 2.4.20 and not 2.4.22 which it says you have. if that doesnt work, you can just recompile your kernel and include nforce2 ethernet built-in and get rid of every other ethernet module support of built in support. you should also do this with the ide drivers and the sound drivers. all are options in the kernel. a kernel compiling guide is the first thread in the slackware forums.
 
Old 10-04-2003, 01:28 AM   #6
fixxxer0101
LQ Newbie
 
Registered: Aug 2003
Location: Wyoming
Distribution: Slackware
Posts: 25

Original Poster
Rep: Reputation: 15
I've tried numerous times to reinstall the module. No luck. I know the network driver has different license terms than the rest of the nVidia drivers. Also, I looked for the option to compile it into the kernel, and couldn't find it anywhere. If you anyone knows the exact steps I need to follow to get this to work, please post away.
 
Old 10-04-2003, 02:42 AM   #7
LSD
Member
 
Registered: Jan 2003
Location: Northam, W.A., Australia
Distribution: Gentoo ~x86
Posts: 321

Rep: Reputation: 31
Are you still trying to use the binary RPMs or have you downloaded the source tarballs? All the binary RPMs on the nVidia page are compiled for Red Hat, Mandrake or SuSE specific versions of 2.4.18 to 2.4.21, none of them will work on your 2.4.22 Slackware set up. You need to grab the source tarball:

http://download.nvidia.com/XFree86/n....0-0261.tar.gz

And do the following:

Code:
cd /usr/src
tar zxvf /path/to/NVIDIA_nforce-1.0-0261.tar.gz
cd nforce/nvnet
make && make install
Remembering to substitute /path/to/ with the correct location of the downloaded source tarball on your system. Assuming the network driver compiles and installs successfully you can then add the following to modules.conf:

Code:
alias eth0 nvnet
followed by netconfig to configure the new eth0 device, modprobe nvnet to load the module. You might also either have to reboot or issue an ifconfig command to assign eth0 some temporary parameters until you can reboot and slackware rc.inet scripts assign the parameters properly.
 
Old 10-05-2003, 02:28 PM   #8
kingelessar
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware 9.1 and Mandrake 9.1
Posts: 19

Rep: Reputation: 0
hey guys

well i know this post is all about the nforce ethernet, but i have this epox nforce2 mobo and i want my sound working!
i installed the nvidia drivers too, and when i did 'modprobe nvaudio' it gives me the following output:

Note: /etc/modules.conf is more recent than /lib/modules/2.4.22/modules.dep
/lib/modules/2.4.22/kernel/drivers/sound/nvaudio.o: init_module: No such device
/lib/modules/2.4.22/kernel/drivers/sound/nvaudio.o: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22/kernel/drivers/sound/nvaudio.o: insmod /lib/modules/2.4.22/kernel/drivers/sound/nvaudio.o failed
/lib/modules/2.4.22/kernel/drivers/sound/nvaudio.o: insmod nvaudio failed

Anyone help?
 
Old 10-05-2003, 04:26 PM   #9
arrruken
Member
 
Registered: Apr 2003
Distribution: gentoo
Posts: 238

Rep: Reputation: 32
king elessar, read the end of this thread :
http://www.linuxquestions.org/questi...threadid=72052
 
Old 10-06-2003, 02:38 AM   #10
Thetawaves
LQ Newbie
 
Registered: Oct 2003
Posts: 12

Rep: Reputation: 0
audio

Wait, what do i have to do to get the sound to work on kernel 2.4.22? sounds like you guys have this all working, i just threw in a network card i had laying around.
i downloaded the sourcetarball, i installed it, then uninstalled it, because i had kernel errors at start up and i didnt know what to do next, and i didnt want to muck up my system.

But once you guys make this clearer, i should be able to get this up and running.

Thanks a lot for any help.
 
Old 10-14-2003, 06:19 PM   #11
fixxxer0101
LQ Newbie
 
Registered: Aug 2003
Location: Wyoming
Distribution: Slackware
Posts: 25

Original Poster
Rep: Reputation: 15
I found out that the reason my nvnet module won't work on my system is that it keeps compiling for 2.4.20 and I'm trying to run it with 2.4.22. The only thing is that I don't understand why it keeps on compiling for 2.4.20. I have the 2.4.22 source in my /usr/src/linux directory and I followed the compiling guide from slackware.com exactly. I even manually copied the System.map, the kernel image, and the .config file or what ever it is manually. btw, you guys have been a help up to this point. If anyone knows why this module would still be compiling for 2.4.20, please help me out.
 
  


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
nforce2 ethernet linux 2.6.7 problem exad Linux - Hardware 5 08-25-2005 12:12 PM
Asustek nforce2 Ethernet Controller donk Linux - Hardware 6 05-08-2004 04:14 PM
NForce2 Ethernet and Kernel 2.6 JSmith Linux - Networking 6 04-11-2004 03:00 AM
Nforce2 Ethernet Adapter Shad.. Linux - Newbie 10 03-16-2004 03:46 PM
nforce2 ethernet controller holdenowen Red Hat 2 09-05-2003 01:26 PM

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

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