Author Topic: fast 6000 kernel, along with special libsdl  (Read 105789 times)

pldrouin

  • Newbie
  • *
  • Posts: 24
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #45 on: January 13, 2005, 01:42:17 am »
I'm trying to compile a kernel (using http://www.externe.net/zaurus/kernel/linux...0041002.tar.gz), but now my SD card doesn't work. Do I have to copy the object file sharp_mmcsd.o from the original Sharp kernel to have it to work? Because I don't see any configuration parameter for it in menuconfig

Thanks

selfabuse

  • Newbie
  • *
  • Posts: 43
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #46 on: January 13, 2005, 02:25:49 pm »
As a follow up to my post on  Dec 28 2004, 03:51 PM


it looks like if you take all the insmods that I had there, and put them in /etc/rc.d/rc.modules then everything loads properly on boot.  - so, your /etc/rc.d/rc.modules should look like this

Code: [Select]
#!/bin/sh

insmod /lib/modules.rom/2.4.18-rmk7-pxa3-embedix/net/p80211.o
insmod /lib/modules.rom/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/usbcore.o
insmod /lib/modules.rom/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/usb_ohci_tc6393.o
insmod /lib/modules.rom/2.4.18-rmk7-pxa3-embedix/net/prism2_usb.o
insmod /lib/modules.rom/2.4.18-rmk7-pxa3-embedix/kernel/drivers/block/sharp_mmcsd_m.o
insmod /lib/modules.rom/2.4.18-rmk7-pxa3-embedix/kernel/fs/ext2/ext2.o
mount /dev/mmcda1


exit 0

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
fast 6000 kernel, along with special libsdl
« Reply #47 on: January 13, 2005, 05:00:11 pm »
thanks.
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

selfabuse

  • Newbie
  • *
  • Posts: 43
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #48 on: January 13, 2005, 06:03:06 pm »
pldrouin - I could be wrong on this, but I don't think the sharp_mmcsd.o driver is open source, so you would need to copy the file over from your stock kernel

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
fast 6000 kernel, along with special libsdl
« Reply #49 on: January 14, 2005, 01:20:09 pm »
I think S.A is right. if the sd/mmc mdule were open, open zaurus  would long since have been on kernel 2.6 (which allegedly might show up)
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
fast 6000 kernel, along with special libsdl
« Reply #50 on: January 15, 2005, 04:04:20 am »
after flashing the kernel

Code: [Select]
depmod -ae give me the following error (it also shows up in the startup sequence)

Code: [Select]
depmod: Can't open /lib/modules/2.4.180-rmk7-pxa3-embedix/modules.dep for writing
Besides
1. X/Qt won't lauch
2. the USB connection through cradle is not working

worked
WLAN,  ext2 SD (by fixes), ext2 CF2
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

hatchetman

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #51 on: January 15, 2005, 12:42:15 pm »
I think it would be very beneficial if somebody could compile a set of instructions on how-to load this kernel on to the 6000. In fact I think this kernel could be used on all zaurus models, so it wouldn't really be 6000 specific except for loading the config file. I haven't tried it myself which makes it hard to write up any kind of documentation on it, but I'm going to try to start something on www.oesf.org to hopefully get the ball rolling.

https://www.oesf.org/index.php?title=Kernels will be the page that has a link to the page about loading this kernel.

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
fast 6000 kernel, along with special libsdl
« Reply #52 on: January 15, 2005, 06:30:15 pm »
I've started from a clean stock rom. now the problems are solved.

Code: [Select]
depmod -ae no error message
I think it's related to I once installed the opie-sysinfo before the kernel flash. It somehow confuses the kernel info.

no problem with usb connection/syc with desktop also

Quote
X/Qt won't launch
I forgot to install zlib1.1.2

WOW, with the fast kernel at the maximum frequency, The unzipping of the debian-big package only takes 3-5 mins, which instead took me a whole hour (maybe less) before.

well, anybody helping me where to put the special libsdl? what additional links i should make? And spcifically, how to make the crimson field run with the special libsdl on 6k. Thanks in advance

edit: i got crimson running beautifully,except the key orientation upside down. just put the libsdl in the other folder with the other libsdls
« Last Edit: January 16, 2005, 01:30:44 pm by xjqian »
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
fast 6000 kernel, along with special libsdl
« Reply #53 on: January 16, 2005, 01:59:12 pm »
I don't know if this post belong to fast kernel or Debian+X/Qt, maybe both.

After I installed the fast kernel (even at low speed). I encounted problems in the following applications in my debian box

firefox (keen to freeze, i.e. if you try to access the menu bar esp. bookmark. It even froze up the whole icewm sometimes)
Konqueror (freeze or crash often)
thunderbird (hang during lauching from xterm)
xpdf (hang during lauching from xterm) This is the part puzzling me the most. How?

