Results 1 to 4 of 4

Thread: isight will not work macbook 4,1

  1. #1

    isight will not work macbook 4,1

    I'm completely new to linux and ubuntu. Ive followed these instructions to get isight to work <https://help.ubuntu.com/community/MactelSupportTeam/AppleiSight?action=show&redirect=AppleiSight>
    but it will not make the webcam function.

    I cant seem to get past step 2 and this is what the terminal says

    matt@matt-laptop:~$ sudo apt-get install isight-firmware-tools
    [sudo] password for matt:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Recommended packages:
    linux-uvc-source
    The following NEW packages will be installed:
    isight-firmware-tools
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 0B/30.0kB of archives.
    After this operation, 229kB of additional disk space will be used.
    Preconfiguring packages ...
    Selecting previously deselected package isight-firmware-tools.
    (Reading database ... 174600 files and directories currently installed.)
    Unpacking isight-firmware-tools (from .../isight-firmware-tools_1.2-2_i386.deb) ...
    Processing triggers for hal ...
    Regenerating hal fdi cache ...
    * Restarting Hardware abstraction layer hald [ OK ]
    Processing triggers for man-db ...
    Setting up isight-firmware-tools (1.2-2) ...


    matt@matt-laptop:~$ sudo cp AppleUSBVideoSupport /lib/firmware/
    cp: cannot stat `AppleUSBVideoSupport': No such file or directory


    Any help, I love ubuntu but I need skype for work.

  2. #2
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: isight will not work macbook 4,1

    Quote Originally Posted by monsterfromthefuture View Post
    Code:
    matt@matt-laptop:~$ sudo cp AppleUSBVideoSupport /lib/firmware/
     cp: cannot stat `AppleUSBVideoSupport': No such file or directory
    As stated in the wiki page, you need to get the AppleUSBVideoSupport file off your OS X partition.

    Then, when you run the cp command, you have to be in the directory that you placed this file, otherwise you will have to modify the command.
    Let's say you put it on your Ubuntu desktop. You need to navigate to the desktop directory in the terminal:

    Code:
    cd ~/Desktop
    (PS the ~ is a shortcut that means your user home directory)

    now that you are in the folder that contains the AppleUSBVideoSupport file, you can copy it to /lib/firmware with the command that is currently failing.
    Code:
    sudo cp AppleUSBVideoSupport /lib/firmware/
    Last edited by cyberdork33; May 26th, 2009 at 06:53 PM.

  3. #3

    Re: isight will not work macbook 4,1

    Thanks for responding.


    cd ~/Desktop So do I paste this in the terminal after step 1? I'm completly new to linux and am a newb.


    Also step 4 confuses me the more I look at it. How do I locate this file and copy it? I know it's a simple question but I'm a complete newb when it comes to linux and ubuntu.

    Any help is greatly appreciated!

  4. #4

    Re: isight will not work macbook 4,1

    Solved! Thanks for the Help!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •