Results 1 to 6 of 6

Thread: Dell Latitude e5440, Intel Wireless 7260: Not working on ubuntu 12.04

  1. #1
    Join Date
    Mar 2014
    Beans
    3

    Dell Latitude e5440, Intel Wireless 7260: Not working on ubuntu 12.04

    I have ubuntu 12.04, the wireless works on windows but not on my ubuntu.

    I ran this command that I found

    wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script


    and got this:

    http://pastebin.com/9MVaDHRC



    Thanks for your help

  2. #2
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: dell latitude e5440 wireless not working on ubuntu 12.04

    hi, please post the output of..
    Code:
    uname -mr
    lspci -nnk | grep -iA2 net 
    dmesg | grep iwl
    also you have loaded the b43 wireless driver
    that is for broadcom devices,you have an Intel wireless
    card. Lets remove that non working b43 driver.
    please do..
    Code:
    sudo apt-get remove --purge  b43-fwcutter firmware-b43-installer
    thanks.
    Last edited by Hadaka; March 9th, 2014 at 02:35 PM.
    Craving anchovy, herring and squid pizza.....with clam sauce

  3. #3
    Join Date
    Mar 2014
    Beans
    3

    Re: dell latitude e5440 wireless not working on ubuntu 12.04

    You are correct, I just ran some commands I found in similar threads.
    I removed the drivers like you said, and this is the output of the first command :

    uname -mr
    3.8.0-37-generic x86_64

    lspci -nnk | grep -iA2 net
    00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I218-LM [8086:155a] (rev 04)
    Subsystem: Dell Device [1028:05de]
    Kernel driver in use: e1000e
    --
    02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73)
    Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:4470]


    dmesg | grep iwl
    no output

  4. #4
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: dell latitude e5440 wireless not working on ubuntu 12.04

    hi, thanks for removing that. This link is EXACTLY
    what you need to do to get this going. if you need
    help with it..let me know.Read the entire post,follow the
    commands...end of post...and all should be fine.
    http://askubuntu.com/questions/33166...260-version-63
    Craving anchovy, herring and squid pizza.....with clam sauce

  5. #5
    Join Date
    Mar 2014
    Beans
    3

    Re: dell latitude e5440 wireless not working on ubuntu 12.04

    Thanks a lot, this worked after a restart.

  6. #6
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Dell Latitude e5440, Intel Wireless 7260: Not working on ubuntu 12.04

    Good, then please mark the thread 'solved'.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •