Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
unable to mount psp
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
gastr
n00b
n00b


Joined: 05 Nov 2005
Posts: 4

PostPosted: Sat Nov 05, 2005 7:17 am    Post subject: unable to mount psp Reply with quote

i've bought a usb cable to connect my PSP to my computer to copy stuff onto the memory card on the PSP, but i am unable to mount it.

i have looked at several related threads on these forums but what worked for other people doesn't work for me. here's some system ouput that will hopefully help someone to help me :)

Code:
$ dmesg
... snip ...
usb 1-6: new high speed USB device using ehci_hcd and address 5
usb 1-6: device descriptor read/all, error -71
usb 1-6: new high speed USB device using ehci_hcd and address 6
usb 1-6: unable to read config index 0 descriptor/all
usb 1-6: can't read configurations, error -71
usb 1-6: new high speed USB device using ehci_hcd and address 7
usb 1-6: device descriptor read/all, error -71
usb 1-6: new high speed USB device using ehci_hcd and address 8
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 8
usb-storage: waiting for device to settle before scanning
  Vendor: Sony      Model: PSP               Rev: 1.00
  Type:   Direct-Access                      ANSI SCSI revision: 00
Attached scsi removable disk sde at scsi1, channel 0, id 0, lun 0
Attached scsi generic sg4 at scsi1, channel 0, id 0, lun 0,  type 0
usb-storage: device scan complete

$ cat /var/log/messages
... snip ...
Nov  5 16:34:56 odin usb 1-6: new high speed USB device using ehci_hcd and address 5
Nov  5 16:34:56 odin usb 1-6: device descriptor read/all, error -71
Nov  5 16:34:56 odin usb 1-6: new high speed USB device using ehci_hcd and address 6
Nov  5 16:34:56 odin usb 1-6: unable to read config index 0 descriptor/all
Nov  5 16:34:56 odin usb 1-6: can't read configurations, error -71
Nov  5 16:34:57 odin usb 1-6: new high speed USB device using ehci_hcd and address 7
Nov  5 16:34:57 odin usb 1-6: device descriptor read/all, error -71
Nov  5 16:34:57 odin usb 1-6: new high speed USB device using ehci_hcd and address 8
Nov  5 16:34:57 odin scsi1 : SCSI emulation for USB Mass Storage devices
Nov  5 16:34:57 odin usb-storage: device found at 8
Nov  5 16:34:57 odin usb-storage: waiting for device to settle before scanning
Nov  5 16:35:02 odin Vendor: Sony      Model: PSP               Rev: 1.00
Nov  5 16:35:02 odin Type:   Direct-Access                      ANSI SCSI revision: 00
Nov  5 16:35:14 odin Attached scsi removable disk sde at scsi1, channel 0, id 0, lun 0
Nov  5 16:35:14 odin Attached scsi generic sg4 at scsi1, channel 0, id 0, lun 0,  type 0
Nov  5 16:35:14 odin usb-storage: device scan complete

$ lspci -v
... snip ...
Bus 001 Device 008: ID 054c:01c8 Sony Corp.
cannot get string descriptor 2, error = Protocol error(71)
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x054c Sony Corp.
  idProduct          0x01c8
  bcdDevice            1.00
  iManufacturer           1 Sony
  iProduct                2
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      5 SFF-8070i
      bInterfaceProtocol     80
      iInterface              3 USB Mass Storage
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize        512
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize        512
        bInterval               0
  Language IDs: (length=4)
     0409 English(US)
... snip ...

$ mount -t vfat -o shortname=win95,check=s,sync /dev/sde /mnt/psp
mount: No medium found


any ideas anyone? and information i failed to provide?
i've had no problems mounting a "gigabyte" usb flash/pen drive (or whatever you call them) in the past, so i know my system is capable of mounting stuff via usb/scsi emulation...

thanks!
-Luke
Back to top
View user's profile Send private message
M1Sports20
Apprentice
Apprentice


Joined: 25 Mar 2004
Posts: 194
Location: Chicago, IL

PostPosted: Sat Nov 05, 2005 7:24 am    Post subject: Reply with quote

Just something quick for you to try. Sorry if this doesn't help

mount -t vfat -o shortname=win95,check=s,sync /dev/scsi1 /mnt/psp
Back to top
View user's profile Send private message
gastr
n00b
n00b


Joined: 05 Nov 2005
Posts: 4

PostPosted: Sat Nov 05, 2005 7:55 am    Post subject: Reply with quote

thanks, but that doesn't work either. it says that /dev/scsi1 doesn't exist. in fact, i have no /dev/scsi* devices at all
Back to top
View user's profile Send private message
M1Sports20
Apprentice
Apprentice


Joined: 25 Mar 2004
Posts: 194
Location: Chicago, IL

PostPosted: Sat Nov 05, 2005 7:58 am    Post subject: Reply with quote

woops i looked at your mesg to fast, yes you are correct with sde

I don't know how to help.
Back to top
View user's profile Send private message
gastr
n00b
n00b


Joined: 05 Nov 2005
Posts: 4

PostPosted: Sat Nov 05, 2005 8:10 am    Post subject: Reply with quote

