Difference between revisions of "CM-T3730: Linux: Known Issues"

From Compulab Mediawiki
Jump to: navigation, search
(New page: {{IssueCategory|Input| * Some Angstrom GUI setup utilities require superuser password, but do not accept it. :'''Workaround:''' login as root. }} Known issues [[Categor...)
 
Line 2: Line 2:
 
* Some Angstrom GUI setup utilities require superuser password, but do not accept it.
 
* Some Angstrom GUI setup utilities require superuser password, but do not accept it.
 
:'''Workaround:''' login as root.
 
:'''Workaround:''' login as root.
 +
}}
 +
 +
{{IssueCategory|USB OTG|
 +
* Sometimes the USB OTG port fails to transition from Host mode to Peripheral mode.
 +
:'''Workaround:'''
 +
:* Unplug the USB cable from the CM-T3730 USB OTG port
 +
:* Remove the USB Gadget driver module from the kernel:
 +
::<pre>root@cm-t3730:~# modprobe -r g_ether</pre>
 +
:* Load the USB Gadget driver module again:
 +
::<pre>root@cm-t3730:~# modprobe g_ether</pre>
 +
:* Plug the USB cable back to CM-T3730 USB OTG port
 
}}
 
}}
  
 
[[Category:Linux|Known issues]]
 
[[Category:Linux|Known issues]]
 
[[Category:CM-T3730|Linux: Known issues]]
 
[[Category:CM-T3730|Linux: Known issues]]

Revision as of 10:09, 4 September 2012

Input
  • Some Angstrom GUI setup utilities require superuser password, but do not accept it.
Workaround: login as root.
USB OTG
  • Sometimes the USB OTG port fails to transition from Host mode to Peripheral mode.
Workaround:
  • Unplug the USB cable from the CM-T3730 USB OTG port
  • Remove the USB Gadget driver module from the kernel:
root@cm-t3730:~# modprobe -r g_ether
  • Load the USB Gadget driver module again:
root@cm-t3730:~# modprobe g_ether
  • Plug the USB cable back to CM-T3730 USB OTG port