View previous topic :: View next topic |
Author |
Message |
tag n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/11617431641061eabec078.jpg)
Joined: 06 Mar 2003 Posts: 55
|
Posted: Thu Jun 10, 2004 8:03 am Post subject: /proc/bus/usb missing ?? |
|
|
i have loaded the usbcore and still no /proc/bus/usb ?
kernel is as follows:
Quote: |
CONFIG_USB=m
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_UHCI=m
CONFIG_USB_UHCI_ALT=m
CONFIG_USB_STORAGE=m
CONFIG_USB_ST
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_IBMCAM=m
CONFIG_USB_KONICAWC=m
CONFIG_USB_OV511=m
CONFIG_USB_PWC=m
CONFIG_USB_SE401=m
CONFIG_USB_STV680=m
CONFIG_USB_VICAM=m
CONFIG_USB_DSBR=m
CONFIG_USB_DABUSB=m
|
Quote: |
lsmod:
Module Size Used by Tainted: P
hid 22020 0 (unused)
uhci 27260 0 (unused)
ehci-hcd 18348 0 (unused)
slamr 246628 0 (unused)
snd-intel8x0m 10948 0 (unused)
usbcore 42500 0 [hid uhci ehci-hcd]
yenta_socket 10912 0
pcmcia_core 48196 0 [yenta_socket]
ohci1394 26448 0 (unused)
ieee1394 50276 0 [ohci1394]
snd-pcm-oss 39876 0 (unused)
snd-mixer-oss 14008 1 [snd-pcm-oss]
snd-intel8x0 20292 1 (autoclean)
snd-ac97-codec 49884 0 (autoclean) [snd-intel8x0m snd-intel8x0]
snd-pcm 67588 0 (autoclean) [snd-intel8x0m snd-pcm-oss snd-intel8x0]
snd-page-alloc 7316 0 (autoclean) [snd-intel8x0m snd-intel8x0 snd-pcm]
snd-mpu401-uart 3872 0 (autoclean) [snd-intel8x0]
snd-rawmidi 14752 0 (autoclean) [snd-mpu401-uart]
snd-seq-oss 30432 0 (unused)
snd-seq-midi-event 3808 0 [snd-seq-oss]
snd-seq 40528 2 [snd-seq-oss snd-seq-midi-event]
snd-timer 16164 0 [snd-pcm snd-seq]
snd-seq-device 4484 0 [snd-rawmidi snd-seq-oss snd-seq]
snd 36164 0 [snd-intel8x0m snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-mpu401-uart snd-rawmidi snd-seq-oss snd-seq-midi-event snd-seq snd-timer snd-seq-device]
l2cap 18988 2
rfcomm 34248 0 (unused)
bluez 36460 1 [l2cap rfcomm]
irtty 8800 2
ircomm-tty 34208 0 (unused)
ircomm 14636 0 [ircomm-tty]
irda 173632 0 [irtty ircomm-tty ircomm]
|
/etc/fstab has:
usbdevfs /proc/bus/usb usbdevfs defaults 0 0
but there is NO /proc/bus/usb directory after a reboot
any ideas ?
thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tomthewombat Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/5290538413e922a410165f.jpg)
Joined: 29 Mar 2003 Posts: 244 Location: NY State
|
Posted: Thu Jun 10, 2004 2:16 pm Post subject: |
|
|
enable CONFIG_USB_DEVICEFS, "USB Device Filesystem" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tag n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/11617431641061eabec078.jpg)
Joined: 06 Mar 2003 Posts: 55
|
Posted: Thu Jun 10, 2004 2:19 pm Post subject: |
|
|
if you see the above post :
Quote: | CONFIG_USB_DEVICEFS=y |
is already configured
anything else ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BiOCHiP n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Jul 2002 Posts: 57 Location: Amsterdam
|
Posted: Thu Jun 10, 2004 4:32 pm Post subject: |
|
|
I see you have the uhci module loaded. That's the driver for your usb hardware, mainly for via and intel. Maybe you should try the ohci one. _________________ Music is the Answer |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tag n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/11617431641061eabec078.jpg)
Joined: 06 Mar 2003 Posts: 55
|
Posted: Fri Jun 11, 2004 5:51 am Post subject: ohci ? |
|
|
ok - but what has the OHCI got to do with usbdevfs ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|