Multiple sound devices mayhem (wiki not helping)

In my computer, there are 3 things wanting to pretend to be sound devices:
*) The motherboard (HDA Intel PCH ALC892)
*) The USB webcam, logitec quickcam 9000 Pro --> Microphone only, yet this thing manages to confuse Linux into thinking it's a soundcard, thereby disabling all sound
*) The nvidia graphics card. Don't ask me how a graphics card can make sound, but does a hdmi port maybe have the ability to make sound or so??
Anyway, while using Skype, sometimes microphone works, sometimes it doesn't. I want my own microphone (plugged into the motherboard on the rear side) as mic, NOT the webcam, and definitely not the graphics card. Sometimes, the microphone is device 0,0, sometimes it's 1,0, and sometimes it's called "default".
Also, whenever booting into KDE, it gives some window about "forgetting" sound devices it detected last time.
Every boot, they're all there, but I think they sometimes swap positions or names.
I actually want ONLY the motherboard as sound device, and want Linux to treat the webcam as video only, and the graphics card as graphics only. And I want it to stabilize, so that I make it work in alsamixer, xmms and skype ONCE, and then it remains working forever without randomly changing.
Any ideas what I can do here? Thanks!
The wiki (https://wiki.archlinux.org/index.php/Ad … chitecture) isn't helping, it's asking to edit a file /etc/modprobe.d/alsa.conf that doesn't exist and isn't very clear about what format the name of the sound device to give should be, and the alsaconf they mention in the wiki is now disabled in arch...
EDIT: Here's the output of some commands from the wiki:
$lsmod | grep '^snd' | column -t
snd_hda_codec_hdmi     24121   4
snd_hda_codec_realtek  195514  1
snd_usb_audio          93493   5
snd_hda_intel          23375   5
snd_usbmidi_lib        18936   1   snd_usb_audio
snd_hda_codec          89160   3   snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_hdmi
snd_rawmidi            19458   1   snd_usbmidi_lib
snd_seq_device         5300    1   snd_rawmidi
snd_hwdep              6389    2   snd_hda_codec,snd_usb_audio
snd_pcm                74780   5   snd_hda_codec,snd_hda_intel,snd_usb_audio,snd_hda_codec_hdmi
snd_page_alloc         7153    2   snd_pcm,snd_hda_intel
snd_timer              19544   1   snd_pcm
snd                    59214   30  snd_timer,snd_pcm,snd_hwdep,snd_seq_device,snd_hda_codec,snd_rawmidi,snd_usbmidi_lib,snd_hda_intel,snd_usb_audio,snd_hda_codec_realtek,snd_hda_codec_hdmi
$ls -l /dev/snd
total 0
drwxr-xr-x 2 root root       60 Mar  4 21:11 by-id
drwxr-xr-x 2 root root      100 Mar  4 21:11 by-path
crw-rw---- 1 root audio 116,  3 Mar  4 21:11 controlC0
crw-rw---- 1 root audio 116,  9 Mar  4 21:11 controlC1
crw-rw---- 1 root audio 116, 18 Mar  4 21:11 controlC2
crw-rw---- 1 root audio 116,  8 Mar  4 21:11 hwC1D0
crw-rw---- 1 root audio 116, 17 Mar  4 21:11 hwC2D0
crw-rw---- 1 root audio 116, 16 Mar  4 21:11 hwC2D1
crw-rw---- 1 root audio 116, 15 Mar  4 21:11 hwC2D2
crw-rw---- 1 root audio 116, 14 Mar  4 21:11 hwC2D3                                                                                                                           
crw-rw---- 1 root audio 116,  2 Mar  4 21:36 pcmC0D0c                                                                                                                       
crw-rw---- 1 root audio 116,  7 Mar  4 21:36 pcmC1D0c                                                                                                                       
crw-rw---- 1 root audio 116,  6 Mar  4 21:46 pcmC1D0p                                                                                                                       
crw-rw---- 1 root audio 116,  5 Mar  4 21:36 pcmC1D1p                                                                                                                         
crw-rw---- 1 root audio 116,  4 Mar  4 21:36 pcmC1D2c
crw-rw---- 1 root audio 116, 13 Mar  4 21:11 pcmC2D3p
crw-rw---- 1 root audio 116, 12 Mar  4 21:11 pcmC2D7p
crw-rw---- 1 root audio 116, 11 Mar  4 21:11 pcmC2D8p
crw-rw---- 1 root audio 116, 10 Mar  4 21:11 pcmC2D9p
crw-rw---- 1 root audio 116,  1 Mar  4 21:11 seq
crw-rw---- 1 root audio 116, 33 Mar  4 21:11 timer
Last edited by aardwolf (2012-03-04 21:07:53)

You can also give your different sound devices fixed indices (fixed order). If not exists, create a file /etc/modprobe.d/alsa.conf or /etc/modprobe.d/sound.conf or whatever .conf and define the order of sound slots:
#/etc/modprobe.d/alsa.conf
options snd slots=snd-hda-intel,snd-usb-audio,...
First slot: card 0, second slot: card 1, ...
There is another handy option to give your devices neat custom names like
#/etc/modprobe.d/alsa.conf
options snd slots=snd-hda-intel,snd-usb-audio,...
options snd-hda-intel id="onboard"
options snd-usb-audio id="logitec"
Hope this helps!
Edit: more about multiple sound devices here at the alsa wiki.
Last edited by masutu (2012-03-05 22:11:44)

Similar Messages

  • How do I use two DAQ cards in one Labview code? Current I'm getting error " error 200558 occurred at DAQmx Create Channel.vi. One task cann't contain multiple independent devices". Can someone help me?

    The two DAQ cards are NI PCI-6070E & NI PCI-6052E. The Labview I'm using is labview 7 Express and the Window system is Window XP. I'm using NI SCXI-1000 chasis and SCXI-1102 & 1102B two modules plus a feedthrough SCXI-1180. 1102 is connected through SCXI-1349 cable to DAQ card 6052E while 1102B is connected through SCXI-1349 cable to DAQ card 6070E. SCXI-1180 is connected to 6070E through SCXI-1349 adaptor on the back of 1102B.

    Sarah, thank you for replying my question. It seems that I'm making progress everyday (smile). I'm able to run the test using both daq cards in my code now. But as I'm moving forward, I'm getting new questions too. How do I use one STOP button to control both tasks and how can I save data into one single file?
    I attached my code here hoping you can get the specifics on my application by looking at the code. Thanks very much!
    Thanks.
    Attachments:
    DAQmx_Task_Example_plus_voltage_2.vi ‏416 KB

  • Hello I dropped to the factory settings and now I can not activate your device. firmware did not help. I forgot my id. unlock my device please. all the documents attached to it. I can not use it for more than a week

    помогите мне

    You cannot activate the iPhone without the AppleID and passcode used
    to originally activate it. This is a security feature in iOS 7 called Activation
    Lock. There is no workaround.
    iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818?viewlocale=en_US&locale=en_US
    http://support.apple.com/kb/TS4515

  • Multiple input device recording/mixing help in Audition 5.5

    I'm presently evaluating Audition 5.5 and haven't been able to find any information pertaining to what others MUST do everyday.
    I'd like to use Audition to record simultaneous tracks from different sources (microphones).  I'm using several USB sound card dongles (each with a single 3.5mm stereo microphone input and headphone/speaker output) as quick and convenient method of creating an array of microphone inputs.  Each dongle appears as a discrete audio device with a corresponding input and output.
    Fine so far.
    Where I'm struggling is in trying to map each microphone to discrete mixer channel.  I choose Edit->Preferences->Audio Channel Mapping, but it seems that only channels from any one particular sound device may be mapped to mixer channels at any time.  If I assign the microphone from sound card A to Track 1, I can't assing the microphone from sound card B to Track 2.  When I try, it alters the hardware device selection and negates any prior channels I've mapped that aren't part of the same device.  I hope I've explained the situation clearly.
    I'd like to map the microphone from sound device (dongle) A to Track 1, the microphone from device B to Track 2, C to 3 and so forth.  But I cant' seem to figure out how to make Audition simultaneously recognize more than any one sound device at any particular time.
    Is there a way to do what I'm trying to achieve?  Does Audition not support simultaneous mixing/recording from multiple hardware devices?  If not, do other products exist that DO support the configuration I'm trying to create which I can use as a front-end - to later mix-down in Audition?
    I'd greatly appreciate any helpful insight, guidance, suggestions or recommendations.
    Thanks!

    remford wrote:
    I'm not having any SYNC problems that I'm aware of...
    Of course you're not - that's because the system prevents you having them by limiting the physical sources you can use!
    Here is a brief explanation of the sync problem - I hope it makes sense:
    When an input device digitises a signal, it has to provide a clock source for its A-D device. Normally this clock is locally derived, and the device outputs a digital stream at that rate. But if you have two devices (let's say that they were two external USB ones) both trying to be the input device, then their clocks won't be synchronised - inevitably. Audition, and all other software come to that, can only record at one rate, and if another device provides an input that isn't exactly at the same rate and phase as the one providing the master clock, then fairly soon, you get to a point where the data being inputted won't coincide with the main clock any more, and a bloody great click occurs. On older systems where you could use multiple devices, some allowed for the clock sources to be externally synchronised, and a lot of pro gear still does - it helps a lot when you are using digital mixers and external digital preamps if you can feed everything from a master clock, rather than daisy-chaining it.
    When it comes to ASIO, Steinberg made the relatively easy decision not even to try to implement it for multiple devices. Instead, they suggest that you use a single device which is capable of supporting as many inputs as your PC can manage. As an example of how this works, my MOTU device that I mentioned above has eight analogue inputs, and also an 8-channel ADAT input. So, without too much trouble I can connect an external 8-channel digital preamp to it and have 16 inputs in total. It uses an optical connection for the ADAT, but to use it I either have to provide sync from the MOTU to the preamp, or use the preamp as the sync source for both itself and the MOTU, replacing the internal clock. With the only digital preamp I have it's this latter option that makes sense, as there isn't an easy way to get sync from the MOTU back to the preamp. (I should perhaps explain that the preamp has got a sync input, but the only sync output from the MOTU comes from its ADAT output, and that isn't easy to feed back in).
    Yes, until you get used to it the concept of syncing devices takes a bit of getting used to - Steinberg's idea was to keep it as simple as possible, even though on the face of it, it's rather frustrating.

  • List sound devices in AS3

    Is it possible to list Sound output devices on a system.  I'd like to be able to list Sound output devices and play a sound to more than one sound device at the same time.  I.e. Internal speaker and a USB headset.
    I know you can capture sound from multiple input devices using Microphone.names and Microphone.getMicrophone(index);
    Can I play the sound to multiple sound devices?

    It's really context. If you're on a website, you can't access a webcam or microphone at all unless the user allows you to in their preferences, and they are prompted when you do so.
    In an AIR application I would like these advanced techniques but as you pointed out yourself with the link, the way the OS handles device addressing under the hood can likely change, so they don't advise even a 'workaround' for choosing where to send audio.
    On the example you listed above, while you're free to implement things like that, is it really a good idea to have a user have headphones on while you still intend them to hear (headphone muffled) sounds coming out of the speakers? I'm not sure why you'd like a setup such as that other than clearly separating communication from the application. I never came across a need such as this however. If I can pay attention to a game and 30 people on a Ventrilo server at the same time perfectly well, I don't think users should expect to listen to both the speakers and the headset. That's just my $0.02.
    As it is now, you're free to tinker with Adobe Native Extensions to see what added behavior it can extend AIR to regarding a desktop application.

  • Multiple Creative sound devices in one system

    -Multiple Creative sound devices in one systemrHello community, I recently tried to get two X-Fi Titanium PCI-Express cards to work in one computer. One card worked well. As soon as i plugged in the second card and booted the system, i got a quite reliable bluescreen SYSTEM_EXIT_OWNED_MUTEX, which indicates improper handling of shared ressources by the driver. I performed extensi've testing on two different machines with both Windows 7 64-Bit and Windows XP 32, freshly installed and patched, latest drivers, no other software or sound hardware present, but the problem persisted. I contacted support an was told that a such a combination is neither tested nor supported by Creative. So now I am stuck with two expensi've cards, that don't work together. Is there any information from Creative which devices will work flawlessly together if combined? For example the X-Fi Go!. It's USB. How many of those will work together in one system? (if more than ) Can I plug in a Soundblaster Play USB device simultaniously? Does Creative test for things like these? And why ist there a "Select Audio Device" option in the Creative Console application if multiple cards don't work?

    Hi Suresh
    Generally it is not possible to activate two industry solution in
    switch framework .(transaction SFW5) ..But we can make the activation
    of industry solution as client dependent and client independent . if we
    make it as client dependent then we can activate different industry solution
    for each client
    To know whether the activation is client dependent or client
    independent you need to check table SFWPARAM for any entries. If it
    does not have any entry then its client independent (repository changes)
    It affects all the clients. Please make entry in table SFWPARAM
    and try !
    I hope this information helps
    Regards
    VV

  • Premiere Pro CS6 does not recognize USB PnP Sound device connected  to iMac OSX even when activated in Audio MIDI setup. The iMac(i-7 processor,16 GB)   is working with this USB device without any problem

    Premiere Pro CS6 does not recognize the USB PnP Sound device in order to produce a commentary sound track. The USB device has been activated on the iMac OSX by using the Audio-MIDI-setup and is working correctly with the iMac. When opening > presets >audio hardware I can only select between >standard >out  integrated > digital input integrated >microphone integrated. USB PnP is not indicated at this place.
    With the built-in microphone of the iMac I can produce the commentary sound track, but I would prefer a stand alone version for better quality.
    Your help is highly appreciated. Thanks in advance, Annemarie!

    I'm using a Logitech Webcam Pro 9000 (which has a microphone on the side). I have several other devices plugged into separate USB slots: a keyboard, a mouse, my iPhone, and a Roland keyboard midi controller.
    I've considered that maybe the webcam/mic combo is the culprit. If USB doesn't work at a constant speed, that could very well be causing the issue! The sound begins to lag badly sometimes when it's working properly, so that there's a multisecond delay between speaking and hearing my voice repeated back over the mic which is another sign that something is wrong. I've also caught it making a strange electronic sound during its "hang" time once it stops taking sound input correctly.
    Maybe I should try to use line-in and forgo USB altogether then. I think I'd need a preamp and some sort of converter for that since the Mac Mini lacks a powered mic jack. I'm only a newbie musician so I've never set up such a system but it might be a better solution in the long run.
    I'll check to see if it hangs before or after my computer enters suspend mode, that's a good suggestion too. Thank you for your help!

  • Satellite U400-17R - Sound device is not working after installing XP

    Hi there,
    I purchased a U400-17R Model with Vista Home. i Formatted it and installed Windows XP Professional downloading the XP drivers from Toshiba site.
    Everything works but my Sound Device is not working. when i check in the Device Manager the Sound Drivers are there and it says working properly.
    I am Lost...Can anyone please help?

    Hi!
    On Windows XP you have to install two patches from the Microsoft Knowledge Base for high definition audio cards. If you only have SP1 or SP2 you need the patches but if you have SP3 you dont need it because they are a part of SP3.
    Both patches or SP3 must be installed *first* and then the sound driver. So if you have installed the sound driver first you must remove it and then install the patches again. After this it should work with the sound:
    http://support.microsoft.com/kb/835221
    http://support.microsoft.com/kb/888111
    Bye

  • Laptop dv7-3162nr has lost all sound. Control panel reads there is no sound device, Help!

    Laptop dv7-3162nr has lost all sound. control panel reads there is NO sound device. Help!

    Hi,
    DV7 is a series of dozens if not hundreds of models, what is yours ? Please bear in mind normally HDMI sound on computers go from video cards, not "sound" cards.
    Regards,
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Please help - multiple IOS devices, Apple ID's and synching

    I have an iPhone and an iPad Mini that belong to me.  Two of my kids have iPod Touch and soon a third will have one.  So there are multiple iOS devices in the family, two of which are used only by me.  Up to this point I've been managing them on one laptop running one iTunes library.  I've made various playlists for the kids music, and I gave them each the specific games they wanted, and I put the games I wanted on my devices....certain games for the iPhone and larger, more involved games for the iPad Mini.  I don't put music on the iPad because I only use music on my iPhone.  So all 4 devices have a different selection of games, apps, and music on them.  I've purchased everything with one apple ID....mine, and set each device up with it. Only I know the password so if one of the kids wants something, they still have to bring their device to me so I can put the password in for that purchase.
    What I'd like to do is separate my kids apple ID's from mine.  This way, they can use their apple ID's to sign up for other services, have their own saved game data in the cloud, etc.  I'm running into situations where my son and I play the same game, but we keep overwriting each other's game progress because it's stored to my apple ID.  But I still want to be able to control their purchasing, so I figured I'd have to attach my credit card to their new ID's as well, but just not give them the password, so they still will have to come to me to punch in the password to download something.  But hopefully with this new setup, they'll have their own saved game progress that won't interfere with mine, even if we play some of the same games. 
    But how will this work if we synch them off my laptop?  I don't want to get into creating separate libraries or anything like that, and I'd still like to be able to download some apps using iTunes and put them on the devices manually if I need to. 
    What is your recommendation on how to handle this???  How will it work exactly?

    You can do anything you want with one iTunes, but:
    Devices names must be different.
    Don't sync anything under "Info" tab like Contacts Calendars etc. These info must be synced over iCloud. (Use a different Apple ID for each device)
    Use the Same Apple ID for iTunes and App Stores settings in all iOS devices.
    Message was edited by: cheonweb

  • I bought my ipad 2 from a friend I am trying to connect to my itunes on my computer and it will not recognize it. It keeps telling me that IPad cant be used because apple mobile device service is not started. can you help

    I bought my IPad 2 from a friend. I have reset to clear all of his information out. I am trying to connect it to my computer to sync my itunes and I keep getting the message that my IPad can't be used because Apple Mobile Device Service is not started can anyone help with this?

    I cannot find "Other" devices. I found Apple Mobile Device under Universal Bus Controllers but cannot see "recovery mode" or any other status. I use Windows Vista.
    When I try to restart Apple Mobile Device Service I get the following message: "The Apple Mobile Device Service on Local Computer started then stopped. Some services stop automatically if they are not in use by other services or programs". What does this mean?
    During the last 48 hours I was able to see my iPad in iTunes only one time during many attemnpts to connect . I haven't been able to see it during the llast several attempts.
    Any suggestions? The standard suggestions have not worked: i.e. stop then start AMDS; tuurn off iPad and PC, then restart both and reconfrom iPad to PC; reload iTunes.

  • I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.

    I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.I have lost my resource cd .

    If you are running Lion or Mountain Lion, the drivers are downloaded from within Bootcamp Assistant. If you are running Snow Leopard the drivers are on your Snow Leopard install disk.
    Read the Bootcamp Install Guide for your version of OSx. http://www.apple.com/support/bootcamp/
    Bootcamp questions should be asked in the Bootcamp forum where the Bootcamp gurus hang out https://discussions.apple.com/community/windows_software/boot_camp

  • TS3367 We have one Apple I'd and multiple devices, and are not getting FaceTime to work between the devices on the same id

    We have one apple I'd with multiple devices and FaceTime will not work between them?

    Put separate email addresses (free gmail) on each device.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • My daughters ipod touch is disabled because of a wrong passcode.  I have tried many times to log onto to Itunes and it will not help without a passcode and is not recognizing the itouch as a device, but the USB is functional.  Do I need Itunes to fix this

    My daughters ipod touch has been disabled because of a wrong passcode.  After 2 days of trying to get into Itunes, it will not help without a passcode and is not recognizing it as a device even though the computer is recognizing the USB.  I know I have to do a complete recovery, but can I do this without Itunes (or Icloud)?

    You cannot do this without itunes on your computer

  • In iTunes the iPhone device icon will not show up whenever I plug in a USB into my PC but the iPhone icon will show up in 'This PC'  so if anyone who knows a resolution to my problem with my iTunes or PC,it would really help me.I need at least Help or Tip

    In iTunes the iPhone device icon will not show up whenever I plug in a USB into my PC but the iPhone icon will show up in 'This PC'  so if anyone who knows a resolution to my problem with my iTunes or PC,it would really help me.I need at least Help or some Tips.I have already tried many things to iTunes and my PC like trying to restore my PC but that do anything.Also,would it be fine if i contacted (call) Apple Support? Please,I need help because what I think is wrong is my PC,iPhone,or USB might be messed up so if anyone could help me with this,it would be really helpful and for anyone to be nice enough to help me.

    I think this article will help you.

Maybe you are looking for