Linux Usb Connection


Cyclops

Active Member
Joined
May 26, 2003
Messages
950
I've not seen any problems reported, so I guess its just me.

I'm currently using an SD originally formatted from my digital camera. I wanted to copy the pictures off first before I start playing with the GP2X.

After mounting the card within the GP2X. I can copy about 100 files of it then the GP2X hangs, and I get a cannnot stat 'whatever.jpg' no such file or directory.

I have changed the batteries :)

I'm quite possibly doing something really stupid.
 
Are you using command line mounting and copying, or something like konqueror or nautalis.

I have found doing command line usually worked better with the old gp32, so maybe its the same for the gp2x.

That, or maybe you need to update your kernel to a newer 2.6.13+, as they have better sd driv ers and the like.

Let us know how it turns out, I am still waiting on mine.
 
Are you using command line mounting and copying, or something like konqueror or nautalis.

I have found doing command line usually worked better with the old gp32, so maybe its the same for the gp2x.

That, or maybe you need to update your kernel to a newer 2.6.13+, as they have better sd driv ers and the like.

Let us know how it turns out, I am still waiting on mine.

I use xfce+rox

dmesg
Vendor: Linux Model: File-Stor Gadget Rev: 0229
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sdc: 990626 512-byte hdwr sectors (507 MB)
sdc: assuming drive cache: write through
SCSI device sdc: 990626 512-byte hdwr sectors (507 MB)
sdc: assuming drive cache: write through
sdc:
Attached scsi disk sdc at scsi5, channel 0, id 0, lun 0
Attached scsi generic sg3 at scsi5, channel 0, id 0, lun 0, type 0
usb-storage: device scan complete

Code:
mount -t msdos /dev/sdc /mnt

Code:
cp -Ru /mnt/dcim /home/photo

2.6.13 on my main machine, but obviously on the GP2X I'm using 2.4.xx
 
Last edited by a moderator:
Back
Top