Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wireless at startup
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 2:56 pm    Post subject: wireless at startup Reply with quote

ho installato la dwl-520+ e funziona... per farla funzionare però bisogna ogni volta caricare un modulo
Code:
modprobe acx_pci
e poi laniare uno script
Code:
./start_net
... il n00b quindi si chide: come si fa a far fare questi due comandi a gentoo all'avvio? (tenete conto che ho già messo net.wlan0 all'avvio ma ovviamente non va senza aver eseguito quanto sopra!)
grazie, ciao!
Back to top
View user's profile Send private message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 2:59 pm    Post subject: Reply with quote

anzi, mi correggo... bisogna solo far partire il modulo!!! quindi occorre metterlo nel tree del kernel... how?
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Fri Apr 01, 2005 3:06 pm    Post subject: Reply with quote

Code:
echo "acx_pci" >> /etc/modules.autoload.d/kernel-2.6

_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 3:09 pm    Post subject: Reply with quote

questo fa anche in modo che il modulo venga caricato prima di caricare le interfaccie di rete?
grazie mille
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Fri Apr 01, 2005 3:09 pm    Post subject: Reply with quote

soigres wrote:
questo fa anche in modo che il modulo venga caricato prima di caricare le interfaccie di rete?
grazie mille

sure
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 3:13 pm    Post subject: Reply with quote

grandissimo... grandissimo!!!! è vero!
l'unica cosa è che sto modulo ci impiega 15 secondi a caricarlo... ma questo penso dipenda dai produttori, no?
grande!!!
grazie, ciao!
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Fri Apr 01, 2005 3:15 pm    Post subject: Reply with quote

soigres wrote:
l'unica cosa è che sto modulo ci impiega 15 secondi a caricarlo... ma questo penso dipenda dai produttori, no?

Oddio... non è proprio normalissimo che ci metta 15 secondi a caricarlo... dovrebbe essere pressochè immediato! o_0
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 3:16 pm    Post subject: Reply with quote

no... anche quando lo caricavo a mano... suggerimenti?
Back to top
View user's profile Send private message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 3:18 pm    Post subject: Reply with quote

un'altra cosa... come faccio a settare di default le proprietà della connessione wireless (essid, channell, ecc)... io so solo usare /etc/conf.d/net
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Fri Apr 01, 2005 3:26 pm    Post subject: Reply with quote

soigres wrote:
un'altra cosa... come faccio a settare di default le proprietà della connessione wireless (essid, channell, ecc)... io so solo usare /etc/conf.d/net

Dipende da che versione di baselayout usi. Dai un'occhiata qui -> https://forums.gentoo.org/viewtopic-p-2163887.html
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 3:36 pm    Post subject: Reply with quote

quello che non capisco è che io ho wireless-tools ma il file /etc/conf.d/wireless.example non ce l'ho
Back to top
View user's profile Send private message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 3:40 pm    Post subject: Reply with quote

ok, ho quella vecchia
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Fri Apr 01, 2005 3:42 pm    Post subject: Reply with quote

soigres wrote:
ok, ho quella vecchia


Non postare un post dopo l'altro ma edita sempre l'ultimo se devi fare delle aggiunte.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Fri Apr 01, 2005 3:47 pm    Post subject: Reply with quote

soigres wrote:
quello che non capisco è che io ho wireless-tools ma il file /etc/conf.d/wireless.example non ce l'ho

Come ho spiegato in quell'how-to, l'essitenza di quel file dipende SOLO dal baselayout
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 4:12 pm    Post subject: Reply with quote

scusate per il casino
Code:
key_ESSID="s:<chiave_wep> enc open"
preferred_aps=( "ESSID" )

io non ho una key perchè faccio contollo sui mac... quindi ho messo solo essid_wlan0="nome", giusto?
beh.. non va... faccio reboot e iwconfig non mi da la mia wlan0 con le impostazioni corrette... non va messo anche /etc/conf.d/wireless in /etc/init.d/wireles ?
Back to top
View user's profile Send private message
soigres
l33t
l33t


Joined: 09 Dec 2004
Posts: 648
Location: Milano, Italy

PostPosted: Fri Apr 01, 2005 5:33 pm    Post subject: wifi config Reply with quote

http://gentoo-wiki.com/HOWTO_Wireless_Configuration_and_Startup
ma il file /etc/conf.d/wireless non va aggiunto di default (rc-update add ..... default)?
e comunque da quanto ho provato sto coso non mi va più nemmeno le impostazioni di ifconfig di default... boh
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Fri Apr 01, 2005 6:29 pm    Post subject: Reply with quote

Ho fatto il merge del tuo thread con questo continua qui.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
CoBr4
n00b
n00b


Joined: 29 Apr 2005
Posts: 10

PostPosted: Fri Apr 29, 2005 2:41 am    Post subject: Re: wireless at startup Reply with quote

soigres wrote:
ho installato la dwl-520+ e funziona... per farla funzionare però bisogna ogni volta caricare un modulo
Code:
modprobe acx_pci
e poi laniare uno script
Code:
./start_net
... il n00b quindi si chide: come si fa a far fare questi due comandi a gentoo all'avvio? (tenete conto che ho già messo net.wlan0 all'avvio ma ovviamente non va senza aver eseguito quanto sopra!)
grazie, ciao!


Sono nuovo del Forum, e vedo moltissime cose interessanti :wink:

