I received my laptop (Thinkpad x250) today, installed Ubuntu 14.04 LTS 64-bit on it, but don't have a Wi-Fi internet connection. My Wi-Fi is working, because I am now writing this. How could I make it work on Linux?
This is the output of lspci -knn | grep Net -A2
:
03:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095b] (rev 59)
Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5210]
Kernel driver in use; iwlwifi
Internet is working on all my home devices (smartphone, and this laptop) but not on my new laptop. I see my network available in the menu bar, but can't connect to it. If i click it it searches for internet, and after a while it complains: Disconnected - you are now offline
.
And @terdon this is the output of iwconfig
:
eth0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=22 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
lo no wireless extensions.
lspci -knn | grep Net -A2
terminal command. – Pilot6 Oct 22 '15 at 13:49Disconnected - you are now offline
– Oct 22 '15 at 14:08iwconfig
after attempting to connect. – terdon Oct 22 '15 at 14:10sudo dmesg | tail
after you attempt to connect will be useful. – Braiam Oct 22 '15 at 15:21sudo dmesg | tail
: because its too long, i send it it 2 parts. @Pilot6 i have already tried the other pot, didn't help. By the way a silly question: could it be that the internet server cant find the second device if both have the same username? both amir@thinkpad... – Oct 22 '15 at 16:58[ 174.254428] wlan0: 34:81:c4:c7:fb:06 denied authentication (status 37) [ 175.292155] wlan0: authenticate with 34:81:c4:c7:fb:07 [ 175.299697] wlan0: send auth to 34:81:c4:c7:fb:07 (try 1/3) [ 175.309485] wlan0: 34:81:c4:c7:fb:07 denied authentication (status 37) [ 179.659975] wlan0: authenticate with 34:81:c4:c7:fb:06 [ 179.667027] wlan0: send auth to 34:81:c4:c7:fb:06 (try 1/3) [ 179.674142] wlan0: 34:81:c4:c7:fb:06 denied authentication (status 37)
– Oct 22 '15 at 16:59[ 189.725105] wlan0: authenticate with 34:81:c4:c7:fb:07 [ 189.732251] wlan0: send auth to 34:81:c4:c7:fb:07 (try 1/3) [ 189.742061] wlan0: 34:81:c4:c7:fb:07 denied authentication (status 37)
– Oct 22 '15 at 17:00sudo dmesg | tail
again, if no association is possible even without WPA. – David Foerster Nov 01 '15 at 10:29