if it helps, there is some more system info:

Code:

$ cat /proc/bus/usb/devices
T:  Bus=01 Lev=01 Prnt=01 Port=04 Cnt=01 Dev#= 14 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=054c ProdID=01c8 Rev= 1.00
S:  Manufacturer=Sony
S:  Product=PSP Type A
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=05 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
Back to top
View user's profile Send private message
gastr
n00b
n00b


Joined: 05 Nov 2005
Posts: 4

PostPosted: Sun Nov 06, 2005 1:00 am    Post subject: unable to mount psp (updated) Reply with quote

okay, i feel very stupid, but the fundamental problem i was having before was due to me not having the memory stick inserted into the PSP, so hence there was nothing to mount.....whoops...

anyway, still not working, but i have some more information from the system logs that may be helpful to someone more knowledgeable than myself:

<< ---- connected cable and entered "USB mode" on the PSP
Code:

Nov  6 11:33:35 odin usb 1-6: new high speed USB device using ehci_hcd and address 36
Nov  6 11:33:35 odin scsi7 : SCSI emulation for USB Mass Storage devices
Nov  6 11:33:35 odin usb-storage: device found at 36
Nov  6 11:33:35 odin usb-storage: waiting for device to settle before scanning
Nov  6 11:33:52 odin Vendor: Sony      Model: PSP               Rev: 1.00
Nov  6 11:33:52 odin Type:   Direct-Access                      ANSI SCSI revision: 00
Nov  6 11:33:52 odin SCSI device sde: 63424 512-byte hdwr sectors (32 MB)
Nov  6 11:33:58 odin sde: Write Protect is off
Nov  6 11:33:58 odin sde: Mode Sense: 00 6a 11 00
Nov  6 11:33:58 odin sde: assuming drive cache: write through
Nov  6 11:33:58 odin SCSI device sde: 63424 512-byte hdwr sectors (32 MB)
Nov  6 11:33:58 odin sde: Write Protect is off
Nov  6 11:33:58 odin sde: Mode Sense: 00 6a 11 00
Nov  6 11:33:58 odin sde: assuming drive cache: write through


<< ---- executed "mount -t vfat -o shortname=win95,check=s,sync,fat=12 /dev/sde /mnt/psp"
(there was a long pause between when i entered this, and when info came through to the logs)
Code:

Nov  6 11:35:18 odin sde:<6>usb 1-6: reset high speed USB device using ehci_hcd and address 36
Nov  6 11:35:18 odin usb 1-6: device descriptor read/64, error -71
Nov  6 11:35:18 odin usb 1-6: device firmware changed
Nov  6 11:35:18 odin scsi: Device offlined - not ready after error recovery: host 7 channel 0 id 0 lun 0
Nov  6 11:35:18 odin SCSI error : <7 0 0 0> return code = 0x50000
Nov  6 11:35:18 odin end_request: I/O error, dev sde, sector 0
Nov  6 11:35:18 odin printk: 7 messages suppressed.
Nov  6 11:35:18 odin Buffer I/O error on device sde, logical block 0
Nov  6 11:35:18 odin usb 1-6: USB disconnect, address 36
Nov  6 11:35:18 odin scsi7 (0:0): rejecting I/O to offline device
Nov  6 11:35:18 odin Buffer I/O error on device sde, logical block 0
Nov  6 11:35:18 odin unable to read partition table
Nov  6 11:35:18 odin Attached scsi removable disk sde at scsi7, channel 0, id 0, lun 0
Nov  6 11:35:18 odin Attached scsi generic sg4 at scsi7, channel 0, id 0, lun 0,  type 0
Nov  6 11:35:18 odin usb-storage: device scan complete
Nov  6 11:35:18 odin usb 1-6: new high speed USB device using ehci_hcd and address 37
Nov  6 11:35:18 odin usb 1-6: unable to read config index 0 descriptor/all
Nov  6 11:35:18 odin usb 1-6: can't read configurations, error -71
Nov  6 11:35:18 odin usb 1-6: new high speed USB device using ehci_hcd and address 38
Nov  6 11:35:18 odin usb 1-6: device descriptor read/all, error -71
Nov  6 11:35:19 odin usb 1-6: new high speed USB device using ehci_hcd and address 39
Nov  6 11:35:19 odin scsi8 : SCSI emulation for USB Mass Storage devices
Nov  6 11:35:19 odin usb-storage: device found at 39
Nov  6 11:35:19 odin usb-storage: waiting for device to settle before scanning


in case you're wondering why i passed the option "fat=12" its because thats what fdisk detected as the FS type when i did "fdisk /dev/sde". anyway, it makes no difference whether i leave this off, or if i do FS type "auto" instead of "vfat", the same result.

even if you guys could explain to me some of what is going on from the log messages (eg. the -71 error, the "firmware changed" message, the SCSI and I/O errors, etc.) that might help me to narrow down whats wrong myself, even if you may not know exactly what is wrong.

it seems to me that it is detecting and connecting with the PSP no problems, but it is unable to mount it due to these I/O errors.

thanks,
-Luke
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum