Hi

Am 22.09.2015 um 00:56 schrieb Julien Wajsberg:
> 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.

Yes, that's what I meant. But you won't be able to use some USB modems
or UMTS sticks then.

Best regards
Thomas

>
>
> 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 :)
>
>
>
> _______________________________________________
> dev-fxos mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-fxos

_______________________________________________
dev-fxos mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-fxos

Reply via email to