Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#1716 - kernel26-scsi shows usbfs error on startup
Attached to Project:
Arch Linux
Opened by Tobias Powalowski (tpowa) - Monday, 01 November 2004, 22:35 GMT
Opened by Tobias Powalowski (tpowa) - Monday, 01 November 2004, 22:35 GMT
|
Detailshi
while mounting filesystems with kernel26-scsi this error shows up i found out with the ide kernel usbcore is loaded before mounting filesystems, don't know why i tried configuring it the same way as ide kernel with no luck, perhaps you have more luck than me well on the other hand you get no errors with usb when using hotplug, then the usb host modules where loaded and everything works fine so far, without hotplug i didn't tried it the question is do we need this usbfs entry in fstab? i'll do test this tomorrow, perhaps it is not needed at all and so the error should disappear. Don't know if kernel24 needs this entry |
This task depends upon
i was able to have full access to usb devices
perhaps this entry can be removed from fstab and this error will be gone
but don't know if kernel24 and devfs wuold like this
WARNING, you may not want to do this fix, since it involves modifying important system files.... Be careful.
Comment out the following line in fstab.
#usbfs /proc/bus/usb usbfs defaults 0 0
This disables the attempt to mount the usbfs at the beginning of the boot sequence.
Open /etc/rc.sysinit in vi or another suitable text editor and add the following lines before the # End of file comment.
# USBFS fix
mount -t usbfs usbfs /proc/bus/usb
You should get no error message at boot time and the usbfs is mounted at /proc/bus/usb.