Results 1 to 4 of 4

Thread: Wifi Drivers Razer Advanced 15

  1. #1
    Join Date
    2022-Aug
    Posts
    2

    Wifi Drivers Razer Advanced 15

    Trouble getting network drivers to work on my Razer Advanced 15.

    Running Dual Boot with Windows 11, fairly certain i have a Intel(R) Wi-Fi AX 200 160mhz

    README documentation of the iwlwifi drivers asks me to run the following command, but i do not have permission: cp iwlwifi-ty-a0-gf-a0-59.ucode /lib/firmware

    Therefore i run this instead: sudo cp iwlwifi-ty-a0-gf-a0-59.ucode /lib/firmware

    This prompts my password, and after entering the password the kernel gives no other response, and network does not work after restarting.

    Any help would be greatly appreciated!

    The following is my lspci:


    ┌──(kalif㉿kali)-[~]
    └─$ lspci
    00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
    00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
    00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 07)
    00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
    00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
    00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
    00:15.0 Serial bus controller: Intel Corporation Cannon Lake PCH Serial IO I2C Controller #0 (rev 10)
    00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
    00:1b.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #20 (rev f0)
    00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #9 (rev f0)
    00:1d.4 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #13 (rev f0)
    00:1e.0 Communication controller: Intel Corporation Cannon Lake PCH Serial IO UART Host Controller (rev 10)
    00:1f.0 ISA bridge: Intel Corporation HM470 Chipset LPC/eSPI Controller (rev 10)
    00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
    00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
    00:1f.5 Serial bus controller: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
    01:00.0 VGA compatible controller: NVIDIA Corporation TU106M [GeForce RTX 2070 Mobile] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation TU106 High Definition Audio Controller (rev a1)
    01:00.2 USB controller: NVIDIA Corporation TU106 USB 3.1 Host Controller (rev a1)
    01:00.3 Serial bus controller: NVIDIA Corporation TU106 USB Type-C UCSI Controller (rev a1)
    02:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
    03:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
    04:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
    05:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
    05:01.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
    05:02.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018] (rev 06)
    06:00.0 System peripheral: Intel Corporation JHL7540 Thunderbolt 3 NHI [Titan Ridge 2C 2018] (rev 06)
    3c:00.0 USB controller: Intel Corporation JHL7540 Thunderbolt 3 USB Controller [Titan Ridge 2C 2018] (rev 06)

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    You say your running diual boot, as in 'bare metal Kali' on seperate partition?

    If you have an ethernet connection you could use;

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

    to ensure you have the correct firmware loaded, and to then make Kali look for the adapter, if you've already copied across the correct firmware to the right place;

    sudo cp iwlwifi-ty-a0-gf-a0-59.ucode /lib/firmware

    You may only need to run the second command!
    Your correct in terms of which device you have;

    02:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)

    If you need more help, post the output of;

    iwconfig

    ifconfig


    Don't forget to also ensure NetworkManager is running;

    sudo systemctl enable NetworkManager
    sudo systemctl start NetworkManager

  3. #3
    Join Date
    2022-Aug
    Posts
    2
    Thank you for the response! Yes I am running bare metal in the same ssd as my windows OS.

    As of right now my pc does not have an ethernet port, so I do not have access to internet. Only way I have had any way to download a file is to reboot into Windows and download it into an USB-stick.

    Also means the commands above did not result in anything. Even iwlconfig and ifconfig required my to run sudo apt update before they worked.

    So my situation is no direct access to internet through Kali OS, only in windows. Any more info I could relay?

  4. #4
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    You can download all the latest firmware from here;

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

    unpack it, copy it complete to

    /lib/firmware/

    Then a complete power down and cold reboot..

Similar Threads

  1. Intel Centrino Advanced N 6230 AGN WiFi disconnects
    By Farlog in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-03-19, 20:27
  2. Replies: 2
    Last Post: 2014-08-01, 07:32
  3. Meterpreter - Advanced Privilege Escalation?
    By iwavetostars in forum General Archive
    Replies: 5
    Last Post: 2013-12-03, 17:53

Tags for this Thread

Posting Permissions

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