Hi,
I upgraded my DELL latitude D820 laptop to Kubuntu 15.04 as suggested by Kubuntu. Everything works ok for me, except one crucial thing.
The wireless card stopped working, although it is loaded in the kernel.
Hardware info of the card: intel Pro/wireless 3945ABG [Golan]
I tried to unload and reload the module with:
output from lspci -v for the card:
Jan Willem
I upgraded my DELL latitude D820 laptop to Kubuntu 15.04 as suggested by Kubuntu. Everything works ok for me, except one crucial thing.
The wireless card stopped working, although it is loaded in the kernel.
Hardware info of the card: intel Pro/wireless 3945ABG [Golan]
I tried to unload and reload the module with:
Code:
sudo modprobe -r iwl3945 sudo modprobe iwl3945
Code:
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02) Subsystem: Intel Corporation Device 1021 Flags: bus master, fast devsel, latency 0, IRQ 29 Memory at efdff000 (32-bit, non-prefetchable) [size=4K] Capabilities: [c8] Power Management version 2 Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [e0] Express Legacy Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Device Serial Number 00-18-de-ff-ff-70-c5-c0 Kernel driver in use: iwl3945
Comment