Score:0

New laptop, WIFI card not working

ธง in

I have recently bought a GP66 leopard 11uh laptop, and while it's mostly working fine, I am having trouble getting the WIFI card to work on this laptop in ubuntu. The drivers and firmware are installed I believe, and I am on 21.04. The wifi card is a Killer Wi-Fi 6E AX1675. I currently have a usb wifi adapter installed, but I would like to get this internal one working.

So far, I have found out via this link that the wifi card is basically a branded AX210; http://forum.notebookreview.com/threads/killer-wi-fi-6e-ax1675.835669/

Which should be supported by intel: https://www.intel.ca/content/www/ca/en/support/articles/000005511/wireless.html

However it unfortunately is not working. The drivers and firmware are installed I believe, it's just not showing up. I've included some relevant outputs I got while attempting to get this device to work. Thank you for your time and help!

'''

sudo lshw -C network
  *-usb:1                   
       description: Wireless interface
       product: 802.11 bg WLAN
       vendor: Ralink
       physical id: 3
       bus info: usb@3:3
       logical name: wlx001cf08a304c
       version: 0.01
       serial: 00:1c:f0:8a:30:4c
       capabilities: usb-2.00 ethernet physical wireless
       configuration: broadcast=yes driver=rt73usb driverversion=5.11.0-22-generic firmware=1.7 ip=192.168.86.227 link=yes maxpower=300mA multicast=yes speed=480Mbit/s wireless=IEEE 802.11
  *-network
       description: Ethernet interface
       product: RTL8125 2.5GbE Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: enp4s0
       version: 04
       serial: d8:bb:c1:21:71:58
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.11.0-22-generic firmware=rtl8125b-2_0.0.2 07/13/20 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:16 ioport:3000(size=256) memory:82300000-8230ffff memory:82310000-82313fff
  *-network UNCLAIMED
       description: Network controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:06:00.0
       version: 1a
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix cap_list
       configuration: latency=0
       resources: memory:82200000-82203fff
'''

'''
lspci -nnk | grep 0280 -A3
06:00.0 Network controller [0280]: Intel Corporation Device [8086:2725] (rev 1a)
    Subsystem: Rivet Networks Device [1a56:1674]
'''

'''
ls /lib/firmware | grep 8000
iwlwifi-8000C-13.ucode
iwlwifi-8000C-16.ucode
iwlwifi-8000C-21.ucode
iwlwifi-8000C-22.ucode
iwlwifi-8000C-27.ucode
iwlwifi-8000C-31.ucode
iwlwifi-8000C-34.ucode
iwlwifi-8000C-36.ucode
'''

EDIT: I already have the firmware installed, it's still not working for some reason.

Score:0
ธง ng

คุณจะพบไดรเวอร์ของการ์ด Intel AX210 WiFi 6E ตามลิงค์:

* https://www.intel.de/content/www/de/de/support/articles/000005511/wireless.html
* https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-ty-59.601f3a66.0.tgz

หรือคุณใช้แพ็กเก็ต .deb:

https://pkgs.org/download/firmware-iwlwifi
Mitch avatar
in flag
ฉันได้ติดตั้งเฟิร์มแวร์แล้ว มันยังใช้งานไม่ได้ด้วยเหตุผลบางประการ
Mitch avatar
in flag
ฉันลองติดตั้ง .deb ที่คุณแนะนำแล้ว แต่มันใช้งานไม่ได้ sudo dpkg -i ? ฉันค่อนข้างแน่ใจว่ามีเฟิร์มแวร์อยู่ในนั้นแล้ว
Drew Johnston avatar
ge flag
@Mitch คุณพบวิธีแก้ปัญหานี้หรือไม่? ผมมีปัญหาเดียวกัน. ไดรเวอร์มีอยู่ใน /lib/firmware โดยเป็นส่วนหนึ่งของ distro ubuntu 21.04 เริ่มต้น และเวอร์ชันเคอร์เนล (5.11) ควรรองรับ แต่อุปกรณ์ไม่ได้ถูกอ้างสิทธิ์ (BT โหลด np) AX1675 แตกต่างจาก AX210 อย่างไร?
Drew Johnston avatar
ge flag
ฉันได้ลองติดตั้ง popOS และ Debian แล้ว - แต่ผลลัพธ์เดียวกัน: ไม่สามารถกำหนดค่าการ์ดได้ ณ จุดนี้ฉันคิดว่าฉันจะลองอัปเดตเคอร์เนลเป็นเคอร์เนล mainline 5.13 และดูว่ารองรับ ... หรือลอง Arch
Mitch avatar
in flag
เฮ้ น่าเสียดายที่ฉันยังไม่สามารถหาทางออกได้ในตอนนี้ ตอนนี้ฉันลงเอยด้วยการใช้ WSL บน windows เท่าที่ฉันเจ็บปวด Intel กล่าวว่าการ์ด wifi นี้ไม่รองรับบน linux แม้ว่ามันจะถูกระบุว่ารองรับเมื่อฉันซื้อก็ตาม ฉันจะลองอีกครั้งในวันนี้ แต่ถ้าไม่ได้ผล ฉันน่าจะเปลี่ยนการ์ดสำหรับบางอย่างที่เข้ากันได้
Drew Johnston avatar
ge flag
@Mitch - ฉันสามารถยืนยันได้ว่าการ์ด wifi ทำงานบน Ubuntu 21.10 รุ่นล่าสุด (ซึ่งฉันเพิ่งติดตั้งเสร็จเมื่อไม่กี่นาทีที่ผ่านมา) การเปิดตัว 21.10 ครั้งสุดท้ายยังเหลืออีก 8 สัปดาห์.. โครงสร้างปัจจุบันค่อนข้างเสถียรและใช้งานได้กับการ์ด wifi ax210/ax1675 (GE66 11uh)
Mitch avatar
in flag
ขอบคุณวาด! คุณเอาชนะฉันได้ฮ่า ๆ ฉันกำลังดาวน์โหลดตอนนี้
milembar avatar
cn flag
ฉันมี MSI Stealth GS66 11uh และน่าเสียดายที่การอัปเดตเป็น 21.10 ไม่ได้แก้ปัญหาให้ฉัน ฉันไม่สามารถบู๊ตเคอร์เนลเริ่มต้นได้ด้วยซ้ำ และฉันก็ต้องใช้อันที่เก่ากว่า มิฉะนั้น ไดรฟ์ของฉันจะไม่ถูกตรวจจับ...

โพสต์คำตอบ

คนส่วนใหญ่ไม่เข้าใจว่าการถามคำถามมากมายจะปลดล็อกการเรียนรู้และปรับปรุงความสัมพันธ์ระหว่างบุคคล ตัวอย่างเช่น ในการศึกษาของ Alison แม้ว่าผู้คนจะจำได้อย่างแม่นยำว่ามีคำถามกี่ข้อที่ถูกถามในการสนทนา แต่พวกเขาไม่เข้าใจความเชื่อมโยงระหว่างคำถามและความชอบ จากการศึกษาทั้ง 4 เรื่องที่ผู้เข้าร่วมมีส่วนร่วมในการสนทนาด้วยตนเองหรืออ่านบันทึกการสนทนาของผู้อื่น ผู้คนมักไม่ตระหนักว่าการถามคำถามจะมีอิทธิพลหรือมีอิทธิพลต่อระดับมิตรภาพระหว่างผู้สนทนา