On 08-Apr-02, Miquel Oliete wrote: > I'm trying to configure alsa driver in my distro (Red Hat Linux 7.1) > and I need help. I have tested my soundcard with open OSS (Open Sound > System, I don't remember the version) and it sounds. When I type the > command "soundon" (program activation) then I type "cat /dev/sndstat" > and the device exists, but when I install the alsa module (finished > previously with the command soundoff) with "modprobe snd-card-fm801" > the device (/dev/sndstat) doesn't exist.
If you're not using devfs, you need to run the "sunddevices" script in the alsa-driver source tarball as root, because ALSA's device nodes live in /proc/asound/dev, so it needs to make softlinks from /dev to there. If you're using devfs then you'll need to edit devfsd.conf - afraid I can't help you there, but it ought to be in the docs (I hope - I really should switch to using it soon)... -- Adam Jones ([EMAIL PROTECTED])(http://www.yggdrasl.demon.co.uk/) .oO("So all eyes got to say is FUCK YOU ... PAY ME ~~~>>BITCH" ) PGP public key: http://www.yggdrasl.demon.co.uk/pubkey.asc _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user Sponsored by http://www.ThinkGeek.com/
