I am simply looking for where I can download the drivers(source code is fine, doesn't have to be precompiled) for my wifi adapter. My laptop manufacture is Lenovo and the model is Z50-75. The wifi adapter is a Qualcomm Atheros AR9565. Thank you for reading this and taking the time to help me. Let me know if you need anymore information. Also, I tried looking on Lenovo's website but I couldn't find them there.
Update 2: I misread the comments. I updated the question again to put what was asked here.
0: ideapad_wlan: Wireless LAN Soft blocked: no Hard blocked: no
1: ideapad_bluetooth: Bluetooth Soft blocked: yes Hard blocked: no
3: hci0: Bluetooth Soft blocked: no Hard blocked: no
Update 3: I upgraded to 15.10 for the 4.2 kernel and the adapter didn't work after the upgrade. I was surprised, because I thought that would fix the problem.
Update 4: I deiced to run Windows 10 on the computer instead. I do enjoy using Linux and the freedoms that come with it(ie; desktop environments, running mostly open source software) but I just changed my mind. Thank you again everyone for helping me, I feel bad because I feel like I have wasted your time, but if I do happen to change my mind I will have this question to reference to. If I ever did want to test the latest distros, there are always virtual machines I could use.
lscpi -nnk | grep -iA2 net; rfkill list all
thanks – Jeremy31 Feb 03 '16 at 11:151: ideapad_bluetooth: Bluetooth Soft blocked: yes Hard blocked: no
3: hci0: Bluetooth Soft blocked: no Hard blocked: no
– Tyler Santos Feb 03 '16 at 21:58wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
and paste the contents of the wireless-info.txt file at paste.ubuntu.com and post the URL it gives you – Jeremy31 Feb 03 '16 at 22:29