Still need some help or ideas even. After trying all suggestions from @Chil and @Dav see comments below (the @ sign signals them I've responded in some way to the question right? I still have the same problem.
I can "see" wireless networks but I can't connect. I have fresh results to the all in one wireless script at >http://paste.ubuntu.com/13206822>, perhaps someone can make sense of this for me and free me from the tripping hazard clinging to my laptop and dragging across the living room floor, down the hall and into the common room. Thanks, Desi
Thank you David Foerster for your review of my post and recommendation to review, "How do I get my Lenovo T61 to connect to a wireless network?" The solution for that issue is possibly restricted to Ubuntu 11.04 & 11.10 depending, I suppose, on the accuracy of the wording in that post, please correct me if otherwise. I did, in any event, try the recommendation but it did solve my problem.
I'm running Ubuntu 14.04, I installed with the Internal Network Adapter Boot disabled in the BIOS. USB's didn't work until I enabled the Internal Network Adapter. Wireless has never worked but did identify available wireless networks. Wired Connection works just fine.
I have tried for several hours over several days to load the drivers for the "Intel Pro/Wireless 4965 AG or AGN Kedron" wireless controller. (I'm new) Additionally when I installed Ubuntu I accidentally didn't select "allowing for proprietary drivers"
The additional drivers tab,(System Settings/Software & Updates/) is empty, the search comes up negative. I have since installed Ubuntu-extras thinking that would help. I discovered the iwlagn Driver on the Intel site and thought that my solution. I tried to remove the existing iwl4965 Driver and was only partially successful.
I was not confident I found the correct info on how to install the Driver recommended by Intel-they suggested adding the drivers directly to (libraries?) I need help cleaning up the mess I've made and installing the proper driver so I can finally have freedom from my Ethernet tether.
I would also like to undo the installation "error/choice" when I selected "no proprietary" drivers - if necessary. Here is some info based on what others have been advised to provide.
Scratch that I followed the recommendation the popped up as I tried to submit my question to run the Wired/Wireless all in One script. I'll will remove most of what I had intended as it is all replaced and more at:http://paste.ubuntu.com/13141481/
I hope you can help.
desi@desi-HP-Compaq-8510p:~$ cat /etc/lsb-release; uname -a
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"
Linux desi-HP-Compaq-8510p 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
desi@desi-HP-Compaq-8510p:~$ lspci -nnk | grep -iA2 net
00:19.0 Ethernet controller [0200]: Intel Corporation 82566MM Gigabit Network Connection [8086:1049] (rev 03)
Subsystem: Hewlett-Packard Company Device [103c:30c5]
Kernel driver in use: e1000e
10:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection [8086:4229] (rev 61)
Subsystem: Intel Corporation Device [8086:1000]
The following is why I believe I only partially uninstalled the wireless driver....
desi@desi-HP-Compaq-8510p:~$ cat /etc/modprobe.d/iwlwifi.conf
# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system. When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
I'm sure the all in one script will contain a more accurate assessment of my troubles than I was able to cobble together....so I removed several pages of additional info the recommended substitute All in One Script can be found at old link - paste_ubuntu_com/13141481/.
Thanks again for your consideration.
Desi
ps. while going through the recommended wireless "solutions" I did the following....sudo apt-get install firmware-b43-installer ....now I realize that's for a broadcom chip set right? Can it be undone?