12

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?

dharamija
  • 121
  • 3
  • 1
    channel 1 is the most crowded channel in your very congested area. You seriously need to set your router to broadcast over a different channel, preferably one that is not in use or won't interfere as much with your neighboring networks. – mchid Nov 20 '15 at 06:49
  • 1
    there is nobody on channel 9, channel 9 is a good channel and make sure your router is not broadcasting "n only" and that it is broadcasting bg or you may need to enable wireless n on ubuntu. – mchid Nov 20 '15 at 06:53
  • Can you be more specific about your connection issues? What exactly happens when you try to connect to your network? On the face of it, there doesn't seem to be anything wrong with your drivers or iwlwifi.conf file - and the device seems to be enabled and scanning plenty of access points. – steeldriver Nov 20 '15 at 13:11
  • The post suggested by davidfoerster as duplicate is relevant to <= 12.04 versions of Ubuntu, I'm running 14.04. please refrain from the easy "click to help" by up-voting that suggestion. 2. mchid thanks but I change channels regularly how should I enable "n" on Ubuntu? 3. @steeldriver I click on the "updown" connectivity arrows in the upper right hand corner of the desktop screen. + I can see available routers including mine, + I select my router, the wifi icon "pulses" for a bit. + Then nothing, no error, no connection just noting. Hope this helps.
  • – dharamija Nov 20 '15 at 22:17
  • Thanks @kos for the bounty, at least one knight, mercenary? has taken up the call specifically motivated by your generosity, others have commented too. Thank you. – dharamija Nov 20 '15 at 22:36
  • Can you add the output of terminal command nmcli con list as well please? – steeldriver Nov 20 '15 at 22:48
  • No problem, really, +50 is difficult for a new user to earn (and hence to set on their own question), and the question is useful, well written and detailed, so it deserved it. Just let me know at any point if any of the answer you receive works, so that I can award the bounty to the working answer. – kos Nov 21 '15 at 06:13
  • @steeldriver nmcli con list NAME UUID TYPE TIMESTAMP-REAL
    Wired connection 1 958cff2c-4a4d-4b14-af5f-33e3ac65ec32 802-3-ethernet Fri 20 Nov 2015 10:29:28 PM PST
    2WIRE260 957086b3-b19f-4384-809c-387a1c5a4372 802-11-wireless never what do you think?
    – dharamija Nov 21 '15 at 06:34