Yup, no change:
mofoq@lynx:~/Downloads/arduino-1.0.3/micronucleus-t85-master/commandline$ ./micronucleus --run cdc232.hex
> Please plug in the device ...
> Press CTRL+C to terminate the program.
> Device is found!
connecting: 33% complete
> Device looks like ATtiny85!
> Available space for user application: 6010 bytes
> Suggested sleep time between sending pages: 8ms
> Whole page count: 94
> Erase function sleep duration: 752ms
parsing: 50% complete
> Erasing the memory ...
erasing: 66% complete
>> Abort mission! -1 error has occured ...
>> Please unplug the device and restart the program.
mofoq@lynx:~/Downloads/arduino-1.0.3/micronucleus-t85-master/commandline$ cat /etc/udev/rules.d/49-micronucleus.rules
# UDEV Rules for Micronucleus boards including the Digispark.
# This file must be placed at:
#
# /etc/udev/rules.d/49-micronucleus.rules (preferred location)
# or
# /lib/udev/rules.d/49-micronucleus.rules (req\'d on some broken systems)
#
# After this file is copied, physically unplug and reconnect the board.
#
SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"16d0\", ATTRS{idProduct}==\"0753\", MODE:=\"0666\"
KERNEL==\"ttyACM*\", ATTRS{idVendor}==\"16d0\", ATTRS{idProduct}==\"0753\", MODE:=\"0666\", ENV{ID_MM_DEVICE_IGNORE}=\"1\"
#
# If you share your linux system with other users, or just don\'t like the
# idea of write permission for everybody, you can replace MODE:=\"0666\" with
# OWNER:=\"yourusername\" to create the device owned by you, or with
# GROUP:=\"somegroupname\" and mange access using standard unix groups.
mofoq@lynx:~/Downloads/arduino-1.0.3/micronucleus-t85-master/commandline$ cat /lib/udev/rules.d/49-micronucleus.rules
# UDEV Rules for Micronucleus boards including the Digispark.
# This file must be placed at:
#
# /etc/udev/rules.d/49-micronucleus.rules (preferred location)
# or
# /lib/udev/rules.d/49-micronucleus.rules (req\'d on some broken systems)
#
# After this file is copied, physically unplug and reconnect the board.
#
SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"16d0\", ATTRS{idProduct}==\"0753\", MODE:=\"0666\"
KERNEL==\"ttyACM*\", ATTRS{idVendor}==\"16d0\", ATTRS{idProduct}==\"0753\", MODE:=\"0666\", ENV{ID_MM_DEVICE_IGNORE}=\"1\"
#
# If you share your linux system with other users, or just don\'t like the
# idea of write permission for everybody, you can replace MODE:=\"0666\" with
# OWNER:=\"yourusername\" to create the device owned by you, or with
# GROUP:=\"somegroupname\" and mange access using standard unix groups.
mofoq@lynx:~/Downloads/arduino-1.0.3/micronucleus-t85-master/commandline$ dmesg | tail
[1046954.320068] usb 4-1: new low speed USB device using uhci_hcd and address 12
[1046954.476348] usb 4-1: configuration #1 chosen from 1 choice
[1046957.540132] usb 4-1: USB disconnect, address 12
[1047123.900753] usb 4-1: new low speed USB device using uhci_hcd and address 13
[1047124.056974] usb 4-1: configuration #1 chosen from 1 choice
[1047124.422872] usb 4-1: usbfs: USBDEVFS_CONTROL failed cmd micronucleus rqt 192 rq 2 len 0 ret -84
[1047125.040125] usb 4-1: USB disconnect, address 13
[1047125.820068] usb 4-1: new low speed USB device using uhci_hcd and address 14
[1047125.977202] usb 4-1: configuration #1 chosen from 1 choice
[1047126.790271] usb 4-1: USB disconnect, address 14
(note, this is on 10.04 LTS and I have the udev rules in both locations in case 10.04 is considered a \"broken system\")