Hi, <[EMAIL PROTECTED]> writes: > > I do not succeed in mounting my new digital camera. > > I recompiled my kernel (2.6.8) with USB, SCSI and VFAT support. > > dmesg # looks fine: > > SCSI subsystem initialized > usbcore: registered new driver usbfs > usbcore: registered new driver hub > ... > usb usb1: new device strings: Mfr=3, Product=2, SerialNumber=1 > usb usb1: default language 0x0409 > usb usb1: Product: Intel Corp. 82371AB/EB/MB PIIX4 USB > usb usb1: Manufacturer: Linux 2.6.8 uhci_hcd > usb usb1: SerialNumber: 0000:00:04.2 > usb usb1: adding 1-0:1.0 (config #1, interface 0) > hub 1-0:1.0: usb_probe_interface > hub 1-0:1.0: usb_probe_interface - got id > hub 1-0:1.0: USB hub found > hub 1-0:1.0: 2 ports detected > hub 1-0:1.0: standalone hub > hub 1-0:1.0: no power switching (usb 1.0) > hub 1-0:1.0: individual port over-current protection > hub 1-0:1.0: power on to power good time: 2ms > hub 1-0:1.0: local power source is good > Initializing USB Mass Storage driver... > usbcore: registered new driver usb-storage > USB Mass Storage support registered. > ... > usb 1-1: new full speed USB device using address 2 > usb 1-1: new device strings: Mfr=1, Product=2, SerialNumber=3 > usb 1-1: default language 0x0409 > usb 1-1: Product: NIKON DSC E3700 > usb 1-1: Manufacturer: NIKON > usb 1-1: SerialNumber: 000004747725 > usb 1-1: adding 1-1:1.0 (config #1, interface 0) > usb-storage 1-1:1.0: usb_probe_interface > usb-storage 1-1:1.0: usb_probe_interface - got id > scsi0 : SCSI emulation for USB Mass Storage devices > Vendor: NIKON Model: NIKON DSC E3700 Rev: 1.00 > Type: Direct-Access ANSI SCSI revision: 02 > Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 > USB Mass Storage device found at 2
do you have SCSI disk support (CONFIG_BLK_DEV_SD)? All the messages for disks are missing in your log. > From dmesg, I infer that the device ought to be /dev/sg0: No, /dev/sda1 is right, unless you have more SCSI drives, then it could be sdb1/sdc1/... It should show up in /proc/partitions . JÃrgen -- NO to the planned nodding through of the EU software patent directive! JÃrgen Stuber <[EMAIL PROTECTED]> http://www.jstuber.net/ gnupg key fingerprint = 2767 CA3C 5680 58BA 9A91 23D9 BED6 9A7A AF9E 68B4 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
