While the Z62J’s bluetooth, and wifi etc. worked with packages from the Debian repository it appears the camera (a Vimicro vc0321 internal usb device) did not. I say appears because I didn’t really test rigorously after installing the kernel modules but nevertheless managed to convice myself that they didn’t work. At any rate I uninstalled all module packages. As far as I recall this is what was done to get the camera to work:
Download and extract the (gspc based) driver source tar from http://www.qbik.ch/usb/devices/go.php?l=http%3A%2F%2Fmxhaard.free.fr%2Fdownload.html
Then as root at the terminal:
apt-get install linux-uvc-source
then:
m-a prepare
then:
m-a a-i linux-uvc-source
then go to the directory where the driver tar was extracted and execute:
./gspca_build
Then restart and hope for the best. I did a modprobe after and tried to see if the camera showed up in Ekiga but it didn’t so I gave up for the night. The next day while working on fixing sound in Firefox/Iceweasel I noticed that the camera was working. So it’s entirely possible that I’ve ommited steps here that may actually have caused the camera to work. If anyone knows better please drop me a line. (admin_at_qays_dot_org)