IPB

Benvenuto Visitatore ( Log In | Registrati )

Seguici su:    
> [GUIDA] DSLinux su supercard FAQ, Miniguida su come installare DsLinux e supercad
dengue
messaggio Wednesday 8 November 2006 - 19:37
Messaggio #101

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 69
Iscritto il: Wed 23 November 2005 - 09:32
Da: Venaria (TO)
Utente Nr.: 8.943
Feedback: 0 (0%)




Dslinux miniguida



Dslinux è il port di linux per la consolle Nintendo, la documentazione è disponibile qui http://www.dslinux.org/wiki/index.php

Requisiti:

-DsLinux Nintendo/RAM Version 3.2.0
-Router/wifi usb/nintendo wfc (richiede driver modificati) nel mio casi un router Sitecom WL-118
-Flashcard (Supercard SD) stessa cosa per M3
-Browser: Links o Retawq (non occorre scaricare nulla)

Il file da scaricare si trova al sito www.dslinux.org nella sezione download la distribuzione e per supercard dslinux-ram.tgz qui http://kineox.free.fr/DS/dslinux-ram.tgz una volta scaricata scompattate con winrar (il file si chiama dslinux-ram senza estensione aggoingete .zip e riaprite con winrar fino ad ottenere una directory Linux e il file dslinux.nds copiate il tutto sulla vostra memoria sd e la prima parte è fatta.
Testa il tutto lanciando dal menu della supercard il file Dslinux.nds otterra una schermata (quella classica di linux all'avvio) alla fine della quale otterrai il prompt di linux à, per spegnere correttamente devi lanciare il seguente comando poweroff e dare invio.

Configurazione
Dopo il prompt digitare quanto segue

cd /etc/
cp rc.defaults rc.conf

ora potremo editare il file rc.conf con le nostre preferenze (Nota:non editare il file con windows) per fare ciò vi avvaremo di un editor di nome nano

nano /etc/rc.conf

qui ci troveremo ad inserire i nostri dati

in questo esempio:
sid=GBARL
canale=11
wepkey=CHIAVE SEGRETA
ip=192.168.0.123
gateway=192.168.0.1


eccovi una copia del file :

################################################################
#
# INSTRUCTIONS
#
# You have to make a copy of this file so you can edit it.
#
# If you are using the RAM or the RAM-DEVEL build,
# run this command to create the copy:
# cp /etc/rc.defaults /media/linux/etc/rc.conf
#
# If you are using the GBAMP or the GBAMP-EXT2 build,
# run this command to create the copy:
# cp /etc/rc.defaults /gbamp/linux/etc/rc.conf
#
# If you are using the M3 CF build,
# run this command to create the copy:
# cp /etc/rc.defaults /m3/linux/etc/rc.conf
#
# If you are using the SUPERCARD CF or the SUPERCARD SD
# build, run this command to create the copy:
# cp /etc/rc.defaults /supercard/linux/etc/rc.conf
#
# If you are using the DSMEM build,
# run this command to create the copy:
# cp /etc/rc.defaults /sd/linux/etc/rc.conf
#
# If you are using the NDS version of DSLinux,
# run this command to create the copy:
# cp /etc/rc.defaults /var/rc.conf
# NOTE THAT /var/rc.conf WILL NOT BE PRESERVED ACROSS
# REBOOTS ON THE NDS BUILD!
#
# If you are using the .ds.gba version of DSLinux,
# run this command to create the copy:
# cp /etc/rc.defaults /sram/rc.conf.
# The /sram filesystem needs to be initialised before
# it can be used.
# See http://www.dslinux.org/wiki/Running_DSLinux
# for more information.
#
# Then edit the copy with vi.
# If you have never used vi before, see:
# http://www.dslinux.org/wiki/Vi
# There is an introduction to vi on that page.
#
################################################################


# This file provides default flags for the DSLinux boot process.
# The flags defined in this file can be either set or empty.
# If a flag is empty, it will not affect the system.

# This sets the hostname. You can set this to whatever you want.
hostname="NintendoDS"

# By default, wireless networking is not started on boot.
# If you want to enable it at boot time, set this flag to "YES".
enable_network_on_boot="NO"

# You can start networking anytime by running:
# /etc/rc.d/network start
# and stop it anytime by running:
# /etc/rc.d/network stop

# DSLinux can use network settings from your Nintendo WiFi
# Connection (WFC) profiles. If you want to use this feature,
# set wfc_config to the number of the profile you want to use,
# either 1, 2 or 3. You don't have to configure anything else
# if you use WFC settings.
# If you don't want to use WFC settings, leave wfc_config
# empty and configure your network below instead.
wfc_config=""

# Set the essid of your wireless router here.
# For example:
# essid="MyEssid"
# You cannot use wireless networking without setting an essid.
# Note that DSLinux only works in managed mode, i.e. with
# an access point. Ad-hoc mode is not supported.
essid="GBARL"

# If DSLinux fails to associate with your access point,
# try setting you access point's channel here.
# For example:
# channel="11"
channel="11"

# Here you can set a wepkey. Both 64bit and 128bit keys are
# supported. For hex keys, just enter the key without prefix:
# wepkey="9923829ea8923"
# For ascii keys, make sure you use an 's:' prefix:
# wepkey="s:mysecretkey"
# If you do not want to use WEP, just leave this flag empty.
wepkey="CHIAVE SEGRETA"

# You can assign a static IP and gateway. If you leave IP
# empty, automatic configuration via DHCP is used instead.
#
# For example:
# ip="192.168.1.42"
# gateway="192.168.1.1"
ip="192.168.0.123"
gateway="192.168.0.1"

# If you are not using DHCP, you can supply a
# netmask and a broadcast address, if you want to.
netmask=""
broadcast=""

# You can specify up to 2 DNS servers if you don't use DHCP.
dns1=""
dns2=""

# If you want to start telnetd on boot, so you can login into
# your DS from your PC via telnet, set start_telnetd to "YES".
# Note that you should only start the telnet server in a
# trusted environment. Do not enable it if you are in a
# public network, because anyone could easily connect to
# your DSLinux installation (the default root password
# is widely known). Neither should you configure your router
# to put the DS into DMZ, because this makes your DS accessible
# to anyone on the internet!
start_telnetd="NO"

# If you want to see your DS firmware version on boot,
# set this to "YES". By default, the firmware version is shown.
show_firmware_version="YES"

#
start_nanox="NO"

# End of file.


Quando avrete fatto termiante il programma premendo CTRL+X il prgramma mi chiederà di salvare voi risponderete Y e dopo date invio per accettare il nome del file.
Uscite con poweroff ed il gioco è fatto. Ora al riavvio potete usare il porgramma links o retawq.

I due browser

Links http://links.twibright.com/

Sotto dslinux usare links e come un ritorno al passato quando cioè si navigava in emulazione di terminale. A lancio del programma premere ESC e una volta lanciato il menu tutto può essere configurato

dal colore alla pagina da visitare salvare i settaggi e riavviare il programma perchè abbiano effetto.

Retawq http://retawq.sourceforge.net
Molto simile a tutti i text-browser (vedi Lynx) questo browser i cui comandi possono essere reperiti qui http://www.dslinux.org/wiki/Retawq

Comandi base
m - menu
S - salva sessione corrente
M - riprendere sessione salvata
Q - uscire da retawq
esc - cancellare comando

Commandi for navigazione
g - va all' url
G - edita il seguente url
Pulsante direzionale sinistro - indietro
Pulsante direzionale destro - avanti
Pulsante direzionale sopra - va al precedente link
Pulsante direzionale sotto - va al prossimo link
Invio o o - apreun link o attiva una form di un elemento (esmpio: scrivere in un campo di testo)
O - apre il link in una nuova finestra
Ctrl-o - Come il precedente ma divide in due lo schermo
r - ricarica la pagina corrente
R - forza (bypassa la cache) il caricamento, or retry failed url
. (dot) - Ferma
D - scarica dal corrente link
Ctrl-d - scarica da un link specificato dall'utente
H - forza linterpretazione della pagina in html (esempio: nel caso la pagina non temini con .htm or .html)

Comandi per il trattamento delle finestre
n - nuova finestra
N - apre la pagina corrente in una nuova finestra
C - chiude la finestra
1 (uno, non L minuscola) - unisce lo schemo precedentemente diviso
2 - divide lo schemo
Tab - passa da una finestra alla successiva
w o W - prossima finestra
Ctrl-w - lista di tutte le finestre
Y-Pulsante/spazio - pagina giu
X-Pulsante - pagina su
l (L minuscola, non 1) - scrolla in su
L - scrolla in giu

Comandi informativi
/ - cerca nella pagina corrente, indietro (non differenzia tra minuscole e maiuscole)
? - cerca nella pagina corrente, avanti (not case sensitive)
\ - mostra sorgente (use D-pad left to get back to normal view)
i - mostra link o informazione sulle form
I - mostra la visione d'insieme della pagina web/form/infromazione sull'imagine in una nuova finestra
u - Cronologia

Configurazione di retawq
Per configurare il vostro browser e quindi avere home e preferiti e salti predefiniti fate quanto segue, al prompt di dslinux createvi una directory con questo nome:

mkdir .retawq
nano .retawq/config

copiatevi questo file:

#Riga di commento
bookmarks local:/home/bookmarks.html
#then create bookmarks.html and place it in your home directory
dont-confirm quit close overwrite
home http://www.gbarl.it/lofiversion/index.php
jumps
google www.google.it
dslinux www.dslinux.org
help local:/usr/local/doc/retawq/index.html
# Then create the help file index.html and place it in /usr/local/doc/retawq/
keymap command
ctrl-n document-search-next #assign a keyboard command to 'find next'
ctrl-p document-search-previous #assign a keyboard command to 'find previous'
ctrl-a document-top #since we don't have a home key, reassign keyboard command for home
ctrl-e document-bottom #since we don't have an end key, reassign keyboard command for end
ctrl-r form-reset #assign keyboard command to reset html form
ctrl-s form-submit #assign keyboard command to submit html form
search-engine www.google.com
# http-cookies
http-cookies
allow *
# permetti tutti i cookie

salvate il tutto con CTR-x dopo date y(yes) ed invio.
Avrete ora il vostro config creato lanciate ora il vostro browser e il gioco è fatto, con h andrete sempre in home page mentre con il comando j (jump alias salti) andrete a pagine predefinite più usate.

Comandi Linux
Console virtuali
[ALT]-[Fn] ci permette di selezionare console virtuali nel caso una si sia bloccata o vogliamo mandare in esecuzioni più porgrammi (vedi sotto)

Il comando PS
Viene utilizzato per conoscere i processi attivi nei sistemi uni* Linux nei sistemi windows si usa il task-manager.
Dopo aver visto il PID del nostro processo useremo il comando kill per terminare questo proecesso.

PID Uid VmSize Stat Command
17 root SW -sh
28 root RW ps

Il comando KILL
Con tale comando noi teminiamo un processo in esecuzione, da usare con molta cautela nel caso non sappiate cosa state facendo
kill -9 (nr°di pid interessato)

Buona navigazione.

Dengue

Autore: jewelie
Sito: www.scdev.org
Forum: http://scdev.org/forum/viewtopic.php?t=7126
Foto: pitux
Traduzione libera: dengue


--------------------
Metroide Prime demo - Super Mario DS - Mario Kart DS - WarioWare Touched




Nintendo DS Silver , Nintendo DS Pink , Nintendo GameBoy Advance Sp Blue
Nintendo 64, Nindendo Wii, Playstation, Playstation 2, Playstation portable, Xbox 360
 Go to the top of the page
 
+Quote Post

Inserisci in questo messaggio
- dengue   [GUIDA] DSLinux su supercard FAQ   Wednesday 8 November 2006 - 19:37
- - mithrandir   sono riuscito a configurare il file inziale ora c...   Monday 12 February 2007 - 14:46
|- - Yad   ora basta che scrivi il comando links o retawq per...   Monday 12 February 2007 - 22:11
- - mithrandir   risolto tutto con l'help integrato exec retawq...   Tuesday 13 February 2007 - 14:10
- - HollyGR   ciao ragazzi sono nuovo volevo chiedere se dslinux...   Thursday 22 February 2007 - 17:40
|- - Yad   CITAZIONE (HollyGR @ Thursday 22 February 200...   Friday 23 February 2007 - 19:46
- - The King   Quando avvio un sito (retawq) mi dice can't 10...   Wednesday 28 February 2007 - 18:51
- - dengue   Controlla il settaggio del file /etc/rc.conf non h...   Thursday 1 March 2007 - 19:29
- - gorzy   Ma links in versione grafica era solo una bufala? ...   Friday 2 March 2007 - 23:20
- - HollyGR   raga è normale che rimanga su 2 schermate bianche ...   Monday 5 March 2007 - 17:22
|- - aletorchic   CITAZIONE (HollyGR @ Monday 5 March 2007 ...   Monday 5 March 2007 - 18:04
- - AK47   quindi questa verione opportunamente patchata dovr...   Sunday 25 March 2007 - 10:11
- - koda   CITAZIONE (AK47 @ Sunday 25 March 2007 ...   Sunday 25 March 2007 - 13:03
- - K4NO   ciao ragazzi, anch'io ho un un problema a inst...   Thursday 5 April 2007 - 20:47
- - nucatolo   anch'io sto cercando di installare dslinux per...   Friday 6 April 2007 - 22:34
|- - nucatolo   CITAZIONE (nucatolo @ Friday 6 April 2007 ...   Saturday 7 April 2007 - 16:44
- - shiny pidgeotto   nn ho ancora capito a ke serve dslinux?! è una...   Tuesday 10 April 2007 - 12:18
- - manfre94   scusate ho alcune domande da farvi... allora in qu...   Monday 16 April 2007 - 17:47
- - Fatum   Problemino: CITAZIONE cd /etc/ cp rc.defaults rc.c...   Sunday 22 April 2007 - 17:46
- - Sephiroth87   mhm, sembra che non riesca a trovare ne la cartell...   Sunday 22 April 2007 - 17:53
|- - Fatum   CITAZIONE (Sephiroth87 @ Sunday 22 April 2007...   Sunday 22 April 2007 - 18:50
- - Dark Celebi   ma serve per forza la wi fi connection? Perchè a m...   Thursday 3 May 2007 - 19:12
- - Michem   Certo che lo puoi mettere, anche se senza wifi con...   Friday 4 May 2007 - 19:51
- - Dark Celebi   anche tu qui michem comunque ok e grazie   Friday 4 May 2007 - 20:58
- - Dark Celebi   ma esiste in italiano?   Saturday 5 May 2007 - 16:21
- - Goku SSJ 58   sapete come si fanno ad installare programmi su ds...   Tuesday 26 June 2007 - 12:51
- - nuccio89   ciao a tutti io ho una m3 pro che non dovrebbe av...   Monday 9 July 2007 - 04:38
|- - Goku SSJ 58   CITAZIONE (nuccio89 @ Monday 9 July 2007 ...   Monday 9 July 2007 - 10:30
- - Maximillian!!!   ragazzi, usandicchiando questa HB, m'è venuta ...   Monday 9 July 2007 - 21:50
- - dengue   Tu stai chiedendo la luna con un aereoplanino di c...   Monday 9 July 2007 - 22:19
|- - darksider   anche a me succede lo stesso problema: ho un r4sdh...   Wednesday 22 July 2009 - 15:37
- - bravoleader   Premetto che non ho schede slot2. Ho installato qu...   Friday 7 September 2007 - 18:58
- - latios 93   salve sono rimasto indietro ho messo linux sulla r...   Sunday 16 September 2007 - 10:36
- - Pace&Amore   gentilmente un aiutino, ho fatto consistenti progr...   Monday 24 September 2007 - 02:27
- - spillo   la password la digita anche se tu non la vedi, è n...   Monday 24 September 2007 - 04:52
- - koda   CITAZIONE (Pace&Amore @ Monday 24 Septemb...   Monday 24 September 2007 - 10:54
|- - Pace&Amore   accipicchia spillo con la username e pasword che m...   Tuesday 25 September 2007 - 16:30
|- - Pace&Amore   gentili utenti, ho fatto patire linux con il file ...   Wednesday 26 September 2007 - 23:46
- - bravoleader   se nn erro, il problema è che nn hai messo dslinux...   Thursday 27 September 2007 - 08:05
|- - Pace&Amore   ciao, ho messo il file DSLINUX nella memoria princ...   Thursday 27 September 2007 - 12:25
- - bravoleader   ho preso anche io quello sen sbaglio. a me ha funz...   Friday 28 September 2007 - 08:25
|- - Pace&Amore   scusate ma una curiosità, voi il s.o linuxds lo fa...   Sunday 30 September 2007 - 23:44
- - SPIKE88   ciao a tutti! E' un pò che ne sentivo parl...   Thursday 4 October 2007 - 16:05
- - talaban   scusate ho una r4 con installato dslinux, ma appen...   Thursday 11 October 2007 - 16:33
- - spillo   sarebbe consigliabile dirci come l'hai install...   Thursday 11 October 2007 - 16:49
- - talaban   ho copiato la cartella linux e l'altro file di...   Thursday 11 October 2007 - 16:52
- - The_Dave   raga ho messo DSLinux sulla mia R4, bello, ma ora....   Tuesday 23 October 2007 - 00:08
- - vasquez   Mannaggia! Non riesco a capire: ho configurato...   Thursday 29 November 2007 - 19:47
- - Roberto83   Anche io posseggo una R4 aggiornata alla 1.13 con ...   Monday 10 December 2007 - 19:48
- - paki-san   Help ragazzi,ho un ds lite con m3 ds real,ho istal...   Thursday 3 January 2008 - 22:18
- - Xargon   Io sono rimasto a qualche mese fa con DS Linux, su...   Tuesday 8 January 2008 - 11:58
- - Zadro   CITAZIONE (paki-san @ Thursday 3 January...   Friday 18 January 2008 - 19:40
- - zack77   salve a tutti, ho scaricato dslinux in attesa dell...   Friday 14 March 2008 - 17:37
- - tuxpeppe   ma serve per forza il modulo di ram?? Se io non in...   Monday 17 March 2008 - 13:41
|- - Xargon   CITAZIONE (tuxpeppe @ Monday 17 March 2008 ...   Monday 17 March 2008 - 13:44
- - Cimi   senza ram farai fatica a far partire applicazioni ...   Monday 17 March 2008 - 14:27
|- - Xargon   CITAZIONE (Cimi @ Monday 17 March 2008 ...   Monday 17 March 2008 - 14:38
- - zack77   CITAZIONE (Roberto83 @ Monday 10 December 200...   Wednesday 19 March 2008 - 15:05
- - snes87   sto fatto dell'interfaccia grafica nn lo sapev...   Friday 21 March 2008 - 09:23
- - altair   Posto qui per chiedere informazioni su questo SO p...   Sunday 23 March 2008 - 22:29
- - latios 93   raga ma come mai con l'ultimo firmware della r...   Sunday 13 April 2008 - 11:51
- - Jubbolo   ciao a tutti a me il DSlinux parte (ho un R4 revol...   Friday 25 April 2008 - 22:32
- - Jubbolo   rispondetemi x favore!!!!!...   Saturday 26 April 2008 - 11:33
- - Jubbolo   chiedo disperatamente aiuto Rispondetemi x favore...   Saturday 26 April 2008 - 12:55
|- - a0a0   CITAZIONE (Jubbolo @ Saturday 26 April 2008 ...   Saturday 26 April 2008 - 13:05
- - long17   Raga la guida è perfetta ma non riesco a farlo and...   Sunday 4 May 2008 - 17:16
- - mezzacotoletta   sto smanettando con di ds linux da giorni ma ancor...   Friday 9 May 2008 - 11:19
- - JonhatanMorris   Qualcuno mi sa dire cosa devo inserire nelle confi...   Sunday 18 May 2008 - 18:12
- - altair   Questo topic è inutile per chiedere aiuto non vi r...   Saturday 14 June 2008 - 10:18
- - Kokiri   domanda: qualche giochino stupido di pochi Kb tipo...   Saturday 28 June 2008 - 09:01
- - Criminal90   perfetto grazie mille   Saturday 19 July 2008 - 18:27
- - zack77   ma come cavolo fate a installare dslinux? mi dite...   Monday 21 July 2008 - 07:57
- - Raowyr   Ho installato dslinux sulla r4 (versione senza ram...   Friday 1 August 2008 - 18:54
- - TheBestValerio   Ciao io ho l'M3 Ds real ho scaricato ds linux...   Wednesday 27 August 2008 - 12:36
- - Principiante   DSLinux parte ma ho un problema. uso una Acekard 2...   Tuesday 17 November 2009 - 14:10
|- - DS_PSP   CITAZIONE (Principiante @ Tuesday 17 November...   Tuesday 17 November 2009 - 14:18
|- - Principiante   CITAZIONE (DS_PSP @ Tuesday 17 November 2009 ...   Tuesday 17 November 2009 - 14:23
- - 9marco8   allora vorrei chiedere come riesco a farlo funzio...   Wednesday 17 February 2010 - 21:13
- - bitchecker   a me con il network inserito al boot da info, no l...   Saturday 11 September 2010 - 00:39
2 Pagine V  < 1 2


Reply to this topicStart new topic
1 utenti stanno leggendo questa discussione (1 visitatori e 0 utenti anonimi)
0 utenti:

 

Modalità di visualizzazione: Passa a: Normale · Passa a: Lineare · Outline


RSS Versione Lo-Fi Oggi è il: Fri 2 May 2025- 08:58

.: GBArl.it :. Copyright © 2003-2020, All Rights Reserved.
Loghi, documenti e immagini contenuti in questo Sito appartengono ai rispettivi proprietari,
e sono resi pubblici sotto licenza Creative Commons

Creative Commons License
.::.