Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vinc17

Pages: 1 2 [3]
31
Accessories / Formatting a 1GB SD card
« on: July 30, 2004, 05:23:03 pm »
In fact, I did the wget on the wrong machine (I forgot that my Zaurus was connected via USB instead of my LAN card).

I did what stupkid said, but I get the same Input/output errors as before.
But the card is still mounted as rw (whereas before, it was remounted as ro).

Code: [Select]
zaurus:~> dmesg|tail -40
[SD]-W 7e00 1000 ERROR!
EXT2-fs error (device mmcd(60,1)): ext2_write_inode: unable to read inode block
- inode=93697, block=196612
pxa_sd_wait_response: responce time out (cmd=07 MMC_STAT=0x2142)
sd_write_multiple(242536) : select error
sd flush : ERROR adr = 289099264 (0x113b4e00) , len = 12288 (0x3000)
[SD]-R 3000be00 1000 ERROR!
pxa_sd_wait_response: responce time out (cmd=07 MMC_STAT=0x2142)
sd_write_multiple(242536) : select error
sd flush : ERROR adr = 289099264 (0x113b4e00) , len = 12288 (0x3000)
[SD]-W 7e00 1000 ERROR!
EXT2-fs error (device mmcd(60,1)): ext2_write_inode: unable to read inode block
- inode=93697, block=196612
pxa_sd_wait_response: responce time out (cmd=07 MMC_STAT=0x2142)
sd_write_multiple(242536) : select error
sd flush : ERROR adr = 289099264 (0x113b4e00) , len = 12288 (0x3000)
[SD]-R 3000be00 1000 ERROR!
pxa_sd_wait_response: responce time out (cmd=07 MMC_STAT=0x2142)
sd_write_multiple(242536) : select error
sd flush : ERROR adr = 289099264 (0x113b4e00) , len = 12288 (0x3000)
[SD]-W 7e00 1000 ERROR!
EXT2-fs error (device mmcd(60,1)): ext2_write_inode: unable to read inode block
- inode=93697, block=196612
pxa_sd_wait_response: responce time out (cmd=07 MMC_STAT=0x2142)
sd_write_multiple(242536) : select error
sd flush : ERROR adr = 289099264 (0x113b4e00) , len = 12288 (0x3000)
[SD]-R 1f3e00 1000 ERROR!
pxa_sd_wait_response: responce time out (cmd=07 MMC_STAT=0x2142)
sd_write_multiple(242536) : select error
sd flush : ERROR adr = 289099264 (0x113b4e00) , len = 12288 (0x3000)
[SD]-R 1f3e00 1000 ERROR!
pxa_sd_wait_response: responce time out (cmd=07 MMC_STAT=0x2142)
sd_write_multiple(242536) : select error
sd flush : ERROR adr = 289099264 (0x113b4e00) , len = 12288 (0x3000)
[SD]-R 1f3e00 1000 ERROR!
pxa_sd_wait_response: responce time out (cmd=07 MMC_STAT=0x2142)
sd_write_multiple(242536) : select error
sd flush : ERROR adr = 289099264 (0x113b4e00) , len = 12288 (0x3000)
[SD]-R 1f3e00 1000 ERROR!
pxa_sd_wait_response: responce time out (cmd=07 MMC_STAT=0x2142)
sd_write_multiple(242536) : select error
sd flush : ERROR adr = 289099264 (0x113b4e00) , len = 12288 (0x3000)
[SD]-R 1f3e00 1000 ERROR!

32
Accessories / Formatting a 1GB SD card
« on: July 30, 2004, 04:39:54 pm »
I partitionned the card with fdisk on my PowerBook and can use it from my PowerBook (I no longer get the errors in the log file). But I can no longer mount it on my Zaurus. I tried both /dev/mmcda2 (as mmcda1 is the partition map) /dev/mmcda1 (in case the Zaurus does a translation), but I get:

mount: Mounting /dev/mmcda2 on /mnt/card failed: Invalid argument

This may be because the Debian/ppc fdisk created an Apple partition map (strange...). Where can I get fdisk for the Zaurus to try that instead? The link on http://www.killefiz.de/zaurus/showdetail.php?app=205 is no longer valid.

