Ll/network config: Difference between revisions
From Federal Burro of Information
< Ll
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:15:e9:74:f9:88", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0" | SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:15:e9:74:f9:88", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0" | ||
dmesg: | |||
[ 9.686024] ath5k 0000:02:00.0: enabling device (0000 -> 0002) | |||
[ 9.686024] ath5k 0000:02:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11 | |||
[ 9.687030] ath5k 0000:02:00.0: registered as 'phy0' | |||
[ 10.287013] ath: EEPROM regdomain: 0x10 | |||
[ 10.287013] ath: EEPROM indicates we should expect a direct regpair map | |||
[ 10.287013] ath: Country alpha2 being used: CO | |||
[ 10.287013] ath: Regpair used: 0x10 | |||
[ 10.330018] ath5k phy0: Atheros AR2413 chip found (MAC: 0x78, PHY: 0x45) |
Latest revision as of 20:41, 24 June 2012
/etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel eapol_version=2 update_config=1 network={ ssid="SpeedTouchC3DBB4" scan_ssid=1 psk="XXXXXX" proto=RSN key_mgmt=WPA-PSK }
/etc/udev/rules.d/70-persistent-net.rules
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:15:e9:74:f9:88", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
dmesg:
[ 9.686024] ath5k 0000:02:00.0: enabling device (0000 -> 0002) [ 9.686024] ath5k 0000:02:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11 [ 9.687030] ath5k 0000:02:00.0: registered as 'phy0' [ 10.287013] ath: EEPROM regdomain: 0x10 [ 10.287013] ath: EEPROM indicates we should expect a direct regpair map [ 10.287013] ath: Country alpha2 being used: CO [ 10.287013] ath: Regpair used: 0x10 [ 10.330018] ath5k phy0: Atheros AR2413 chip found (MAC: 0x78, PHY: 0x45)