Author Topic: Openzaurus 3.5.4.1 Testing  (Read 59783 times)

obergix

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • http://www.olivierberger.com/weblog/
Openzaurus 3.5.4.1 Testing
« Reply #60 on: March 28, 2006, 02:27:27 am »
Quote
While the WiFi monitor says that it sees my network (Quality 90%, Level 211dBm, Noise 150 dBm) and I've entered my WEP password, when I click the OK button I get the following error message:

"Error

No write access to Network Configuration"

Why do I get this message, I successfully entered my password when asked to gain access to the Network Setup app?

Any suggestions??

Mark
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

[a href=\"http://handhelds.org/~bugzilla/show_bug.cgi?id=1582]http://handhelds.org/~bugzilla/show_bug.cgi?id=1582[/url]

In the meantine, try using ifup / ifdown from the command-line (as root)
Zaurus SL-C1000 - OpenZaurus 3.5.4.1-alpha1 w/ GPE image (some packages "custom made", compiled at home from bitbake+openembedded)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Openzaurus 3.5.4.1 Testing
« Reply #61 on: March 30, 2006, 10:43:05 am »
Quote
While the WiFi monitor says that it sees my network (Quality 90%, Level 211dBm, Noise 150 dBm) and I've entered my WEP password, when I click the OK button I get the following error message:

"Error

No write access to Network Configuration"

Why do I get this message, I successfully entered my password when asked to gain access to the Network Setup app?

Any suggestions??

Mark
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Quote
[a href=\"http://handhelds.org/~bugzilla/show_bug.cgi?id=1582]http://handhelds.org/~bugzilla/show_bug.cgi?id=1582[/url]

OK, did that....  

Quote
In the meantine, try using ifup / ifdown from the command-line (as root)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=120625\"][{POST_SNAPBACK}][/a][/div]

OK, tried that..... and something else, but not sure if it's right thing....

Code: [Select]
#ifup /ifdown
-sh: ifup/ifdown: not found
#if down wlan0
#
#if up wlan0
udhcpc (v0.0.9-pre) started
Sending discover.....
Sending discover.....
Sending discover.....
No lease. forking to background.

 

Any other suggestions???
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Openzaurus 3.5.4.1 Testing
« Reply #62 on: March 30, 2006, 11:49:41 am »
Quote
Quote
While the WiFi monitor says that it sees my network (Quality 90%, Level 211dBm, Noise 150 dBm) and I've entered my WEP password, when I click the OK button I get the following error message:

"Error

No write access to Network Configuration"

Why do I get this message, I successfully entered my password when asked to gain access to the Network Setup app?

Any suggestions??

Mark
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Quote
[a href=\"http://handhelds.org/~bugzilla/show_bug.cgi?id=1582]http://handhelds.org/~bugzilla/show_bug.cgi?id=1582[/url]

OK, did that....  

Quote
In the meantine, try using ifup / ifdown from the command-line (as root)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=120625\"][{POST_SNAPBACK}][/a][/div]

OK, tried that..... and something else, but not sure if it's right thing....

Code: [Select]
#ifup /ifdown
-sh: ifup/ifdown: not found
#if down wlan0
#
#if up wlan0
udhcpc (v0.0.9-pre) started
Sending discover.....
Sending discover.....
Sending discover.....
No lease. forking to background.

 

Any other suggestions???
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121066\"][{POST_SNAPBACK}][/a][/div]
ifup & ifdown are seperate commands:
Code: [Select]
# ifup
# ifdown
not
Code: [Select]
# ifup /ifdowntry them seperately

Good luck
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Openzaurus 3.5.4.1 Testing
« Reply #63 on: March 30, 2006, 11:00:36 pm »
Thanks, Jerry...actually I tried that too...but didn't help...unless I'm still doing it wrong...

Mark

Code: [Select]
#ifup wlan0
pd_filecheck: process 5725 exists (/var/run/udhcpc.wlan0.pid)

#ifdown wlan0
#



Quote
Quote
Quote
While the WiFi monitor says that it sees my network (Quality 90%, Level 211dBm, Noise 150 dBm) and I've entered my WEP password, when I click the OK button I get the following error message:

"Error

No write access to Network Configuration"

Why do I get this message, I successfully entered my password when asked to gain access to the Network Setup app?

Any suggestions??

Mark
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Quote
[a href=\"http://handhelds.org/~bugzilla/show_bug.cgi?id=1582]http://handhelds.org/~bugzilla/show_bug.cgi?id=1582[/url]

OK, did that....  

Quote
In the meantine, try using ifup / ifdown from the command-line (as root)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=120625\"][{POST_SNAPBACK}][/a][/div]

OK, tried that..... and something else, but not sure if it's right thing....

Code: [Select]
#ifup /ifdown
-sh: ifup/ifdown: not found
#if down wlan0
#
#if up wlan0
udhcpc (v0.0.9-pre) started
Sending discover.....
Sending discover.....
Sending discover.....
No lease. forking to background.

 

Any other suggestions???
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121066\"][{POST_SNAPBACK}][/a][/div]
ifup & ifdown are seperate commands:
Code: [Select]
# ifup
# ifdown
not
Code: [Select]
# ifup /ifdowntry them seperately

Good luck
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121079\"][{POST_SNAPBACK}][/a][/div]
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

asm-nai

  • Newbie
  • *
  • Posts: 29
    • View Profile
Openzaurus 3.5.4.1 Testing
« Reply #64 on: March 31, 2006, 07:36:49 am »
Quote
UPDATE:

I've just tried connecting to my WiFi network at home and have problem connecting to it.

While the WiFi monitor says that it sees my network (Quality 90%, Level 211dBm, Noise 150 dBm) and I've entered my WEP password, when I click the OK button I get the following error message:

"Error

No write access to Network Configuration"

Why do I get this message, I successfully entered my password when asked to gain access to the Network Setup app?

Any suggestions??

FWIW, I have successfully connected online today using my Socket Ethernet card while at my office today....however, just tried connecting using Socket Ethernet card at home and doesn't work for some reason...   

Would like to be able to use my Ambicom WiFi card or the Socket Ethernet card at home....

Meanwhile, good news as far as the 'Suspend' issue...now it works!!

Thanks for any help!

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



I think you set the network setting after login with root .


After that, please login your user account.

thanks.
GPE on SL-C3000

towaz

  • Newbie
  • *
  • Posts: 3
    • View Profile
Openzaurus 3.5.4.1 Testing
« Reply #65 on: March 31, 2006, 07:37:35 am »
Hello all, great release.

I've now had a CL-3200 for two days and the thing rocks.  While I'm not new to linux, i'm very new to oz; so please excuse my ignorence, i'm learning though

Ok, i've got gpe running and only experiancing some minor issues.

On install I partitioned my hdd to 3 partitions, the first two are ext3 and the last one I was going to wait to format in the oz distro.  

Looking around in sbin, and all over the system I'm unable to locate mkfs.vfat; I have never had to format anything using vfat before, so i'm a little stumped as to where it is.
Do I reinstall a package to be able to format vfat?

If i format the third partition using ext3 and edit fstab would I run into any issues later?    I kept checking all the forum and can not find much.  

I'm going to install a few things to my gentoo box so I can cross compile, which sounds like an interesting adventure trying to get firefox working.

Are they any web browsers atm that use flash and work on this distro?  I'm happy to just use lynx most the time but would be interesting to get www.youtube.com working on the zaurus

On last question, I installed kismet and currently have a planex gw-cf11x card, Is monitor mode built into oz or would I need to locate a kernel module patch for the card? wireless otherwise works excellent.

No need to answer all the questions, will ask them in appropriate forums later if needed.

Cheers

Marc Towers
« Last Edit: March 31, 2006, 08:55:55 am by towaz »
Zaurus SL-3200 (terrier)  Openzaurus 3.5.4.1

koen

  • Hero Member
  • *****
  • Posts: 1008
    • View Profile
    • http://dominion.thruhere.net/koen/cms/
Openzaurus 3.5.4.1 Testing
« Reply #66 on: March 31, 2006, 07:43:47 am »
Quote
I'm going to install a few things to my gentoo box so I can cross compile, which sounds like an interesting adventure trying to get firefox working.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121225\"][{POST_SNAPBACK}][/a][/div]

ipkg update ; ipkg install firefox
Forums are not bugtrackers!!! Smart questions
Ångström release team
iPAQ h2210, iPAQ h5550, iPAQ hx4700, Zaurus SL-C700, Nokia 770, all running some form of GPE
My blog

towaz

  • Newbie
  • *
  • Posts: 3
    • View Profile
Openzaurus 3.5.4.1 Testing
« Reply #67 on: March 31, 2006, 08:04:35 am »
Quote
Quote
I'm going to install a few things to my gentoo box so I can cross compile, which sounds like an interesting adventure trying to get firefox working.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121225\"][{POST_SNAPBACK}][/a][/div]

ipkg update ; ipkg install firefox
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121226\"][{POST_SNAPBACK}][/a][/div]

lol, ok not as much of an adventure as first thought.

My ipkg update was not working but now fixed (helps if I write the feed down properly I guess)

will try installing firefox now
« Last Edit: March 31, 2006, 08:15:10 am by towaz »
Zaurus SL-3200 (terrier)  Openzaurus 3.5.4.1

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Openzaurus 3.5.4.1 Testing
« Reply #68 on: March 31, 2006, 08:26:15 am »
ipkg install dosfstools for mkfs.vfat
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Openzaurus 3.5.4.1 Testing
« Reply #69 on: March 31, 2006, 10:18:03 am »
You're right, asm-nai!....Did that and my settings were saved....

However, then tried to get to this website using the browser and nothing happened...

Guess I need to fiddle some more with settings.....

 

Thanks,

Mark

Quote
Quote
UPDATE:

I've just tried connecting to my WiFi network at home and have problem connecting to it.

While the WiFi monitor says that it sees my network (Quality 90%, Level 211dBm, Noise 150 dBm) and I've entered my WEP password, when I click the OK button I get the following error message:

"Error

No write access to Network Configuration"

Why do I get this message, I successfully entered my password when asked to gain access to the Network Setup app?

Any suggestions??

FWIW, I have successfully connected online today using my Socket Ethernet card while at my office today....however, just tried connecting using Socket Ethernet card at home and doesn't work for some reason...   

Would like to be able to use my Ambicom WiFi card or the Socket Ethernet card at home....

Meanwhile, good news as far as the 'Suspend' issue...now it works!!

Thanks for any help!

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



I think you set the network setting after login with root .


After that, please login your user account.

thanks.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=121224\"][{POST_SNAPBACK}][/a][/div]
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

towaz

  • Newbie
  • *
  • Posts: 3
    • View Profile
Openzaurus 3.5.4.1 Testing
« Reply #70 on: April 01, 2006, 11:49:04 pm »
cheers for the help, installed firefox fine (was not expecting ipkg to actually be like gentoo emerge) and sorted partitions. Had to fix a permission issue with /var/tmp but may have been my fault.

Will take everything back to scratch and reinstall OZ now I know more about the zaurus.

Now strace and gdb are working, should be able to work out anything else by myself.

Next payday you guys are getting a donation for sure
« Last Edit: April 01, 2006, 11:52:57 pm by towaz »
Zaurus SL-3200 (terrier)  Openzaurus 3.5.4.1

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Openzaurus 3.5.4.1 Testing
« Reply #71 on: April 02, 2006, 04:41:14 am »
is there a newer build of fbvncserver for the C3x00/C1000 machines? i remember there was one for the c7x0 and 5x00 but the keyboard mapping is hardcoded into the binary so it needs to be rebuild with the correct keymappings. i tried to compile it once, but there were too many missing files
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

silencer51

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://tchalikias.blogspot.com
Openzaurus 3.5.4.1 Testing
« Reply #72 on: April 02, 2006, 06:12:07 pm »
A question for people with 3100s... Is the 2.6 kernel really faster than the 2.4?
Zaurus SL-5500 with:
128MB CF Card                                    
128MB SD Card
Symbol WiFi CF Card (working, sorta... overheats and shuts down!)
OZ 3.5.4 & GPE

Zaurus SL-C3100 with:
pdaXrom 1.1.0beta3 & XFCE4, /dev/hda1 256MB swap, /dev/hda2 512MB ext3, /dev/hda3 3328MB FAT32 for stuff
D-Link DCF-660 WiFi CF Card
1GB SD Card
128MB SD Card
128MB CF Card (for flashing)
USB Host Cable

& a Sony VAIO PCG-C1XD Picturebook with accessories...

[img]http://img58.imageshack.us/img58/7319/usbar21mw.gif\" border=\"0\" class=\"linked-sig-image\" /]

silencer51

  • Full Member
  • ***
  • Posts: 172
    • View Profile
    • http://tchalikias.blogspot.com
Openzaurus 3.5.4.1 Testing
« Reply #73 on: April 02, 2006, 06:25:04 pm »
Also, since I'm almost ready to try 3.5.4.1 on my C3K1, how should my internal flash be partitioned before flashing?

I currently have the latest pdaXrom with my home partition being 58mb in size... Someone mentioned that OZ only works with the default (Sharp ROM) partitioning...

What should I do exatcly in order to flash properly?
Zaurus SL-5500 with:
128MB CF Card                                    
128MB SD Card
Symbol WiFi CF Card (working, sorta... overheats and shuts down!)
OZ 3.5.4 & GPE

Zaurus SL-C3100 with:
pdaXrom 1.1.0beta3 & XFCE4, /dev/hda1 256MB swap, /dev/hda2 512MB ext3, /dev/hda3 3328MB FAT32 for stuff
D-Link DCF-660 WiFi CF Card
1GB SD Card
128MB SD Card
128MB CF Card (for flashing)
USB Host Cable

& a Sony VAIO PCG-C1XD Picturebook with accessories...

[img]http://img58.imageshack.us/img58/7319/usbar21mw.gif\" border=\"0\" class=\"linked-sig-image\" /]

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Openzaurus 3.5.4.1 Testing
« Reply #74 on: April 03, 2006, 02:31:56 am »
OZ 3.5.4.1 does not use flash on 3x00 machines - only kernel is flashed. Whole system boots directly from first partition of microdrive.

Standard flash partitioning is needed for c7x0/tosa/poodle/akita machines only - the ones without microdrives.
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.