33
Accessories / Formatting a 1GB SD card
« on: July 30, 2004, 06:33:47 am »
Quote
Also note that I've just tried the card (vfat formatted) on my PowerBook via a PCMCIA-SD adapter, and I have no problem with it.
Well, in fact, I had lots of errors reported in my kern.log file (on the PowerBook):

Code: [Select]
[...]
Jul 30 01:30:57 ay kernel: hde: read_intr: status=0x51 { DriveReady SeekComplete Error }
Jul 30 01:30:57 ay kernel: hde: read_intr: error=0x10 { SectorIdNotFound }, LBAsect=1998847, sector=1998847
Jul 30 01:30:57 ay kernel: hde: read_intr: status=0x51 { DriveReady SeekComplete Error }
Jul 30 01:30:57 ay kernel: hde: read_intr: error=0x10 { SectorIdNotFound }, LBAsect=1998847, sector=1998847
Jul 30 01:30:57 ay kernel: ide2: reset: success
Jul 30 01:30:57 ay kernel: hde: read_intr: status=0x51 { DriveReady SeekComplete Error }
Jul 30 01:30:57 ay kernel: hde: read_intr: error=0x10 { SectorIdNotFound }, LBAsect=1998847, sector=1998847
Jul 30 01:30:57 ay kernel: end_request: I/O error, dev hde, sector 1998847
Jul 30 01:30:57 ay kernel: Buffer I/O error on device hde1, logical block 1998600
Jul 30 01:30:57 ay kernel: hde: read_intr: status=0x51 { DriveReady SeekComplete Error }
Jul 30 01:30:57 ay kernel: hde: read_intr: error=0x10 { SectorIdNotFound }, LBAsect=1998839, sector=1998839
[...]

with several reset per second... Could this be the same errors as in my Zaurus, except that the Zaurus linux kernel doesn't try to go round them?

34
Accessories / Formatting a 1GB SD card
« on: July 29, 2004, 07:55:47 pm »
Quote
When the partition of a device changes you usually have to reload the module for the device to recognize the changes.
Does this mean that I need to reboot?

Also note that I've just tried the card (vfat formatted) on my PowerBook via a PCMCIA-SD adapter, and I have no problem with it. So, it seems that the partitioning is correct after all and there are some compatibility problems with the Zaurus.

35
Accessories / Formatting a 1GB SD card
« on: July 29, 2004, 02:46:48 pm »
After running fsck.ext2 (well, I don't know if this is the cause), I managed to reformat the partition to vfat. But anyway, I also got I/O errors.

I did some tests in the train: I noticed that I could create files and read them, but a "ls" showed nothing... until I unmounted and remounted the SD card. The card was sometimes automatically remounted as read-only (ro). With fsck.vfat (IIRC), I also had an error concerning the partitions.

Now I'm back home, and I no longer noticed the above problems, but during a recursive (remote) copy to the SD card, it was remounted as read-only.

36
Accessories / Formatting a 1GB SD card
« on: July 29, 2004, 03:06:23 am »
I've just had a 1GB ATP SD card, which I reformatted to ext2, but I quickly had I/O errors. I'd like to reformat it to vfat to test it, but I get the following error:

Code: [Select]
# mkfs.vfat /dev/mmcda1
mkfs.vfat 2.8 (28 Feb 2001)
mkfs.vfat: Attempting to create a too large file system

I can't use the -F 32 option either (error mkfs.vfat: unable to allocate space for FAT image in memory).

Any idea?

37
Software / Scrolling problem with Opera after using Kino2
« on: July 27, 2004, 09:10:14 pm »
I've noticed that the problem disappears after the screen saver activates or after suspending the Z.

38
Software / Scrolling problem with Opera after using Kino2
« on: July 27, 2004, 08:23:44 pm »
In fact, there are similar scrolling problems with other applications, like Netfront and Zeditor (but not with Terminal and Qkonsole).

39
Software / Scrolling problem with Opera after using Kino2
« on: July 27, 2004, 07:59:10 pm »
After using Kino2, scrolling no longer works correctly in Opera 7.30, in particular the scrolling line by line (page by page is better): some rectangular parts of the screen are not redrawn. Quitting and restarting Opera has no effect; it seems that I need to reboot!

Does anyone have any information about this problem and if it can be solved?

Note: I have a Zaurus SL-C860 with the original ROM (1.40 JP).

TIA,

Vincent Lefèvre.

Pages: 1 2 [3]