Results 1 to 5 of 5

Thread: Intel Wireless-N 7260 Ubuntu 14.04 compatibility?

  1. #1
    Join Date
    Dec 2014
    Beans
    1

    Intel Wireless-N 7260 Ubuntu 14.04 compatibility?

    I have searched all over trying to install a working wireless driver for this card on my ubuntu installation. i have a Lenovo T440s with the Intel Wireless-N 7260 card installed - works fine on Windows 8.1.

    Thanks in advance

  2. #2
    Join Date
    Apr 2009
    Location
    UK Lake District
    Beans
    3,092
    Distro
    Kubuntu 18.04 Bionic Beaver

    Re: Intel Wireless-N 7260 Ubuntu 14.04 compatibility?

    Boot ubuntu live
    and see
    If it's going to work, it should do so in the live system
    Ubuntu 18.04

  3. #3
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Intel Wireless-N 7260 Ubuntu 14.04 compatibility?

    I have just installed Xubuntu 14.04.1 on a new laptop with INTEL® N-7260 (300Mbps, 802.11BGN) wireless, and that is working fine, so it is not just the card causing the problem.

  4. #4
    Join Date
    May 2014
    Location
    /home
    Beans
    10,943
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Intel Wireless-N 7260 Ubuntu 14.04 compatibility?

    If you have a wired connection available, run the software update program or in terminal
    Code:
    sudo apt-get update && sudo apt-get upgrade
    The answer might be in Ubuntu kernel 3.13.0-40 if
    Code:
    lspci -nnk | grep -iA2 net
    shows this as your wifi
    Code:
    02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev cb)
            Subsystem: Intel Corporation Device [8086:4c70]

  5. #5
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Intel Wireless-N 7260 Ubuntu 14.04 compatibility?

    Quote Originally Posted by robert-grimm7 View Post
    I have searched all over trying to install a working wireless driver for this card on my ubuntu installation. i have a Lenovo T440s with the Intel Wireless-N 7260 card installed - works fine on Windows 8.1.

    Thanks in advance
    Check to see that the switch or key combination is set to enable wireless:
    Code:
    rfkill list all
    The driver iwlwifi is included in recent Ubuntu versions. See if it loaded:
    Code:
    lsmod | grep iwl
    If not, load it:
    Code:
    sudo modprobe iwlwifi
    Finally, check for errors, warnings, etc. in the log:
    Code:
    dmesg | grep iwl
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Tags for this Thread

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
  •