The time now is Thu 23 May 2013, 16:52
All times are UTC - 4 |
| Author |
Message |
kethd
Joined: 20 Oct 2005 Posts: 451 Location: Boston MA USA
|
Posted: Wed 04 Jan 2006, 11:06 Post subject:
learn about USB mounting in Linux |
|
learn about USB mounting in Linux:
http://www.gctglobal.com/Download/3rd_LED/PalmKey/palmkey.html
(I don't know how applicable to Puppy this is, but it looks like a very good tutorial introduction to USB internals, for anyone who is having trouble mounting USB devices and needs to learn how to do things manually. Maybe someone knowledgeable will write up something similar for Puppy?)
Preparing USB
Before plugging in the Palm Key, you should make sure your system has the USB kernel modules inserted (or built in, if you don't want them to run as modules). Specifically, we need the usb-uhci (or usb-ohci) and usb-storage modules loaded. use "lsmod" to see if they are there. If not, use modprobe:
modprobe usb-uhci usb-storage
Note: the usb-uhci is a driver for one type of USB bridge. If it doesn't work, you probably have an OHCI bridge, in which case you should modprobe usb-ohci.
Running "lsmod" now should show the usbcore, usb-ohci or uhci driver, and the usb-storage driver, among others.
Plugging in the device
Once the modules are loaded, you can plug in the device. Wait a few seconds, and then change directories to /proc/bus/usb.
/proc/bus/usb is home to information about USB devices. The directory should have a file for devices, a file for drivers, and a directory for the root USB hub....
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0355s ][ Queries: 11 (0.0029s) ][ GZIP on ] |