Hardware Hack - Pandora with internal USB Hub


@Franko, in order to use mini-usb you must enable usb networking in the startup services.

Unfortunately you can't enable and disable mini-usb host mode as for the full size usb.

Fortunately this will not reduce a lot battery time when nothing is plugged in.

To use mini-usb host simply enable usb networking in the startup services and reboot.
 
Actually you can, there just isn't a handy dandy button for it. (yet)

To enable it the command is:

sudo modprobe g_cdc


to disable it:

sudo modprobe -r g_cdc


- Neelix
 
Back
Top