Thanks for the response, but iwconfig still shows no wireless devices. Here was the output of that command:
Code:
Module ath_pci not detected -- this is fine
That was the full extent of the response. I'm not sure if there's a way to make it more verbose.
**EDIT
Here is the portion of the dmesg log that seem to be of relevance...duh
Code:
11 21:41:46 PST 2010
cfg80211: Calling CRDA to update world regulatory domain
input: ImPS/2 Generic Wheel Mouse as /class/input/input7
ath9k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ath9k 0000:02:00.0: setting latency timer to 64
cfg80211: World regulatory domain updated:
ath: EEPROM regdomain: 0x65
ath: EEPROM indicates we should expect a direct regpair map
ath: Country alpha2 being used: 00
ath: Regpair used: 0x65
(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: setting latency timer to 64
(2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
(2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
(2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
ath9k 0000:02:00.0: Failed to initialize device
ath9k 0000:02:00.0: PCI INT A disabled
ath9k: probe of 0000:02:00.0 failed with error -17
lp: driver loaded but no devices found
I also tried using insmod to insert the ath_pci.ko module myself, but to no avail. Here was dmesg from that attempt.
Code:
ath_pci: Unknown symbol ieee80211_check_mic
ath_pci: Unknown symbol ieee80211_encap
ath_pci: Unknown symbol ieee80211_input
ath_pci: Unknown symbol ieee80211_ifattach
ath_pci: Unknown symbol _ath_hal_attach
ath_pci: Unknown symbol ieee80211_beacon_update
ath_pci: Unknown symbol ath_hal_process_noisefloor
ath_pci: Unknown symbol ieee80211_find_rxnode
ath_pci: Unknown symbol ieee80211_skb_track
ath_pci: Unknown symbol ieee80211_dev_kfree_skb_list
ath_pci: Unknown symbol ieee80211_ref_node
ath_pci: Unknown symbol ieee80211_vap_setup
ath_pci: Unknown symbol ieee80211_ifdetach
ath_pci: Unknown symbol ieee80211_input_monitor
ath_pci: Unknown symbol ieee80211_dev_kfree_skb
ath_pci: Unknown symbol ieee80211_unref_node
ath_pci: Unknown symbol ath_hal_computetxtime
ath_pci: Unknown symbol ieee80211_crypto_newkey
ath_pci: Unknown symbol ieee80211_crypto_setkey
ath_pci: Unknown symbol ieee80211_dump_pkt
ath_pci: Unknown symbol ieee80211_ioctl_create_vap
ath_pci: Unknown symbol ieee80211_dev_alloc_skb
ath_pci: Unknown symbol ath_hal_mhz2ieee
ath_pci: Unknown symbol ieee80211_stop_running
ath_pci: Unknown symbol ieee80211_cipher_none
ath_pci: Unknown symbol _ath_hal_detach
ath_pci: Unknown symbol ieee80211_crypto_delkey
ath_pci: Unknown symbol ath_debug_global
ath_pci: Unknown symbol ieee80211_skb_untrack
ath_pci: Unknown symbol ieee80211_media_change
ath_pci: Unknown symbol ieee80211_beacon_miss
ath_pci: Unknown symbol ieee80211_beacon_alloc
ath_pci: Unknown symbol ieee80211_iterate_nodes
ath_pci: Unknown symbol ieee80211_vap_attach
ath_pci: Unknown symbol ieee80211_wme_updateparams
ath_pci: Unknown symbol ieee80211_ibss_merge
ath_pci: Unknown symbol ieee80211_mhz2ieee
ath_pci: Unknown symbol ath_hal_probe
ath_pci: Unknown symbol ieee80211_rate_attach
ath_pci: Unknown symbol ath_hal_print_decoded_register
ath_pci: Unknown symbol ieee80211_rate_detach
ath_pci: Unknown symbol ieee80211_send_qosnulldata
ath_pci: Unknown symbol ieee80211_create_vap
ath_pci: Unknown symbol ieee80211_wme_acnames
ath_pci: Unknown symbol ieee80211_input_all
ath_pci: Unknown symbol ieee80211_media_status
ath_pci: Unknown symbol ieee80211_start_running
ath_pci: Unknown symbol ieee80211_vap_detach
ath_pci: Unknown symbol ieee80211_announce
ath_pci: Unknown symbol ieee80211_mark_dfs
ath_pci: Unknown symbol ieee80211_chan2ieee
ath_pci: Unknown symbol ieee80211_state_name
ath_pci: Unknown symbol ath_hal_init_channels
ath_pci: Unknown symbol ieee80211_dturbo_switch
ath_pci: Unknown symbol ieee80211_crypto_encap
ath_pci: Unknown symbol ieee80211_chan2mode
ath_pci: Unknown symbol ieee80211_getrssi
ath_pci: Unknown symbol ieee80211_find_txnode
ath_pci: Unknown symbol ieee80211_cancel_scan
ath_pci: Unknown symbol ath_hal_getwirelessmodes
ath_pci: version magic '2.6.30.5 SMP mod_unload 686 ' should be '2.6.30.9 SMP mod_unload 686 '
So it looks like the ath9k kernel module isnt recognizing the device and I'm unable to insert the ath_pci module due to an unknown symbol error. Not sure where to go from here...