Jump to content

how get dslinux web browser working on gbamp?


Thundrestrike

Recommended Posts

Hi, I made one script to connect twirling the command

"sh /home/wifion.sh" and to detach "sh /home/wifioff.sh"

executes the publisher of text of dslinux:

 

vi /home/wifion.sh

 

iwconfig nds channel 6 essid SoftAP-91 key 0102031a2b

ifconfig nds 192.168.1.2 up

route add default gw 192.168.1.1

 

-----------------------------------------

use command wq to save in vi.

and

 

vi /home/wifioff.sh

 

ifconfig nds 192.168.1.2 down

 

------------------------------------------

use command wq to save in vi.

 

it does not forget to execute this command, only a time:

 

echo "nameserver 192.168.1.1" > /etc/resolv.conf

 

----------------------------------------------------------------

 

it modifies as its configuration in route with IP, channel,essid, WEP,etc.

I wait to have helped, by!!!! :banghead:

Link to comment
Share on other sites

There is a way to remove the login for DSLinux, and I just tried it out two days ago. It's easy enough to do, even for a complete idiot like myself.

 

http://www.dslinux.org/index.php?showtopic=1314

 

is the topic you can read, it includes the instructions and a link to a free hex edit program you can use. It's real simple and only took a couple minutes to go from getting the program, inserting CF, editing the file, saving and booting.

 

edit: Also, there is This topic that explains how to edit ina startscript for DSlinux with nologin, which also includes a link at the end of the post with pre-edited versions of the dslinux files with nologin and startscripts for M3, GBAmp, and supercard. Hope it helps!

Edited by GrupstraNDS
Link to comment
Share on other sites

Hmm... I try to configure the wifi settings with:

 

wconfig nds channel 11 essid Aspinall

ifconfig nds 192.168.0.4 up

route add default gw 192.168.0.1

 

Because my

channel = 11

essid = Aspinall

IP address I want to give my DS = 192.168.0.4

routers IP address = 192.168.0.1

 

I then try and ping google and get "unknown host"

 

Where am I going wrong?

 

Thanks guys :banghead:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...