I found my problem: I didn't have sd_mod built or loaded, which is the 
scsi disk module. I had used sr_mod for my ATAPI CD burner and figured 
that was enough. Doh!

Sorry to have waisted anyones's time

Bob Snyder


bob.snyder wrote:

> Hello,
>
> I'm trying to mount a NEX II MP3 player (Compact Flash based) as a 
> scsi drive, but I'm obviously doing something wrong. I have the 
> usb-storage module loaded, and compiled with the verbose debug option.
>
> When I plug the USB connector into the unit, I get lots of useful 
> looking information in /var/log/debug. My problem is I don't know what 
> I'm doing :-) It looks like it has recongized the unit.
>
> I am led to believe that all I need to do is mount the proper scsi 
> device but I've tried most all the sda and sdb devices and they all 
> say "mount: /dev/sda1 is not a valid block device".
>
> I'm probably missing something obvious.
>
> Any help is greatly appreciated.
>
> Bob Snyder
>
> --------------------
>
> My system: Slackware 8 with kernel 2.4.19
>
> Some useful information:
>
> $ cat /proc/modules
> usb-storage            43568   0 (unused)
> scsi_mod               81744   1 [usb-storage]
> tuner                   8512   0 (autoclean) (unused)
> bttv                   68368   0
> videodev                4000   2 [bttv]
> visor                  10400   3
> usbserial              17024   0 [visor]
> usb-uhci               21552   0 (unused)
> ide-cd                 27168   0 (autoclean)
> cdrom                  28960   0 (autoclean) [ide-cd]
> ds                      6704   2
> i82365                 21520   2
> pcmcia_core            36224   0 [ds i82365]
> apci97                 14864   3
> audiobuf               12352   3 [apci97]
> pnp                    50304   3 [apci97]
> midi                   30480   3 [apci97 pnp]
> ac97                    8112   3 [apci97]
> soundbase             622320   3 [apci97 audiobuf pnp midi ac97]
> sndshield              10672   0 [apci97 audiobuf pnp midi ac97 
> soundbase]
> ppp_async               6576   0 (unused)
> ppp_generic            15936   0 [ppp_async]
> slhc                    4672   0 [ppp_generic]
> vfat                    9520   1 (autoclean)
> fat                    29824   0 (autoclean) [vfat]
>
>
> The tail end of /var/log/debug:
>
> Aug 24 22:14:02 maytag kernel: hub.c: port 1, portstatus 101, change 
> 1, 12 Mb/s
> Aug 24 22:14:02 maytag kernel: hub.c: port 1 connection change
> Aug 24 22:14:02 maytag kernel: hub.c: port 1, portstatus 101, change 
> 1, 12 Mb/s
> Aug 24 22:14:02 maytag kernel: hub.c: port 1, portstatus 101, change 
> 0, 12 Mb/s
> Aug 24 22:14:02 maytag last message repeated 3 times
> Aug 24 22:14:02 maytag kernel: hub.c: port 1, portstatus 103, change 
> 0, 12 Mb/s
> Aug 24 22:14:03 maytag kernel: usb.c: kmalloc IF d9758b00, numif 1
> Aug 24 22:14:03 maytag kernel: usb.c: new device strings: Mfr=1, 
> Product=2, SerialNumber=3
> Aug 24 22:14:03 maytag kernel: usb.c: USB device number 16 default 
> language ID 0x409
> Aug 24 22:14:03 maytag kernel: usb-storage: act_altsettting is 0
> Aug 24 22:14:03 maytag kernel: usb-storage: id_index calculated to be: 4
> Aug 24 22:14:03 maytag kernel: usb-storage: Array length appears to 
> be: 66
> Aug 24 22:14:03 maytag kernel: usb-storage: Vendor: Frontier Labs
> Aug 24 22:14:03 maytag kernel: usb-storage: Product: Nex II Digital
> Aug 24 22:14:03 maytag kernel: usb-storage: USB Mass Storage device 
> detected
> Aug 24 22:14:03 maytag kernel: usb-storage: Endpoints: In: 0xcb8561d4 
> Out: 0xcb8561c0 Int: 0x00000000 (Period 0)
> Aug 24 22:14:03 maytag kernel: usb-storage: Found existing GUID 
> 045154090000000000000001
> Aug 24 22:14:03 maytag kernel: WARNING: USB Mass Storage data 
> integrity not assured
> Aug 24 22:14:03 maytag kernel: USB Mass Storage device found at 16
> Aug 24 22:14:03 maytag kernel: usb.c: usb-storage driver claimed 
> interface d9758b00
> Aug 24 22:14:03 maytag kernel: usb.c: kusbd: /sbin/hotplug add 16
> Aug 24 22:14:03 maytag kernel: usb.c: kusbd policy returned 0xfffffffe
> Aug 24 22:14:03 maytag kernel: hub.c: port 2, portstatus 100, change 
> 0, 12 Mb/s
> Aug 24 22:14:03 maytag kernel: hub.c: port 1, portstatus 103, change 
> 0, 12 Mb/s
> Aug 24 22:14:03 maytag kernel: hub.c: port 2, portstatus 100, change 
> 0, 12 Mb/s
> Aug 24 22:14:31 maytag kernel: hub.c: port 1, portstatus 100, change 
> 3, 12 Mb/s
> Aug 24 22:14:31 maytag kernel: hub.c: port 1 connection change
> Aug 24 22:14:31 maytag kernel: hub.c: port 1, portstatus 100, change 
> 3, 12 Mb/s
> Aug 24 22:14:31 maytag kernel: usb-storage: storage_disconnect() called
> Aug 24 22:14:31 maytag kernel: usb-storage: -- releasing main URB
> Aug 24 22:14:31 maytag kernel: usb-storage: -- usb_unlink_urb() 
> returned -19
> Aug 24 22:14:31 maytag kernel: usb.c: kusbd: /sbin/hotplug remove 16
> Aug 24 22:14:31 maytag kernel: usb.c: kusbd policy returned 0xfffffffe
> Aug 24 22:14:31 maytag kernel: hub.c: port 2, portstatus 100, change 
> 0, 12 Mb/s
> Aug 24 22:14:31 maytag kernel: hub.c: port 1, portstatus 100, change 
> 2, 12 Mb/s
> Aug 24 22:14:31 maytag kernel: hub.c: port 1 enable change, status 100
> Aug 24 22:14:31 maytag kernel: hub.c: port 2, portstatus 100, change 
> 0, 12 Mb/s
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> _______________________________________________
> [EMAIL PROTECTED]
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-users
>





-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to