Author Topic: A Couple New Packages  (Read 7549 times)

nontrivial

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • http://james.nontrivial.org
A Couple New Packages
« on: December 19, 2004, 03:39:33 pm »
Hey, I tried to compile a whole bunch of stuff I would like to use on my SLC-750 running PDAXROM, but so far I've only had success with a couple. But, I really haven't tried that hard yet, rsync and gnokii played nice out of the box. Unfortunately these really aren't tested. I had a problem that turned out to be a just-barely-defective-enough-to-not-work D-Link DCF-660W wireless card. During my several days of troubleshooting I flashed my Zaurus with Cacko ROM since the card worked well with that ROM. But I think it got zapped with static electricity or something, and just won't work now for some reason even though it acts like it should. So now I am waiting for RC6 to flash it again, and haven't tested these IPK's.

http://nexus.nontrivial.org:88/zaurus/packages/jdb/

James

amrein

  • Sr. Member
  • ****
  • Posts: 345
    • View Profile
    • http://
A Couple New Packages
« Reply #1 on: December 19, 2004, 03:55:57 pm »
Try this in a terminal: cardctl reset

Your card should be up again. This is a kernel issue. Driver issue only for this card perhaps.

Already reported in pdaXrom bug tracker. I heard that it has been fixed in rc6/rc7.

nontrivial

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • http://james.nontrivial.org
A Couple New Packages
« Reply #2 on: December 19, 2004, 09:51:43 pm »
Thanks, but I tried that about two hours in. :-) The error I get is "can not set frequency" or something like that. I got a new card, works like a champ.

James

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
A Couple New Packages
« Reply #3 on: December 05, 2005, 12:08:40 pm »
Does anyone have a copy of the gnokii 0.6.4 ipk ?

I can't find it on the www and the link seems to be dead.

Thanks,
Chero.
« Last Edit: December 05, 2005, 12:10:24 pm by Chero »
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

jandr

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • http://bok.fas.harvard.edu/john/zaurus/
A Couple New Packages
« Reply #4 on: December 05, 2005, 02:43:27 pm »
Quote
Does anyone have a copy of the gnokii 0.6.4 ipk ?

I can't find it on the www and the link seems to be dead.

Thanks,
Chero.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

