| To: | Rafał Bursig <bursig@xxxxxxxxx>, devfs <devfs@xxxxxxxxxxx> |
|---|---|
| Subject: | Re: alsa and devfs (hack) |
| From: | Tobias Edler <tobias.edler@xxxxxxxxxxxxxxxxxxxxxx> |
| Date: | Wed, 28 Nov 2001 21:44:05 +0100 |
| References: | <3C02B01F.CF7D4DED@poczta.fm> <3C049615.6010103@stud.uni-goettingen.de> <3C0464D7.172077D4@poczta.fm> |
| Sender: | owner-devfs@xxxxxxxxxxx |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011022 |
The problem ist that the OSS-style devices are not created at all. did so ... bt didn't help there is so /dev/dsp. at least unless i create it manually with the snddevices script, wich schounl be unnecessary with devfs. modules.conf : alias parport_lowlevel parport_pc alias scsi_hostadapter atp870u alias eth0 8139too alias char-major-81 bttv alias snd-card-0 snd-card-als4000 alias sound-slot-0 snd-card-als4000 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 post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : alias char-major-195 NVdriver modules.devfs # /etc/modules.devfs # Richard Gooch <rgooch@xxxxxxxxxxxxx> 16-JUL-2001 # # This file comes with devfsd-v1.3.18 which is available from: # http://www.atnf.csiro.au/~rgooch/linux/ ############################################################################### # Sample configurations that you may want to place in /etc/modules.conf # alias /dev/snd snd-card-0 # Soundcard alias /dev/audio /dev/sound alias /dev/mixer /dev/sound alias /dev/dsp /dev/sound alias /dev/dspW /dev/sound alias /dev/midi /dev/sound include /etc/modules.conf devfsd.conf # Sample /etc/devfsd.conf configuration file. # Richard Gooch <rgooch@xxxxxxxxxxxxx> 3-JUL-2000 # # Enable full compatibility mode for old device names. You may comment these # out if you don't use the old device names. Make sure you know what you're # doing! REGISTER .* MKOLDCOMPAT UNREGISTER .* RMOLDCOMPAT
# Enable module autoloading. You may comment this out if you don't use # autoloading LOOKUP .* MODLOAD # For alsa modules ... hope this helps .... LOOKUP snd MODLOAD ACTION snd REGISTER sound/.* PERMISSIONS root.user 660 REGISTER snd/.* PERMISSIONS root.user 660 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: alsa and devfs, Jeremy Brown |
|---|---|
| Next by Date: | Re: alsa and devfs (hack) SOLVED !!, Tobias Edler |
| Previous by Thread: | Re: alsa and devfs (maybe OT), Richard Gooch |
| Next by Thread: | Re: alsa and devfs (hack) SOLVED !!, Tobias Edler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |