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

Pages: 1 [2] 3 4 ... 16
16
Zaurus - pdaXrom / System Status Display And Gps Questions
« on: April 03, 2007, 11:45:48 am »
Quote
Quote
Quote
autoexec is loaded by task applet...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157875\"][{POST_SNAPBACK}][/a][/div]

without editing .xinitrc it is not working :-(.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157876\"][{POST_SNAPBACK}][/a][/div]

the task applet might not be installed. it is only pre-installed on spitz...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157880\"][{POST_SNAPBACK}][/a][/div]

you are right... :-)

17
Zaurus - pdaXrom / Justreader Pdaxrom Beta 3, Pdaxii13 Problem
« on: April 03, 2007, 11:44:14 am »
Quote
Quote
Here is book and screenshots from FBreader and Justreader

Thnx for helping
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157868\"][{POST_SNAPBACK}][/a][/div]

Hi Merli,

I think the problem may relate with the font that JR used to display.
can you provide me the font file which used in FB reader ?
Thanks.

(BTW, I must go to bed now ...  )

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

Working with Verdana, Times new roman, Curier new, Arial, Lucida Console
Not working with Fixed and Clean,
Serif=Times, Sans=Verdana and Monospaced=Courier.

In Justreader I am using same font names (I think that they are using same files) and it is not working with any

18
Zaurus - pdaXrom / Supported Usb Lan Dongle
« on: April 03, 2007, 11:36:16 am »
Quote
Quote
Quote
Quote
Quote
http://www.konsigna.sk/default.asp?mtc=0&c...tem&stiid=20440 is working like charm :-)
Thanks. From the picture it's the same one as Geeks.com -  a bit closer to me.

Is the driver you're using the Davicom 9601 one discussed above?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

that one looks exactly like the one i have and it uses the rtl8150 module. it comes in many different colours also. i got the blue and the green ones...

[a href=\"http://www.users.on.net/~hluc/myOQO/myAccessories.jpg]http://www.users.on.net/~hluc/myOQO/myAccessories.jpg[/url]

oops, I got a yellow one as well...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157861\"][{POST_SNAPBACK}][/a][/div]

My WK-668 USB NIC is in the same shape ...
but it uses Davicom DM9601 chip ...

and it's in blue



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

pdaXii13 5.3.4 has rtl8150, dm9601 and pegasus modules so hopefully this will cover most of the common usblan dongles...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157872\"][{POST_SNAPBACK}][/a][/div]

5.3.4 is already availalble?

19
Zaurus - pdaXrom / System Status Display And Gps Questions
« on: April 03, 2007, 11:34:45 am »
Quote
autoexec is loaded by task applet...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157875\"][{POST_SNAPBACK}][/a][/div]

without editing .xinitrc it is not working :-(.

20
Zaurus - pdaXrom / System Status Display And Gps Questions
« on: April 03, 2007, 11:20:15 am »
Quote
Quote
Quote
yeah, latest is not always greatest....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155718\"][{POST_SNAPBACK}][/a][/div]

I installed wellswang version of torsmo and edited pdaxii13.cnf file but torsmo won't start on startx. But will startt with torsmo -w 0x80001c wjich is my roxfiller window. Where can be problem?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157854\"][{POST_SNAPBACK}][/a][/div]

because during startx process, when your script executing "torsmo -w xxxxx", the desktop window which id is xxxxx is not created yet. you need to sleep to wait until the window been created.

to start torsmo in startx session,
you may create a script file , for example, named starttorsmo.sh , contains following contents:
Code: [Select]
sleep 15;torsmo -w xxxxxxxgive execute permission to it
Code: [Select]
# chmod +x starttorsmo.sh
then in .xinitrc file, add following line
Code: [Select]
starttorsmo.sh &before
Code: [Select]
eval "matchbox-panel --no-flip $MBORIENT" 2>/dev/null >/dev/null

to stop torsmo, just use this command
Code: [Select]
# killall torsmo
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157858\"][{POST_SNAPBACK}][/a][/div]


Thnx now it is working

I put
Code: [Select]
sleep 15;torsmo -w xxxxxxx
into $HOME/.matchbox/autoexec.
That file is tested in pdaxii13 .xinitrc

Then I edited ./xinitrc and after this line
Code: [Select]
echo "... torsmo is enabled"I added

Code: [Select]
$HOME/.machbox/autoexec &

21
Zaurus - pdaXrom / Justreader Pdaxrom Beta 3, Pdaxii13 Problem
« on: April 03, 2007, 10:55:35 am »
Quote
Quote
Hello

I have had installed pdaxrom beta1 for long time. Recently I upgraded to pdaxii13 and foud that my e-book application justreader does not want to display palm doc format cp 1250 characters (just does not display anything or square character instead accented char). Same books were workig in pdaxrom beta1 without any problem. I tried also patched wellswang version of justreader with same result. FB reader is working with libiconv and 1250 encoding conv installed but I like justreader much :-). Can somone help me if it is some configuration problem or bug in justreader?

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

can you send me your e-book file , and a screen snapshot of the file's content (FB reader's result)

