Same problem on F16 (x86_64) with Thinkpad W520 (set to discrete, using 2 external and internal off)...
After playing around a bit I found in my case decode (in minx.py) is getting down to the unpack call with "s0I" format and 4 null bytes of data, but the sz is being set to 1. So, the unpack fails since it's only getting 1 byte worth of data (data[:sz]) when it needs 4. So, for a q -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/908856 Title: Error: Unpack requires a string argument of length 4 To manage notifications about this bug go to: https://bugs.launchpad.net/disper/+bug/908856/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
