Skip to main content
IBM  
Shop Support Downloads
IBM Home Products Consulting Industries News About IBM
IBM developerWorks : Linux : Education - Tutorials
LPI certification 102 exam prep, Part 2
ZIPPDF (letter)PDF (A4)e-mail
Main menuSection menuFeedbackPrevious
Next Section
8. Linux USB
  


Mounting usbdevfs page 5 of 5


Once you've rebooted with your new USB-enabled kernel, you should mount the USB device filesystem to /proc/bus/usb by typing the following command:


# mount -t usbdevfs none /proc/bus/usb

In order to have the USB device filesystem mounted automatically when your system boots, add the following line to /etc/fstab after the /proc mount line:


none            /proc/bus/usb             usbdevfs        defaults   0   0

For more information about USB, visit the USB sites I've listed in "Resources," which follow.


Next Section
Main menuSection menuFeedbackPrevious
Privacy Legal Contact