Comment 18 for bug 386812

Revision history for this message
Dan Shea (shea-dan) wrote :

Hello,

I am running Ubuntu 10.04 (Lucid Lynx) on a MBP 5,5 (not on VMware). I have the same issue as Nate above:

[code]
$ lsusb -d 05ac:
Bus 004 Device 003: ID 05ac:8213 Apple, Inc.
Bus 003 Device 003: ID 05ac:0236 Apple, Inc.
Bus 003 Device 002: ID 05ac:8242 Apple, Inc.
Bus 002 Device 003: ID 05ac:8403 Apple, Inc.
Bus 001 Device 002: ID 05ac:8507 Apple, Inc.
$ sudo $(locate ift-load) --firmware /lib/firmware/
ift-load: Failed to init firmware loading
ift-load: Failed to upload firmware to 0x05AC:0x8507
[/code]

I have also attempted to make the change that Nate described in the header file for ift-load:
[code]
#define ISIGHT_PRODUCT_ID2 0x8507
[/code]
instead of
[code]
#define ISIGHT_PRODUCT_ID2 0x8300
[/code]