Author Topic: Cacko Kernel For Sl-5500/5000d  (Read 507794 times)

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko Kernel For Sl-5500/5000d
« Reply #60 on: June 03, 2004, 04:22:37 am »
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.

xedx

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • http://
Cacko Kernel For Sl-5500/5000d
« Reply #61 on: June 14, 2004, 08:53:53 am »
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

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko Kernel For Sl-5500/5000d
« Reply #62 on: June 15, 2004, 11:33:44 am »
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
« Last Edit: June 29, 2004, 04:21:37 am by maslovsky »

xedx

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • http://
Cacko Kernel For Sl-5500/5000d
« Reply #63 on: June 16, 2004, 08:00:46 am »
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

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko Kernel For Sl-5500/5000d
« Reply #64 on: June 16, 2004, 08:56:04 am »
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.

xedx

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • http://
Cacko Kernel For Sl-5500/5000d
« Reply #65 on: June 18, 2004, 06:31:20 am »
where can i get the patch to fix cf cards suspended upon resume

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko Kernel For Sl-5500/5000d
« Reply #66 on: June 18, 2004, 07:36:37 am »
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)

chyang

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
    • http://mail.ustc.edu.cn/~chyang/
Cacko Kernel For Sl-5500/5000d
« Reply #67 on: June 21, 2004, 08:43:42 am »
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.  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.

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).
SL-C3200+Symbol CF WIFI+Corsair 2GB SD
SL-5500+Sharp-3.13 ROM+Viking 512MB CF+Kinston 256MB SD
[img]http://sunsetyang.googlepages.com/c3200.gif\" border=\"0\" class=\"linked-sig-image\" /][img]http://sunsetyang.googlepages.com/5500.gif\" border=\"0\" class=\"linked-sig-image\" /]
Socket CF Bluetooth + EagleTec CF Lan Card + EagleTec CF Modem
Histroy:
[SL-C3000 Cacko 1.23 Beta 1] Sold on 2006/07/27
MA701 CF WIFI + EagleTec CF Bluetooth + D-Link DCF-660W WIFI
[SL5500+Sharp-3.13 ROM+SimpleTech 64MB CF+Hagiwara 128MB SD] Lost on 18,March,04

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko Kernel For Sl-5500/5000d
« Reply #68 on: June 21, 2004, 09:38:52 am »
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...

chyang

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
    • http://mail.ustc.edu.cn/~chyang/
Cacko Kernel For Sl-5500/5000d
« Reply #69 on: June 21, 2004, 06:36:53 pm »
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.
SL-C3200+Symbol CF WIFI+Corsair 2GB SD
SL-5500+Sharp-3.13 ROM+Viking 512MB CF+Kinston 256MB SD
[img]http://sunsetyang.googlepages.com/c3200.gif\" border=\"0\" class=\"linked-sig-image\" /][img]http://sunsetyang.googlepages.com/5500.gif\" border=\"0\" class=\"linked-sig-image\" /]
Socket CF Bluetooth + EagleTec CF Lan Card + EagleTec CF Modem
Histroy:
[SL-C3000 Cacko 1.23 Beta 1] Sold on 2006/07/27
MA701 CF WIFI + EagleTec CF Bluetooth + D-Link DCF-660W WIFI
[SL5500+Sharp-3.13 ROM+SimpleTech 64MB CF+Hagiwara 128MB SD] Lost on 18,March,04

chyang

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
    • http://mail.ustc.edu.cn/~chyang/
Cacko Kernel For Sl-5500/5000d
« Reply #70 on: June 21, 2004, 08:02:56 pm »
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?
SL-C3200+Symbol CF WIFI+Corsair 2GB SD
SL-5500+Sharp-3.13 ROM+Viking 512MB CF+Kinston 256MB SD
[img]http://sunsetyang.googlepages.com/c3200.gif\" border=\"0\" class=\"linked-sig-image\" /][img]http://sunsetyang.googlepages.com/5500.gif\" border=\"0\" class=\"linked-sig-image\" /]
Socket CF Bluetooth + EagleTec CF Lan Card + EagleTec CF Modem
Histroy:
[SL-C3000 Cacko 1.23 Beta 1] Sold on 2006/07/27
MA701 CF WIFI + EagleTec CF Bluetooth + D-Link DCF-660W WIFI
[SL5500+Sharp-3.13 ROM+SimpleTech 64MB CF+Hagiwara 128MB SD] Lost on 18,March,04

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko Kernel For Sl-5500/5000d
« Reply #71 on: June 22, 2004, 06:41:05 am »
Quote
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...

chyang

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
    • http://mail.ustc.edu.cn/~chyang/
Cacko Kernel For Sl-5500/5000d
« Reply #72 on: June 30, 2004, 12:22:12 am »
Quote
Quote
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!
SL-C3200+Symbol CF WIFI+Corsair 2GB SD
SL-5500+Sharp-3.13 ROM+Viking 512MB CF+Kinston 256MB SD
[img]http://sunsetyang.googlepages.com/c3200.gif\" border=\"0\" class=\"linked-sig-image\" /][img]http://sunsetyang.googlepages.com/5500.gif\" border=\"0\" class=\"linked-sig-image\" /]
Socket CF Bluetooth + EagleTec CF Lan Card + EagleTec CF Modem
Histroy:
[SL-C3000 Cacko 1.23 Beta 1] Sold on 2006/07/27
MA701 CF WIFI + EagleTec CF Bluetooth + D-Link DCF-660W WIFI
[SL5500+Sharp-3.13 ROM+SimpleTech 64MB CF+Hagiwara 128MB SD] Lost on 18,March,04

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko Kernel For Sl-5500/5000d
« Reply #73 on: June 30, 2004, 09:31:00 am »
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...

jscriv

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • http://
Cacko Kernel For Sl-5500/5000d
« Reply #74 on: July 05, 2004, 07:58:59 pm »
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.