LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Microphone plays thro speakers but dead in audacity and skype (https://www.linuxquestions.org/questions/linux-hardware-18/microphone-plays-thro-speakers-but-dead-in-audacity-and-skype-810329/)

TreeHugger 05-26-2010 08:26 PM

Microphone plays thro speakers but dead in audacity and skype
 
Hi,

I've got a weird problem with my sound card config.

I usually use a USB webcam with a built-in mic that works fine when I select it in audacity and skype, but I have a soundcard too and I just wanted to check out another microphone I've got.

I plugged it in and played around with alsamixer and managed to get it so that I can hear it through the speakers, but I can't use it in audacity and skype.

There are 3 options (apart from the USB mic) in audacity, and all of them are dead silent. In skype there are even more options for the mic. Same problem.

Audacity has recording device choices of ALSA HDA Intel ALC882 Analog hw:0,0, hw:0,1 and hw:0,2

How can I get the microphone to appear in that list - or is it already one of those options but somehow not configured right? I can't figure out the Alsa config stuff despite reading several introductions to it. Probably too late at night for my brain.

Plus the last symptom - I broke the sound coming from a java app while fiddling with this setup. It used to give alerts and alarms quite frequently, but since yesterday it's been silent, with errors in the log like

"Error: Sound line is not available.javax.sound.sampled.LineUnavailableException: line with format PCM_UNSIGNED 11025.0 Hz, 8 bit, mono, 1 bytes/frame, not supported. "

If anyone here can tell me what's wrong, I'd be massively grateful!

Shadow_7 05-26-2010 09:44 PM

Edit -> preferences

You can select various inputs and the likes.

Mencoder seems to always assumes the abilities of the capture device, even when drawing an element (audio) from another source with different abilities. ffmpeg does audio better in this regard. But not quite there either. Lots of options depending on your configuration. jackd / artsd / pulse audio / esd / ???

TreeHugger 05-27-2010 03:22 AM

Hi, thanks for replying. You mean Edit -> Preferences in Audacity? That's the problem: none of the options that I select in Audacity are the microphone on the hardware. It shows

ALSA HDA Intel ALC882 Analog hw:0,0
ALSA HDA Intel ALC882 Analog hw:0,1
ALSA HDA Intel ALC882 Analog hw:0,2
USB xxxx x xx x

Choosing any of those doesn't work. It's like they're not the hardware, but I don't know why it decided they are the hardware and put them in its options for selection.

I have a problem working out what linux is doing here. It seems that there's this list of hardware with chip names on the one hand, and there's a long list of controls in my desktop/window manager:

Master, PCM, Front, Front Mic, Front Mic Boost, Surround, Center, LFE, Side, Line, CD, Mic, Mic Boost, Capture, Capture.1, Capture.2, Digital

I can adjust the volume of the mic using Mic and Mic Boost. but it makes no difference to Audacity.

There are also three option boxes in my desktop volume control called Input Source, Input Source.1 and Input Source.2

These 3 have the same options: Mic (selected), Front Mic, Line, CD

So I don't know how to get the configuration configured properly - I believe this is ALSA - I'm pretty sure I'm not using any of jackd, artsd, pulse audio or esd. No: just grepped lsmod for them. None present.

Shadow_7 05-27-2010 06:24 AM

$ cat /proc/asound/cards
$ cat /proc/asound/card0/pcm0c/info

where pcm0c is capture and pcm0p is playback. From what I recall 0,0 and 0,1 and such are basically different names for the playback and capture parts of the device. If you setup a ~/.asoundrc file it should list what you list in there. i.e. logical / humanized names.

$ amixer
(lists your various channels)

$ alsamixer
(lets you change those channels)
(F1 for help / TAB to toggle between playback and capture channels / ESC to exit)

I use aumix myself. When it works / runs. There's an obvious red button (or green) to select your recording device as it may not be the microphone and it is selectable. If you have multiple cards -c # for the alsa apps to choose a different card. Default is 0 and assumed. Which might not be what you want. # is based on what's listed in /proc/asound/cards.

What mic are we talking about? In monitor mic? Some small electret mic plugged into the mic port. NOTE: those require a small voltage only available in the mic port. And not all devices supply it. i.e. it may all be working as designed, but you mic is OFF for all intents. If the mic is plugged into the line input that has no voltage (or at least shouldn't). And otherwise expects a rather hot line level signal. Or are we talking some other mic type?

TreeHugger 05-27-2010 06:47 AM

amixer alsamixer xfce
 
cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xfebfc000 irq 16
1 [U0x46d0x9a4 ]: USB-Audio - USB Device 0x46d:0x9a4
USB Device 0x46d:0x9a4 at usb-0000:00:1d.7-7, high speed

So those are my cards. I can really understand that!

Then for Intel:

adam@isengard:~/junk$ ls /proc/asound/card0
codec#0 id pcm0c pcm0p pcm1c pcm1p pcm2c

So it has 3 capture devices. Those are obviously the 3 listed by Audacity, and the hw:0,0 must refer to card0, device0 and so on, right?

Then in amixer I see controls:

[....]
Simple mixer control 'Front Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 24 [77%] [1.50dB] [on]
Front Right: Playback 24 [77%] [1.50dB] [on]
Simple mixer control 'Front Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 2 [67%]
Front Right: 2 [67%]
[....]
Simple mixer control 'Input Source',0
Capabilities: cenum
Items: 'Mic' 'Front Mic' 'Line' 'CD'
Item0: 'CD'
Simple mixer control 'Input Source',1
Capabilities: cenum
Items: 'Mic' 'Front Mic' 'Line' 'CD'
Item0: 'CD'
Simple mixer control 'Input Source',2
Capabilities: cenum
Items: 'Mic' 'Front Mic' 'Line' 'CD'
Item0: 'Front Mic'



I don't understand how I am meant to use that info to configure the chips that are mentioned in Audacity and listed in /proc/asound/cards. This amixer output is different to the xfce volume control that I quoted in my first message. It looks to me as if it's reading from a different computer. Does Item0: 'CD' mean that it's streaming sound from the CD? Argh, confusion!

Shadow_7 05-27-2010 05:20 PM

hw:0,0 is playback
hw:0,1 (or 2) is capture

Your mic seems enabled.

Simple mixer control 'Front Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 24 [77%] [1.50dB] [on]
Front Right: Playback 24 [77%] [1.50dB] [on]

Note the [on]

What's plugged into the pink mic port? You might consider plugging your CD players headphone out in there at a very low volume (1 of 10 for line level 0.5-ish of 10.0 for mic). Just to make sure that it's something hardware after the jack that's the issue. Not all mic ports provide the plugin power needed for some mics. You might need a battery box to bridge that gap. Or a mic that takes a battery and has a good one in it.

It does say FRONT mic. Is your mic plugged into the FRONT mic port? My setup just says Mic.

$ amixer -c 1

To see the USB abilities. Logitech Quickcam E 3500 by the looks of the vendor:device value. Which mic / device are you trying to use? uvcvideo module for the webcam. I'm not sure of the state of audio on the one though. My Sanyo FH1 functions under that module and I have no audio abilities that route that I know of.

TreeHugger 05-27-2010 06:07 PM

HI Shadow 7,

I'm really sorry, but I edited too much out of the amixer output.

Not only is there "Front Mic" with "[on]" but there is also:

Simple mixer control 'Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 25 [81%] [3.00dB] [on]
Front Right: Playback 25 [81%] [3.00dB] [on]

this one is the control for the mic, I know because changing the volume control in the xfce gui mixer controls it.

it is plugged into the pink port and the input is channeled through to the speakers where I can hear it. So I don't think it needs power.

Not massively useful and I'd like to be able to use it in Audacity or Skype!

The USB webcam mic is also enabled and I can select that in Audacity or Skype if necessary.

However, I still have zero idea whether the "Input Source" devices are relevant for instance, and how to get this mic to appear as one of the options in Audacity and Skype etc. I've still got a fundamental disconnect on my system (and in my brain unfortunately)

Shadow_7 05-28-2010 02:02 AM

The default behavior should NOT be to play mic input through the speakers. That will result in feedback. Past certain levels anyway. i.e. move said mic towards said speakers and see for yourself. It's probably already showing up in audacity. You're just not recognizing it. Or maybe your user isn't in the audio group and doesn't have permissions? It happens. Not likely since you have other access to it.

I guess one should ask. What version of audacity? What hardware mic? Perhaps it's hardwired into the line input or cdrom channel(s).

# apt-get install aumix-gtk

$ aumix -q

The one with the R is set as the recording device. In aumix terminology, mic + igain need to be > 0 to have your mic work. If it's tied into some other channel, running the aumix gui puts a little box next to channels that are selectable as recordable from. This is the only way I'm able to select PCM as input to capture output from festival and other odd sources. You can also do it at the cli.

$ aumix -q
$ aumix -v R
$ aumix -q
$ aumix -m R
$ aumix -q

(aumix -h) Should list what each -X represents. And other information. Alsamixer should list all of your channels (where aumix might not). But I've never had any luck changing the selected record from channel with alsamixer. And other quirkiness. When aumix works, it's a pretty nice way to make adjustments. More so than kmix, gmix and others as aumix also works on the console alone without a gui. Just another option that might help you sort out which end is up. If you make changes in aumix, they should show up in the results of amixer. You can actively change things in aumix while running audacity without having to restart audacity. If you want to just keep pushing buttons until something works.

TreeHugger 05-28-2010 05:13 AM

Thanks for your post, a lot of it makes sense - although I still don't grasp the heart of the matter. For instance, I think I threw a spanner in the works somehow because when I run aumix, it says "aumix: error opening mixer: No such file or directory"

There is no /dev/mixer (which it wants by default), and the only info I can find on substituting /dev/mixer is to use OSS and /dev/dsp which doesn't sound right (sorry, bad metaphor!) - that info was from 2000 anyway.

Secondly, I checked all the input devices shown in audacity and none of them work and now also the USB mic makes audacity throw an error message "error while opening sound device: please check input device settings and project sample rate"

I think this error with the USB mic might be related to the java problem, which can't use sound anymore since I started trying to configure this properly.

Audacity is v1.3.5-beta and the mic hardware is plugged into the pink socket on the motherboard.

I should write down everything I do when I start doing something in linux that I don't know about - but of course I always think it'll be ok.

Shadow_7 05-28-2010 07:26 PM

Well now. It's starting to sound like alsa isn't completely installed. And/or configured.

# apt-get install alsa-base alsa-tools alsa-utils libasound2 libasound2-dev

# modprobe snd-pcm-oss snd-mixer-oss snd-seq-oss
(oss emulation via alsa drivers)

http://alsa-project.org/

Running alsaconf and other things might help. I've always done it full manual myself. But I generally had odd soundcards that alsaconf never quite worked for. Many means to an end. aumix shouldn't fail, it's one of the more *cough* stable *cough* mixer apps I've used. Now if you have multiple soundcards it might not behave as expected, but it shouldn't fail.

# find /lib/modules/`uname -r`/ -iname '*snd-*'

I have:
/dev/mixer
/dev/dsp
/dev/audio
/dev/sequencer

and variants with 1 and 2 tagged on. atiixp + atiixp-modem + usb-audio in my case. And a few other audio group stuff. timer, rtc, pcmC* controlC*, .......

# /etc/init.d/alsasound stop
# /etc/init.d/alsasound start

Might also be called alsa-utils and such. Depending on version + distro + other factors.

$ groups
(should list the groups your user is in. If audio isn't one of them, well....)

TreeHugger 05-29-2010 06:34 AM

snd-pcm-oss snd-mixer-oss snd-seq-oss weren't loaded!

Actually I never realised oss was a part of alsa. I thought alsa replaced it.

Anyway, the alsa-base alsa-tools alsa-utils and libasound2 packages were already installed. I just installed libasound2-dev.

I ran alsaconf.

And then I started trying the mixers, and aumix wouldn't work with the 'error opening mixer'. Since inserting the modules before had worked, I loaded those 3 modules again and it recreated /dev/mixer and aumix then worked. The volumes looked to be set ok and nothing was muted, although there were not as many devices shown as by xfce-mixer.

So running alsaconf unloaded the modules and didn't reload them. I guess i need to put them into my config - in /etc/modules is that right?

Now audacity: instead of the input showing nothing, just a flat line, it now records fuzz and it picks up input from the mic but at a lower volume than the fuzz, on ALSA: default.

The other options for the input device have changed now, I have some OSS: devices - but they cause errors if I try using them.

I have the mic levels set to 80/100 in the mixer and the mic boost at 100.

The mic input also still goes straight to the speakers.

The java app can't use sound either and throws errors.

On a positive note though, the USB mic is working again.

Arrrghgh! I have now just managed to lose that input channel in audacity. Instead of fuzz and a really low volume mic level, I'm just getting a flat line with zero sound.

I guess that's enough random configuration nonsense for one message. Does it make any more sense?

How about some output from amixer, if that helps:


adam@isengard:~$ amixer
Simple mixer control 'Master',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 23 [74%] [-12.00dB] [on]
Simple mixer control 'Headphone',0
Capabilities: pswitch
Playback channels: Front Left - Front Right
Mono:
Front Left: Playback [on]
Front Right: Playback [on]
Simple mixer control 'PCM',0
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 255 [100%] [0.00dB]
Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Front',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 23 [74%] [-12.00dB] [on]
Front Right: Playback 23 [74%] [-12.00dB] [on]
Simple mixer control 'Front Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 26 [84%] [4.50dB] [on]
Front Right: Playback 26 [84%] [4.50dB] [on]
Simple mixer control 'Front Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 3 [100%]
Front Right: 3 [100%]
Simple mixer control 'Surround',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 23 [74%] [-12.00dB] [on]
Front Right: Playback 23 [74%] [-12.00dB] [on]
Simple mixer control 'Center',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 23 [74%] [-12.00dB] [on]
Simple mixer control 'LFE',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 24 [77%] [-10.50dB] [on]
Simple mixer control 'Side',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 24 [77%] [-10.50dB] [on]
Front Right: Playback 24 [77%] [-10.50dB] [on]
Simple mixer control 'Line',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 23 [74%] [0.00dB] [on]
Front Right: Playback 23 [74%] [0.00dB] [on]
Simple mixer control 'CD',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 24 [77%] [1.50dB] [on]
Front Right: Playback 24 [77%] [1.50dB] [on]
Simple mixer control 'Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 24 [77%] [1.50dB] [on]
Front Right: Playback 24 [77%] [1.50dB] [on]
Simple mixer control 'Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 3 [100%]
Front Right: 3 [100%]
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined cswitch cswitch-joined
Playback channels: Mono
Capture channels: Mono
Mono: Playback [on] Capture [off]
Simple mixer control 'IEC958 Default PCM',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 31
Front Left: Capture 18 [58%] [15.00dB] [on]
Front Right: Capture 18 [58%] [15.00dB] [on]
Simple mixer control 'Capture',1
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 31
Front Left: Capture 19 [61%] [16.50dB] [on]
Front Right: Capture 19 [61%] [16.50dB] [on]
Simple mixer control 'Capture',2
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 31
Front Left: Capture 17 [55%] [13.50dB] [on]
Front Right: Capture 17 [55%] [13.50dB] [on]
Simple mixer control 'Digital',0
Capabilities: cvolume
Capture channels: Front Left - Front Right
Limits: Capture 0 - 120
Front Left: Capture 67 [56%] [3.50dB]
Front Right: Capture 67 [56%] [3.50dB]
Simple mixer control 'Input Source',0
Capabilities: cenum
Items: 'Mic' 'Front Mic' 'Line' 'CD'
Item0: 'Line'
Simple mixer control 'Input Source',1
Capabilities: cenum
Items: 'Mic' 'Front Mic' 'Line' 'CD'
Item0: 'Front Mic'
Simple mixer control 'Input Source',2
Capabilities: cenum
Items: 'Mic' 'Front Mic' 'Line' 'CD'
Item0: 'CD'
adam@isengard:~$


Shadow_7 05-29-2010 09:37 AM

Alsa "emulates" OSS with the snd-oss-* modules. And many apps (including web browsers) still assume OSS devices. As they have not been modernized to handle alsa natively or jackd or esd, pulse audio, artsd, .. . . . . . . You can start said apps with esddsp -m and artsdsp or even aoss to wrap them up and enable audio sharing. But not all apps take kindly to it, and in the case of browsers, when a child window is launched it's NOT wrapped up like the parent. And your efforts are otherwise defeated. Although audacity (if compiled with --port-audio= / not a default) should handle alsa natively.


Alsa should auto load when you try to use it if properly configured. This generally happens at boot when the mixer tries to restore settings. And like I said, I generally go full manual because alsaconf almost never works for me.

It sounds like you're missing your alsa configuration. Formerly /etc/modules.conf, but these days is broken into parts in /etc/modprobe.d/*. Probably in /etc/modprobe.d/alsa-base if you're using your distro's configuration(s). Adding the oss modules in /etc/modules isn't a bad ideal, but it's not necessary if properly configured. As I realize why I went full manual in the first place. Even my distros defaults lack mention of oss. A fairly recent install for me (late april 2010) so I guess I'll follow my own advice. This probably explains why Muse was misbehaving when I gave it a whirl.

In short replace your /etc/modprobe.d/alsa* with

Code:

alias  char-major-116      snd
alias  char-major-14      soundcore

options snd                major=116      cards_limit=3

#---START--- machine specific ---#
options snd-atiixp          index=0
options snd-atiixp-modem    index=1
options snd-usb-audio      index=2

alias  snd-card-0          snd-atiixp
alias  snd-card-1          snd-atiixp-modem
alias  snd-card-2          snd-usb-audio
#--- END --- machine specific ---#

alias  sound-slot-0        snd-card-0
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

alias  sound-slot-1        snd-card-1
alias  sound-service-1-0  snd-mixer-oss
alias  sound-service-1-1  snd-seq-oss
alias  sound-service-1-3  snd-pcm-oss
alias  sound-service-1-8  snd-seq-oss
alias  sound-service-1-12  snd-pcm-oss

alias  sound-slot-2        snd-card-2
alias  sound-service-2-0  snd-mixer-oss
alias  sound-service-2-1  snd-seq-oss
alias  sound-service-2-3  snd-pcm-oss
alias  sound-service-2-8  snd-seq-oss
alias  sound-service-2-12  snd-pcm-oss

Replacing the primary module specific to your card where appropriate. Once replaced /etc/init.d/alsasound stop (and start or just restart) should load the OSS stuff automagically. (in theory).

# mv /etc/modprobe.d/alsa* /home/user/
# mv /home/user/alsa_custom /etc/modprobe.d/
(the above code chunk customized to YOUR cards)
# /etc/init.d/alsa-utils stop
# /etc/init.d/alsa-utils start

$ alsamixer -c 0
$ lsmod

Note the index=# portion. You can re-arrange your soundcards by modifying that. OSS based applications (web browsers / festival / ...) will always default to card 0. Even if your .asoundrc includes the "defaults.pcm.card #" option to NOT default to card 0. Otherwise applications that use alsa natively will obey your commands / configuration.

Shadow_7 05-29-2010 10:11 AM

Hmmm. I didn't have aoss on my system either.

# apt-get install alsa-oss

Just trying to wrap timidity to play some midi files on the other soundcard.

TreeHugger 05-29-2010 11:34 AM

Quote:

Originally Posted by Shadow_7 (Post 3985436)
Hmmm. I didn't have aoss on my system either.

# apt-get install alsa-oss

Just trying to wrap timidity to play some midi files on the other soundcard.

Well I hope you're not hoping that I can help :lol:

Much as I'd like to, I am still way behind on the path to alsa enlightenment.

It still bugs me that amixer, xfce-mixer, alsamixer, aumix, audacity, skype etc all show variations in the number and names of the devices, as if they're reading from different configurations. At least they keep the same level for the master so it must be coming from the same place.

And none of them can control the USB mic volume.

But anyway, I moved my alsa-base out the way and put your config (with card snd-hda-intel) into /etc/modprobe.d/alsa-custom and restarted alsa.

It made no difference to audacity and the mic.

I also then did a system reboot to see if the modules would be automatically loaded and unfortunately they weren't.

But my browser with youtube and flash and all that seems fine, as before.

Have you got any idea what the problem with the java output error could be? (Audio device unavailable)

And just to recap, the input from the non-USB mic is still going straight to the speakers, and in fact I've lost the ability to hear it at all in audacity anymore (wracking my brain to work out what I did to enable it there, even at that low volume).

TreeHugger 05-29-2010 11:38 AM

I forgot to mention, just in case it's relevant, the /etc/modprobe.d/alsa-base config that I moved out the way was about 200 lines of config:


# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-seq ; }
#
# Workaround at bug #499695
#install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
#install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
#install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /lib/alsa/modprobe-post-install snd-emu10k1 ; /sbin/modprobe --quiet snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /lib/alsa/modprobe-post-install snd-via82xx ; /sbin/modprobe --quiet snd-seq ; }
# Cause a script to be run after *-synth module initialization
install snd-emu8000-synth /sbin/modprobe --ignore-install snd-emu8000-synth && /lib/alsa/modprobe-post-install snd-emu8000-synth
install snd-emu10k1-synth /sbin/modprobe --ignore-install snd-emu10k1-synth && /lib/alsa/modprobe-post-install snd-emu10k1-synth
# Cause a script to be run after card driver module initialization
install snd-ad1816a /sbin/modprobe --ignore-install snd-ad1816a $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ad1816a
install snd-ad1848 /sbin/modprobe --ignore-install snd-ad1848 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ad1848
install snd-adlib /sbin/modprobe --ignore-install snd-adlib $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-adlib
install snd-ad1889 /sbin/modprobe --ignore-install snd-ad1889 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ad1889
install snd-ad1816a /sbin/modprobe --ignore-install snd-ad1816a $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ad1816a
install snd-aica /sbin/modprobe --ignore-install snd-aica $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-aica
install snd-ali5451 /sbin/modprobe --ignore-install snd-ali5451 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ali5451
install snd-als100 /sbin/modprobe --ignore-install snd-als100 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-als100
install snd-als300 /sbin/modprobe --ignore-install snd-als300 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-als300
install snd-als4000 /sbin/modprobe --ignore-install snd-als4000 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-als4000
install snd-aoa /sbin/modprobe --ignore-install snd-aoa $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-aoa
install snd-aoa-fabric-layout /sbin/modprobe --ignore-install snd-aoa-fabric-layout $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-aoa-fabric-layout
install snd-aoa-onyx /sbin/modprobe --ignore-install snd-aoa-onyx $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-aoa-onyx
install snd-aoa-tas /sbin/modprobe --ignore-install snd-aoa-tas $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-aoa-tas
install snd-aoa-toonie /sbin/modprobe --ignore-install snd-aoa-toonie $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-aoa-toonie
install snd-aoa-soundbus /sbin/modprobe --ignore-install snd-aoa-soundbus $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-aoa-soundbus
install snd-aoa-soundbus-i2s /sbin/modprobe --ignore-install snd-aoa-soundbus-i2s $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-aoa-soundbus-i2s
install snd-armaaci /sbin/modprobe --ignore-install snd-armaaci $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-armaaci
install snd-asihpi /sbin/modprobe --ignore-install snd-asihpi $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-asihpi
install snd-at73c213 /sbin/modprobe --ignore-install snd-at73c213 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-at73c213
install snd-atiixp /sbin/modprobe --ignore-install snd-atiixp $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-atiixp
install snd-at32-soc-playpaq-slave /sbin/modprobe --ignore-install snd-at32-soc-playpaq-slave $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-at32-soc-playpaq-slave
install snd-at91-soc /sbin/modprobe --ignore-install snd-at91-soc $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-at91-soc
install snd-at91-soc-eti-b1-wm8731 /sbin/modprobe --ignore-install snd-at91-soc-eti-b1-wm8731 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-at91-soc-eti-b1-wm8731
install snd-1-soc-eti-slave /sbin/modprobe --ignore-install snd-1-soc-eti-slave $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-1-soc-eti-slave
install snd-au1x00 /sbin/modprobe --ignore-install snd-au1x00 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-au1x00
install snd-aw2 /sbin/modprobe --ignore-install snd-aw2 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-aw2
install snd-au8820 /sbin/modprobe --ignore-install snd-au8820 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-au8820
install snd-au8830 /sbin/modprobe --ignore-install snd-au8830 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-au8830
install snd-azt2320 /sbin/modprobe --ignore-install snd-azt2320 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-azt2320
install snd-azt3328 /sbin/modprobe --ignore-install snd-azt3328 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-azt3328
install snd-ca0106 /sbin/modprobe --ignore-install snd-ca0106 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ca0106
install snd-cmi8330 /sbin/modprobe --ignore-install snd-cmi8330 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-cmi8330
install snd-cmipci /sbin/modprobe --ignore-install snd-cmipci $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-cmipci
install snd-cs4231 /sbin/modprobe --ignore-install snd-cs4231 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-cs4231
install snd-cs4232 /sbin/modprobe --ignore-install snd-cs4232 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-cs4232
install snd-cs4236 /sbin/modprobe --ignore-install snd-cs4236 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-cs4236
install snd-cs4281 /sbin/modprobe --ignore-install snd-cs4281 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-cs4281
install snd-cs5535audio /sbin/modprobe --ignore-install snd-cs5535audio $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-cs5535audio
install snd-darla20 /sbin/modprobe --ignore-install snd-darla20 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-darla20
install snd-darla24 /sbin/modprobe --ignore-install snd-darla24 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-darla24
install snd-davinci-soc /sbin/modprobe --ignore-install snd-davinci-soc $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-davinci-soc
install snd-davinci-soc-evm /sbin/modprobe --ignore-install snd-davinci-soc-evm $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-davinci-soc-evm
install snd-dt019x /sbin/modprobe --ignore-install snd-dt019x $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-dt019x
install snd-echo3g /sbin/modprobe --ignore-install snd-echo3g $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-echo3g
install snd-emu10k1x /sbin/modprobe --ignore-install snd-emu10k1x $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-emu10k1x
install snd-ens1370 /sbin/modprobe --ignore-install snd-ens1370 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ens1370
install snd-ens1371 /sbin/modprobe --ignore-install snd-ens1371 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ens1371
install snd-es1688 /sbin/modprobe --ignore-install snd-es1688 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-es1688
install snd-es18xx /sbin/modprobe --ignore-install snd-es18xx $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-es18xx
install snd-es1938 /sbin/modprobe --ignore-install snd-es1938 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-es1938
install snd-es1968 /sbin/modprobe --ignore-install snd-es1968 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-es1968
install snd-es968 /sbin/modprobe --ignore-install snd-es968 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-es968
install snd-fm801 /sbin/modprobe --ignore-install snd-fm801 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-fm801
install snd-fm801-tea575x /sbin/modprobe --ignore-install snd-fm801-tea575x $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-fm801-tea575x
install snd-gina20 /sbin/modprobe --ignore-install snd-gina20 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-gina20
install snd-gina24 /sbin/modprobe --ignore-install snd-gina24 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-gina24
install snd-gusclassic /sbin/modprobe --ignore-install snd-gusclassic $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-gusclassic
install snd-gusextreme /sbin/modprobe --ignore-install snd-gusextreme $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-gusextreme
install snd-gusmax /sbin/modprobe --ignore-install snd-gusmax $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-gusmax
install snd-harmony /sbin/modprobe --ignore-install snd-harmony $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-harmony
install snd-hda-codec-atihdmi /sbin/modprobe --ignore-install snd-hda-codec-atihdmi $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-codec-atihdmi
install snd-hda-codec-analog /sbin/modprobe --ignore-install snd-hda-codec-analog $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-codec-analog
install snd-hda-codec-conexant /sbin/modprobe --ignore-install snd-hda-codec-conexant $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-codec-conexant
install snd-hda-codec-cmedia /sbin/modprobe --ignore-install snd-hda-codec-cmedia $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-codec-cmedia
install snd-hda-codec-realtek /sbin/modprobe --ignore-install snd-hda-codec-realtek $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-codec-realtek
install snd-hda-codec-si3054 /sbin/modprobe --ignore-install snd-hda-codec-si3054 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-codec-si3054
install snd-hda-codec-sigmatel /sbin/modprobe --ignore-install snd-hda-codec-sigmatel $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-codec-sigmatel
install snd-hda-codec-via /sbin/modprobe --ignore-install snd-hda-codec-via $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-codec-via
install snd-hda-generic /sbin/modprobe --ignore-install snd-hda-generic $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-generic
install snd-hda-hwdep /sbin/modprobe --ignore-install snd-hda-hwdep $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-hwdep
install snd-hda-intel /sbin/modprobe --ignore-install snd-hda-intel $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-intel
install snd-hda-power-save /sbin/modprobe --ignore-install snd-hda-power-save $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hda-power-save
install snd-hdsp /sbin/modprobe --ignore-install snd-hdsp $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hdsp
install snd-hdspm /sbin/modprobe --ignore-install snd-hdspm $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hdspm
install snd-hifier /sbin/modprobe --ignore-install snd-hifier $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hifier
install snd-hpet /sbin/modprobe --ignore-install snd-hpet $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-hpet
install snd-ice1712 /sbin/modprobe --ignore-install snd-ice1712 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ice1712
install snd-ice1724 /sbin/modprobe --ignore-install snd-ice1724 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ice1724
install snd-indigo /sbin/modprobe --ignore-install snd-indigo $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-indigo
install snd-indigodj /sbin/modprobe --ignore-install snd-indigodj $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-indigodj
install snd-indigoio /sbin/modprobe --ignore-install snd-indigoio $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-indigoio
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-intel8x0
install snd-interwave /sbin/modprobe --ignore-install snd-interwave $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-interwave
install snd-interwave-stb /sbin/modprobe --ignore-install snd-interwave-stb $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-interwave-stb
install snd-layla20 /sbin/modprobe --ignore-install snd-layla20 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-layla20
install snd-layla24 /sbin/modprobe --ignore-install snd-layla24 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-layla24
install snd-mia /sbin/modprobe --ignore-install snd-mia $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-mia
install snd-miro /sbin/modprobe --ignore-install snd-miro $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-miro
install snd-mixart /sbin/modprobe --ignore-install snd-mixart $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-mixart
install snd-ml403-ac97cr /sbin/modprobe --ignore-install snd-ml403-ac97cr $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ml403-ac97cr
install snd-mona /sbin/modprobe --ignore-install snd-mona $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-mona
install snd-mpu401 /sbin/modprobe --ignore-install snd-mpu401 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-mpu401
install snd-msnd-pinnacle /sbin/modprobe --ignore-install snd-msnd-pinnacle $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-msnd-pinnacle
install snd-mtpav /sbin/modprobe --ignore-install snd-mtpav $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-mtpav
install snd-mts64 /sbin/modprobe --ignore-install snd-mts64 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-mts64
install snd-nm256 /sbin/modprobe --ignore-install snd-nm256 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-nm256
install snd-omap-soc /sbin/modprobe --ignore-install snd-omap-soc $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-omap-soc
install snd-omap-soc-n810 /sbin/modprobe --ignore-install snd-omap-soc-n810 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-omap-soc-n810
install snd-opl3sa2 /sbin/modprobe --ignore-install snd-opl3sa2 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-opl3sa2
install snd-opti92x-ad1848 /sbin/modprobe --ignore-install snd-opti92x-ad1848 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-opti92x-ad1848
install snd-opti92x-cs4231 /sbin/modprobe --ignore-install snd-opti92x-cs4231 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-opti92x-cs4231
install snd-opti93x /sbin/modprobe --ignore-install snd-opti93x $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-opti93x
install snd-oxygen /sbin/modprobe --ignore-install snd-oxygen $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-oxygen
install snd-pc98-cs4232 /sbin/modprobe --ignore-install snd-pc98-cs4232 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pc98-cs4232
install snd-pcsp /sbin/modprobe --ignore-install snd-pcsp $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pcsp
install snd-pcxhr /sbin/modprobe --ignore-install snd-pcxhr $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pcxhr
install snd-pdaudiocf /sbin/modprobe --ignore-install snd-pdaudiocf $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pdaudiocf
install snd-pdplus /sbin/modprobe --ignore-install snd-pdplus $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pdplus
install snd-portman2x4 /sbin/modprobe --ignore-install snd-portman2x4 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-portman2x4
install snd-powermac /sbin/modprobe --ignore-install snd-powermac $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-powermac
install snd-ps3 /sbin/modprobe --ignore-install snd-ps3 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-ps3
install snd-pxa2xx-ac97 /sbin/modprobe --ignore-install snd-pxa2xx-ac97 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pxa2xx-ac97
install snd-pxa2xx-i2sound /sbin/modprobe --ignore-install snd-pxa2xx-i2sound $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pxa2xx-i2sound
install snd-pxa2xx-soc /sbin/modprobe --ignore-install snd-pxa2xx-soc $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pxa2xx-soc
install snd-pxa2xx-soc-corgi /sbin/modprobe --ignore-install snd-pxa2xx-soc-corgi $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pxa2xx-soc-corgi
install snd-pxa2xx-soc-spitz /sbin/modprobe --ignore-install snd-pxa2xx-soc-spitz $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pxa2xx-soc-spitz
install snd-pxa2xx-soc-poodle /sbin/modprobe --ignore-install snd-pxa2xx-soc-poodle $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pxa2xx-soc-poodle
install snd-pxa2xx-soc-tosa /sbin/modprobe --ignore-install snd-pxa2xx-soc-tosa $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-pxa2xx-soc-tosa
install snd-riptide /sbin/modprobe --ignore-install snd-riptide $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-riptide
install snd-rme32 /sbin/modprobe --ignore-install snd-rme32 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-rme32
install snd-rme96 /sbin/modprobe --ignore-install snd-rme96 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-rme96
install snd-rme9652 /sbin/modprobe --ignore-install snd-rme9652 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-rme9652
install snd-rtctimer /sbin/modprobe --ignore-install snd-rtctimer $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-rtctimer
install snd-s3c2410 /sbin/modprobe --ignore-install snd-s3c2410 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-s3c2410
install snd-s3c24xx-soc-neo1973-wm8753 /sbin/modprobe --ignore-install snd-s3c24xx-soc-neo1973-wm8753 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-s3c24xx-soc-neo1973-wm8753
install snd-s3c24xx-soc-smdk2443-wm9710 /sbin/modprobe --ignore-install snd-s3c24xx-soc-smdk2443-wm9710 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-s3c24xx-soc-smdk2443-wm9710
install snd-s3c24xx-soc-ln2440sbc-alc650 /sbin/modprobe --ignore-install snd-s3c24xx-soc-ln2440sbc-alc650 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-s3c24xx-soc-ln2440sbc-alc650
install snd-sa11xx-uda1341 /sbin/modprobe --ignore-install snd-sa11xx-uda1341 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sa11xx-uda1341
install snd-sb16 /sbin/modprobe --ignore-install snd-sb16 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sb16
install snd-sb8 /sbin/modprobe --ignore-install snd-sb8 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sb8
install snd-sbawe /sbin/modprobe --ignore-install snd-sbawe $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sbawe
install snd-sc6000 /sbin/modprobe --ignore-install snd-sc6000 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sc6000
install snd-serial-u16550 /sbin/modprobe --ignore-install snd-serial-u16550 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-serial-u16550
install snd-sgalaxy /sbin/modprobe --ignore-install snd-sgalaxy $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sgalaxy
install snd-sis7019 /sbin/modprobe --ignore-install snd-sis7019 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sis7019
install snd-soc /sbin/modprobe --ignore-install snd-soc $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-soc
install snd-soc-au1xpsc /sbin/modprobe --ignore-install snd-soc-au1xpsc $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-soc-au1xpsc
install snd-soc-mpc8610-hpcd /sbin/modprobe --ignore-install snd-soc-mpc8610-hpcd $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-soc-mpc8610-hpcd
install snd-soc-sample-psc-ac97 /sbin/modprobe --ignore-install snd-soc-sample-psc-ac97 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-soc-sample-psc-ac97
install snd-sonicvibes /sbin/modprobe --ignore-install snd-sonicvibes $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sonicvibes
install snd-sscape /sbin/modprobe --ignore-install snd-sscape $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sscape
install snd-at91-soc /sbin/modprobe --ignore-install snd-at91-soc $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-at91-soc
install snd-at91-soc-eti-b1-wm8731 /sbin/modprobe --ignore-install snd-at91-soc-eti-b1-wm8731 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-at91-soc-eti-b1-wm8731
install snd-sun-amd7930 /sbin/modprobe --ignore-install snd-sun-amd7930 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sun-amd7930
install snd-sun-cs4231 /sbin/modprobe --ignore-install snd-sun-cs4231 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sun-cs4231
install snd-sun-dbri /sbin/modprobe --ignore-install snd-sun-dbri $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-sun-dbri
install snd-trident /sbin/modprobe --ignore-install snd-trident $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-trident
install snd-usb-audio /sbin/modprobe --ignore-install snd-usb-audio $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-usb-audio
install snd-usb-usx2y /sbin/modprobe --ignore-install snd-usb-usx2y $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-usb-usx2y
install snd-usb-caiaq /sbin/modprobe --ignore-install snd-usb-caiaq $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-usb-caiaq
install snd-verbose-procfs /sbin/modprobe --ignore-install snd-verbose-procfs $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-verbose-procfs
install snd-verbose-printk /sbin/modprobe --ignore-install snd-verbose-printk $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-verbose-printk
install snd-virtuoso /sbin/modprobe --ignore-install snd-virtuoso $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-virtuoso
install snd-vx222 /sbin/modprobe --ignore-install snd-vx222 $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-vx222
install snd-vxpocket /sbin/modprobe --ignore-install snd-vxpocket $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-vxpocket
install snd-wavefront /sbin/modprobe --ignore-install snd-wavefront $CMDLINE_OPTS && /lib/alsa/modprobe-post-install snd-wavefront
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2


All times are GMT -5. The time now is 06:15 PM.