Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
curioso problema con l'attivazione di wlan0
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
devilheart
l33t
l33t


Joined: 17 Mar 2005
Posts: 848
Location: Villach, Austria

PostPosted: Fri Jun 08, 2007 2:52 pm    Post subject: curioso problema con l'attivazione di wlan0 Reply with quote

è da un paio di giorni che ho questo strano problema: l'interfaccia wlan0 è associata correttamente alla rete, è attivata ma non le è assegnato alcun ip (e quindi neanche la route di default). il file di configurazione dell'interfaccia è:
Code:
modules=( "wpa_supplicant" )
wpa_supplicant_wlan0=( "ndiswrapper" )
mtu_wlan0="1458"
config_wlan0=( "192.168.0.10 netmask 255.255.255.0" )
routes_wlan0=(  "default via 192.168.0.1" )
dns_servers_wlan0=("208.67.222.222")
mentre quello di wpa_supplicant
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
network={
        ssid="Apple Network ed8607"
        key_mgmt=NONE
        priority=6
}

network={
        ssid="baator"
        key_mgmt=NONE
        priority=7
}
network={
        ssid="runner"
        key_mgmt=NONE
        priority=5
}
il problema ha iniziato a manifestarsi senza alcun motivo apparente. eth0 invece è configurata correttamente
idee?
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
Page 1 of 1

 
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