Re: [kde-linux] How do I set the default sound card?



Hi,

you don't have to consider the permission of the symlink itself but the
permission of the device linked.

I am member of the group audio and this are the permissions of /dev/dsp:
crw-rw---- 1 root audio 14, 3 2007-01-07 14:13 /dev/dsp

http://alsa.opensrc.org/MultipleCards
So you can, at least, choose the order of your sound cards.

I read the whole page and some references. I removed my previously written
udev rules file from the directory /etc/udev/rules.d/ and added the follwing
lines to /etc/modprobe.d/alsa-base:
options snd-intel8x0 index=0
options snd-usb-audio index=1

... and rebootet the system. The result was (again) disappointing: My on-board
soundcard was no longer available, only the headset and the webcam:
$ cat /proc/asound/cards
0 [Headset ]: USB-Audio - Logitech USB Headset
Logitech Logitech USB Headset at usb-0000:00:1d.0-2,
full speed
1 [U0x46d0x8ce ]: USB-Audio - USB Device 0x46d:0x8ce
USB Device 0x46d:0x8ce at usb-0000:00:1d.7-4, high speed

I checked with dmesd and looked at /var/log/messages; there are no errors
regarding the module "snd_intel8x0". It is loaded just normally:
$ lsmod | grep ^snd_intel8x0
snd_intel8x0 30332 0

Any other hint?

By the way... I just gave the "Evil Empire Operating System" a flying visit. I
inserted the headset and the webcam. Everything was detected automatically
and in the sound device system configuration I was presented a combobox with
both the on-board soundcard and the headset. Notice that the webcam was
(correctly) not included. I chose the headset as default device and rebootet.
Everything worked like it should. I shut down, removed the headset, bootet
again and, voila!, the onboard-soundcard was automatically used. Nice
fallback strategy included. As a normal user I would like to have the same
user-friendlyness in Linux... is there any chance?

Greetings and Thanks

Ronny
___________________________________________________
This message is from the kde-linux mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.



Relevant Pages

  • Re: Web cams
    ... Thanks for that information Jonathan. ... But if, as you say, audio quality is not that good from the microphone on the webcam, i think i may as well invest in a USB headset. ... Personally, I refuse to use the built-in microphone in a webcam because they don't typically produce very good audio on the other side and there's even with Messenger echo cancellation, there's generally a bit of an echo for your contact. ...
    (microsoft.public.windowsxp.messenger)
  • Re: Web cams
    ... switching from my headset to another device and my contacts certainly had something to say ... The latest creative webcam apparently has one but I don't consider it a true microphone array ... Microsoft MVP - Windows Messenger/MSN Messenger/Windows Live Messenger ...
    (microsoft.public.windowsxp.messenger)
  • [kde-linux] How do I set the default sound card?
    ... I have a normal desktop PC with an on-board soundcard, a webcam and an USB ... headset for IP telephony that runs Debian testing. ...
    (KDE)