Jan 17
Free Software I've had a Logitech QuickCam Pro 9000 for some time now, and it works well, but I did have one bizarre problem with it when I used it with my main desktop machine (running Debian (Sid)). Namely, that if I had the camera plugged in (usb) at boot time the sound on the computer did not work, if you plugged it in after boot, everything was fine.

This was pretty irritating because if I forgot I would often have dozens of windows open and ready for work before I realised.

Normally this happens because the cards are loaded in the wrong sequence by udev. But, if you listed the sound cards with

cat /proc/asound/cards
 
the main card wasn't just in the wrong order, it simply wasn't there. I tried comparing modules loaded with and without the camera (at boot) and manually loading the differences, but this did not help. I tried forcing the index to be zero on the correct card, but this also did not help.

In the end, I made the following edit to /etc/modprobe.d/alsa-base.conf

# Keep USB (webcam from being loaded as first card)
options snd_usb_audio index=-2
 
and this did the trick. So if like me you were searching for the answer to this, I hope it helps.

Posted by Colin Turner

Defined tags for this entry: ,
Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at del.icio.us Digg Boot time sound problems with QuickCam Pro 9000 webcam Mixx Boot time sound problems with QuickCam Pro 9000 webcam Bloglines Boot time sound problems with QuickCam Pro 9000 webcam Technorati Boot time sound problems with QuickCam Pro 9000 webcam Fark this: Boot time sound problems with QuickCam Pro 9000 webcam Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at YahooMyWeb Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at Furl.net Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at reddit.com Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at blinklist.com Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at Spurl.net Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at NewsVine Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at Simpy.com Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at blogmarks Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  with wists Bookmark Boot time sound problems with QuickCam Pro 9000 webcam  at Ma.gnolia.com wong it! Bookmark using any bookmark manager! Stumble It!

0 Trackbacks

  1. No Trackbacks

1 Comments

Display comments as(Linear | Threaded)
  1. Martinus says:

    Heh, I had the exactly the same issue with a MP Sphere*.

    Prior to this I had been using cards that required zero config. which, as you might guess, meant I didn't really pay any attention to alsa setup. I added the driver to alsa-base.conf but, intermittently, alsa would load it. I ended up adding it to alsa-base-blacklist and have had no issues since.

    If you're interested in playing with the camera, I found 'motion' to be an excellent application that is almost plug-and-play and is very versatile. Have it running on one of these: http://en.wikipedia.org/wiki/SheevaPlug

    We really should get a UU *nix group going. :-)


    * Which unfortunately has a few bugs in linux but seems to work for the most-part.

Add Comment



To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

BBCode format allowed
Standard emoticons like :-) and ;-) are converted to images.
You can use [geshi lang=lang_name [,ln={y|n}]][/geshi] tags to embed source code snippets.