Hi,
I would conclude from this that the usbcore is
already loaded and you are trying to load it again.
It could be already loaded as a module or it could
be compiled into the kernel. You could search
/usr/src/linux/vmlinux for occurrences of "usb_"
to see if you also built usb support into your
kernel and then reconfigured usb support to be
as modules. See what
nm /usr/src/linux/vmlinux | grep usb_register
gives you.
With USB support built into the kernel, it should
be listed there several times. I get 6 occurrences
of it in my vmlinux file.
Of course, if you have rebuilt your kernel without
USB support, you just need to boot that kernel.
~Randy
> -----Original Message-----
> From: root [mailto:[EMAIL PROTECTED]]
>
> now i send you the result of the comand
> cat/proc/device
>
> 1 mem
> 2 pty
> 3 ttyp
> 4 ttys
> ..
> ..
> ..
> ..
> ..
> ..
> 180 usb
>
> Block devices
> 2 fd
> 3 ide()
>
> i try to load the usbcore module
> xconsole report the error:
> linux kernel: usb.c: unable to get major 180 for usb devices
>
> I have the latest epson backend and sane 1.0.2
>
> Many thanks
>
> Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]