Le 21/09/2015 15:50, Thomas Zimmermann a écrit :
>
> The Flame appears to be a multi-state device. When you plug in a
> switched-off Flame, its USB id is 05c6:f000. There's a udev rule in
> '/lib/udev/rules.d/40-usb_modeswitch.rules' that calls 'usb_modeswitch'
> for this device, and usb_modeswitch apparently sets the Flame to be a
> USB modem.
>
> You can fix this problem by either
>
> a) deleting the usb_modeswitch tool,
> b) out-commenting the line in the rules file, or
> c) adding the following line to your android.rules file
>
> ATTR{idVendor}=="05c6", ATTR{idProduct}=="f000", RUN=""
>
> to disable the call to 'usb_modeswitch'.
>
> Solution c) appears to be the best option IMHO.I think this comes from the package "usb-modeswitch"; maybe you can just remove the package ? But it can be useful with some USB 3G sticks. I remember I had a similar issue where I blacklisted the "option" kernel module: /etc/modprobe.d$ cat option.conf install option /bin/false See the thread I started some months ago: https://groups.google.com/forum/#!topic/mozilla.dev.b2g/UhVJ6bOikOI I think it's related :) -- Julien
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

