Hi I was having trouble with my wireless after a kernel upgrade so I thought I would try compat-wireless but during my mucking around I have managed to remove the wlan0 interface.
Here is the hardware info:
jonesn-laptop:/home/jonesn # hwinfo --wlan
05: PCI 600.0: 0282 WLAN controller
[Created at pci.310]
UDI: /org/freedesktop/Hal/devices/pci_8086_4229
Unique ID: vTuk.8tCoKkSdb09
Parent ID: hoOk.0O_DsNnPKTD
SysFS ID: /devices/pci0000:00/0000:00:1c.2/0000:06:00.0
SysFS BusID: 0000:06:00.0
Hardware Class: network
Model: “Intel PRO/Wireless 4965 AG or AGN Network Connection”
Vendor: pci 0x8086 “Intel Corporation”
Device: pci 0x4229 “PRO/Wireless 4965 AG or AGN Network Connection”
SubVendor: pci 0x8086 “Intel Corporation”
SubDevice: pci 0x1101
Revision: 0x61
Features: WLAN
Memory Range: 0xfa000000-0xfa001fff (rw,non-prefetchable)
IRQ: 10 (no events)
Module Alias: “pci:v00008086d00004229sv00008086sd00001101bc02sc80i00”
Driver Info #0:
Driver Status: iwlagn is not active
Driver Activation Cmd: “modprobe iwlagn”
Driver Info #1:
Driver Status: iwl4965 is not active
Driver Activation Cmd: “modprobe iwl4965”
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #17 (PCI bridge)
After running modprobe:
jonesn-laptop:/home/jonesn # modprobe iwl4965
FATAL: Error inserting iwl4965 (/lib/modules/2.6.25.16-0.1-pae/weak-updates/drivers/net/wireless/iwlwifi/iwl4965.ko): Unknown symbol in module, or unknown parameter (see dmesg)
**
And in dmesg: **
iwl4965: disagrees about version of symbol iwl_rxon_add_station
iwl4965: Unknown symbol iwl_rxon_add_station
iwl4965: disagrees about version of symbol iwl_scan_cancel_timeout
iwl4965: Unknown symbol iwl_scan_cancel_timeout
iwl4965: disagrees about version of symbol iwl_send_statistics_request
iwl4965: Unknown symbol iwl_send_statistics_request
iwl4965: disagrees about version of symbol iwl_set_default_wep_key
iwl4965: Unknown symbol iwl_set_default_wep_key
iwl4965: disagrees about version of symbol iwl_scan_cancel
iwl4965: Unknown symbol iwl_scan_cancel
iwl4965: disagrees about version of symbol iwl_chain_noise_calibration
iwl4965: Unknown symbol iwl_chain_noise_calibration
iwl4965: disagrees about version of symbol ieee80211_free_hw
iwl4965: Unknown symbol ieee80211_free_hw
iwl4965: disagrees about version of symbol iwl_remove_dynamic_key
iwl4965: Unknown symbol iwl_remove_dynamic_key
iwl4965: disagrees about version of symbol iwl_get_ra_sta_id
iwl4965: Unknown symbol iwl_get_ra_sta_id
iwl4965: disagrees about version of symbol iwl_rx_reply_compressed_ba
iwl4965: Unknown symbol iwl_rx_reply_compressed_ba
iwl4965: disagrees about version of symbol iwl_txq_update_write_ptr
iwl4965: Unknown symbol iwl_txq_update_write_ptr
iwl4965: disagrees about version of symbol iwl_eeprom_free
iwl4965: Unknown symbol iwl_eeprom_free
iwl4965: disagrees about version of symbol iwl_set_rxon_channel
iwl4965: Unknown symbol iwl_set_rxon_channel
iwl4965: disagrees about version of symbol ieee80211_start_tx_ba_session
iwl4965: Unknown symbol ieee80211_start_tx_ba_session
iwl4965: disagrees about version of symbol iwl_power_update_mode
lspci:
jonesn-laptop:/home/jonesn # lspci | grep -i wireless
06:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)
I guess I have installed the wrong driver or the like, can some one point me in the right direction for reinstating the wireless interface?
Thanks for your help.
Nick