Hi,
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
>
> It does show up when I cat /proc/pci:
> Bus 0, device 11, function 0:
> USB Controller: NEC Corporation USB (rev 2).
> IRQ 11.
> Master Capable. Latency=64. Min Gnt=1.Max Lat=21.
> Non-prefetchable 32 bit memory at 0xfcfff000 [0xfcffffff].
>
> So I am going on the assumption that I should use the OHCI module.
Right.
> The problem: I have tried every configuration I can think of
> to get this working. Full kernel,
> mostly module, full module...
> If I do full module, /proc/bus/usb doesn't get created (and
> yes, I select Preliminart USB device
> filesystem in the kernel... which is version 2.3.51)
You need to mount usbdevfs:
mount -t usbdevfs none /proc/bus/usb
after loading usbcore. usbcore creates the empty mount point.
~Randy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]