View Full Version : [ubuntu] 9.04 Bonp2 webcam not working...
sccolbert
June 6th, 2009, 05:53 PM
This is weird, it worked at one point, but now i've reformatted 9.04 x64 and installed the newest System76 driver and the webcam no longer works.
Fn-F10 turns it on and off as seen via lsusb (it shows up as alicorp)
but when running cheese, i get nothing, just a spinning circle.
Ekiga doesnt work either, it hangs when trying to test the webcam.
From other threads, I went looking for /etc/modprobe.d/uvc.conf and its not there. I have no uvc.conf file in the directory.
This is killing me, cause I need to use my webcam for test OpenCV work i'm doing for my Thesis.
sccolbert
June 6th, 2009, 06:32 PM
ok, i tested an external logitech webcam, and it worked in Ekiga but not cheese.
So maybe there is a problem with cheese in addition.
At any rate, the external cam did work with Ekiga, but the built-in cam did not, ekiga locks up when trying to use it.
thomasaaron
June 8th, 2009, 10:48 AM
Try running this command...
echo options uvcvideo quirks=2 | sudo tee -a /etc/modprobe.d/uvc
Then reboot.
If that doesn't fix it, run...
sudo rm /etc/modprobe.d/uvc
sccolbert
June 8th, 2009, 11:17 AM
Thomasaaron,
I tried that from your post in the other thread. No dice.
sccolbert
June 9th, 2009, 01:50 PM
any other ideas?
Or even a pointer to where I can read up on how webcams on linux work so I can fix it myself?
I would hate to have to use windows as my primary OS because of a webcam issue, but getting it working is a must for me...
thomasaaron
June 9th, 2009, 05:11 PM
There's always more ideas. ;)
Please try booting from a live 64-bit Jaunty CD. See if the webcam works with Ekiga or Cheese from a live CD. Don't forget to press Fn-F10 to turn it on if necessary.
We do nothing to enable the webcam on the Bonobo. It works out of the box with Ubuntu. So, if it works from a live CD, we know that your hardware is good.
Edit...
In case you've not had a chance to read this yet...
INSTALLING THE WEBCAM DRIVER
Your computer should arrive with any necessary drivers already installed. However, if you've run any updates, particularly kernel updates, since getting the computer, there is a chance the webcam driver will need to be recompiled. To do that, simply run your System76 Driver (System > Administration > System76 Driver > Install (tab) > Install (button)) and then reboot your computer.
TURNING YOUR WEBCAM ON
Knowing if your webcam is on can be a little tricky, as there is no LED or icon indicating its state. To find out if it is on, open a terminal (Applications > Accessories > Terminal) and run this command...
lsusb
...and then press the Fn-F10 buttons and run lsusb again. Your output from both runs of lsusb should differ by a single line. Here is my output from running lsusb, pressing Fn-F10, and then running lsusb again...
oem@ubuntu:~$ lsusb
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
...I pressed Fn-F10 here...
oem@ubuntu:~$ lsusb
Bus 008 Device 002: ID 5986:0300 Acer, Inc
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Notice that after I press Fn-F10 and run lsusb again, I see this line (which was not present on the first run of lsusb)...
Bus 008 Device 002: ID 5986:0300 Acer, Inc
That is the line that indicates my webcam is turned on. If I press Fn-F10 again and run lsusb, that line will be gone, indicating my webcam is turned off. Your line may differ slightly. The point is, if it appears and disappears when you press Fn-F10, it is your camera line.
APPLICATIONS THAT WORK WITH YOUR WEBCAM
Here are the applications that are known to work with your webcam:
1. Ekiga Softphone: It's already installed on your system (Applications > Internet > Ekiga Softphone)
2. Skype: Install via this tutorial: http://knowledge76.com/index.php/Installing_Restricted_Formats
3. Cheese: Install by running this command in a terminal: sudo apt-get install cheese
USING YOUR WEBCAM WITH A SUPPORTED APPLICATION
I recommend getting your webcam going with Ekiga Softphone first. Ekiga has always worked well, whereas Cheese has be broken a couple of times and Skype may require some internal configuration.
1. First turn off all applications that use the webcam. If the application (like Ekiga and Skype) creates an icon in the upper toolbar, right-click that icon and select "Quit" in the resulting submenu. Just shutting the application window sometimes isn't good enough. If multiple applications are trying to connect with the webcam, it probably won't work.
2. Turn on your webcam per the instructions above.
3. Open your application. If you're using Ekiga, you probably will need to click the webcam icon on the left side of the Ekiga control panel.
You should now see yourself on the Ekiga control panel.
sccolbert
June 9th, 2009, 06:22 PM
It didn't work on the live CD.
It doesn't work in windows either, even after installing the bison webcam driver.
I just a black screen, even though I can detect the cam and query its properties.
So it looks like a hardware failure. Sorry to waste your time ThomasAaron!
And now I'm off to replace a webcam!
Given that I didn't purchase the notebook directly from system76, can I buy a replacement cam from you guys?
thomasaaron
June 10th, 2009, 10:17 AM
I wish I could help, but we don't sell replacement parts.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.