Jun 20 23:10:10 linux modprobe: modprobe: Can't locate module block-major-11
Jun 20 23:10:11 linux last message repeated 15 times
Jun 20 23:10:11 linux /etc/hotplug/usb.agent[1513]: Can't ignore signal CHLD, forcing 
to default.

If you look in /usr/src/linux-`uname -r`/Documentation/devices.txt you'll 
find that a block device with major ID 11 is SCSI CDROM. The module sr_mod 
is the driver for that and you system is trying to load it. I'm not sure 
that this will help but it will at least remove the first two lines above 
which may have an effect on the third line. If you read;

http://www.linux-usb.org/USB-guide/x498.html

it does say you need SCSI CDROM support in your kerenl (either as a module 
or built in). You may be better using a RH which will have everything 
built for you (if you run in to more serious problems then building your 
own kernel with debugging turned on may be requried).

                                                regards,

                                                Stephen.

On Fri, 21 Jun 2002, Peter B Van Campen wrote:

> Hi ,
> 
> That sound was me hitting a wall; I have exceeded my skill level. I may be 
> able to build a module, but I need a better understanding  of what you see. 
> What line(s) in the msgs suggest that scsi is not fully built? The 2 scsi HDs 
> (/dev/sda & /dev/sdb are fully functuional. What does 'sr_mod' do.
> 
> I am fairly new to this and I DO appreciate your assistance; please forgive my 
> ignorance!
> 
> PeterB
> 
> On Friday 21 June 2002 15:21, Stephen J. Gowdy wrote:
> > Can you build it?
> >
> > On Fri, 21 Jun 2002, Peter B Van Campen wrote:
> > > Hi again,
> > >
> > > lsmod shows 'sg" is there but no "sr_mod"
> > >
> > > PeterB
> > >
> > > On Friday 21 June 2002 14:50, Stephen J. Gowdy wrote:
> > > > That is a device driver. Do you have "sg" and "sr_mod"?
> > > >
> > > > On Fri, 21 Jun 2002, Peter B Van Campn wrote:
> > > > > Hi again,
> > > > >
> > > > > Thanks for the quick reply!
> > > > >
> > > > > lsmod shows aic7xxx loaded ..... what might be missing and how should
> > > > > I approach it?
> > > > >
> > > > > PeterB
> > > > >
> > > > > On Friday 21 June 2002 14:26, Stephen J. Gowdy wrote:
> > > > > > It is trying to load the SCSI CDROM module and failing which
> > > > > > suggests you don't have SCSI built fully for your kernel.
> > > > > >
> > > > > > On Fri, 21 Jun 2002, Peter B Van Campn wrote:
> > > > > > > Dear USB-List,
> > > > > > >
> > > > > > > I'm new to USB and I seem to have a Linux prob recognising a USB
> > > > > > > Key Drive. This devise works ok on WinXP; it pops up as a
> > > > > > > removeable hard drive and I can write to it and read it.
> > > > > > >
> > > > > > > When I plug it in on SuSE 8.0 there is a reassuring 'beep' from
> > > > > > > the system, but the device does not show up for mounting. I have
> > > > > > > looked at many articles and FAQs about this but despite the fact
> > > > > > > that all kernal msgs etc show USB and device detected it does NOT
> > > > > > > show up in fdisk -l
> > > > > > >
> > > > > > > There should be a /dev/sdx type entry but it is missing.
> > > > > > >
> > > > > > > The modules seem to load ok, they seem to detect the device.
> > > > > > >
> > > > > > > I have appended the relevent lines from boot.log and messages.
> > > > > > >
> > > > > > > Can anyone help me get this working? I would appreciate any help
> > > > > > > offered!
> > > > > > >
> > > > > > > PeterB
> > > > > > >
> > > > > > > USB Key Drive 128 MB
> > > > > > >
> > > > > > > lsmod shows:
> > > > > > > usb-storage          48416        0
> > > > > > > usb-uhci               21988   0  (unused)
> > > > > > > usbcore                57184   1  [usb-storage usb-uhci]
> > > > > > >
> > > > > > > In /var/log/boot.msg
> > > > > > > <6>usb.c: registered new driver usbdevfs
> > > > > > > <6>usb.c: registered new driver hub
> > > > > > > <6>usb-uhci.c: $Revision: 1.275 $ time 14:22:59 Mar 27 2002
> > > > > > > <6>usb-uhci.c: High bandwidth mode enabled
> > > > > > > <6>usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 14
> > > > > > > <4>usb-uhci.c: Detected 2 ports
> > > > > > > <6>usb.c: new USB bus registered, assigned bus number 1
> > > > > > > <6>hub.c: USB hub found
> > > > > > > <6>hub.c: 2 ports detected
> > > > > > > <6>usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 14
> > > > > > > <4>usb-uhci.c: Detected 2 ports
> > > > > > > <6>usb.c: new USB bus registered, assigned bus number 2
> > > > > > > <6>hub.c: USB hub found
> > > > > > > <6>hub.c: 2 ports detected
> > > > > > > <6>usb-uhci.c: v1.275:USB Universal Host Controller Interface
> > > > > > > driver <6>hub.c: USB new device connect on bus1/1, assigned
> > > > > > > device number 2 <4>usb.c: USB device 2 (vend/prod 0xaec/0x5010)
> > > > > > > is not claimed by any active driver.
> > > > > > >
> > > > > > > usbdevfs on /proc/bus/usb type usbdevfs (rw)
> > > > > > > <notice>/etc/init.d/rc5.d/S07hotplug start
> > > > > > > Starting hotplugging services [ net pci usb^G ]
> > > > > > > done
> > > > > > >
> > > > > > > In /var/log/messages
> > > > > > > Jun 20 22:46:58 linux kernel: Initializing USB Mass Storage
> > > > > > > driver... Jun 20 22:46:58 linux kernel: usb.c: registered new
> > > > > > > driver usb-storage Jun 20 22:46:58 linux kernel: scsi2 : SCSI
> > > > > > > emulation for USB Mass Storage devices
> > > > > > > Jun 20 22:46:58 linux kernel: WARNING: USB Mass Storage data
> > > > > > > integrity not assured
> > > > > > > Jun 20 22:46:58 linux kernel: USB Mass Storage device found at 2
> > > > > > > Jun 20 22:46:58 linux kernel: USB Mass Storage support
> > > > > > > registered.
> > > > > > >
> > > > > > > Jun 20 23:10:10 linux kernel: usb.c: USB disconnect on device 2
> > > > > > > Jun 20 23:10:10 linux modprobe: modprobe: Can't locate module
> > > > > > > block-major-11 Jun 20 23:10:11 linux last message repeated 15
> > > > > > > times Jun 20 23:10:11 linux /etc/hotplug/usb.agent[1513]: Can't
> > > > > > > ignore signal CHLD, forcing to default.
> > > > > > > Jun 20 23:10:16 linux kernel: hub.c: USB new device connect on
> > > > > > > bus1/1, assigned device number 3
> > > > > > > Jun 20 23:10:16 linux kernel: WARNING: USB Mass Storage data
> > > > > > > integrity not assured
> > > > > > > Jun 20 23:10:16 linux kernel: USB Mass Storage device found at 3
> > > > > > > Jun 20 23:10:17 linux modprobe: modprobe: Can't locate module
> > > > > > > block-major-11 Jun 20 23:10:17 linux last message repeated 15
> > > > > > > times Jun 20 23:10:18 linux /etc/hotplug/usb.agent[1565]: Can't
> > > > > > > ignore signal CHLD, forcing to default.
> > > > > > >
> > > > > > > hwinfo --usb :
> > > > > > > 04: USB 106.0: 10600 Disk
> > > > > > >   [Created at usb.100]
> > > > > > >   Unique ID: B3Fu.o9+kZpz6ig0
> > > > > > >   Hardware Class: disk
> > > > > > >   Model: "USB Storage Device"
> > > > > > >   Vendor: u0aec "?"
> > > > > > >   Device: 5010 "?"
> > > > > > >   SubVendor: ""
> > > > > > >   SubDevice: "USB Storage Device"
> > > > > > >   Revision: "1.00"
> > > > > > >   Serial ID: "0AEC301000001A00"
> > > > > > >   USB GUID: 0aec50100aec301000001a00
> > > > > > >   USB Device status: driver active ("usb-storage")
> > > > > > >   Speed: 1.5 Mbps
> > > > > > >   Attached to: #3 (Hub)
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > -------------------------------------------------------
> > > > > > > Sponsored by:
> > > > > > > ThinkGeek at http://www.ThinkGeek.com/
> > > > > > > _______________________________________________
> > > > > > > [EMAIL PROTECTED]
> > > > > > > To unsubscribe, use the last form field at:
> > > > > > > https://lists.sourceforge.net/lists/listinfo/linux-usb-users
> > > > >
> > > > > -------------------------------------------------------
> > > > > Sponsored by:
> > > > > ThinkGeek at http://www.ThinkGeek.com/
> > > > > _______________________________________________
> > > > > [EMAIL PROTECTED]
> > > > > To unsubscribe, use the last form field at:
> > > > > https://lists.sourceforge.net/lists/listinfo/linux-usb-users
> 

-- 
 /------------------------------------+-------------------------\
|Stephen J. Gowdy                     | SLAC, MailStop 34,       |
|http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road,     |
|http://calendar.yahoo.com/gowdy      | Menlo Park CA 94025, USA |
|EMail: [EMAIL PROTECTED]       | Tel: +1 650 926 3144     |
 \------------------------------------+-------------------------/



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to