View Full Version : Getting nForce to work with kernel 2.6.3
I have succesfully upgraded to kernel 2.6.3 on my ABIT NF7-s MoBo running Mandrake 9.2, but I can't get my onboard NIC to work.
I have heard of a patch to get NVIDIA_nforce-1.0-0261 to work with kernel 2.6 (nvnet-patch).
Has anyone of you succeeded and if so how did you do it? What are the steps I have to follow, which commands etc.
Thxs,
NeoXP
blueworm
02-24-04, 09:21 AM
You dont need anything contained in the nvidia nforce drivers package...
Everything is allready in the kernel, as of 2.6.2.
Use forcedeth for NIC.
Use snd-intel8x0 for audio.
Then please help me, how do I install them. Are they modules, should I use modprobe?
I'm a newbee but wanting to improve.
Thxs
blueworm
02-24-04, 01:37 PM
Compile forcedeth as a module.
Then to load add to your /etc/modules
# echo forcedeth >> /etc/modules
What this instruction does is add the text forcedth to the bottom of your /etc/modules.
This will load forcedth every time you boot.
You can also load it manually using modprobe.
# modprobe forcedeth
Another option is to actually build into the kernel.
Then you must try and configure the eth device.
Once the module has loaded devfs will create an eth device, /dev/eth0, /dev/eth1 etc...
depending on how many lan cards you have.
Try using the mandrake GUI config tool.
I have not used Mandrake since 9.1 and to get nvnet to work I had to configure it manually.
This may not be the case with forcedeth but I am not sure.
Anyhow I you search this forum you willl find an explanation of how to configure manually for mandrake. I wrote it a year ago.
Goodluck.
http://www.nvnews.net/vbulletin/showthread.php?s=&threadid=16954
Thxs sofar Blueworm,
But please help me some more, because I'm a complete newbee to compiling and stuff!
I found in /lib/modules/2.6.3-1mdk/kernel/drivers/net the following file forcedeth.ko.gz
I presume this is the one I have to compile, but how do I do that?
When I have compiled it, I will follow the instructions in your last post and I think I can manage within Mandrake Control Center to get it up and running.
Hope to see your reply soon
Thxs:angel:
blueworm
02-24-04, 04:52 PM
I took for granted that you had allready compilled the kernel.
please type this and post the result.
$ uname -r
All this does is print to stdout(terminal) kernel version actually running.
If it prints something like this...
2.6.3-1mdk
Then I think you should be good to go allready.
Just change directory to /lib/modules/2.6.3-1mdk/kernel/drivers/net.
# cd /lib/modules/2.6.3-1mdk/kernel/drivers/net
and unpack the forcedeth.ko.gz.
# gunzip forcedeth.ko.gz
Now you will have the module installed.
You can now try to load it.
# modprobe forcedeth
Now you can follow my previous post.
Thxs Blueworm,
I got it working! But I didn't have to unzip it! First I unzipped it as you wrote, but when I tried modprobe I got a message saying couldn't find /lib/modules/2.6.3-1mdk/kernel/drivers/net/forcedeth.ko.gz.
So I figured what the h*ll is going on! So I did:
gzip forcedeth.ko
and then:
modprobe forcedeth
no errrors or something.
Then I went into drakconf and brought up my connection.
This proves the statement: Once you have done it, it is extremely simple
Thxs again M8!
Cigarman
02-26-04, 05:00 PM
I also had some problems getting the damn thing to work under linux 2.6.3 with mandrake cooker but here's a new twist. The module nvaudio is not found when booting. If this stuff is suipposed to be included in the kernel then ???? The intel driver seemed to be just a sloppy patch even in the 2.4.xx kernel and didnt work worth diddly then either. Must we recompile the driver for 2.6 or something? I'm trying to use S/PDIF on my board as I do in winXP but no deal so far. I can see NVIDIA's reluctance to embrace the OSS model but sheesh this has been months and no leeway since 2.6.1 of the nforce drivers on their site.
blueworm
02-27-04, 04:55 PM
nvaudio does not work in 2.6 Nobody has bothered to patch it since the alsa driver is better.
The problem with the alsa driver is that getting the SPDIF to work is a nightmare.
Cigarman
02-27-04, 05:33 PM
well then perhaps its time to go for that M-audio 7.1 card with the spdif and see if linux of any sort supports it. This driver/hardware madness is just silly.
kenjiro
02-27-04, 06:06 PM
Well... I won't go as far as talking about SPDIF.
OK, I got my nforce2 to work on my 2.6.3 kernel (Slackware Linux). I used the forcedeth and 3Com modules, OK!
For the Audio, I followed the tips I read here and I am already listening to music with XMMS and watching movies with MPlayer.
However, I am stuck with 2 speakers only. Has anyone put the Linux box to work with 6 speakers? On Windows it works.
OK, I was trying XMMS and probably the other 4 speakers were not working because the mp3 file was created to use only the 2 front speakers. However, on Windows the driver/software does that for me, splitting the music along the 6 speakers (or faking that *LOL*).
I tried an DivX movie I have on my HD, which supposedly has an AC3 5.1 sound. Even then I could only hear the sound coming from the 2 front speakers.
Ok... that's it! Anyone put the 6 speakers to work? How?
Thanks
blueworm
02-27-04, 06:26 PM
check out the comments at the bottom.
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Nvidia&card=nForce&chip=NM2360&module=intel8x0
Cigarman
02-27-04, 07:34 PM
IT WORKS!!
wow is all I can say. Finally! Alsa is the cure! I installed all the alsa packages I could find on the mandrake cooker CD's and then told KDE and XMMS to use them when playing back. Nforce2 comes up as 2 different devices under the alsa control in xmms. I had to use the second one and then *poof!* I could hear my Eisbrecher oggs playing! Guess I won't have to wait on NVIDIA's generosity after all :p
Thank you everyone for the ideas!:angel2:
kenjiro
02-28-04, 03:42 PM
Originally posted by blueworm
check out the comments at the bottom.
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Nvidia&card=nForce&chip=NM2360&module=intel8x0
Well, from what I get, those guys are refering to the ALSA software people used to download. Now that the kernel supports it... wouldn't it be different?
Of course I will try messing around with my mplayer, xmms and KDE configuration... let's see where it will lead me ;)
Thanks for now
blueworm
02-28-04, 08:24 PM
The only differrence is that now alsa is distributed in kernel 2.6.
So basically its the same deal.
kenjiro
02-29-04, 04:21 PM
So... I should follow those guide lines and create those config files they describe there?
Sorry if I am sounding stupid, but this is the first time I "play" with ALSA stuff. I was used to compile the OSS support on my kernels.
thanks for the patience.
kenjiro
03-06-04, 09:57 PM
Oh well... I tried creating that '.asoundrc' file (put into it those lines I got from that site)... but I still can't get my 5.1 system to work :(
On xmms and mplayer it only uses the front speakers. I tried that "starting" line command to tell mplayer to use AC3 with 6 channels, but then the sound don't work at all :(
Again, I have an ASUS A7N8X Deluxe, which has NForce2.
Thanks
Glorandar
03-07-04, 10:58 PM
To get sound working with your nforce2 board, I suggest this page: http://www.wlug.org.nz/NForce2Notes
kenjiro
03-17-04, 03:11 PM
Thanks for the tip, even my having put my sound card to work as I wanted before reading your post, and of course, checking that site.
All I needed to have my 6 speakers "speaking", since I had already put my sound card to work, was to use something like this:
gmplayer -ao alsa9:surround51
:angel:
Really thanks for your help, guys!
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.