I will try to fix this problem ...  

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

Here is book and screenshots from FBreader and Justreader

Thnx for helping

22
Zaurus - pdaXrom / Help! Usb Nic Driver Always "initializing"!
« on: April 03, 2007, 09:47:18 am »
Quote
i have updated net.agent to configure eth0 as well as wifi0/wlan0 as soon as they are plugged in.
it reads the config from /etc/sysconfig/network and /etc/sysconfig/wireless respectively.

by default /etc/sysconfig/network has DHCP=y so it uses dhcp, but you can change it to n and fill in the relevant details in to that config file if you want to manually set your IP, etc...

so far I have only tested that plugging in a USB ethernet adaptor works with this setup. have not tried usb wifi adaptors since i dont have one but the script should be able to handle that as well..

make sure you extract net.agent from the zip file and copy it to /etc/hotplug
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157537\"][{POST_SNAPBACK}][/a][/div]

How /etc/sysconfig/network should lokk like? My has something like this:

root- more network
NETWORKING=yes
HOSTNAME=zaurus
GATEWAYDEV=
GATEWAY=

and after plug usb/lan adapter I get ip address 192.168.0.1 netmask 255.255.255.0.
Where is that information comming from?

23
Zaurus - pdaXrom / System Status Display And Gps Questions
« on: April 03, 2007, 09:21:34 am »
Quote
yeah, latest is not always greatest....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155718\"][{POST_SNAPBACK}][/a][/div]

I installed wellswang version of torsmo and edited pdaxii13.cnf file but torsmo won't start on startx. But will startt with torsmo -w 0x80001c wjich is my roxfiller window. Where can be problem?

24
Zaurus - pdaXrom / Justreader Pdaxrom Beta 3, Pdaxii13 Problem
« on: April 03, 2007, 07:22:58 am »
Hello

I have had installed pdaxrom beta1 for long time. Recently I upgraded to pdaxii13 and foud that my e-book application justreader does not want to display palm doc format cp 1250 characters (just does not display anything or square character instead accented char). Same books were workig in pdaxrom beta1 without any problem. I tried also patched wellswang version of justreader with same result. FB reader is working with libiconv and 1250 encoding conv installed but I like justreader much :-). Can somone help me if it is some configuration problem or bug in justreader?

Thnx

25
Zaurus - pdaXrom / Supported Usb Lan Dongle
« on: April 03, 2007, 02:32:12 am »
Quote
Quote
Is that link to the exact adapter you have? Does it work "out-of-the-box," or with little work?
I'm also very curious about this. Any posting specifying what works, with the steps involved, will be much appreciated.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

