I just installed Ubuntu 14.04 alongside windows 8 on my Vaio laptop. Wifi is working on windows normally but it's not working on Ubuntu though I can connect to internet through ethernet.There is nothing shown in additional drivers. And iwconfig
shows the following data
eth0 no wireless extensions.
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
lspci -vnn | grep Network
showed:
01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
I read somewhere that after connecting through ethernet Ubuntu automatically looks for required wireless drivers but nothing such thing has happened.
My laptop specification is at: http://www.amazon.in/Sony-Series-SVE1513ACNB-15-5-inch-Laptop/dp/B00D16KEFQ
lspci -vnn | grep Network
and post the result in question you can edit. – αғsнιη Sep 26 '14 at 11:56sudo apt-get update && sudo apt-get upgrade
? if you didn't that, do the commands in terminal and then type "Additional Drivers" in dash then wait for checking drivers and select wireless driver from listed driver, then click "Apply changes" to start installation. – αғsнιη Sep 26 '14 at 14:11