Results 1 to 12 of 12

Thread: Drivers XPS 13 Plus (9320) Wifi and others

  1. #1
    Join Date
    2022-Aug
    Posts
    5

    Drivers XPS 13 Plus (9320) Wifi and others

    Hello all

    I'm trying to install wifi driver for my computer XPS 13 Plus (9320).
    Everything seems to work except wifi and sound.

    I have already tried to copy the first firmware.
    I don't know if it was the right one, I can't find mine in my list.

    https://www.intel.com/content/www/us.../wireless.html


    I have access to the internet via a cable and the updates have not given anything

    Thanks in advance. It's really an ordeal installing drivers on linux


    This is my config:

    Intel?Core? i5-1240P
    Affichage 13,4 FHD+ (1920 x 1200) InfinityEdge
    16 Go memory LPDDR5
    512G M.2 PCIe Gen 4 NVMe Solid State Drive
    Graphic card Intel? Iris? Xe
    Intel? Killer? Wi-Fi 6 1675 (AX211)

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    If you have an ethernet connection you could use;

    sudo apt-get install firmware-iwlwifi
    sudo modprobe -r iwlwifi; modprobe iwlwifi

    to ensure you have the correct firmware loaded, and to then make Kali look for the adapter.

    Don't forget to also ensure NetworkManager is running;

    sudo systemctl enable NetworkManager
    sudo systemctl start NetworkManager

    If you need more help, post the output of;

    lspci

    iwconfig

    ifconfig

  3. #3
    Join Date
    2022-Aug
    Posts
    5
    Thank you for your answer Fred.

    It's same.
    This is my output:

    # lspci
    00:00.0 Host bridge: Intel Corporation Device 4621 (rev 02)
    00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
    00:04.0 Signal processing controller: Intel Corporation Alder Lake Innovation Platform Framework Processor Participant (rev 02)
    00:05.0 Multimedia controller: Intel Corporation Device 465d (rev 02)
    00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 (rev 02)
    00:07.0 PCI bridge: Intel Corporation Alder Lake-P Thunderbolt 4 PCI Express Root Port #0 (rev 02)
    00:07.2 PCI bridge: Intel Corporation Alder Lake-P Thunderbolt 4 PCI Express Root Port #2 (rev 02)
    00:08.0 System peripheral: Intel Corporation 12th Gen Core Processor Gaussian & Neural Accelerator (rev 02)
    00:0d.0 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 USB Controller (rev 02)
    00:0d.2 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 NHI #0 (rev 02)
    00:0d.3 USB controller: Intel Corporation Alder Lake-P Thunderbolt 4 NHI #1 (rev 02)
    00:12.0 Serial controller: Intel Corporation Device 51fc (rev 01)
    00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller (rev 01)
    00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)
    00:14.3 Network controller: Intel Corporation Alder Lake-P PCH CNVi WiFi (rev 01)
    00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 (rev 01)
    00:15.1 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #1 (rev 01)
    00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Controller (rev 01)
    00:1e.0 Communication controller: Intel Corporation Alder Lake PCH UART #0 (rev 01)
    00:1e.3 Serial bus controller: Intel Corporation Device 51ab (rev 01)
    00:1f.0 ISA bridge: Intel Corporation Alder Lake PCH eSPI Controller (rev 01)
    00:1f.3 Multimedia audio controller: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)
    00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
    00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controller (rev 01)
    01:00.0 Non-Volatile memory controller: Micron Technology Inc Device 5407


    ################################################## ################

    ─# iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    eth1 no wireless extensions.


    ################################################## #######"


    ifconfig
    eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.1.4 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 fe80::66a3:22ba:6e12:3cf2 prefixlen 64 scopeid 0x20<link>
    ether 00:a0:c6:00:00:00 txqueuelen 1000 (Ethernet)
    RX packets 4177 bytes 2946385 (2.8 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 3453 bytes 1148826 (1.0 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 1000 (Boucle locale)
    RX packets 16 bytes 960 (960.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 16 bytes 960 (960.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

  4. #4
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Your still only showing the Ethernet Networking controller, so that means you still need the correct firmware..
    When you unpacked the firmware you downloaded, you did copy it to the correct Kali folder?

    /lib/firmware/intel/


    The latest Linux firmware can be found here;

    https://git.kernel.org/pub/scm/linux...x-firmware.git

  5. #5
    Join Date
    2022-Aug
    Posts
    5
    Thank you so much It's work.
    I copy all files in folder /lib/firmware.

    Now can you help me with my sound driver ?

    Thanks in advance

  6. #6
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    It should have picked it up automatically..

    You can always try removing alsa and pulse audio, then reinstalling, and then rebooting your machine;

    sudo dpkg --purge --force-depends pulseaudio alsa-base alsa-utils
    sudo apt install pulseaudio alsa-base alsa-utils

    Once you reboot it should then pick up your audio adapter!

  7. #7
    Join Date
    2022-Aug
    Posts
    5
    Hello I tested and I just have the dummy output

  8. #8
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Then you probably need to enable the correct audio devices, try this in terminal;

    export AUDIODRIVER=alsa
    export AUDIODEV=pulse

  9. #9
    Join Date
    2022-Aug
    Posts
    5
    I did the export, the orders are placed but I don't have any message

  10. #10
    Join Date
    2021-May
    Location
    UK
    Posts
    772

  11. #11
    Join Date
    2022-Aug
    Posts
    2
    I have same issues, bluetooth and Wifi are not detected and not functioning. Internet works through mobile USB. Please see the screenshots. Please help.

    Screenshot from 2022-08-31 15-42-19.jpgScreenshot from 2022-09-01 07-26-08.jpgScreenshot from 2023-01-29 13-56-53.jpgScreenshot from 2023-01-29 13-57-58.jpg

  12. #12
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Then you need drivers and firmware for your wireless and Bluetooth, they often share the same card on some laptops and that can be an issue with some WiFi tools sometimes.

    Firmware;

    https://git.kernel.org/pub/scm/linux...x-firmware.git

    top one in list 'firmware package'

    Download it, unzip it to;

    /lib/firmware

    reboot.

Similar Threads

  1. Replies: 2
    Last Post: 2014-08-01, 07:32
  2. Trouble with WiFi Drivers!!
    By rishabh in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2014-04-05, 15:17

Posting Permissions

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