For my card [a href=\"http://www.konsigna.sk/default.asp?mtc=0&cls=stoitem&stiid=20440]http://www.konsigna.sk/default.asp?mtc=0&c...tem&stiid=20440[/url] is working like charm :-)

steps:
copy driver to usb folder in depmod
run depmod -a
put usb lan in
set ip address through ifconfig
enjoy

26
Zaurus - pdaXrom / Silkscreen Does Not Work Under Pdaxrom On Sl-c1000
« on: April 02, 2007, 09:40:42 am »
Quote
Quote
Hi Meanie,

Quote
does anyone have the patches listed above? the files don't exist there anymore.
These patches are included in the archives that are attached to my post from Feb 12 2007, 02:17 PM.

Quote
actually, if anyone else can compile it, that's probably even better since I am currently quite busy...
Yes, sure. I'll try to do in the near future and let you know results.

Regards,
Vitel
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157787\"][{POST_SNAPBACK}][/a][/div]

thanks. i just remembered that i already downloaded those attachments and already have those patches. old age must be getting to me...

hope you will be able to compile it soon since it will take me ages otherwise...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157790\"][{POST_SNAPBACK}][/a][/div]

What about compile X with OPenGL support?

27
Zaurus - pdaXrom / Want Compiled Thread?
« on: March 30, 2007, 08:34:05 am »
Quote
Quote
Quote
Quote
Quote
who can compile the following kernel modules for beta3, 2.4.20 kernel



spca5xx.o

http://mxhaard.free.fr/spca50x/Download/oldrelease/


sweexcam.o

http://sourceforge.net/project/showfiles.php?group_id=97224


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

Hello

I downloaded sonix-20050316.tar.gz. But it seems to be only for 2.6.x kernel.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157558\"][{POST_SNAPBACK}][/a][/div]

try the older sweexcam-0.0.1.tar.gz  
it compiles for me but does not work due to some problem with my compiler which I will need to fix eventually, but until then I hope you will be able to compile a working version instead.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157561\"][{POST_SNAPBACK}][/a][/div]

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

thanks for compiling it, but it does not work either. it actually gets to the point of recognizing my camera correctly which is an improvement over the module i compiled, but then it gives an "Internal error: branch through zero: 0" message and hangs.

could you try compiling the other module as well, maybe that one works better since there are so many more releases of that driver and it supports many more webcams as well.


this is what dmesg reports:


usbh: monitor_int_hndlr:
usbh: monitor_bh:
usbh: udc_connected: ACTIVE_LOW: 1<7>usbh: monitor_connected: 1
usbh: monitor_load: 4
usbh: monitor_hotplug: agent: usbh interface: monitor action: load
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-ohci.c: USB OHCI at membase 0xfe000000, IRQ 3
usb.c: new USB bus registered, assigned bus number 1
usb.c: kmalloc IF c0d969c0, numif 1
usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1
usb.c: USB device number 1 default language ID 0x0
Product: USB OHCI Root Hub
SerialNumber: fe000000
hub.c: USB hub found
hub.c: 2 ports detected
hub.c: standalone hub
hub.c: ganged power switching
hub.c: individual port over-current protection
hub.c: Port indicators are not supported
hub.c: power on to power good time: 8ms
hub.c: hub controller current requirement: 0mA
hub.c: port removable status: RR
hub.c: local power source is good
hub.c: no over-current condition exists
hub.c: enabling power on all ports
usb.c: hub driver claimed interface c0d969c0
usb.c: kusbd: /sbin/hotplug add 1
usbh: udc_connected: ACTIVE_LOW: 1<7>usbh: monitor_connected: 1
usbh: monitor_load: 2
usb.c: registered new driver
À á
hub.c: port 1, portstatus 100, change 0, 12 Mb/s
hub.c: port 2, portstatus 301, change 1, 1.5 Mb/s
hub.c: port 2 connection change
hub.c: port 2, portstatus 301, change 1, 1.5 Mb/s
hub.c: port 2, portstatus 101, change 1, 12 Mb/s
hub.c: port 2, portstatus 101, change 1, 12 Mb/s
hub.c: port 2, portstatus 101, change 0, 12 Mb/s
hub.c: port 2, portstatus 100, change 1, 12 Mb/s
hub.c: port 2, portstatus 100, change 0, 12 Mb/s
hub.c: port 2, portstatus 100, change 0, 12 Mb/s
hub.c: port 2, portstatus 100, change 0, 12 Mb/s
hub.c: port 2, portstatus 100, change 0, 12 Mb/s
hub.c: connect-debounce failed, port 2 disabled
hub.c: port 1, portstatus 100, change 0, 12 Mb/s
hub.c: port 2, portstatus 101, change 1, 12 Mb/s
hub.c: port 2 connection change
hub.c: port 2, portstatus 101, change 1, 12 Mb/s
hub.c: port 2, portstatus 101, change 0, 12 Mb/s
hub.c: port 2, portstatus 101, change 0, 12 Mb/s
hub.c: port 2, portstatus 101, change 0, 12 Mb/s
hub.c: port 2, portstatus 101, change 0, 12 Mb/s
hub.c: port 2, portstatus 103, change 10, 12 Mb/s
hub.c: new USB device -2, assigned address 2
usb.c: kmalloc IF c0d96c60, numif 1
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=0
usb.c: USB device number 2 default language ID 0x409
Manufacturer: Vimicro Corp.
Product: PC Camera
<7>usb.c:
À á driver claimed interface c0d96c60
usb.c: kusbd: /sbin/hotplug add 2
Linux video capture interface: v1.00
usb.c: deregistering driver
À á
Internal error: branch through zero: 0
CPU: 0
pc : [<00000004>]    lr : [<0000e2e4>]    Tainted: P
sp : bfffe7a0  ip : 60000013  fp : c1cbff0c
r10: 00000000  r9 : c1cbe000  r8 : c5bf3f8c
r7 : c3c90800  r6 : c5bf3f6c  r5 : 00000000  r4 : c0d96c60
r3 : c0d96c60  r2 : c5bf3f6c  r1 : 00000003  r0 : c3c90800
Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  Segment user
Control: 197F  Table: A29C0000  DAC: 00000015  PID:  0
Process rmmod (pid: 6977, stack limit = 0xc1cbe418)
Stack: (0xc1cbfee8 to 0xc1cc0000)
fee0:                   c3c90324 00000001 c5bf3f6c c3c90200 c001eb04 00000000
ff00: c1cbff34 c1cbff10 c5bd71f4 c5bd71c0 c5be61f8 c5bf3f6c c5be61f8 c5be6a50
ff20: c001eb04 00000000 c1cbff54 c1cbff38 c5bd738c c5bd71c0 c5bf3000 00000000
ff40: c3390000 c3390000 c1cbff64 c1cbff58 c5bf3948 c5bd72e0 c1cbff80 c1cbff68
ff60: c0035dfc c5bf3940 c5bf3000 fffffff0 c3390000 c1cbffa4 c1cbff84 c003522c
ff80: c0035dd4 00000001 00000000 bffff8a4 00000081 c001eb04 00000000 c1cbffa8
ffa0: c001e7a0 c00350d4 00000001 bffff8a4 bffff9f4 bffff9f8 00000010 00000010
ffc0: 00000001 00000000 bffff8a4 00000002 bfffe7b0 0002ed78 00000000 00000000
ffe0: 400f4a90 bfffe7a0 0000e2e4 400f4a94 60000010 bffff9f4 132a320d 61c94016
Backtrace:
Function entered at [<c5bd71b4>] from [<c5bd71f4>]
Function entered at [<c5bd71b4>] from [<c5bd738c>]
Function entered at [<c5bd72d4>] from [<c5bf3948>]
 r7 = C3390000  r6 = C3390000  r5 = 00000000  r4 = C5BF3000
Function entered at [<c5bf3934>] from [<c0035dfc>]
Function entered at [<c0035dc8>] from [<c003522c>]
 r6 = C3390000  r5 = FFFFFFF0  r4 = C5BF3000
Function entered at [<c00350c8>] from [<c001e7a0>]
 r8 = C001EB04  r7 = 00000081  r6 = BFFFF8A4  r5 = 00000000
 r4 = 00000001
Code: bad PC value.
hub.c: port 1, portstatus 100, change 0, 12 Mb/s
hub.c: port 2, portstatus 101, change 3, 12 Mb/s
hub.c: port 2 connection change
hub.c: port 2, portstatus 101, change 3, 12 Mb/s
usb.c: USB disconnect on device -2 address 2
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157572\"][{POST_SNAPBACK}][/a][/div]

Please attach source what should I try compile

28
Zaurus - pdaXrom / Want Compiled Thread?
« on: March 30, 2007, 06:09:42 am »
Quote
Quote
Quote
who can compile the following kernel modules for beta3, 2.4.20 kernel



spca5xx.o

http://mxhaard.free.fr/spca50x/Download/oldrelease/


sweexcam.o

http://sourceforge.net/project/showfiles.php?group_id=97224


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

Hello

I downloaded sonix-20050316.tar.gz. But it seems to be only for 2.6.x kernel.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157558\"][{POST_SNAPBACK}][/a][/div]

try the older sweexcam-0.0.1.tar.gz  
it compiles for me but does not work due to some problem with my compiler which I will need to fix eventually, but until then I hope you will be able to compile a working version instead.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157561\"][{POST_SNAPBACK}][/a][/div]

Try please

29
Zaurus - pdaXrom / Want Compiled Thread?
« on: March 30, 2007, 03:00:34 am »
Quote
who can compile the following kernel modules for beta3, 2.4.20 kernel



spca5xx.o

http://mxhaard.free.fr/spca50x/Download/oldrelease/


sweexcam.o

http://sourceforge.net/project/showfiles.php?group_id=97224


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

Hello

I downloaded sonix-20050316.tar.gz. But it seems to be only for 2.6.x kernel.

30
Zaurus - pdaXrom / Supported Usb Lan Dongle
« on: March 29, 2007, 10:40:36 am »
Quote
Quote
But ...
USB NIC which uses Davicom DM9601 chipset is the cheapest that I've ever seen...
It costs me only 20 RMB (about 2.6 USD)...

I would not stop trying to build driver for it ... 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157176\"][{POST_SNAPBACK}][/a][/div]

Yes, all the cheap ones I am finding have that chipset which is what I already have. I appreciate Meanies compiling and wellswangs continuing to work on the driver, but for a $10 (1.99 +delivery) I can't wait forever to get a working NIC.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157254\"][{POST_SNAPBACK}][/a][/div]

Driver for Davicom 9601 already done ... look in pdaxrom Announcement thread

Pages: 1 [2] 3 4 ... 16