this is the wireless card
Code: Select all
08:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
Subsystem: Foxconn International, Inc. Device e01f
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at f1000000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 2
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [60] Express Legacy Endpoint, MSI 00
Capabilities: [90] MSI-X: Enable- Count=1 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel <?>
Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
Kernel driver in use: ath9k
Kernel modules: ath9kCode: Select all
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
#modules=("wpa_supplicant") #makes configuration solely wpa_supplicant's responsibility
wpa_supplicant_wlan0="-Dwext"
config_eth0=("dhcp")
config_wlan0=("dhcp")
essid_wlan0="wscale"
ap_wlan0="00:14:6C:AE:C5:38"
mode_wlan0="managed"
channel_wlan0="1"
key_wscale="" #like i am telling the whole world :P