abiword and gnumeric works as snappy as before.  
I don't know if it's the kernel problem. But these program do work fine with the stock kernel. smeulas, do you have the same problem?
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

selfabuse

  • Newbie
  • *
  • Posts: 43
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #54 on: January 16, 2005, 05:55:22 pm »
Quote
I don't know if this post belong to fast kernel or Debian+X/Qt, maybe both.

After I installed the fast kernel (even at low speed). I encounted problems in the following applications in my debian box

firefox (keen to freeze, i.e. if you try to access the menu bar esp. bookmark. It even froze up the whole icewm sometimes)
Konqueror (freeze or crash often)
thunderbird (hang during lauching from xterm)
xpdf (hang during lauching from xterm) This is the part puzzling me the most. How?

abiword and gnumeric works as snappy as before. 
I don't know if it's the kernel problem. But these program do work fine with the stock kernel. smeulas, do you have the same problem?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=62852\"][{POST_SNAPBACK}][/a][/div]


I haven't run in to any of those problems, but I'm using the no-FFPE kernel..

xjqian

  • Sr. Member
  • ****
  • Posts: 497
    • View Profile
    • http://
fast 6000 kernel, along with special libsdl
« Reply #55 on: January 16, 2005, 10:17:03 pm »
Quote
I haven't run in to any of those problems, but I'm using the no-FFPE kernel..
[div align=\"right\"][a href=\"index.php?act=findpost&pid=62866\"][{POST_SNAPBACK}][/a][/div]

flashed to the no-FFPE kernel. now everything works nicely as before, only faster. seems intensive graphical drawing like pull down menu, popup window, minimize, resize, etc. screwed up the FFPE kernel before.

Konqueror still crashes often though (lots of warning and error msg when launching as well), like loading the zug pages. But this is also what i experienced with the stock kernel and it should be a debian question.

Thanks for the pointer.
My Blog | 6000L Tosa + sled | is: Angstrom | was: pdaXrom 1.1.0beta1 | was: stock 1.12 rom + no-ffpe fash kernel + X/Qt Debian |
CF GPS (FGPCFCD01) | USB "Prolific 2303" GPS (USB-UG-200) | Socket CF BT rev. H |  USB "Pegasus II" Ethernet (ADM8511) | PocketTop IR kbd | sip:527630@fwd.pulver.com
Todo: OESF wiki | stable VOIP app | usable GPS app |      Wishlist: VOIP + Bluetooth | GPS + Routing Calc

guylhem

  • Hero Member
  • *****
  • Posts: 577
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #56 on: January 21, 2005, 11:26:23 am »
Hello

Sorry for the ffpe related problems. I tried various option to get the best performance, and I didn't get real bugs with ffpe but looks like many people did.

Well I'm glad people are finding this kernel useful :-) I have to update it - along with libsdl. Can't promise any date - I'm always late :-)

Guylhem

selfabuse

  • Newbie
  • *
  • Posts: 43
    • View Profile
fast 6000 kernel, along with special libsdl
« Reply #57 on: January 21, 2005, 11:48:51 am »
Quote
Hello

Sorry for the ffpe related problems. I tried various option to get the best performance, and I didn't get real bugs with ffpe but looks like many people did.

Well I'm glad people are finding this kernel useful :-) I have to update it - along with libsdl. Can't promise any date - I'm always late :-)

Guylhem
[div align=\"right\"][a href=\"index.php?act=findpost&pid=63477\"][{POST_SNAPBACK}][/a][/div]


I never tried the FFPE enabled kernel since I heard some people having issues with it, but I can say that the non-FFPE fast kernel w/ your custom SDL is by far the most useful zaurus thing I've ever installed, and I cant thank you enough for putting it together!

-ross

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
fast 6000 kernel, along with special libsdl
« Reply #58 on: January 21, 2005, 12:25:06 pm »
I love this kernel.. I am infact using the ffpe version, without any problems at all.
The only differenci i see is that games work better with ffpe.  As a caveat though, i don't do any real precise engineering or anything with my 6k.

I really appreciate this stuff.  It made my 6k much much less of a headache. and definitely made sharprom a valid option again...

But... since you are already revving up your toolchain....   any luck compiling a softfloat mplayer?  I'd love to give it a spin if you have (though the reglar mplayer is working pretty nicely)

and....  any thoughts on pushing qtopia 2.1 through the soft-float chain to see what happens? Though that sounds like a headache waiting to happen.... and with a maybe limited payoff to boot.  I had heard rumor that the hancom stuff installed with hancom libs on a softfloat system would be ok though......

As SA said,
thanks, it makes a diference.
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
fast 6000 kernel, along with special libsdl
« Reply #59 on: January 21, 2005, 12:31:53 pm »
update issue/repeat post.  oops.
« Last Edit: January 22, 2005, 03:18:24 am by adf »
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf