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 - AltairTK

Pages: [1]
1
Software / Gpsp Gba Emulator For Cacko/sharp Roms
« on: February 02, 2011, 10:11:28 am »
Quote from: Jon_J
Quote
Excuse me if i resumed an old thread, but the site "Suhami.net" (at least for me) is unreachable and i haven't the package gpsp-qt_0.9-SDL-3_arm.ipk...
I have searched for this in various sites, and i found a version probably not compatible with cacko 1.23 and/or libsdl.1.2.so.0.0.5 (the emulator exits with error cmd__12QPaintDeviceiP8QPainterP13QPDevCmdParam.)
Have someone this package? So I try this on my C1000.
Thanx very much!
I haven't used my Zaurus for playing games for a long time, but I have the package you are asking for.
Be sure to check the package name, as the forum sometimes changes it. Name it as below without the quotes.
"gpsp-qt_0.9-SDL-3_arm.ipk"
I have also attached a "readme" text file in a "zip" file

Thank you very very very much!
Now all works fine and fast  

2
Software / Gpsp Gba Emulator For Cacko/sharp Roms
« on: January 31, 2011, 11:32:44 am »
Quote from: bolbit
To summarize zemuf & gpsp & cresho setup :

for a fresh cacko 1.23
Cresho setup :
install :

snes9x_SDL-2_arm.ipk
zemufe_0.1.1-3ex_arm.ipk
znester_7.1.1_arm.ipk
libmad_0.15.0b-zports-0_arm.ipk
libSDL_1.2.6-zports-5_arm.ipk
libSDL-mixer_1.2.6-zports-0_arm.ipk

edit zemufeex_smc.sh (in /opt/QtPalmtop/bin) and make it looks like this :
Code: [Select]
#!/bin/bash
export S9XKEYS=27,100,99,115,120,97,122,13,32,103,106,117,110,121,98,105,109
export SDL_QT_INVERT_ROTATION=1
cd "$1"
snes9x -win -16 -h 85 -mfs 8 "$2"
exit 0
note : the S9XKEYS setup is optional, it modifie the keys to replace the ok/center key with L.

for znester, create a directory in /home/zaurus/.znester and place the cresho znester.rc in that directory.

install gpsp : gpsp-qt_0.9-SDL-3_arm.ipk
type chown zaurus /opt/QtPalmtop/bin/gpsp as root (by default gpsp is own by root only)

to keep the cresho setup and be able to run gpsp (that requires a sdl lib with bvdd ie ibsdl_1.2.5-bvdd-07-2_arm.ipk)
you need to extract the file libsdl.1.2.so.0.0.5 from libsdl_1.2.5-bvdd-07-2_arm.ipk , rename it to libSDL-1.2.so.0 and put it where you want.
and then create/modify zemufeex_gba.sh (in /opt/QtPalmtop/bin) like
Code: [Select]
#!/bin/bash
export GPSPKEYS=115,97,276,275,273,274,13,32,120,122
cd "$1"
LD_PRELOAD= gpsp "$2"
exit 0
so gpsp will use this lib and the other emulators the zport one! and everything works with zemuf.
Everything comes from this thread and others on this forum.

Excuse me if i resumed an old thread, but the site "Suhami.net" (at least for me) is unreachable and i haven't the package gpsp-qt_0.9-SDL-3_arm.ipk...
I have searched for this in various sites, and i found a version probably not compatible with cacko 1.23 and/or libsdl.1.2.so.0.0.5 (the emulator exits with error cmd__12QPaintDeviceiP8QPainterP13QPDevCmdParam.)
Have someone this package? So I try this on my C1000.
Thanx very much!

3
Debian / Suddenly Dualboot Not Work.
« on: September 09, 2009, 09:00:18 am »
Quote from: maemorandum
Quote from: AltairTK
I have a Zaurus C1000 with Andromeda/Debian Filesystem (kernel 2.6.24.4-yonggun) in a SD Card 2 Gb and Cacko 1.23 on NAND. Bootloader: Sharp.
I have updated Andromeda by aptitude procedure 2 days ago.
After update kexec (kexec-tools version 2.0.0 armel) not load kernel image of cacko; Error message: "Unsupported machine type: armv5tel".
But until 3 days ago all works perfectly...
I have tried to download manually the packet "http://ftp.at.debian.org/debian/pool/main/k/kexec-tools/kexec-tools_2.0.0-1_armel.deb" and --force-overwrite the (same) version installed with dpkg, but not work too.....
What i can see to resolv?

Thanks !!!

dpkg -i kexec_tools_20080227_1_armel.deb

Had the same problem after an apt-get upgrade - using the original kexec from the zdevils post then worked for me.

Perfect ! I have installed this version of kexec and Cacko load again.

Thanks very very much !

4
Debian / Suddenly Dualboot Not Work.
« on: August 28, 2009, 04:43:46 am »
I have a Zaurus C1000 with Andromeda/Debian Filesystem (kernel 2.6.24.4-yonggun) in a SD Card 2 Gb and Cacko 1.23 on NAND. Bootloader: Sharp.
I have updated Andromeda by aptitude procedure 2 days ago.
After update kexec (kexec-tools version 2.0.0 armel) not load kernel image of cacko; Error message: "Unsupported machine type: armv5tel".
But until 3 days ago all works perfectly...
I have tried to download manually the packet "http://ftp.at.debian.org/debian/pool/main/k/kexec-tools/kexec-tools_2.0.0-1_armel.deb" and --force-overwrite the (same) version installed with dpkg, but not work too.....
What i can see to resolv?

