vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am having problems with hotplugging and usb devices. I have emerged hotplug and added it to the default run level rc-update add hotplug default If I plugin my usbcamera gentoo does not find it. If I try gtkam this also does not detect my camera. root@orac anc # lsusb cannot open /proc/bus/usb, No such file or directory (Under /proc/bus I have only a pci folder no usb.) If I type usbview an error window pops up telling me to have usbdevfs mounted. How do I tell gentoo to mount this fs, I have no entries in /etc/fstab for usbdevfs. Should this be created automaticlly with hotplug ? Thanks in advance. |
| ||||
| anc wrote: > root@orac anc # lsusb > cannot open /proc/bus/usb, No such file or directory > (Under /proc/bus I have only a pci folder no usb.) > > If I type usbview an error window pops up telling me to have > usbdevfs mounted. > How do I tell gentoo to mount this fs, I have no entries in /etc/fstab for > usbdevfs. Should this be created automaticlly with hotplug ? > You need to have usb-support in your kernel or the appropriate modules (usb-core, AFAIR) loaded. Further you need to have the modules appropriate for your device, usually usb-storage. The latter works in conjunction with the SCSI-subsystem, which has also to be activated or at least compiled as modules. So try #> modprobe usb-core After that, the appropriate folders /proc/bus/usb should be generated. HTH, regards Felix |