View Single Post
Posts: 25 | Thanked: 13 times | Joined on Jan 2010 @ Bucharest, Romania
#2
I'm replying because Google returns this page when searching for "Unable to enumerate USB buses"

The solution (on all Linux distributions) is to prevent the cdc_phonet kernel module from loading.

How you do that depends on your distribution, try searching for "yourdistro kernel module blacklist".

For example, on openSUSE 11.4 you add this:
Code:
blacklist cdc_phonet
to this file:
Code:
/etc/modprobe.d/50-blacklist.conf
When you're done flashing you can remove the line.

PS: on SUSE, if you have x86_64, you need to install this package first:
Code:
libusb-0_1-4-32bit

Last edited by silviumc; 2011-05-20 at 06:55.