FS#1714 - module-init-tools sound request
Attached to Project:
Arch Linux
Opened by Tobias Powalowski (tpowa) - Monday, 01 November 2004, 15:36 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 01 November 2004, 21:58 GMT
Opened by Tobias Powalowski (tpowa) - Monday, 01 November 2004, 15:36 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 01 November 2004, 21:58 GMT
|
Details
hi
another suggestion i read hotplug README.modules there it is pointed out that you can load additional modules in modprobe.conf for making arch simpler it would be great if the follwing 2 lines would be added to standard modprobe.conf: install snd-pcm modprobe -i snd-pcm ; modprobe snd-pcm-oss ; true install snd-seq modprobe -i snd-seq ; modprobe snd-seq-oss ; true This way, the OSS compatibility module will be loaded automatically for all PCI soundcards supported by ALSA. Note, however, that this solution so all sound issues should be solved when the user use hotplug in rc.conf, if hotplug detects the sound card right |
This task depends upon
Also, desktop users will need to deal with permissions on their audio devices in /dev anyway, so post-install setup will still be required, even with hotplug.
Perhaps a default of MODULES=(!snd-pcm-oss !snd-seq-oss) would be sufficient?