Results 1 to 1 of 1
Hi folks,
BLFS 6.1
On running following commands;
bash-3.00$ su -
Password:
root@localhost:~# modprobe usb
Code:
FATAL: Module usb not found.
bash-3.00$ cat /etc/sysconfig/modules
Code:
########################################################################
# Begin /etc/sysconfig/modules
#
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-12-2005 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Kernel and USB module
Hi folks,
BLFS 6.1
On running following commands;
bash-3.00$ su -
Password:
root@localhost:~# modprobe usbCode:FATAL: Module usb not found.
bash-3.00$ cat /etc/sysconfig/modules"usbcore" module is not listed.Code:######################################################################## # Begin /etc/sysconfig/modules # # Description : Module auto-loading configuration # # Authors : # # Version : 00.00 # # Notes : The syntax of this file is as follows: # <module> [<arg1> <arg2> ...] # # Each module should be on it's own line, and any options that you want # passed to the module should follow it. The line deliminator is either # a space or a tab. ######################################################################## # End /etc/sysconfig/modules
# End /etc/sysconfig/modules[/code]
bash-3.00$ cat /etc/fstabThe line "usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0" is there.Code:# Begin /etc/fstab # file system mount-point type options dump fsck # order /dev/hda6 / ext3 defaults 1 1 /dev/hda3 swap swap pri=1 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 devpts /dev/pts devpts gid=4,mode=620 0 0 shm /dev/shm tmpfs defaults 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0 # End /etc/fstab
Is there other command to check whether USB device filesystem has been compiled on the kernel?
Whether I need to recompile the kernel? TIA
BR
satimis


Reply With Quote
