Greetings, And thanks for your help. I have re-compiled my kernel as it is indicated in the documentation and now here is i have (that's better but not perfect):
modprobe hpusbscsi works but not modprobe usbcore (is it integrated in the kernel ?) lsmod | grep usb usb-storage 52204 0 (unused) hpusbscsi 4712 0 (unused) usb-uhci 21636 0 (unused) cat /proc/bus/usb/devices T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0000 ProdID=0000 Rev= 0.00 S: Product=USB UHCI Root Hub S: SerialNumber=fca0 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms dmsg | grep USB usb-uhci.c: USB UHCI at I/O 0xfca0, IRQ 9 usb.c: new USB bus registered, assigned bus number 1 usb.c: USB device number 1 default language ID 0x0 Product: USB UHCI Root Hub hub.c: USB hub found usb-uhci.c: v1.275:USB Universal Host Controller Interface driver Initializing USB Mass Storage driver... USB Mass Storage support registered. dmseg | grep usb usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-uhci.c: $Revision: 1.275 $ time 10:01:15 Jul 17 2002 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: USB UHCI at I/O 0xfca0, IRQ 9 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF cf2ffe20, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 usb.c: hub driver claimed interface cf2ffe20 usb.c: kusbd: /sbin/hotplug add 1 usb.c: kusbd policy returned 0xfffffffe usb-uhci.c: v1.275:USB Universal Host Controller Interface driver usb.c: registered new driver hpusbscsi usb.c: registered new driver usb-storage Thanks Franck Hi. Your kernel-modules do not match your kernel. You need !exactly! the same kernel config as Mandrake (your dist was MD?) used to build the kernel. OR you do not only install the modules but ALSO install the kernel module. But if you do this the first time, it might be much to learn. And please do not distroy your installed system with this. There are many informations about compiling a kernel on the net - maybe also on "http://www.kernelnewbies.org/". But s.o. other here might have a better link. On: Tue, 16 Jul 2002 16:03:48 +0200, "COLLINEAU Franck FTRD/DMI/TAM" <[email protected]> wrote: > So hpusbscsi is not loaded. Please execute "modprobe hpusbscsi" > > if i execute "modprobe hpusbscsi" the result is: > > /lib/modules/2.4.18-6mdk/kernel/drivers/usb/hpusbscsi.o: unresolved symbol > scsi_register_R8a1bfea4 > /lib/modules/2.4.18-6mdk/kernel/drivers/usb/hpusbscsi.o: unresolved symbol > scsi_unregister_module_R81d85a75 > /lib/modules/2.4.18-6mdk/kernel/drivers/usb/hpusbscsi.o: unresolved symbol > scsi_register_module_Rfa20b7b0 > modprobe: insmod /lib/modules/2.4.18-6mdk/kernel/drivers/usb/hpusbscsi.o > failed > modprobe: insmod hpusbscsi failed Jups. There are some features missing in your kernel. > Thanks > > Franck k33p h4ck1n6 -- René -- René Rebe (Registered Linux user: #248718 <http://counter.li.org>) e-mail: [email protected], [email protected] web: www.rocklinux.org, drocklinux.dyndns.org/rene/ Anyone sending unwanted advertising e-mail to this address will be charged $25 for network traffic and computing time. By extracting my address from this message or its header, you agree to these terms.
