Jump to content

Recommended Posts

Posted

I been trying for hours to get dslinux WEB BROWSER working on my

gbamp! I got all the required hardware... just can someone who's done it before provide a short step-by-step guide on how to work it?

 

thanks, i'd REALLY like it :peopleseybrow:

Posted

login into DSLinux then enter these commands

if WEP is off ommit it

 

iwconfig nds channel <Channel> essid <your SSID> key <wepkey>

ifconfig nds up

udhcpc -n -q -i nds

 

after that enter retawq, and use the commands on the retawq page to navigate

Posted

I also suffered from the lost connection after anywhere from a few seconds to a minute or so. I went into my linksys router settings and allowed the proper IP address (the one I assign my DS) and the port to be open and not blocked. This fixed the problems I ran into with DSchat and DSlinux wifi. Now it works great. Hope that helps.

 

Any firewall or port blocking system (router, etc) may effect your connection.

Posted

Dudu.exe >

DSLinux username: root

DSLinux password: uClinux

 

but there's a hack to remove that (still have to try)

 

GrupstraNDS >

Which port specifically has to be open? I didn't read about a certain port in the Wiki (well, 80 for webbrowsing seems logical, but don't know any otherwise).

 

fischju >

Yes, I guess it's good to warn people it's text only and it runs out of memory really fast; but it's cool anyways :banghead:

Posted

I know thats the password.. but i hate it.. i hate to imput passwords.. my firefox do all the job for me..

 

and i realy want a option to change passwork or remove it!

 

 

i i didnt make browser work =[

Posted

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:

Posted (edited)

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
Posted

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:

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