| Summary: | mount point /proc/bus/usb does not exist/cannot exist, when using other mount point usbfs is not valid | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | richard c <patnjer12> |
| Component: | [OLD] Core system | Assignee: | x86-kernel (DEPRECATED) <x86-kernel> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | latest kernel config | ||
|
Description
richard c
2005-03-25 14:45:51 UTC
Created attachment 54548 [details]
latest kernel config
Here's your problem: # CONFIG_USB_DEVICEFS is not set You don't need usbfs to be able to print. There is a seperate kernel driver for that. I think your problme is elsewhere. Also, mounting it as /dev/usb or /dev/sda1 is completely wrong. usbfs is a pseudo filesystem which gives you a representation of all of the USB devices attached to your system. /dev/sda1 is a disk node (either scsi or usb-storage partition). |