mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.6.19-git libusual: modprobe for usb-storage succeeded, but module is not present
@ 2006-12-09  1:08 art
  2006-12-09  3:26 ` Pete Zaitcev
  0 siblings, 1 reply; 3+ messages in thread
From: art @ 2006-12-09  1:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

to: linux-kernel@vger.kernel.org
cc: torvalds@osdl.org

2.6.19-git libusual: modprobe for usb-storage succeeded, but module is  
not present

Linux version 2.6.19-200612081830-g17097758  
(xxx@localhost.localdomain) (gcc version 4.1.1 20061011 ) #16 SMP  
PREEMPT Fri Dec 8 18:37:41 CST 2006
Command line: ro root=/dev/VolGroup00/LogVol00 rhgb mem=3583M
...
AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ stepping 01
...
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
...
usbcore: registered new interface driver libusual
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
...
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [APCF] -> GSI 23 (level,  
low) -> IRQ 23
PCI: Setting latency timer of device 0000:00:0b.0 to 64
ohci_hcd 0000:00:0b.0: OHCI Host Controller
ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:0b.0: irq 23, io mem 0xfe02f000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:0b.1[B] -> Link [APCL] -> GSI 22 (level,  
low) -> IRQ 22
PCI: Setting latency timer of device 0000:00:0b.1 to 64
ehci_hcd 0000:00:0b.1: EHCI Host Controller
ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:0b.1: debug port 1
PCI: cache line size of 64 is not supported by device 0000:00:0b.1
ehci_hcd 0000:00:0b.1: irq 22, io mem 0xfe02e000
ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 8 ports detected
SCSI subsystem initialized
ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
ACPI: PCI Interrupt 0000:03:09.0[A] -> Link [APC2] -> GSI 17 (level,  
low) -> IRQ 17
usb 2-1: new high speed USB device using ehci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 4 ports detected
usb 2-2: new high speed USB device using ehci_hcd and address 3
usb 2-2: configuration #1 chosen from 1 choice
libusual: modprobe for usb-storage succeeded, but module is not present
usb 2-4: new high speed USB device using ehci_hcd and address 5
usb 2-4: configuration #1 chosen from 1 choice
libusual: modprobe for usb-storage succeeded, but module is not present
usb 2-5: new high speed USB device using ehci_hcd and address 6
usb 2-5: configuration #1 chosen from 1 choice
libusual: modprobe for usb-storage succeeded, but module is not present
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
xboom

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.19-git libusual: modprobe for usb-storage succeeded, but module is not present
  2006-12-09  1:08 2.6.19-git libusual: modprobe for usb-storage succeeded, but module is not present art
@ 2006-12-09  3:26 ` Pete Zaitcev
  0 siblings, 0 replies; 3+ messages in thread
From: Pete Zaitcev @ 2006-12-09  3:26 UTC (permalink / raw)
  To: art; +Cc: linux-kernel, zaitcev

On Fri, 08 Dec 2006 19:08:29 -0600, art@usfltd.com wrote:

> usb 2-2: new high speed USB device using ehci_hcd and address 3
> usb 2-2: configuration #1 chosen from 1 choice
> libusual: modprobe for usb-storage succeeded, but module is not present
> usb 2-4: new high speed USB device using ehci_hcd and address 5
> usb 2-4: configuration #1 chosen from 1 choice
> libusual: modprobe for usb-storage succeeded, but module is not present
> usb 2-5: new high speed USB device using ehci_hcd and address 6
> usb 2-5: configuration #1 chosen from 1 choice
> libusual: modprobe for usb-storage succeeded, but module is not present

I don't know what you've done to accomplish it, but either your
modules got separated (e.g. libusual built statically while usb-storage
is dynamic), or your modprobe is toast, or 100 other reasons.

Just deconfigure CONFIG_BLK_DEV_UB and CONFIG_USB_LIBUSUAL
and forget about it all.

I know, I have to think of a workaround for this, but nothing is
readily apparent.

-- Pete

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.19-git libusual: modprobe for usb-storage succeeded, but module is not present
@ 2006-12-09  4:21 art
  0 siblings, 0 replies; 3+ messages in thread
From: art @ 2006-12-09  4:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: zaitcev, torvalds

to: linux-kernel@vger.kernel.org
cc: zaitcev@redhat.com, torvalds@osdl.org
Re: 2.6.19-git libusual: modprobe for usb-storage succeeded, but  
module is not present

> usb 2-2: new high speed USB device using ehci_hcd and address 3
> > usb 2-2: configuration #1 chosen from 1 choice
> > libusual: modprobe for usb-storage succeeded, but module is not present
> > usb 2-4: new high speed USB device using ehci_hcd and address 5
> > usb 2-4: configuration #1 chosen from 1 choice
> > libusual: modprobe for usb-storage succeeded, but module is not present
> > usb 2-5: new high speed USB device using ehci_hcd and address 6
> > usb 2-5: configuration #1 chosen from 1 choice
> > libusual: modprobe for usb-storage succeeded, but module is not present

> I don't know what you've done to accomplish it, but either your
> modules got separated (e.g. libusual built statically while usb-storage
> is dynamic), or your modprobe is toast, or 100 other reasons.
>
> Just deconfigure CONFIG_BLK_DEV_UB and CONFIG_USB_LIBUSUAL
> and forget about it all.
>
> I know, I have to think of a workaround for this, but nothing is
> readily apparent.
>
> -- Pete

was
CONFIG_BLK_DEV_UB=m
CONFIG_USB_LIBUSUAL=y

now
# CONFIG_BLK_DEV_UB is not set
# CONFIG_USB_LIBUSUAL is not set

works ok thanx

xboom






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-09  4:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-09  1:08 2.6.19-git libusual: modprobe for usb-storage succeeded, but module is not present art
2006-12-09  3:26 ` Pete Zaitcev
2006-12-09  4:21 art

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®