Bueno, allá van los resultados con Ubuntu:
Dispositivos USB:
root@
ubuntu:/home/ubuntu# lsusb
Bus 002 Device 005: ID 04e8:681c Samsung Electronics Co., Ltd
Bus 002 Device 003: ID 15d9:0a4c Dexon
Bus 002 Device 002: ID 8087:0020
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0bda:0181 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 0781:5566 SanDisk Corp.
Bus 001 Device 002: ID 8087:0020
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Detección del SGS:
[14630.799569] usb 2-1.8: new high speed USB device using ehci_hcd and address 5
[14630.896542] usb 2-1.8: configuration #3 chosen from 1 choice
[14630.897212] cdc_acm 2-1.8:3.0: This device cannot do calls on its own. It is not a modem.
[14630.897288] cdc_acm 2-1.8:3.0: ttyACM0: USB ACM device
[14630.898291] scsi12 : SCSI emulation for USB Mass Storage devices
[14630.898442] usb-storage: device found at 5
[14630.898446] usb-storage: waiting for device to settle before scanning
[14635.884718] usb-storage: device scan complete
[14635.885353] scsi 12:0:0:0: CD-ROM Android UMS CD-ROM 00 PQ: 0 ANSI: 2
[14635.885973] scsi 12:0:0:1: Direct-Access SAMSUNG GT-I9000 0000 PQ: 0 ANSI: 2
[14635.886697] scsi 12:0:0:2: Direct-Access SAMSUNG GT-I9000 Card PQ: 0 ANSI: 2
[14635.892098] sr1: scsi3-mmc drive: 0x/0x caddy
[14635.892893] sr 12:0:0:0: Attached scsi CD-ROM sr1
[14635.895418] sr 12:0:0:0: Attached scsi generic sg9 type 5
[14635.896333] sd 12:0:0:1: Attached scsi generic sg10 type 0
[14635.896617] sd 12:0:0:2: Attached scsi generic sg11 type 0
[14635.902859] sd 12:0:0:1: [sdi] Attached SCSI removable disk
[14635.904970] sd 12:0:0:2: [sdj] Attached SCSI removable disk
Intento de montar:
root@
ubuntu:/home/ubuntu# mount -t vfat /dev/sdi /media/SGS2
mount: no medium found on /dev/sdi
root@
ubuntu:/home/ubuntu# mount -t vfat /dev/sdj /media/SGS2
mount: no medium found on /dev/sdj
root@
ubuntu:/home/ubuntu#
Quizas yo haya malinterpretado estas comprobaciones iniciales cómo necesarias antes de proceder con SDK y el resto de la guía, pero lo que estoy viendo me hace pensar que mi ubuntu no esta reconociendo correctamente el dispositivo y que falta algun paquete por instalar. ¿Podría alguien mas pegar aqui los reslutado de sus dmesg y lsusb de cuando conectan su dispositivo, para que veamos las diferencias? A lo mejor estoy haciendo algo mal.
Saludos
Agustin