I have been having a weird wifi card issue.
First, the hardware details from lshw:
- product: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz
- wifi card: Intel(R) Centrino(R) Wireless-N + WiMAX 6150
- computer maker: Asus
I have a Wireless router which other computers can easily connect to. The router has WPA personal security on it. When I was bringing up the computer on Ubuntu 14.04 LTS, here's what I have observed in /var/log/syslog.
Can I do something without the card replacement? Or am I out of luck?
Update: I tried the suggesting given by @karel. Some more info on the wireless card now being identified properly $> lshw -c network
*-network
description: Wireless interface
product: Centrino Wireless-N + WiMAX 6150
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 67
serial: 40:25:c2:c2:4b:c0
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=3.13.0-24-generic firmware=41.28.5.1 build 33926 ip=192.168.0.111 latency=0 link=no multicast=yes wireless=IEEE 802.11bg
resources: irq:51 memory:de800000-de801fff
Update 1: $> iwconfig
wmx0 no wireless extensions.
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Update 2: I did:
- modprobe -r iwlwifi
- modprobe iwlwifi
and then observed this log in /var/log/syslog.
Update 3:
modinfo iwlwifi is here. I did an rmmod on iwldvm and then modprobe iwldvm.