
To continue from my previous post on the reference site:
How to install Ubuntu on a MacBook
[url: https://help.ubuntu.com/community/MacBook]:
I got the iSight working with additional steps (which the site failed to mentioned). After following the instructions from the abovementioned site on iSight:
a. You need to install isight-firmware-tools.
$sudo apt-get install isight-firmware-tools
b. If you have the isight-firmware-tools already installed you need to do a:
$sudo dpkg-reconfgure isight-firmware-tools
to “point” to the location of the firmware you copied from your MacOS installation/partition.
c. You need to install the module uvcvideo:
- Optional step just to remove any old modules and back up any existing uvcvideo.ko:
$sudo modprobe -r uvcvideo
$sudo mv
/lib/modules/$(uname -r)/kernel/ubuntu/media/usbvideo/uvcvideo.ko
/lib/modules/$(uname -r)/kernel/ubuntu/media/usbvideo/uvcvideo.ko.original
- Update your Ubuntu archive/repository if you haven’t done recently:
$sudo apt-get update
(more…)