On Mon, Aug 11, 2003 at 11:05:43PM +0100, Antony Gelberg wrote: > On Mon, Aug 11, 2003 at 03:22:23PM -0600, Jamin W. Collins wrote: > > > > You can try using the i810 alsa module inplace of the nvaudio module > > (at least it works here). > > That's interesting. My friend has an nforce2 mobo, and the alsa i810 > module doesn't want to load. See: > http://lists.debian.org/debian-user/2003/debian-user-200308/msg01696.html > > The OSS i810 in 2.4.21 loaded, but kept locking up. How did you get > the alsa driver to load?
Just grabbed the alsa-source package (v0.9.2 is what I have installed), extracted it and used make-kpkg to build it for my kernel (2.4.20 with a few patches). Then installed the resulting debs, which created the needed /etc/modutils/alsa file. From there it's just worked. $ lspci | grep audio 00:05.0 Multimedia audio controller: nVidia Corporation nForce MultiMedia audio [Via VT82C686B] (rev a2) 00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1) $ /sbin/lsmod | grep snd- snd-seq-oss 24160 0 (unused) snd-seq-midi-event 2952 0 [snd-seq-oss] snd-seq 38096 2 [snd-seq-oss snd-seq-midi-event] snd-pcm-oss 37860 0 snd-mixer-oss 11544 2 [snd-pcm-oss] snd-intel8x0 16804 2 snd-pcm 55424 0 [snd-pcm-oss snd-intel8x0] snd-timer 14248 0 [snd-seq snd-pcm] snd-ac97-codec 31488 0 [snd-intel8x0] snd-page-alloc 4160 0 [snd-intel8x0 snd-pcm] snd-mpu401-uart 3040 0 [snd-intel8x0] snd-rawmidi 12416 0 [snd-mpu401-uart] snd-seq-device 3940 0 [snd-seq-oss snd-seq snd-rawmidi] snd 28484 0 [snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device] I did have a problem where the machine would lockup on startup under certain conditions, but I traced that back to a conflict with USB that reared it's head if the USB modules tried to load via /etc/modules, so I simply removed them from there and allow hotplug to load them later. -- Jamin W. Collins To be nobody but yourself when the whole world is trying it's best night and day to make you everybody else is to fight the hardest battle any human being will fight. -- E.E. Cummings -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]