Author Topic: I've fallen and I can't get up  (Read 1929 times)

Ling

  • Sr. Member
  • ****
  • Posts: 350
    • View Profile
    • http://
I've fallen and I can't get up
« on: August 09, 2004, 08:13:47 pm »
It seems that immature, irrelevant subjects get the most traffic and responses, so I thought I would try it.

I am trying to fix the emasculated Kino2 that comes with Cacko and I need to extract some binaries from the Kino2 ipkg. I don't know if it is gz or ar format. I tried extracting it using 7zip on my windoze machine and with gunzip and ar -x on my Linux box. No joy. I would appreciate some help.
SL-C3200 w/ pdaXii13 5.3
SL-C860 w/ OZ GPE 3.4.1
Accessories: 4GB Microdrive, 4GB Transcend SD, Linksys WFC12 CF 802.11b, Ambicom CF Modem, Socket Bluetooth

zxerx

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
    • http://
I've fallen and I can't get up
« Reply #1 on: August 10, 2004, 12:59:33 am »
Use the file command to find out whether it is a gz or ar package.

# ls kino2_0.21_arm.ipk
kino2_0.21_arm.ipk
# file kino2_0.21_arm.ipk
kino2_0.21_arm.ipk: gzip compressed data, was "kino2_0.21_arm.ipk", from Unix, max compression
# mkdir kino2
# cd kino2/
# tar zxvf ../kino2_0.21_arm.ipk
./debian-binary
./data.tar.gz
./control.tar.gz
# tar zxvf data.tar.gz
./
./opt/
./opt/QtPalmtop/
./opt/QtPalmtop/bin/
./opt/QtPalmtop/bin/kino2
./opt/QtPalmtop/apps/
./opt/QtPalmtop/apps/Multimedia/
./opt/QtPalmtop/apps/Multimedia/kino2.desktop
./opt/QtPalmtop/i18n/
./opt/QtPalmtop/i18n/ru/
./opt/QtPalmtop/i18n/ru/kino2.qm
./opt/QtPalmtop/pics144/
./opt/QtPalmtop/pics144/kino2/
./opt/QtPalmtop/pics144/kino2/tv.png
./usr/
./usr/local/
./usr/local/bin/
./usr/local/bin/mplayer
./usr/local/etc/
./usr/local/etc/mplayer/
./usr/local/etc/mplayer/codecs.conf
./usr/local/lib/
./usr/local/lib/mplayer/
./usr/local/lib/mplayer/vidix/
./usr/local/lib/mplayer/vidix/w100_vid.so
#
[span style=\'font-size:7pt;line-height:100%\']Zaurus SL-C760 :: pdaXrom 1.0.5 :: Toshiba 512Mb SD :: Hagiwara 256Mb 10Mbit/s SD :: PQI 256Mb 40x CF :: Socket Low Power 10Mb/s Ethernet CF :: Seano WiFi CF :: Xircom 56k Modem CF[/span]

Ling

  • Sr. Member
  • ****
  • Posts: 350
    • View Profile
    • http://
I've fallen and I can't get up
« Reply #2 on: August 10, 2004, 12:31:11 pm »
That worked great! Thanks for taking the time to post such a detailed response.
SL-C3200 w/ pdaXii13 5.3
SL-C860 w/ OZ GPE 3.4.1
Accessories: 4GB Microdrive, 4GB Transcend SD, Linksys WFC12 CF 802.11b, Ambicom CF Modem, Socket Bluetooth