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

Pages: 1 2 [3] 4 5 6
31
General Discussion / HELP - DUAL BOOT FAILING
« on: July 28, 2004, 07:28:52 am »
Hi!
Do
# chmod +x /sbin/pivot_root
;and it should work.
if not, let us know.
also, you should do
# gtar xzpvf /mnt/cf/pdax-SD.tar.gz
rather than
# tar xzpvf /mnt/cf/pdax-SD.tar.gz


btw: made a more detailed Howto on jakob-zabel.com ;o)

grusz, jabbath

32
Germany / OPIE 3.2 - Zeit fuer Start/Wake-Up
« on: July 22, 2004, 04:55:45 pm »
.. Entschuldigung dafür, dass es jetzt endgültig offtopic wird

Ich denke, ich habe mich missverständlich ausgedrückt

Ich wollte sagen, dass man, wenn man Deutsch posten will im z-portal posten soll, da dort mehr Deutsche lesen, als hier.

Mehr User gibt es jedoch auf zaurususergroup.com, deshalb bekommt man mit großer Wahrscheinlichkeit (wenn man englisch postet) hier mehr Antworten auf seine Fragen

grusz, jabbath

33
Germany / OPIE 3.2 - Zeit fuer Start/Wake-Up
« on: July 22, 2004, 03:19:49 pm »
Quote
Hier auf deutsch zu posten ist das selbe, wie wenn Du im z-portal postest.
.. Ich würde eher sagen, es gibt um einiges bessere Ergebnisse im z-portal

jabbath

34
Zaurus - pdaXrom / help with sdk
« on: July 20, 2004, 10:02:52 am »
Hi  
lardman:
We solved the problem over irc.
The configure script didn't work right, so the Makefile had to be edited
GCC = armv5tel-cacko-linux-gcc
instead of
GCC = gcc
and
LDFLAGS = [...] -L/usr/X11R6/lib [...]
replaced, by
LDFLAGS = [...] -L/opt/arm/3.3.2/armv5tel-cacko-linux/X11R6/lib [...]

i think, that was all... have been a bit dizzy yesterday... (solved the problem at about 2am)

jabbath

35
Zaurus - pdaXrom / help with sdk
« on: July 19, 2004, 09:00:57 pm »
Do the following
Code: [Select]
# cd /opt
# rm -r arm
# wget http://cacko.spy.org/downloads/pdaXrom-sdk-1.0.5.tar.bz2
# tar xjvf pdaXrom-sdk-1.0.5.tar.bz2
# wget http://zaurus.spy.org/feeds/jabbath/pdaXrom
# mv pdaXrom /usr/local/bin;chmod +x /usr/local/bin/pdaXrom
# cd ~
# wget http://www.pdaxrom.org/downloads/misc/newvox-1.0.tar.gz
# tar xzvf newvox-1.0.tar.gz
# cd newvox-1.0
# wget http://zaurus.spy.org/feeds/jabbath/script
# reset;pdaXrom
Now your shell shoud look like this:
Code: [Select]
pdaXrom cross developer tools v0.5
Type 'exit' for leave shell.


sh-2.05b$
If it looks like this, do
Code: [Select]
# sh script
# make

If it doesn't look like this, look at the pdaXrom script (/usr/local/bin/pdaXrom) and copy the exports into the script file, then run "sh script&&make"

grusz, jabbath

36
Zaurus - pdaXrom / help with sdk
« on: July 19, 2004, 01:15:56 pm »
Could you join #cacko on irc.freenode.net ?

thanks, jabbath

37
Zaurus - pdaXrom / help with sdk
« on: July 19, 2004, 01:12:36 pm »
What's the output of doing "file newvox"  on your PC?

jabbath

38
Zaurus - pdaXrom / help with sdk
« on: July 19, 2004, 12:47:18 pm »
That should do the same as setting LD to gcc.
The problem is, that at the moment LD seems to be set as
/usr/i686-pc-linux-gnu/bin/ld

jabbath

39
General Discussion / If only I knew...
« on: July 19, 2004, 12:38:10 pm »
Do you own a
1. SL-5500
2. SL-5600
3. A-300
4. C-700
5. C-750
6. C-760/C-780
7. SL-6000
?
 

jakob

41
Zaurus - pdaXrom / help with sdk
« on: July 19, 2004, 12:16:06 pm »
Could you write, what you did (step by step)?

Another possibility is, to edit the Makefile.. And to be sure, the binary is available, do the following:
Open the makefile in an editor.
Search for LD=
if the LD variable isn't set, add the following line:
LD=/opt/arm/3.3.2/armv5tel-cacko-linux/bin/gcc

then start compiling again, by doing "make"

If that doesn't work, please show me, what you've done excactly

grusz, jabbath

42
Zaurus - pdaXrom / Dictionary :-)
« on: July 19, 2004, 12:01:34 pm »
Hi! Finally it's there  a dictionary for pdaXrom
I compiled stardict:
http://zaurus.spy.org/feeds/jabbath/stardi....3_armv5tel.ipk
A screenshot:
http://zaurus.spy.org/feeds/jabbath/screenshots/stardict.png

stardict has quite a lot of dependencies (gtk gnome-vfs libgnomecanvas libgnome libgnomeui libbonobo libbonoboui orbit2 gconf) but runs fine.

To install a dictionary, download a dictionary tarball from http://stardict.sourceforge.net/Dictionaries.php

Untar it and move the dictionary-dir to /usr/local/share/stardict/dic

Now stardict should recognize the dictionary.

Example:
Code: [Select]
I want to download an English to German dictionary:

# wget http://umn.dl.sourceforge.net/sourceforge/stardict/stardict-quick_eng-deu-2.4.2.tar.bz2
# tar xjvf stardict-quick_eng-deu-2.4.2.tar.bz2
# mv stardict-quick_eng-deu-2.4.2 /usr/local/share/stardict/dic
# stardict &

happy translating

grusz, jabbath

43
Zaurus - pdaXrom / help with sdk
« on: July 19, 2004, 11:09:52 am »
Hi!
I don't know, how you started compiling...
If you used "make", do "LD=armv5tel-cacko-linux-gcc make" instead and it should compile fine.

grusz, jabbath

44
Zaurus - pdaXrom / XMMS problems
« on: July 12, 2004, 04:56:02 pm »
Hi!
It's a problem of the default xmms mp3 decoder (i think it's mpg321) .. You have to use madplay. Just install the madplay library and the xmms madplay plugin (they are stable ipks on pdaXrom.org) and choose the madplay plugin in the xmms options

grusz, jabbath

45
Zaurus - pdaXrom / Screen Rotation Doesn't Work
« on: July 10, 2004, 11:47:55 am »
You can rotate your screen with xrandr.
for more help do xrandr --help

jabbath

Pages: 1 2 [3] 4 5 6