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

Pages: [1]
1
Security and Networking / I Can't Use Netfornt Or Email
« on: July 04, 2007, 01:24:23 am »
Model Zaurus SL C 1000
Rom Sharp Version 1.01JP
Kernel Linux 2.4.20
QTopia 1.5.4

2
Security and Networking / I Can't Use Netfornt Or Email
« on: July 03, 2007, 01:18:37 am »
Tanks a lot.
I open NetFront and now I can navigate. But I can't use mail, I have the same problem

3
Security and Networking / I Can't Use Netfornt Or Email
« on: July 02, 2007, 01:38:26 am »
I have in my PC a router with ADSL connection.
I done all configuration for USB -TCP/ic connection.

In my PC I typed in console:
ifconfig usb0 192.168.129.200 netmask 255.255.255.0
route add -host 192.168.129.201 usb0
iptables -t nat -F
iptables -t nat -A POSTROUTING -o eth0 -J MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward
echo 1 > /proc/sys/net/ipv4/conf/usb0/proxy_arp
echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp

In the zaurus I typed in console:
route add default gw 192.168.129.200

I modified my /etc/resolv.conf in the zaurus with my DNS

Now in the zaurus if I ping
ping -c 3 66.102.9.104

is al ok and if ping
ping -c 3 www.google.it

is all ok
Now if I try to navigate with NetFront I recieve theese windows:
"No connection to the network. Connection now?"
I push yes and other windows say:
"Cannot find the device card for connection"
And now  I can't navigate. I have the same wit mail.
How can I do?
Tanks Dario

4
General Discussion / Samba Problem
« on: June 19, 2007, 05:13:34 am »
Quote
To be honest i am not sure, it shouldnt work under windows ethier

about the only thing I can recomend is to update to the latest version of samba

ethier that or its mandarva and the KIO or gnome VFS thats  broken, i have had problems with gnome vfs before when contacting smb servers, so try updating the packages on your machine
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163232\"][{POST_SNAPBACK}][/a][/div]

I'm trying to navigate with command line. Below the output:

With Windows XP or mandriva 2006   I must wait about 4/5 minutes but I can navigaate in the zaurus.
There is the method for increase the 20000 milliseconds in mandriva 2007?

root@localhost dario]# smbclient -L zaurus
Password:
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.0.7-ja-2.2]

Sharename Type Comment
--------- ---- -------
home Disk for User Data
IPC$ IPC IPC Service (Samba 2.0.7-ja-2.2)
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.0.7-ja-2.2]

Server Comment
--------- -------
ZAURUS Samba 2.0.7-ja-2.2

Workgroup Master
--------- -------
MDKGROUP LOCALHOST
WORKGROUP ZAURUS
[root@localhost dario]# smbclient //zaurus/home
Password:
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.0.7-ja-2.2]
smb: \> ls
. D 0 Wed Jun 13 07:14:20 2007
.. D 0 Wed Aug 2 08:19:59 2006
.root DH 0 Thu Jan 1 01:00:00 1970
CF_Card D 0 Tue Jun 12 11:44:11 2007
SD_Card D 0 Sat Jan 6 14:33:39 2007
Main_Memory D 0 Thu Jun 14 15:53:38 2007

64512 blocks of size 1024. 45460 blocks available
smb: \> cd Main_Memory
smb: \Main_Memory\> ls
Call timed out: server did not respond after 20000 milliseconds listing
\Main_Memory\*
Error in dskattr: Call timed out: server did not respond after 20000
milliseconds
smb: \Main_Memory\>
"

5
General Discussion / Samba Problem
« on: June 14, 2007, 09:43:31 am »
Excuse to me baut I'am not expert.
Why when I connect the Zaurus with Windows XP all works?
Why In Mandriva 2006 with same configuration all works?
Tanks a lot

6
General Discussion / Samba Problem
« on: June 14, 2007, 01:31:29 am »
Quote
you might want to check that Cf_card and Main_Mem are not symlinks to a dir hireachy that is outside of the export

ie if you are in /home/user you cant symlink to /home

its the only thing i can think off without looking into it too deaply
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163113\"][{POST_SNAPBACK}][/a][/div]

In home  of the zaurus I have this directory /home/samba/
in this directory I have the links to this directory:
.root        link to /
CF_Card   link to /mnt/cf
Main_Memory  link to /home/zaurus/Documents
SD_Card   link to /mnt/card

I can navigate in smb://zaurus/home but if i click in .root, CF_Card, Main_Memory or SD_CArd i recieve an error

7
General Discussion / Samba Problem
« on: June 13, 2007, 01:38:41 am »
I installed Mandriva 2007.1 on my PC. I added in rc.local the line "/sbin/modeprobe usbnet" and when I type lsmod there is usbnet.
I done the file ifconfig-usb0
DEVICE=usb0
BOOTPROTO=static
IPADDR=192.168.129.200
NETMASK=255.255.255.0
NETWORK=192.168.129.0
BROADCAST=192.168.129.255
ONBOOT=yes
METRIC=10
MII_NOT_SUPPORTED=no
PEERDNS=yes
 I type in console:
[root@localhost dario]# ifconfig usb0 192.168.129.200 netmask 255.255.255.0 up
 Now I can ping the zaurus at 192.168.129.201

