LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-12-2004, 01:22 AM   #1
nivek7
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 69

Rep: Reputation: 15
nForce3 with 2.6.7?


I have a nForce3 mobo and i would like my LAN, sound etc. in 2.6.7
The drivers from nVidia work only for 2.4

thanks for any help
 
Old 07-12-2004, 06:37 AM   #2
wellmt
Member
 
Registered: Oct 2003
Location: Oxford, England
Distribution: Ubuntu
Posts: 70

Rep: Reputation: 15
Don't know about NForce3, but Nforce and Nforce2 hardware (LAN, Sound, AGP, USB, Firewire) is supported by the 2.6.7 kernel (I'm using an Nforce2 box). I had to compile a custom kernel though.

I suspect it will work, but probably won't be optimal.

Last edited by wellmt; 07-12-2004 at 06:39 AM.
 
Old 07-12-2004, 09:00 PM   #3
nivek7
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 69

Original Poster
Rep: Reputation: 15
where is the option when you compile a new kernel? i cant find it... i can only find the forcedeth and that doesn't work...
 
Old 07-13-2004, 03:10 AM   #4
wellmt
Member
 
Registered: Oct 2003
Location: Oxford, England
Distribution: Ubuntu
Posts: 70

Rep: Reputation: 15
I can look it up tonight for you. Which program do you use for kernel options: xconfig or gconfig?

IIRC the ethernet option I'm using is the option: reverse engineered nvidia LAN driver

If that's the same option then maybe nforce3 doesn't work yet.

Last edited by wellmt; 07-13-2004 at 03:13 AM.
 
Old 07-13-2004, 01:04 PM   #5
nivek7
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 69

Original Poster
Rep: Reputation: 15
ok thx, ill look at that later.
 
Old 07-13-2004, 05:55 PM   #6
wellmt
Member
 
Registered: Oct 2003
Location: Oxford, England
Distribution: Ubuntu
Posts: 70

Rep: Reputation: 15
OK I'm not sure this will help you as you are already using the FORCEDETH option, but these are the Nforce2 specific options (well some of the USB ones aren't strictly nforce2 specific) that I enabled in the Kernel to get my hardware working under 2.6.7. Using GConfig:

ATA/ATAPI/MFM/RLL support ->
PCI IDE Chipset ->
AMD & Nvidia IDE Support - BLK_DEV_AMD74XX (Y)

Networking Support ->
Network Device Support ->
Ethernet (10 or 100mbit) ->
Reverse Engineered nForce Ethernet Support - FORCEDETH (Y)

Sound
-> Sound Card Support - Sound (Y)
-> Advanced Linux Sound Architecture - SND (Y)
OSS Mixer API - SND_MIXER_OSS (Y)
OSS PCM (digital audio) API - SND_PCM_OSS (Y)
-> PCI Devices
Intel i8x0/MX440;Sis 7012;Ali 5455; Nforce Audio; AMD768/8111 - SND_INTEL8X0M (Y)

USB Support ->
Support for Host-side USB - USB (Y)
USB device filesystem - USB_DEVICEFS (Y)
-> USB Host Controller Drivers (Y)
EHCI HCD (USB 2.0) Support - USB_EHCI_HCD (Y)
OHCI HCD Support - USB_OHCI_HCD (Y)
USB Printer support - USB_Printer (Y)
USB Mass Storage Support - USB_Storage (Y)
USB Human Interface Device (Full HID) Support - USB_HID (Y)
HID Input Layer Support - USB_HIDINPUT (Y)

Character devices
-> /dev/agpgart (AGP Support) - AGP (Y)
NVIDIA nforce/nForce2 chipset support - AGP_NVIDIA (M)

Last edited by wellmt; 07-13-2004 at 05:59 PM.
 
Old 07-13-2004, 08:21 PM   #7
nivek7
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 69

Original Poster
Rep: Reputation: 15
doesnt work guess i wont be using slack for a while now
 
Old 07-14-2004, 04:05 AM   #8
wellmt
Member
 
Registered: Oct 2003
Location: Oxford, England
Distribution: Ubuntu
Posts: 70

Rep: Reputation: 15
Or any distro then...If the latest kernel doesn't support it, unless there are some non-standard kernel patches then I guess you are stuck?

You could always get a cheap and cheerful LAN card from somewhere and install thaut for now, until the kernel catches up (or Nvidia release a driver)
 
Old 07-14-2004, 05:29 PM   #9
nivek7
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 69

Original Poster
Rep: Reputation: 15
that would be a good idea i guess... but it *should* work cause i dont think nforce 3 is THAT new...
 
Old 07-14-2004, 05:41 PM   #10
djbanaan
Member
 
Registered: Aug 2003
Location: Haarlem, The Netherlands
Distribution: Slackware, FreeBSD
Posts: 178

Rep: Reputation: 30
NForce3 works with the 2.6.7 kernel and so does the forcedeth driver, that is on my machine it does. I don't remember the exact options I used, it took me some 5 or 6 tries to get it all right. You can use my .config if you want to.
There is one but, though, it's configured for an AMD64 / Hammer processor, the AGP setting is also configured for AMD64 AGP, so you might have to change that too, if you decide to use it.
 
Old 07-14-2004, 11:19 PM   #11
nivek7
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 69

Original Poster
Rep: Reputation: 15
thanks! ill try that now. i am AMD64 too so i guess it wont matter

edit-- but it says config_forcedeth=m how will i configure it as a module?

Last edited by nivek7; 07-14-2004 at 11:21 PM.
 
Old 07-15-2004, 03:01 AM   #12
djbanaan
Member
 
Registered: Aug 2003
Location: Haarlem, The Netherlands
Distribution: Slackware, FreeBSD
Posts: 178

Rep: Reputation: 30
My experience is that it loads automagically, I didn't do any configuration other than compiling it as a module.

Last edited by djbanaan; 07-16-2004 at 03:06 AM.
 
Old 07-15-2004, 03:06 AM   #13
djbanaan
Member
 
Registered: Aug 2003
Location: Haarlem, The Netherlands
Distribution: Slackware, FreeBSD
Posts: 178

Rep: Reputation: 30
I just thought of something else. You might want to have a look at the graphics section, as it is configured for an ATI Radeon. So you might end up with an all black console
 
Old 07-15-2004, 12:38 PM   #14
nivek7
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 69

Original Poster
Rep: Reputation: 15
lol i'm on an ATI radeon too!!
 
Old 07-15-2004, 06:34 PM   #15
nivek7
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 69

Original Poster
Rep: Reputation: 15
why are there numbers in the config file? i thought you could only have y, m, or n. and i dont think make gconfig, or make bzImage likes it because it gives me an error.

edit: for some reason it works now

edt 2: network doesn't work after kernel recompile... maybe im doing something wrong

Last edited by nivek7; 07-15-2004 at 07:33 PM.
 
  


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
amd64, nForce3 and DMA .:']Deus Ex[':. Linux - Hardware 2 11-18-2005 08:24 AM
Nforce3 onchip firewall covana SUSE / openSUSE 1 02-01-2005 12:30 AM
Nforce3 NvRaid and Linux? rakshasa Linux - Hardware 0 09-28-2004 11:51 PM
Nforce3 Raid and Suse 9.1, ERRORS Buhammot Linux - Hardware 0 09-26-2004 04:15 PM
Fedora Core 2 - 64 on Nforce3 hawss Fedora - Installation 0 08-27-2004 03:37 PM

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

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