I have similar camera (504B) and similar problem :D Bus 004 Device 002: ID 04fc:504b Sunplus Technology Co., Ltd Aiptek Mega PockerCam 1.3/Maxell MaxPocket LE 1.3
I found that is a prolem with device registration so you need to reload module. After executing this commands camera work fine. sudo modprobe -r gspca_sunplus sudo modprobe gspca_sunplus If everything is ok add this to RC.local. (Here is mine) #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. modprobe -r gspca_sunplus sleep 10s modprobe gspca_sunplus exit 0 -- No /dev/video for a (formerly working) Aiptek/Sunplus-Webcam https://bugs.launchpad.net/bugs/440590 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
