After plugging camera i got the following from "dmesg":

[61670.227091] gspca: probing 055f:c520
[61670.617116] gspca: probe ok
[61670.617195] gspca: probing 055f:c520
[61670.746256] gspca: disconnect complete 

This looks similiar to comment #19 but instead of "gspca_spca500" I got
"gspca_sunplus" in result of "lsmod" command. I healed this by replacing
the module gspca_sunplus with gspca_spca500 this way:

sudo modprobe -r gspca_sunplus
sudo modprobe -r gspca_main
sudo modprobe gspca_spca500 

Now i get the following from dmesg:

[63545.151603] Linux video capture interface: v2.00
[63545.157233] gspca: main v2.7.0 registered
[63545.159371] usbcore: registered new interface driver spca500
[63545.160261] spca500: registered 

Seems OK, but I still have no "/dev/video0". How to get back it to live?
Is there any manual way? This webcam worked OK in ALT Linux 4.0 Desktop.

lsb_release -rd
Description: Ubuntu 10.04.1 LTS
Release: 10.04

-- 
GSPCA webcam no longer working: no /dev/video0
https://bugs.launchpad.net/bugs/255678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to