Niente ragazzi...ponce ha scritto:ma che c'incastra il wireless? la scheda rtl8101 e' quella ethernet!
quella wireless e' l'atheros (wlan0).
forse ne hai bevuta davvero troppa
Ehm...L'ethernet funziona, grazie ragazzi, ora per il wireless?
Moderatore: Staff

Niente ragazzi...ponce ha scritto:ma che c'incastra il wireless? la scheda rtl8101 e' quella ethernet!
quella wireless e' l'atheros (wlan0).
forse ne hai bevuta davvero troppa


Codice: Seleziona tutto
root@darkstar:/home/metrofox# /etc/rc.d/rc.inet1 restart
info, wlan0: sending signal 1 to pid 8151
info, wlan0: exiting
/etc/rc.d/rc.inet1: wlan0 information: 'Multiband Atheros based 802.11a/b/g universal NIC'
Error for wireless request "Set Nickname" (8B1C) :
SET failed on device wlan0 ; Operation not supported.
Polling for DHCP server on interface wlan0:
info, wlan0: dhcpcd 3.2.3 starting
info, wlan0: hardware address = 00:24:d2:28:0e:b3
info, wlan0: DUID = 00:01:00:01:11:92:9b:31:00:24:d2:28:0e:b3
info, wlan0: broadcasting for a lease
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
debug, wlan0: waiting for 30 seconds
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
debug, wlan0: sending DHCP_DISCOVER with xid 0x6da7678a
err, wlan0: timed out
info, wlan0: trying to use old lease in `/etc/dhcpc/dhcpcd-wlan0.info'
info, wlan0: probing for an IPV4LL address
debug, wlan0: sending ARP probe #1
debug, wlan0: sending ARP probe #2
debug, wlan0: sending ARP probe #3
debug, wlan0: sending ARP claim #1
debug, wlan0: sending ARP claim #2
warn, wlan0: using IPV4LL address 169.254.171.25
info, wlan0: adding IP address 169.254.171.25/16
debug, wlan0: no dns information to write
debug, wlan0: writing /etc/dhcpc/dhcpcd-wlan0.info
debug, wlan0: forking to background
info, wlan0: exiting
Codice: Seleziona tutto
IFNAME[4]="wlan0"
#IPADDR[4]=""
#NETMASK[4]=""
USE_DHCP[4]="yes"
#DHCP_HOSTNAME[4]="icculus-wireless"
DHCP_KEEPRESOLV[4]="yes"
DHCP_KEEPNTP[4]="yes"
DHCP_KEEPGW[4]="yes"
#DHCP_IPADDR[4]=""
WLAN_ESSID[4]="metrofox"
#WLAN_MODE[4]=Managed
#WLAN_RATE[4]="54M auto"
#WLAN_CHANNEL[4]="auto"
DHCP_KEEPGW[4]="yes"
#DHCP_IPADDR[4]=""
#WLAN_ESSID[4]="metrofox"
#WLAN_MODE[4]=Managed
#WLAN_RATE[4]="54M auto"
#WLAN_CHANNEL[4]="auto"
#WLAN_KEY[4]="D5AD1F04ACF048EC2D0B1C80C7"
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK="96389d$
WLAN_WPA[4]="wpa_supplicant"
#WLAN_WPADRIVER[4]="ndiswrapper"Codice: Seleziona tutto
# Multiband Atheros based 802.11a/b/g universal NIC cards
00:05:4E:*)
INFO="Multiband Atheros based 802.11a/b/g universal NIC"
# ESSID (extended network name) : My Network, any
ESSID="metrofox"
# Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
MODE="Managed"
# Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
FREQ=""
CHANNEL="7"
# Bit rate : auto, 1M, 11M,54M
RATE="auto"
#Encryption key: 4567-89AB-CD, s:password
# Example for 40-bit encryption:
#KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]"
# Example for 104-bit encryption (aka 128-bit WEP):
#KEY="d5ad2f05abd048ecf10b1c80c7"
KEY="D5AD1F04ACF048EC2D0B1C80C7"
# Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
IWCONFIG=""
# iwspy parameters : + 01:23:45:67:89:AB
IWSPY=""
# iwpriv parameters : set_port 2, set_histo 50 60
IWPRIV=""
;;
Codice: Seleziona tutto
# See /usr/doc/wpa_supplicant-0.6.9/wpa_supplicant.conf.sample
# for many more options that you can use in this file.
# This line enables the use of wpa_cli which is used by rc.wireless
# if possible (to check for successful association)
ctrl_interface=/var/run/wpa_supplicant
# By default, only root (group 0) may use wpa_cli
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
#country=US
# WPA protected network, supply your own ESSID and WPAPSK here:
network={
scan_ssid=0
ssid="metrofox"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16
priority=10
}
# Plaintext connection (no WPA, no IEEE 802.1X),
# nice for hotel/airport types of WiFi network.
network={
key_mgmt=NONE
priority=0
}
Codice: Seleziona tutto
root@darkstar:/home/metrofox# lspci | grep Atheros
03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
Codice: Seleziona tutto
root@darkstar:/home/metrofox# lsmod | grep ath
ath5k 109216 0
mac80211 155492 1 ath5k
led_class 3392 1 ath5k
cfg80211 36436 2 ath5k,mac80211
