Hi folks, If I connect a USB memory stick to my laptop it access it fine, with it appearing in the 'Devices recently plugged in' and I can access the stick fine. If I try this with my Samsung Galaxy S in Mass storage mode, it doesn't work. If you look at the following extract from /var/log/messages, you can see that it gets as far as seeing the two devices (Phone memory and Micro SD card) but doesn't make them available. The Toshiba shown below is the memory stick that works. Anyone know what I need to do to fix this? Gary [root@dcomp5 ~]# tail -f /var/log/messages Sep 22 17:11:08 dcomp5 kernel: usb 2-4: Manufacturer: SAMSUNG Sep 22 17:11:08 dcomp5 kernel: usb 2-4: SerialNumber: 90002a0767da Sep 22 17:11:09 dcomp5 kernel: scsi6 : usb-storage 2-4:2.0 Sep 22 17:11:10 dcomp5 kernel: scsi 6:0:0:0: Direct-Access SAMSUNG GT-I9000 Card 0000 PQ: 0 ANSI: 2 Sep 22 17:11:10 dcomp5 kernel: scsi 6:0:0:1: Direct-Access SAMSUNG GT-I9000 0000 PQ: 0 ANSI: 2 Sep 22 17:11:10 dcomp5 kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0 Sep 22 17:11:10 dcomp5 kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk Sep 22 17:11:10 dcomp5 kernel: sd 6:0:0:1: [sdc] Attached SCSI removable disk Sep 22 17:11:10 dcomp5 kernel: sd 6:0:0:1: Attached scsi generic sg3 type 0 Sep 22 17:14:25 dcomp5 kernel: usb 2-4: USB disconnect, address 7 Sep 22 17:16:38 dcomp5 kernel: usb 2-4: new high speed USB device using ehci_hcd and address 8 Sep 22 17:16:38 dcomp5 kernel: usb 2-4: New USB device found, idVendor=04e8, idProduct=681d Sep 22 17:16:38 dcomp5 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Sep 22 17:16:38 dcomp5 kernel: usb 2-4: Product: SAMSUNG_Android Sep 22 17:16:38 dcomp5 kernel: usb 2-4: Manufacturer: SAMSUNG Sep 22 17:16:38 dcomp5 kernel: usb 2-4: SerialNumber: 90002a0767da Sep 22 17:16:38 dcomp5 kernel: scsi7 : usb-storage 2-4:2.0 Sep 22 17:16:39 dcomp5 kernel: scsi 7:0:0:0: Direct-Access SAMSUNG GT-I9000 Card 0000 PQ: 0 ANSI: 2 Sep 22 17:16:39 dcomp5 kernel: scsi 7:0:0:1: Direct-Access SAMSUNG GT-I9000 0000 PQ: 0 ANSI: 2 Sep 22 17:16:39 dcomp5 kernel: sd 7:0:0:0: Attached scsi generic sg2 type 0 Sep 22 17:16:39 dcomp5 kernel: sd 7:0:0:1: Attached scsi generic sg3 type 0 Sep 22 17:16:39 dcomp5 kernel: sd 7:0:0:0: [sdb] Attached SCSI removable disk Sep 22 17:16:39 dcomp5 kernel: sd 7:0:0:1: [sdc] Attached SCSI removable disk Sep 22 17:17:22 dcomp5 kernel: usb 2-4: USB disconnect, address 8 Sep 22 17:17:29 dcomp5 kernel: usb 2-4: new high speed USB device using ehci_hcd and address 9 Sep 22 17:17:29 dcomp5 kernel: usb 2-4: New USB device found, idVendor=0930, idProduct=6545 Sep 22 17:17:29 dcomp5 kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Sep 22 17:17:29 dcomp5 kernel: usb 2-4: Product: TransMemory Sep 22 17:17:29 dcomp5 kernel: usb 2-4: Manufacturer: TOSHIBA Sep 22 17:17:29 dcomp5 kernel: usb 2-4: SerialNumber: 001D0F0C73BFB9805315028B Sep 22 17:17:29 dcomp5 kernel: scsi8 : usb-storage 2-4:1.0 Sep 22 17:17:30 dcomp5 kernel: scsi 8:0:0:0: Direct-Access TOSHIBA TransMemory PMAP PQ: 0 ANSI: 0 CCS Sep 22 17:17:30 dcomp5 kernel: sd 8:0:0:0: Attached scsi generic sg2 type 0 Sep 22 17:17:32 dcomp5 kernel: sd 8:0:0:0: [sdb] 31494144 512-byte logical blocks: (16.1 GB/15.0 GiB) Sep 22 17:17:32 dcomp5 kernel: sd 8:0:0:0: [sdb] Write Protect is off Sep 22 17:17:32 dcomp5 kernel: sd 8:0:0:0: [sdb] Assuming drive cache: write through Sep 22 17:17:32 dcomp5 kernel: sd 8:0:0:0: [sdb] Assuming drive cache: write through Sep 22 17:17:32 dcomp5 kernel: sdb: sdb1 Sep 22 17:17:32 dcomp5 kernel: sd 8:0:0:0: [sdb] Assuming drive cache: write through Sep 22 17:17:32 dcomp5 kernel: sd 8:0:0:0: [sdb] Attached SCSI removable disk Sep 22 17:18:09 dcomp5 hald: mounted /dev/sdb1 on behalf of uid 500 Sep 22 17:18:47 dcomp5 dhclient[2185]: DHCPREQUEST on wlan0 to 10.1.1.115 port 67 Sep 22 17:18:47 dcomp5 dhclient[2185]: DHCPACK from 10.1.1.115 Sep 22 17:18:47 dcomp5 dhclient[2185]: bound to 10.1.103.29 -- renewal in 8547 seconds. Sep 22 17:19:58 dcomp5 hald: unmounted /dev/sdb1 from '/media/TOSHIBA' on behalf of uid 500 ^C [root@dcomp5 ~]# uname -a Linux dcomp5.ringways.co.uk 2.6.34.6-47.fc13.i686 #1 SMP Fri Aug 27 09:48:44 UTC 2010 i686 i686 i386 GNU/Linux [root@dcomp5 ~]# -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines