View Single Post
Old 01-23-2012, 10:28 PM   #3
piojosnos
Junior Member
piojosnos began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2012
Device: PRS-T1
Quote:
Originally Posted by kovidgoyal View Post
Something on your system is likely causing the device to be disconnected when trying to write to it.
I tested manually mounting the device and writing/creating files from console. It works well. Also, after unsuccessfully attempting to use Calibre to copy the files, I can still write/create files manually from console. I don't know if that helps to diagnose the problem.

Quote:
Originally Posted by kovidgoyal View Post
Check dmesg.
My dmesg is here, it's very long by the way.

http://pastebin.com/NCLuPMdh

I only understand the surface of that, so I'm not really sure if there is something wrong there.

Quote:
Originally Posted by kovidgoyal View Post
Try mounting the device manually before starting calibre.
I did it, same result:

Spoiler:

Code:
[dmi@cyrano ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2             2.0G  858M  1.1G  45% /
tmpfs                 2.0G     0  2.0G   0% /lib/init/rw
udev                  2.0G  268K  2.0G   1% /dev
tmpfs                 2.0G     0  2.0G   0% /dev/shm
/dev/sda7             9.9G  8.9G  500M  95% /home
/dev/sda1              40G   37G  808M  98% /mnt/data1
/dev/sda8             223G  210G  1.6G 100% /mnt/data2
/dev/sda5             6.0G  4.2G  1.5G  74% /usr
/dev/sda6             9.9G  4.9G  4.5G  53% /usr/local
[dmi@cyrano ~]$ mount /media/usb0/
[dmi@cyrano ~]$ mount /media/usb3/
mount: block device /dev/sdd is write-protected, mounting read-only
[dmi@cyrano ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2             2.0G  858M  1.1G  45% /
tmpfs                 2.0G     0  2.0G   0% /lib/init/rw
udev                  2.0G  268K  2.0G   1% /dev
tmpfs                 2.0G     0  2.0G   0% /dev/shm
/dev/sda7             9.9G  8.9G  500M  95% /home
/dev/sda1              40G   37G  808M  98% /mnt/data1
/dev/sda8             223G  210G  1.6G 100% /mnt/data2
/dev/sda5             6.0G  4.2G  1.5G  74% /usr
/dev/sda6             9.9G  4.9G  4.5G  53% /usr/local
/dev/sdb              1.5G  451M  992M  32% /media/usb0
/dev/sdd               10M  2.3M  7.8M  23% /media/usb3
[dmi@cyrano ~]$


I'm not sure if the read only warning is relevant, because the data disk is the usb0.

My /var/log/messages reported while connecting the device:

Spoiler:

Code:
Jan 23 22:34:36 cyrano kernel: [ 3935.204778] usb 2-2: new high speed USB device using ehci_hcd and address 5
Jan 23 22:34:36 cyrano kernel: [ 3935.342281] usb 2-2: New USB device found, idVendor=054c, idProduct=05c2
Jan 23 22:34:36 cyrano kernel: [ 3935.342291] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 23 22:34:36 cyrano kernel: [ 3935.342298] usb 2-2: Product: Sony Digital Book Reader
Jan 23 22:34:36 cyrano kernel: [ 3935.342303] usb 2-2: Manufacturer: Sony
Jan 23 22:34:36 cyrano kernel: [ 3935.342308] usb 2-2: SerialNumber: 148427381012948
Jan 23 22:34:36 cyrano kernel: [ 3935.342520] usb 2-2: configuration #1 chosen from 1 choice
Jan 23 22:34:36 cyrano kernel: [ 3935.349077] scsi8 : SCSI emulation for USB Mass Storage devices
Jan 23 22:34:41 cyrano kernel: [ 3940.349694] scsi 8:0:0:0: Direct-Access     Sony     PRS-T1           2001 PQ: 0 ANSI: 2
Jan 23 22:34:41 cyrano kernel: [ 3940.351679] scsi 8:0:0:1: Direct-Access     Sony     PRS-T1  SD       2001 PQ: 0 ANSI: 2
Jan 23 22:34:41 cyrano kernel: [ 3940.353549] scsi 8:0:0:2: Direct-Access     Sony     PRS-T1  Setting  2001 PQ: 0 ANSI: 2
Jan 23 22:34:41 cyrano kernel: [ 3940.355352] sd 8:0:0:0: Attached scsi generic sg2 type 0
Jan 23 22:34:41 cyrano kernel: [ 3940.356006] sd 8:0:0:1: Attached scsi generic sg3 type 0
Jan 23 22:34:41 cyrano kernel: [ 3940.357072] sd 8:0:0:2: Attached scsi generic sg4 type 0
Jan 23 22:34:41 cyrano kernel: [ 3940.371493] sd 8:0:0:0: [sdb] Attached SCSI removable disk
Jan 23 22:34:41 cyrano kernel: [ 3940.380497] sd 8:0:0:1: [sdc] Attached SCSI removable disk
Jan 23 22:34:41 cyrano kernel: [ 3940.417517] sd 8:0:0:2: [sdd] Attached SCSI removable disk
Jan 23 22:34:56 cyrano kernel: [ 3954.681162] sd 8:0:0:2: [sdd] 20528 512-byte logical blocks: (10.5 MB/10.0 MiB)
Jan 23 22:34:56 cyrano kernel: [ 3954.683038] sd 8:0:0:0: [sdb] 2958976 512-byte logical blocks: (1.51 GB/1.41 GiB)
Jan 23 22:34:56 cyrano kernel: [ 3954.685189] sd 8:0:0:2: [sdd] Write Protect is on
Jan 23 22:34:56 cyrano kernel: [ 3954.698061]  sdd:
Jan 23 22:34:56 cyrano kernel: [ 3954.700070]  sdb:
Jan 23 22:34:56 cyrano kernel: [ 3954.710156]


This looks like the dmesg stuff, to be honest I did not check if they are exactly the same.

I'm still clueless
piojosnos is offline   Reply With Quote