Hi,

So your kernel does have USB support compiled into it
statically.  You don't need to load the usbcore module.
Or if you want to use USB only as modules, you should
rebuild your kernel without static USB support.


~Randy


> -----Original Message-----
> From: root [mailto:[EMAIL PROTECTED]]

> The comand that you told me response:
> c0224db2 ? __kstrtab_usb_register
> c0224de9 ? __kstrtab_usb_register_bus
> c02275e0 ? __ksymtab_usb_register
> c0227600 ? __kysmtab_usb_register_bus
> c01e2b14 T usb_register
> c01e2f60 T usb_register_bus
> 
> The module usbcore isn`t loaded by the kernel, but the module 
> usb-uhci module.

Need to figure out what happens when you load this module.
Why isn't it listed by the lsmod command below?
There should be something in the kernel log file about
this if there was an error.

> When I execute the comand lsmod with usbcore and scanner 
> module loaded manualy,
> it response:
> usbcore               [scanner]
> Is it right?

It's right except that usb-uhci should also be listed if it's
loaded.  Is it loaded?  If so, then lsmod should list:

scanner           (unused)
usb-uhci          (unused)
usbcore           [scanner usb-uhci]

~Randy

> 
> Thanks 
> 
> Christian
> 
> 
> On Fri, 07 Apr 2000, you wrote:
> > 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]

Reply via email to