STDIN wrote:
> [...]
> I tried, its not there:
> # modprobe usbfs
> FATAL: Module usbfs not found.

As already mentioned several times on this list: usbfs is not a
self-contained kernel module. It's part of usbcore which is most
likely compiled as a module. Therefore, you should get your
USB_DEVICEFS with usbcore.ko if this feature had been enabled
in .config at compile time (which is true for kernels to be
included in 10.3 and the latest patched kernel for 10.2). All
you need to do is mount the filesystem, or change /etc/fstab to
do it automatically when the system starts up.

Cheers, Th.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to