In the Mandriva KDE browser I type "smb://zaurus" and I can see the home directory. I double click on home and I can see the two directory:
CF_Card and Main_Memory.
Now if i double clik on these directory I recieve a window error with this message:
"Tempo scaduto sul server zaurus" (Timeout on zaurus server)

This is my zaurus smb.conf
[global]                  
# workgroup is either a domain name or a workgroup name
   workgroup = WORKGROUP
   log file = /dev/null
#
# encrypt passwords is required for Win98, NT and Windows 2000
#
   encrypt passwords = yes

   coding system = utf8
   client code page = 932
   force create mode = 0755
   strict sync = yes
   sync always = yes

   interfaces = usbd0
#   wins support = yes
   bind interfaces only = yes
[system]                     
   comment = System Folder
   path = /root/samba
   read only = no
   browseable = no
   guest ok = yes
   force user = root
[home]                     
   comment = for User Data
   path = /home/samba
   short preserve case = no
   read only = no      
   guest ok = yes
   force user = zaurus

How can I do to resovel this problem?
Tanks Dario
 

8
C1000/3x00 Hardware / Usbnet With Mandriva 2007
« on: November 11, 2006, 11:13:20 am »
I installed Mandriva 2007 on my PC. I added in rc.local the line "/sbin/modeprobe usbnet" and when I type lsmod there is usbnet.
I done the file ifconfig-usb0
DEVICE=usb0
BOOTPROTO=static
IPADDR=192.168.129.200
NETMASK=255.255.255.0
NETWORK=192.168.129.0
BROADCAST=192.168.129.255
ONBOOT=yes
METRIC=10
MII_NOT_SUPPORTED=no
PEERDNS=yes
 I type in console:
[root@localhost dario]# ifconfig usb0 192.168.129.200 netmask 255.255.255.0 up
 Now I can ping the zaurus at 192.168.129.201

In the Mandriva KDE browser I type "smb://zurus" and I can see the home directory. I double click on home and I can see the two directory:
CF_Card and Main_Memory.
Now if i double clik on these directory I recieve a window error with this message:
"Tempo scaduto sul server zaurus" (Timeout on zaurus server)
How can I do to resovel this problem?
Tanks Dario

9
C1000/3x00 General discussions / C1000 Factory-reset
« on: July 11, 2006, 11:27:58 am »
I made the factory reset and I installed the Stubear translation http://www.wbcd.org/computing/zaurus/part_12.html
and now I can write in English and Japanese. It is a great work.
Hancom suite is a ROM program and I don't lost it.
I made a keyhelper without redifine the special key bat only the Italian character, now I have a very nice ZAURUS.
Tank a lot to all, Dario

10
C1000/3x00 General discussions / C1000 Factory-reset
« on: July 08, 2006, 12:26:54 pm »
I need to do a special procedure to bring the Zaurus back to factory state. If I 'll do this, lost I the factory program as: Hancomsheet, Hancomword, addressbook, Internet borwser,....?
Where I can find the ipk file for HancomOfficeSuite?
Tanks Dario

11
Software / Font Size In Terminal Or Qconsole
« on: June 14, 2006, 10:41:14 am »
I downloaded this fonts 8search with google):
mico-unicodefonts-utopia_1.5.0-1_arm.ipk
unicode-imputmethod_1.0.0-1_arm.ipk
unicon-modules_1.22-1_arm.ipk
unifont_1.0-1_arm.ipk
unismall_1.0.0_arm.ipk
vga-console-font_1.0-1arm.ipk (good for console, character are less small than fixed)
I saw that file in this link
http://www.users.on.net/%7Ehluc/myZaurus/custom.html#custom

If you search and test other fonts write, please replay

12
Software / Font Size In Terminal Or Qconsole
« on: June 14, 2006, 06:15:35 am »
Quote
Quote
have you tried pressing fn + 2?
I was a bit inaccurate. fn+1 / fn+2 works with qkonsole. But qkonsole consumes VERY much memory.
"terminal": 13MB (~2MB resident)
qkonsole: 26MB (~11MB resident)

There is always a console window active on my Zaurus. That is the reason why I like to save some memory.

But even qkonsole does not give me 80x25. The best match is something like 78x20. If I have some time available I think I try to replace lcfont with another font which can be generated in sizes like 10,11,12,13,14,15,16,17,18. Hopefully the width/height ratio will fit in the 80x25 frame.

Thank you anyway.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130110\"][{POST_SNAPBACK}][/a][/div]

If you use lcfont, you don't type "\". If you type \ print the "yen" character.
If you resolve this problem can you tell me the solution.
Tanks Dario

13
C1000/3x00 General discussions / Backslah And Yen In The Keyboard
« on: June 13, 2006, 02:37:16 am »
Tanks, I used fixed fonts (only that I have) and now I can type /.
This font is very small, are there other fonts? Where I can i find them?
The configuration of keyhelper.xml don't work with terminal, is it normal?
Tanks Dario
 

14
C1000/3x00 General discussions / Backslah And Yen In The Keyboard
« on: June 12, 2006, 11:27:31 am »
I have the C1000 with Sharp ROM. When in the terminal I type Fn+k or Fn+f it write always yen character, while when i do it in the text editor or Hancom write it type backslash. The same result is if I use pen handwritg. Tanks Dario

Pages: [1]