soigres, volevo farti due domande, quel modulo che dici, dove lo hai preso??
a me da errore...che driver hai usato per quella scheda??
Back to top
View user's profile Send private message
CoBr4
n00b
n00b


Joined: 29 Apr 2005
Posts: 10

PostPosted: Fri Apr 29, 2005 3:51 am    Post subject: Reply with quote

Allora...il modulo acx_pci l'ho trovato e caricato, come detto da te!!
da questo link http://ndiswrapper.sourceforge.net/phpwiki/index.php/List
ho visto la mia scheda 3 volte (una D-Link DWL-G520+ | lspci -n = 104c:9066 )
ho provato i driver per win2000 detti sulla terza prova, ma purtroppo non va bene, quando faccio
Code:
iwlist wlan0 scan

non mi trova nulla...ma se faccio
Code:
iwconfig wlan0 essid "Access Point"

vedo che lo mette, ma purtroppo non serve a nulla...
se uso i driver per XP gplus.inf mi fa lo scan e mi trova l'Access Point, ma quando devo immettere l'essid non mi inserisce nulla!!

HELP!!!!!
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Fri Apr 29, 2005 7:16 am    Post subject: Reply with quote

Prova a settare tutti i parametri che conosci, che fornisce il tuo access point.. io mi sono fatto uno script del tipo:

Code:

# fermo la scheda di rete
/sbin/ifconfig eth0 down

# Settaggio parametri wireless
/usr/sbin/iwconfig ath0 essid **********
/usr/sbin/iwconfig ath0 channel *
/usr/sbin/iwconfig ath0 ap **:**:**:**:**:**
/usr/sbin/iwconfig ath0 key *************
/usr/sbin/iwconfig ath0 rate 54M

# settaggio ip adattatore wireless
/sbin/ifconfig ath0 192.168.0.53 netmask 255.255.255.0 up
/sbin/route add default gw 192.168.0.1


E' fondamentale che l'essid corrisponda con quello dell'ap e anche il canale deve essere lo stesso.. ovvero la frequenza su cui trasmette. Poi aggiungi anche il MAC address del tuo AP e se usi qualche key wep aggiungi anche quella...

chiaramente poi devi asssegnarli un ip....:wink:
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
CoBr4
n00b
n00b


Joined: 29 Apr 2005
Posts: 10

PostPosted: Fri Apr 29, 2005 7:32 am    Post subject: Reply with quote

Come faccio a sapere il canale che debbo usare??
per caso tu hai la stessa scheda wi-fi?? perchè non so se rimettere i driver precendinti, visto che non mi fa più lo scan, quindi posso dedurre che quei driver nn vanno!!!
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Fri Apr 29, 2005 7:37 am    Post subject: Reply with quote

CoBr4 wrote:
Come faccio a sapere il canale che debbo usare??
per caso tu hai la stessa scheda wi-fi?? perchè non so se rimettere i driver precendinti, visto che non mi fa più lo scan, quindi posso dedurre che quei driver nn vanno!!!


Il canale lo sai guardando sul tuo AP...
no ho un dlink AirPlus DWL-G650 ...uso i driver madwife.. controlla se sono compatibili con la tua!


Qui la guida che ho scritto..
https://forums.gentoo.org/viewtopic-p-2198392.html

:D
_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
CoBr4
n00b
n00b


Joined: 29 Apr 2005
Posts: 10

PostPosted: Fri Apr 29, 2005 11:24 am    Post subject: Reply with quote

Da quello che ho potuto vedere la tua scheda ha un chipset ACX111, ma non penso che vada bene...
ora provo e poi vi faccio sapere??
ma e' possibile che nessuno ha questa scheda D-Link DWL-G520+, e che mi dica e piccoli passaggi che ha fatto??al massimo il dirver che ha usato...:cry:
Back to top
View user's profile Send private message
neryo
Veteran
Veteran


Joined: 09 Oct 2004
Posts: 1292
Location: Ferrara, Italy, Europe

PostPosted: Fri Apr 29, 2005 11:17 pm    Post subject: Reply with quote

CoBr4 wrote:
Da quello che ho potuto vedere la tua scheda ha un chipset ACX111, ma non penso che vada bene...
ora provo e poi vi faccio sapere??
ma e' possibile che nessuno ha questa scheda D-Link DWL-G520+, e che mi dica e piccoli passaggi che ha fatto??al massimo il dirver che ha usato...:cry:


La tua ha un chipset acx100 per caso?? http://acx100.sourceforge.net/ prova a cercare in device list, c'e' anche la tua scheda...

Code:
# emerge -s acx100
Searching...   
[ Results for search key : acx100 ]
[ Applications found : 1 ]
 
*  net-wireless/acx100 [ Masked ]
      Latest version available: 0.2.0_pre8-r4
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 277 kB
      Homepage:    http://acx100.sourceforge.net/
      Description: Driver for the ACX100 and ACX111 wireless chipset (CardBus, PCI, USB driver disabled because it does not compile)
      License:     GPL-2 as-is

_________________
cache: a safe place for hiding or storing things..

D-link DWL-G650 AirPlus
Apache Php Mysql
Back to top
View user's profile Send private message
CoBr4
n00b
n00b


Joined: 29 Apr 2005
Posts: 10

PostPosted: Sun May 01, 2005 2:39 am    Post subject: Reply with quote

No..la mia scheda ha chipset ACX 111, cmq l'ho gia emerso quel programma che mi hai mensionato, e ho anche caricato il modulo acx_pci

ma nulla!!!

Helppppppp
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum