OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

2 Pages V   1 2 >  
Reply to this topicStart new topic
> Problem With R121 And Sl-c860
pyknite
post Mar 5 2007, 12:01 AM
Post #1





Group: Members
Posts: 118
Joined: 20-October 05
From: Neuchatel (swiss)
Member No.: 8,354



hi there...

i tried yesterday to install the new version r121... I put the u-boot on my zaurus 860 and install r121... all work great... but my wifi card (an asus) doesn't work sad.gif

when i put him in the slot, it is recognised by the mount tools, and the led on the card light on and off...

i create a new profile named "wireless" but i can't connect sad.gif

is there a solution?

and it's possible to install older version of pdaxrom (like the beta1 (because my wifi card work with this version)) with u-boot or i need to restore the original nan flash util??

thx all wink.gif

++
Go to the top of the page
 
+Quote Post
harvell
post Mar 5 2007, 12:16 AM
Post #2





Group: Members
Posts: 242
Joined: 11-May 06
From: Silicon Valley, CA
Member No.: 9,831



I know with r121 the Lan and Wifi program does not work correctly. Your better off running a script to get it working. Check out this thread

http://www.oesf.org/forums/index.php?showtopic=21852

it may help starting off. I know the pdaXrom website has sample scripts too. A further search will say something like a service for the latest kernel is not the same that the program reference too.

Hope that helps. biggrin.gif
Go to the top of the page
 
+Quote Post
pyknite
post Mar 5 2007, 12:35 AM
Post #3





Group: Members
Posts: 118
Joined: 20-October 05
From: Neuchatel (swiss)
Member No.: 8,354



QUOTE(harvell @ Mar 5 2007, 12:16 AM)
I know with r121 the Lan and Wifi program does not work correctly.  Your better off running a script to get it working.  Check out this thread

http://www.oesf.org/forums/index.php?showtopic=21852

it may help starting off.  I know the pdaXrom website has sample scripts too.  A further search will say something like a service for the latest kernel is not the same that the program reference too.

Hope that helps. biggrin.gif
*



hi... thx for answer wink.gif

but wich script do you speak about?

otherwise it's possible to install beta1 with u-boot... or beta4 work great with lan and wifi?

thx wink.gif
Go to the top of the page
 
+Quote Post
pyknite
post Mar 5 2007, 09:50 AM
Post #4





Group: Members
Posts: 118
Joined: 20-October 05
From: Neuchatel (swiss)
Member No.: 8,354



no more ideas??? wink.gif
Go to the top of the page
 
+Quote Post
grog
post Mar 5 2007, 10:00 AM
Post #5





Group: Members
Posts: 692
Joined: 27-January 04
From: Canada
Member No.: 1,564



I know this doesn't really help you, but FWIW I'm in the same boat as you. I haven't been able to get my SMC card working in r121 (see details here). Since the last post I've made there & reflashed r121 & am working on other stuff. If somebody does have a solution I think we'd both love to hear it.
Go to the top of the page
 
+Quote Post
Capn_Fish
post Mar 5 2007, 10:23 AM
Post #6





Group: Members
Posts: 2,350
Joined: 30-July 06
Member No.: 10,575



QUOTE(pyknite @ Mar 5 2007, 03:35 AM)
but wich script do you speak about?
*


Here's a direct copy from pdaxrom.org:

I have made some scripts for loads and configure my Zaurus network gadgets.

eth0.up
CODE
#!/bin/bash
ifconfig eth0 192.168.0.5 up
route add default gw 192.168.0.1
echo "nameserver 192.168.0.1" > /etc/resolv.conf
ifconfig eth0


wlan0.up
CODE
#!/bin/sh
ifconfig wlan0 down
iwconfig wlan0 essid ESSIDNAME mode managed key XXXXXXXXXX channel NN power on


EDIT: You may need to add "dhcpcd wlan0" to the end of the script to get it to work.

This post has been edited by Capn_Fish: Mar 5 2007, 10:24 AM
Go to the top of the page
 
+Quote Post
harvell
post Mar 5 2007, 10:43 AM
Post #7





Group: Members
Posts: 242
Joined: 11-May 06
From: Silicon Valley, CA
Member No.: 9,831



QUOTE(pyknite @ Mar 5 2007, 12:35 AM)
QUOTE(harvell @ Mar 5 2007, 12:16 AM)
I know with r121 the Lan and Wifi program does not work correctly.  Your better off running a script to get it working.  Check out this thread

http://www.oesf.org/forums/index.php?showtopic=21852

it may help starting off.  I know the pdaXrom website has sample scripts too.  A further search will say something like a service for the latest kernel is not the same that the program reference too.

Hope that helps. biggrin.gif
*



hi... thx for answer wink.gif

but wich script do you speak about?

otherwise it's possible to install beta1 with u-boot... or beta4 work great with lan and wifi?

thx wink.gif
*



Here's the script I wrote on the link I posted earlier

#!/bin/sh
echo "Resetting Wireless"
ifconfig wlan0 down
rm /var/run/dhcpcd-wlan0.pid
sleep 1
echo "Turning Up Network"
ifconfig wlan0 up
iwconfig wlan0 essid Core mode managed key ##########
dhcpcd wlan0
sleep 5
ifconfig wlan0

It's probably not the best. But it worked for me.
Go to the top of the page
 
+Quote Post
pyknite
post Mar 5 2007, 11:13 AM
Post #8





Group: Members
Posts: 118
Joined: 20-October 05
From: Neuchatel (swiss)
Member No.: 8,354



ok, thx for answer... must i change the "###############" for the key?

thx wink.gif
Go to the top of the page
 
+Quote Post
harvell
post Mar 5 2007, 11:25 AM
Post #9





Group: Members
Posts: 242
Joined: 11-May 06
From: Silicon Valley, CA
Member No.: 9,831



Yup... and change the ssid as well. "Core" is the one I have set at home.
Go to the top of the page
 
+Quote Post
pyknite
post Mar 5 2007, 11:40 AM
Post #10





Group: Members
Posts: 118
Joined: 20-October 05
From: Neuchatel (swiss)
Member No.: 8,354



ok thx, but i have no key on my router... i put none? or i just put that:iwconfig wlan0 essid Core mode managed
thx
Go to the top of the page
 
+Quote Post
pyknite
post Mar 5 2007, 11:56 AM
Post #11





Group: Members
Posts: 118
Joined: 20-October 05
From: Neuchatel (swiss)
Member No.: 8,354



thx a lot now it work... i m posting from my Z wink.gif
Go to the top of the page
 
+Quote Post
harvell
post Mar 5 2007, 12:28 PM
Post #12





Group: Members
Posts: 242
Joined: 11-May 06
From: Silicon Valley, CA
Member No.: 9,831



great to hear biggrin.gif
Go to the top of the page
 
+Quote Post
grog
post Mar 5 2007, 01:08 PM
Post #13





Group: Members
Posts: 692
Joined: 27-January 04
From: Canada
Member No.: 1,564



QUOTE(harvell @ Mar 5 2007, 02:28 PM)
great to hear biggrin.gif
*

Yah, good to hear the somebody has it working. i'll try it again & report back in my own thread.
Go to the top of the page
 
+Quote Post
pyknite
post Mar 5 2007, 02:47 PM
Post #14





Group: Members
Posts: 118
Joined: 20-October 05
From: Neuchatel (swiss)
Member No.: 8,354



hihi.... it s great to come back to pdaxrom wink.gif but there is some bug anymore sad.gif i cant have the right click for example... sad.gif
Go to the top of the page
 
+Quote Post
Antikx
post Mar 5 2007, 03:19 PM
Post #15





Group: Members
Posts: 1,156
Joined: 5-January 05
From: Winnipeg, Manitoba
Member No.: 6,127



Holding down the Fn or shift key while clicking should work.
Give it a try.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 25th May 2013 - 06:21 PM