Sorry, I didn't realize saving to the card was different than saving to the device. I was thinking that I would only need to save directly to the device if I wasn't using a card or wanted to save to internal memory.
Well I guess I need to figure out why I can't send to the device then. That button is disabled, so I can't choose a destination. On my system libprs500 doesn't see my prs505, these are the errors when it starts up:
Code:
Unable to open device
Traceback (most recent call last):
File "build/bdist.linux-i686/egg/libprs500/gui2/device.py", line 52, in run
File "build/bdist.linux-i686/egg/libprs500/devices/prs505/driver.py", line 219, in open
File "build/bdist.linux-i686/egg/libprs500/devices/prs505/driver.py", line 188, in open_linux
DeviceError: Unable to find PRS505. Is it connected?
I have a 512MB memory stick and a 2GB SD card inserted in the device. The device is plugged in and visible with lsusb, and both cards are detected and automounted by KDE:
Code:
# lsusb
Bus 002 Device 008: ID 054c:031e Sony Corp.
#df -h
/dev/sdi1 469M 96K 469M 1% /media/disk
/dev/sdj1 1.9G 35M 1.9G 2% /media/disk-1
So, as far as I can tell, the device is connected and operating normally. I can drag/drop files to it and read the contents of the mounted cards just fine.
Perhaps there is a library or dependency that I'm missing?