Results 1 to 7 of 7

Thread: Latitude 5411 no drivers for wifi or sound

  1. #1
    Join Date
    Mar 2016
    Beans
    16

    Latitude 5411 no drivers for wifi or sound

    I have Installed Kubuntu 20.04 LTS on Dell Latitude 5411 laptop (https://certification.ubuntu.com/hardware/202002-27717) but unfortunately there are no sound and wifi card drivers installed. Weirdly wifi was working for sure during the installation process. Looks like something wasn't installed properly. How can I fix it?

  2. #2
    Join Date
    Nov 2009
    Beans
    372
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: Latitude 5411 no drivers for wifi or sound

    Post the output from 'lspci' command here so that people can make suggestions to fix your issue - it is possible that your laptop may actually contain different hardware?
    Last edited by gdesilva; January 14th, 2021 at 12:50 AM.
    __________________________________________________ ______________________________________
    Sent from my iSomething running Linux - safe, fast and it is free! Didn't have to pay for the badge

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

    Re: Latitude 5411 no drivers for wifi or sound

    Post results from terminal for
    Code:
    dpkg -l | grep linux-modules-extra-$(uname -r)

  4. #4
    Join Date
    Jun 2007
    Beans
    14,783

    Re: Latitude 5411 no drivers for wifi or sound

    Seeing as how it's very new hardware (Comet Lake), you should try the newer HWE kernel before anything else:
    Code:
    sudo apt-get install linux-generic-hwe-20.04

  5. #5
    Join Date
    Mar 2016
    Beans
    16

    Re: Latitude 5411 no drivers for wifi or sound

    Quote Originally Posted by gdesilva View Post
    Post the output from 'lspci' command here so that people can make suggestions to fix your issue - it is possible that your laptop may actually contain different hardware?
    Code:
    00:00.0 Host bridge: Intel Corporation 10th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 02)
    00:01.1 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x8) (rev 02)
    00:02.0 VGA compatible controller: Intel Corporation UHD Graphics (rev 05)
    00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 02)
    00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
    00:12.0 Signal processing controller: Intel Corporation Comet Lake PCH Thermal Controller
    00:14.0 USB controller: Intel Corporation Comet Lake USB 3.1 xHCI Host Controller
    00:14.2 RAM memory: Intel Corporation Comet Lake PCH Shared SRAM
    00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201
    00:15.0 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH Serial IO I2C Controller #0
    00:15.1 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH Serial IO I2C Controller #1
    00:16.0 Communication controller: Intel Corporation Comet Lake HECI Controller
    00:16.3 Serial controller: Intel Corporation Device 06e3
    00:17.0 SATA controller: Intel Corporation Device 06d3
    00:1c.0 PCI bridge: Intel Corporation Device 06b8 (rev f0)
    00:1c.5 PCI bridge: Intel Corporation Device 06bd (rev f0)
    00:1d.0 PCI bridge: Intel Corporation Comet Lake PCI Express Root Port #9 (rev f0)
    00:1f.0 ISA bridge: Intel Corporation Device 068e
    00:1f.3 Audio device: Intel Corporation Comet Lake PCH cAVS
    00:1f.4 SMBus: Intel Corporation Comet Lake PCH SMBus Controller
    00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH SPI Controller
    00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (11) I219-LM
    02:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX250] (rev a1)
    03:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
    04:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
    04:01.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
    04:02.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
    05:00.0 System peripheral: Intel Corporation JHL7540 Thunderbolt 3 NHI [Titan Ridge 2C 2018] (rev 06)
    3b:00.0 USB controller: Intel Corporation JHL7540 Thunderbolt 3 USB Controller [Titan Ridge 2C 2018] (rev 06)
    3c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
    3d:00.0 Non-Volatile memory controller: Micron Technology Inc Device 5405

  6. #6
    Join Date
    Mar 2016
    Beans
    16

    Re: Latitude 5411 no drivers for wifi or sound

    Quote Originally Posted by jeremy31 View Post
    Post results from terminal for
    Code:
    dpkg -l | grep linux-modules-extra-$(uname -r)
    it returns nothing.

  7. #7
    Join Date
    Mar 2016
    Beans
    16

    Re: Latitude 5411 no drivers for wifi or sound

    Quote Originally Posted by Yellow Pasque View Post
    Seeing as how it's very new hardware (Comet Lake), you should try the newer HWE kernel before anything else:
    Code:
    sudo apt-get install linux-generic-hwe-20.04
    This did the trick! Thanks.

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
  •