Thanks !!!

5
Debian / Canon K30225 Cf Wifi
« on: December 12, 2008, 03:39:53 am »
Well done Same, all work perfectly.
But i must to use the trick of Hex-edit the hostap_cs driver.
In teory the original driver should recognize my card (0x0156 - 0x0002), but when i plug, nothing happens. So i edit your hostap_cs.ko replacing your "m0004c2003" with my "m0156c0002" and "04 00 03 20" with "56 01 02 00".
Now, when i plug the card, the driver automatically create wlan0 interface, which is autoconfigure as written in /etc/network/interfaces and when i launch the command "wpa_supplicant" with driver wext and interface wlan0

Code: [Select]
wpa_supplicant -c /etc/wpa_supplicant.conf -D wext -i wlan0
in 1/100 of second my Z. is connected in Internet through my router :-)

Thank you very very much !

6
Debian / Canon K30225 Cf Wifi
« on: December 11, 2008, 04:44:10 am »
Hi,
my wireless-cfcard work perfectly if i used a no-protected wifi connection (i have not tested with WEP encryption) because when i plugged in automatically load the orinoco driver.
If i insert Orinoco in blacklist and manually modprobe hostap my card is recognised as pcmcia but no network adapter is added (eth1, wlan0 ecc...)

-- For Same --
this is my output of dmesg when i plugged the card:

pccard: PCMCIA card inserted into slot 0
pcmcia: registering new device pcmcia0.0
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
eth0: Hardware identity 801b:0000:0001:0000
eth0: Station identity  001f:0004:0001:0008
eth0: Firmware determined as Intersil 1.8.4
eth0: Ad-hoc demo mode supported
eth0: IEEE standard IBSS ad-hoc mode supported
eth0: WEP supported, 104-bit key
eth0: MAC address 00:00:85:31:e2:33
eth0: Station name "Prism  I"
eth0: ready
eth0: orinoco_cs at 0.0, irq 169, io 0xc4820000-0xc482003f
udev: renamed network interface eth0 to eth1


and the output of lspcmcia & pccardctl:


yonggun:/sbin# pccardctl ls
Socket 0 Bridge:      [pxa2xx-pcmcia]    (bus ID: pxa2xx-pcmcia)
Socket 0 Device 0:   [orinoco_cs]      (bus ID: 0.0)

yonggun:/sbin# pccardctl info
PRODID_1="Wireless LAN"
PRODID_2="11Mbps PC Card"
PRODID_3="Version 01.02"
PRODID_4=""
MANFID=0156,0002
FUNCID=6

yonggun:/sbin# pccardctl ident
Socket 0:
  product info: "Wireless LAN", "11Mbps PC Card", "Version 01.02", ""
  manfid: 0x0156, 0x0002
  function: 6 (network)


-------

With orinoco drivers i have some problems with my Router and wpa encryption. I think it's not supported ( eth0: WEP supported, 104-bit key );
when i launch wpa_supplicant, iwlist, wpa_gui and wifi-radar detect my network but the led of connection is not fixed and wpa_supplicant enter in a continuous scan loop (i try wext and wired drivers).
Now I try to make the change, suggested by Same, in the configuration file of pcmcia card and to udev for (i hope) use HostAP instead of Orinoco.

7
Debian / Canon K30225 Cf Wifi
« on: June 30, 2008, 05:58:29 am »
Quote from: kkazakov13
I'm using exactly the same Canon on pdaXrom beta 3 without any problem. Worked out of the box, so I doubt you will have any problem with debian.
I'm using exactly the same Canon too, on Sharp Zaurus C1000 with "Andromeda" filesystem and kernel 2.6.24-4yonggun. Work perfectly and when connect it to my Z. it's autoconfigure as eth1 interface.

8
Debian / Dualbooting/multiplebooting With Kexec!
« on: June 12, 2008, 10:54:15 am »
Hello, i have a little problem with this procedure on Zaurus C1000.
I have install the latest Cacko 1.23 and upgraded Kernel.
I have a Debian EABI customized (named Andromeda http://yonggun.tistory.com/77) rootfs in the SD card which use a 2.6.24-4 yonggun Kernel and modules.
I follow the instructions for Cacko, sizing partition in NAND to 32Mb and, after flash, it's boot with any problems.
I flash yonggun Kernel 2.6.24-4 with your updater.sh (for C1000 only) and Debian boot...
The "Andromeda" have just included kexec. I have copy Cacko kernel into /boot directory, renamed cacko-zImage.bin and gave the commands:
kexec -u
kexec -l /boot/cacko-zImage.bin
kexec -e

Kernel start....but at the moment there are "2 milions"    of errors and terminate with a Kernel Panic: Attempted to kill init!
Where I wrong?
The procedure is not compatible with kernel 2.6.24-4?

I thank you for your help !

Pages: [1]