try [a href=\"http://familiar.handhelds.org/familiar/feeds/unstable/packages/armv4l/morgue/]here.[/url]
- SL-C760 - Ambicom WiFi CF - PNY 512MB SD - Belkin 1500E IR kb - pdaXrom rc12 (2005/11) -

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
A Couple New Packages
« Reply #5 on: December 05, 2005, 03:17:27 pm »
Quote
Quote
Does anyone have a copy of the gnokii 0.6.4 ipk ?

I can't find it on the www and the link seems to be dead.

Thanks,
Chero.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

try [a href=\"http://familiar.handhelds.org/familiar/feeds/unstable/packages/armv4l/morgue/]here.[/url]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=106126\"][{POST_SNAPBACK}][/a][/div]

that's not the one. This one is for familiar and is based on glibc 2.3.2. The one i'm looking for is for pdaxrom and includes xgnokii.

Anyone ??
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

jandr

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • http://bok.fas.harvard.edu/john/zaurus/
A Couple New Packages
« Reply #6 on: December 07, 2005, 08:13:44 pm »
I've been trying to compile gnokii from sources but keep getting stuck shortly into the make with this error:
Quote
> make
make -C common/phones
make[1]: Entering directory `/mnt/card/gnokii-0.6.5/common/phones'
/bin/sh ../../libtool --mode=compile gcc -g -O2  -I../../include   -o generic.lo -c generic.c
 gcc -g -O2 -I../../include -c generic.c  -fPIC -DPIC -o .libs/generic.o
In file included from ../../include/gnokii-internal.h:39,
                 from generic.c:37:
../../include/compat.h:163: error: parse error before "__extension__"
../../include/compat.h:163: error: parse error before '&&' token
make[1]: *** [generic.lo] Error 1
make[1]: Leaving directory `/mnt/card/gnokii-0.6.5/common/phones'
make: *** [common/phones] Error 2
and I'm not versant in C enough to know what's up... although I do know that compat.h doesn't have any mention of "__extension__", so it's something more subtle.   I've tried gnokii 0.6.4 and 0.6.10 from fresh sources, and 0.6.5 with debian's 0.6.5-1 patch applied, all with the same error.  (Ditto with both the stock
zgcc-3.4.4.img and the qt-including zgcc-3.3.2.img from the "Native -- C++ / Qt, Compiling C++ w/ Qt natively on zaurus" thread.)
- SL-C760 - Ambicom WiFi CF - PNY 512MB SD - Belkin 1500E IR kb - pdaXrom rc12 (2005/11) -

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
A Couple New Packages
« Reply #7 on: December 12, 2005, 02:22:37 pm »
I've got gnokii and xgnokii 0.6.9 running.
I'm using irda right now, still got to figure out how bluetooth works.

« Last Edit: December 12, 2005, 02:30:46 pm by Chero »
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

gromituk

  • Full Member
  • ***
  • Posts: 207
    • View Profile
A Couple New Packages
« Reply #8 on: December 18, 2005, 05:18:06 pm »
Just tried your attachment, with an /etc/gnokiirc containing:

[global]
port = /dev/ircomm0
model = AT
initlength = default
connection = infrared
bindir = /usr/local/sbin

It's a Nokia 8890 which apparently uses the AT "model".

I did the "/etc/rc.d/init.d/irda start" and switched on the infrared on the phone.

gnokii --identify responds with "Telephone interface init failed" and xgnokii "GSM/FBUS init  failed!" which apparently means no comms with the phone    I suppose the phone could be broken.

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
A Couple New Packages
« Reply #9 on: December 19, 2005, 04:09:30 am »
Quote
Just tried your attachment, with an /etc/gnokiirc containing:

[global]
port = /dev/ircomm0
model = AT
initlength = default
connection = infrared
bindir = /usr/local/sbin

It's a Nokia 8890 which apparently uses the AT "model".

I did the "/etc/rc.d/init.d/irda start" and switched on the infrared on the phone.

gnokii --identify responds with "Telephone interface init failed" and xgnokii "GSM/FBUS init  failed!" which apparently means no comms with the phone    I suppose the phone could be broken.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=107507\"][{POST_SNAPBACK}][/a][/div]

This is the rc-file that works for my 6310, I have it in /home/root as .xgnokiirc.
Maybe it can help you ?
« Last Edit: December 19, 2005, 04:10:21 am by Chero »
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

cattin

  • Newbie
  • *
  • Posts: 18
    • View Profile
A Couple New Packages
« Reply #10 on: December 19, 2005, 06:17:04 am »
Quote
Just tried your attachment, with an /etc/gnokiirc containing:

[global]
port = /dev/ircomm0
model = AT
initlength = default
connection = infrared
bindir = /usr/local/sbin

It's a Nokia 8890 which apparently uses the AT "model".

I did the "/etc/rc.d/init.d/irda start" and switched on the infrared on the phone.

gnokii --identify responds with "Telephone interface init failed" and xgnokii "GSM/FBUS init  failed!" which apparently means no comms with the phone    I suppose the phone could be broken.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=107507\"][{POST_SNAPBACK}][/a][/div]

replace 'infrared' with 'irda' and it should work.

philippe
« Last Edit: December 19, 2005, 06:17:22 am by cattin »

web-angel

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
    • http://
A Couple New Packages
« Reply #11 on: December 19, 2005, 07:13:44 am »
Quote
I've got gnokii and xgnokii 0.6.9 running.
I'm using irda right now, still got to figure out how bluetooth works.

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

Chero, you gnokii package work , you only need bluez to work ..
But can you post xgnokii ?

I try to use it with a sony ericsson p800 but no success ... only dial works ... maybe it doesn't use AT command   ( I have try gnokii and gammu .. is it another soft that I haven't try ?)
SL-C860 / PdaXrom RC12 - CF Wifi linksys - Sd 512 (ext2) Cf 512 (fat)

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
A Couple New Packages
« Reply #12 on: December 19, 2005, 07:30:22 am »
Quote
Quote
I've got gnokii and xgnokii 0.6.9 running.
I'm using irda right now, still got to figure out how bluetooth works.

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

Chero, you gnokii package work , you only need bluez to work ..
But can you post xgnokii ?

I try to use it with a sony ericsson p800 but no success ... only dial works ... maybe it doesn't use AT command   ( I have try gnokii and gammu .. is it another soft that I haven't try ?)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=107575\"][{POST_SNAPBACK}][/a][/div]

xgnokii should be included.
I didn't include a menu-entry or .desktop-file, shame on me.
From command line :
Code: [Select]
# xgnokii &Make sure to open irda first, if you are using infrared.

What do you mean by only needing bluez to work, did you manage to get it working with bluetooth ?

Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

web-angel

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
    • http://
A Couple New Packages
« Reply #13 on: December 19, 2005, 07:47:01 am »
Quote
xgnokii should be included.
I didn't include a menu-entry or .desktop-file, shame on me.
From command line :
Code: [Select]
# xgnokii &Make sure to open irda first, if you are using infrared.

What do you mean by only needing bluez to work, did you manage to get it working with bluetooth ?

Duuhhh I have not try to launch it   .. but now the Z is charging so i don't disturb it (I think isn't good for the charge ...)

To open IRDA first ? how to do that ? With gnokki I only change IRDA to the setting and it works, i launch a command, that open the irda port and close it a the end automatically.

I use it by irda ... but at the launch it say : "missing shared librairie libluetooth.so" je crois ... j'ai donc installé bluez-lib.ipk et cela a resolut le probleme. LOOOOL   excuse me, I repeat  
I use it by irda ... but at the launch it say : "missing shared librairie libluetooth.so" so I install the package bluez-lib.ipk and after that it work fine. I haven't a BT card so I can't try BT connection.
SL-C860 / PdaXrom RC12 - CF Wifi linksys - Sd 512 (ext2) Cf 512 (fat)

gromituk

  • Full Member
  • ***
  • Posts: 207
    • View Profile
A Couple New Packages
« Reply #14 on: December 19, 2005, 08:44:22 am »
Thank you cattin and chero - yes, "connection = irda" does the trick.  Now I get battery and signal, dialling and contacts, though it can't find any SMSs.

I've got a mad idea to get free (if slow!) roaming internet on the Z:

Z -> phone -> home (using free minutes) -> laptop modem -> laptop -> adsl -> internet!

I don't suppose I'll ever get it working but it would be fun to try!