FEDORA CORE 1 (kernel 2.4) & NFORCE2 CHIPSET
#1
Posted 03 January 2004 - 01:31 AM
My kernel is the standard 2.4 that came with Fedora Core 1
Biostar M7NCG PRO (no agp card) integrated graphics
#2
Posted 03 January 2004 - 03:47 AM
I wonder...if you could just buy a pci nic card and see if it works? They are pretty cheap @ about $10 and may save some headaches. The driver issue seems to be universal with the nic built-in ehernet on the board.
#3
Posted 03 January 2004 - 03:51 AM
#5
Posted 03 January 2004 - 04:04 AM
#7
Posted 03 January 2004 - 04:15 AM
#8
Posted 03 January 2004 - 04:54 AM
#9
Posted 03 January 2004 - 05:38 AM
#10
Posted 03 January 2004 - 09:53 AM
I wouldn't use the RPMs at all, they're nothing but trouble. Download the source tarballs, making sure you have both your kernel source (for the exact kernel your running, if it's not on your distro CD have a hunt around their FTP archive) and the development packages installed before following the directions in the nVidia README file on how to compile nad install them. nForce chipsets are fairly easy to get up and running under Linux it's just a lot of people wind themselves up into a whole lot of trouble taking what they percieve to be the "easy way out."
#12
Posted 03 January 2004 - 06:26 PM
#14
Posted 03 January 2004 - 08:41 PM
What about using ALSA or NVAUDIO?
What about using NVNET or FORCEDETH?
What about IGP graphics drivers, will I need those, or is it fine if I leave them with the generic? {minion.de??}
#15
Posted 03 January 2004 - 09:50 PM
ALSA is probably the best bet for sound on Linux regardless of whether you're using 2.4 or 2.6 (in the latter case the decision is made for you: OSS is deprected pending its removal entirely). FreshRPMs has Fedora compatible RPMs for virtually everything you need to set ALSA up (alsa-driver, alsa-lib, alsa-utils, alsamixer and alsaplayer) but you're probably better off compiling at least the drivers yourself to overcome any kernel version matching BS in the RPMs. Compiling the drivers is as simple as downloading their source from the ALSA Project site and running the following command in a terminal as root (after first extracting them into a temporary directory, usually /usr/src, and switching to that directory):
./configure --with-cards=intel8x0 --with-debug=none --with-oss=yes --with-sequencer=yes make && make install
adding the following to /etc/modules.conf:
# nForce ALSA portion alias char-major-116 snd alias snd-card-0 snd-intel8x0 # module options should go here # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 # nForce ALSA portion alias char-major-116 snd alias snd-card-0 snd-intel8x0 # module options should go here # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss options snd-intel8x0 mpu_port=0x330 install snd-card-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-card-0 /usr/sbin/alsactl store >/dev/null 2>&1 || : alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss options snd-intel8x0 mpu_port=0x330 install snd-card-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-card-0 /usr/sbin/alsactl store >/dev/null 2>&1 || :
before typing modprobe snd-intel8x0 to activate the drivers.
Deciding between nvnet or forcedeth again depends on whether you're comfortable patching and compiling the kernel or not. atm forcedeth is only supplied as a kernel patch so if you're trying to avoid a recompile nvnet is probably your best bet.
And finally, the same drivers nVidia supply for their regular graphics cards are also compatible with the IGP so anything that applies to them should apply to your IGP as well. You'll want to grab these if you want decent 3D performance as the stock DRI drivers tend to be fairly disappointing in this area.
#17
Posted 04 January 2004 - 02:27 AM
One more quick question is that is there a link or something that will provide some info on recompiling a kernel and applying patches to it?
Any background info is greatly appreciated on kernel compiling also.
#18
Posted 04 January 2004 - 03:11 AM
OK, I bought the Biostar nforce board, I could not resist!
Found it at TigerDirect for $51.99. Something to challenge me a bit.
#20
Posted 04 January 2004 - 05:43 AM
for 2.6 kernel if you can get me some info on compiling kernels with the other drivers mentioned earlier in this thread.
ex: ALSA, FORCEDETH (KERNEL 2.6), now NVIDIA GEFORCE4 MX IGP

Help










