![]() ![]() |
Jun 3 2004, 12:22 AM
Post
#61
|
|
|
Group: Members Posts: 1,426 Joined: 22-October 03 Member No.: 89 |
QUOTE Can the 5500 / 64-0 Hybrid ROM with Qtopia 1.6.2 also use the 2.4.18 kernel update and async config? Is it neccessary to start the installation with a sharp 3.10 already installed? I've played around with the Hybrid rom a little and it's great - like having a new Zaurus again.
No, Cacko kernel will not work with Hybrid ROM. The kernels are a bit different - Hybrid ROM has JFFS2 support and different partitions layout. |
|
|
|
Jun 14 2004, 04:53 AM
Post
#62
|
|
|
Group: Members Posts: 9 Joined: 9-June 04 Member No.: 3,615 |
maslovsky >
can you please make the cumulative patch to 2.4.18 available for download. I would like to recompile my own kernel thanks for the great work |
|
|
|
Jun 15 2004, 07:33 AM
Post
#63
|
|
|
Group: Members Posts: 1,426 Joined: 22-October 03 Member No.: 89 |
QUOTE maslovsky > can you please make the cumulative patch to 2.4.18 available for download. I would like to recompile my own kernel thanks for the great work I did not make a commulative patch, I prefer to apply existing patches separately. There are only a few patches applied, which are available for download in OZ and OE buildroots. - battarey % patch - IRDA QOS FIX - Orinico/Spectrum drivers 13e with monitoring mode I'm attaching a config file for the SL-5500 - the only few differences from Sharp's default are: - smaller console fonts - Sharp logo removed - Wireless Extentions enabled - CONFIG_FS_SYNC option is off Let me know if that helps you |
|
|
|
Jun 16 2004, 04:00 AM
Post
#64
|
|
|
Group: Members Posts: 9 Joined: 9-June 04 Member No.: 3,615 |
Thanks!
can i use gcc 3.3.2 to compile the kernel? are the patches for the vanilla 2.418 kernel or this http://docs.zaurus.com/downloads/linux-sl5...0020910.tar.bz2 |
|
|
|
Jun 16 2004, 04:56 AM
Post
#65
|
|
|
Group: Members Posts: 1,426 Joined: 22-October 03 Member No.: 89 |
QUOTE Thanks!
can i use gcc 3.3.2 to compile the kernel? are the patches for the vanilla 2.418 kernel or this http://docs.zaurus.com/downloads/linux-sl5...0020910.tar.bz2 You can only use this set of tools to compile the kernel: http://www.zaurususergroup.com/modules.php...ompiler%20Setup Patches are supposed to be applied on top of Sharp's kernel. |
|
|
|
Jun 18 2004, 02:31 AM
Post
#66
|
|
|
Group: Members Posts: 9 Joined: 9-June 04 Member No.: 3,615 |
where can i get the patch to fix cf cards suspended upon resume
|
|
|
|
Jun 18 2004, 03:36 AM
Post
#67
|
|
|
Group: Members Posts: 1,426 Joined: 22-October 03 Member No.: 89 |
QUOTE where can i get the patch to fix cf cards suspended upon resume
To disable auto-suspending of serial pcmcia devices upon resume, apply the following one-liner to linux/drivers/pcmcia/cs.c: +++ cs.c Wed Mar 31 11:15:10 2004 @@ -749,8 +749,8 @@ } #endif /* power off serial card */ - if (pcmcia_resume_handling) - serial_card_power_off(s); +// if (pcmcia_resume_handling) +// serial_card_power_off(s); } #else if (verify_cis_cache(s) != 0) |
|
|
|
Jun 21 2004, 04:43 AM
Post
#68
|
|
|
Group: Members Posts: 271 Joined: 19-June 03 From: Beijing,China Member No.: 156 |
Very strange problem with the kernel:
1)Initialization of home directory seems to be too slow. Something wrong with my card? I changed the driver to the one in download section, which would boost the r/w speed in sharp's rom, still helps little. I have updated the initrd.bin file to contain the .rom_options, also with the driver. But it is still so slow. 2)Suspend hang: When I push the cancel button to suspend it, it only turn off the light, and then all other operations are useless. Only by turn the switch to replace battery mode, then push the button again, it will begin to reboot. 3)Crash: it seems that this is the famous 2 reboots crash. I need to reboot it when I need, but there is no suspend in it, then when issuing a reboot, it will crash, only push the reset button will solve the problem. 4)Backup content can't be restored. It seems there are too many problems with my Zaurus(SL5500). |
|
|
|
Jun 21 2004, 05:38 AM
Post
#69
|
|
|
Group: Members Posts: 1,426 Joined: 22-October 03 Member No.: 89 |
QUOTE 1)Initialization of home directory seems to be too slow. Something wrong with my card? I changed the driver to the one in download section, which would boost the r/w speed in sharp's rom, still helps little. I have updated the initrd.bin file to contain the .rom_options, also with the driver. But it is still so slow. It has been in the updating for about 5 minutes.
2)Suspend hang: When I push the cancel button to suspend it, it only turn off the light, and then all other operations are useless. Only by turn the switch to replace battery mode, then push the button again, it will begin to reboot Try another SD card. QUOTE 3)Crash: it seems that this is the famous 2 reboots crash. I need to reboot it when I need, but there is no suspend in it, then when issuing a reboot, it will crash, only push the reset button will solve the problem
Did I write that this kernel resolves the issue? QUOTE 4)Backup content can't be restored.
Please, read this topic carefully from the very beginning. This problem has been solved next day after the kernel was out... |
|
|
|
Jun 21 2004, 02:36 PM
Post
#70
|
|
|
Group: Members Posts: 271 Joined: 19-June 03 From: Beijing,China Member No.: 156 |
Thanks maslovsky!
Your great work benefits us all. It seems that the problem comes from the SD card. Any one can confirm: Kingston 256MB SD-M256B1 seems to be too slow to work in ordinary usage. Sorry for my carelessness. I just read it. Thanks again for your help. |
|
|
|
Jun 21 2004, 04:02 PM
Post
#71
|
|
|
Group: Members Posts: 271 Joined: 19-June 03 From: Beijing,China Member No.: 156 |
I changed back to Sharp 3.13 rom with the updated 32-30 kernel, great plasure to use the SD card. The read/write speed is great. It seems that there is something strange inside the 64-0 rom or kernel?
|
|
|
|
Jun 22 2004, 02:41 AM
Post
#72
|
|
|
Group: Members Posts: 1,426 Joined: 22-October 03 Member No.: 89 |
QUOTE(chyang @ Jun 22 2004, 03:02 AM) I changed back to Sharp 3.13 rom with the updated 32-30 kernel, great plasure to use the SD card. The read/write speed is great. It seems that there is something strange inside the 64-0 rom or kernel? The only real difference is the amount of write operations to the SD card. If 64/0 memory layout is too slow for you, just stick to the default one. Use swapfile when you need more memory... |
|
|
|
Jun 29 2004, 08:22 PM
Post
#73
|
|
|
Group: Members Posts: 271 Joined: 19-June 03 From: Beijing,China Member No.: 156 |
QUOTE(maslovsky @ Jun 22 2004, 06:41 PM) QUOTE(chyang @ Jun 22 2004, 03:02 AM) I changed back to Sharp 3.13 rom with the updated 32-30 kernel, great plasure to use the SD card. The read/write speed is great. It seems that there is something strange inside the 64-0 rom or kernel? The only real difference is the amount of write operations to the SD card. If 64/0 memory layout is too slow for you, just stick to the default one. Use swapfile when you need more memory... Thanks maslovsky! I have met with IRDA connection with my laptop.Last time I won't have met with so many file transfer error, but upgraded to the new kernel,it seems that I have met too many! Often aborts in the very beginning, the dmsg shows that read error: expect 1 byte while read 2 bytes ? My hardware problem? Thanks! submit by my Zaurus SL-5500! |
|
|
|
Jun 30 2004, 05:31 AM
Post
#74
|
|
|
Group: Members Posts: 1,426 Joined: 22-October 03 Member No.: 89 |
QUOTE I have met with IRDA connection with my laptop.Last time I won't have met with so many file transfer error, but upgraded to the new kernel,it seems that I have met too many! Often aborts in the very beginning, the dmsg shows that read error: expect 1 byte while read 2 bytes ? My hardware problem? Thanks! Sorry, I've only used IRDA connection a couple of times. I use bluetooth or WiFi since then, so I don;t know what might be wrong... |
|
|
|
Jul 5 2004, 03:58 PM
Post
#75
|
|
|
Group: Members Posts: 23 Joined: 8-December 03 From: Wellington, New Zealand Member No.: 1,084 |
Just wanted to add my thanks to Anton for all his work on this - this rom *finally* allows me to connect to GPRS over IRDA to my Sony Ericsson T300.
Jeremy. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 07:02 AM |