Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
# ALSA Sound Support
|
|
|
2 |
#
|
|
|
3 |
# We want to ensure that snd-seq is always loaded for those who want to use
|
|
|
4 |
# the sequencer interface, but we can't do this automatically through udev
|
|
|
5 |
# at the moment...so we have this rule (just for the moment).
|
|
|
6 |
#
|
|
|
7 |
# Remove the following line if you don't want the sequencer.
|
|
|
8 |
|
|
|
9 |
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-seq
|