|
2008-10-22
, 13:57
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#2
|
|
2008-10-22
, 16:03
|
Posts: 3 |
Thanked: 1 time |
Joined on Oct 2008
|
#3
|
echo host > /sys/devices/platform/musb_hdrc/mode
b_idle
|
2008-10-22
, 16:27
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#4
|
|
2008-10-22
, 16:32
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#5
|
thank u
i find this command :
and i run it using root, but this file content is always:
when i using OS2008, i did not need do anything before using my usb device
is deblet has another process watching this file?
|
2008-10-22
, 16:54
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#6
|
In deblet the usb networking driver is loaded by default to support telnet over usb.
Try these commands as root in deblet:
killall utelnetd
ifconfig down usb0
rmmod g_ether
modprobe g_file_storage stall=0 luns=2 removable
echo host > /sys/class/usb_host/usb_host1/device/mode
If those work, add them into rc.local (above exit 0) and run:
chmod +x /etc/rc.local
-John
|
2008-10-23
, 07:29
|
Posts: 3 |
Thanked: 1 time |
Joined on Oct 2008
|
#7
|
In deblet the usb networking driver is loaded by default to support telnet over usb.
Try these commands as root in deblet:
killall utelnetd
ifconfig down usb0
rmmod g_ether
modprobe g_file_storage stall=0 luns=2 removable
echo host > /sys/class/usb_host/usb_host1/device/mode
If those work, add them into rc.local (above exit 0) and run:
chmod +x /etc/rc.local
-John
The Following User Says Thank You to cnberg For This Useful Post: | ||
|
2008-10-27
, 17:22
|
Posts: 110 |
Thanked: 52 times |
Joined on Sep 2007
|
#8
|
everything run well but when i plug in my usb keyboard, it cannot work
i run usb view but get msg blow:
thanks!!