You are not logged in.

#1 2008-01-26 09:53:29

DesertFox
Member
Registered: 2006-08-03
Posts: 3

udev default audio device

I recently picked up a new usb mic - the problem being that now whenever I boot with it turned on, udev sets it as the default audio device.  From what I remember with the whole switch from devfs to udev, one could manually specify various things.  So, is there a way in the udev.rules to say that I want my actual soundcard as the default device, and device 'AK5370' as audio device 1?

Thanks.

Offline

#2 2008-01-26 10:06:32

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: udev default audio device

Use "index=0" in /etc/modprobe.conf - example:

options snd-hda-intel enable_msi=1 position_fix=2 model=6stack-dig index=0

Offline

#3 2008-01-26 20:03:26

DesertFox
Member
Registered: 2006-08-03
Posts: 3

Re: udev default audio device

thanks!

I ended up doing

options snd-usb-audio index=1

for some reason the snd-hda-intel one would just make the soundcard not show up at all, even on

options snd-hda-intel index=0

but it worked, and thats all that matters.

Offline

Board footer

Powered by FluxBB