pop-os / linux-firmware

Pop!_OS fork of https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-firmware
Other
38 stars 12 forks source link

WiFi card does not work #33

Open AAnzel opened 1 year ago

AAnzel commented 1 year ago

Distribution (run cat /etc/os-release, uname -a):

NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy
LOGO=distributor-logo-pop-os
Linux pop-os 6.2.6-76060206-generic #202303130630~1680814622~22.04~3850312 SMP PREEMPT_DYNAMIC Thu A x86_64 x86_64 x86_64 GNU/Linux

Related Application and/or Package Version (run apt policy $PACKAGE NAME):

linux-firmware:
  Installed: 20230213.gitbf4115c1-0ubuntu1+system76~1677174484~22.04~76a1c5b
  Candidate: 20230213.gitbf4115c1-0ubuntu1+system76~1677174484~22.04~76a1c5b
  Version table:
 *** 20230213.gitbf4115c1-0ubuntu1+system76~1677174484~22.04~76a1c5b 1001
       1001 http://apt.pop-os.org/release jammy/main amd64 Packages
       1001 http://apt.pop-os.org/release jammy/main i386 Packages
        100 /var/lib/dpkg/status
     20220329.git681281e4-0ubuntu3.12 500
        500 http://apt.pop-os.org/ubuntu jammy-updates/main amd64 Packages
        500 http://apt.pop-os.org/ubuntu jammy-updates/main i386 Packages
     20220329.git681281e4-0ubuntu3.10 500
        500 http://apt.pop-os.org/ubuntu jammy-security/main amd64 Packages
        500 http://apt.pop-os.org/ubuntu jammy-security/main i386 Packages
     20220329.git681281e4-0ubuntu1 500
        500 http://apt.pop-os.org/ubuntu jammy/main amd64 Packages
        500 http://apt.pop-os.org/ubuntu jammy/main i386 Packages

Issue/Bug Description: WiFi card info (sudo lspci -v, and sudo lshw -C network):

03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device b852
    Subsystem: Lenovo Device 4853
    Physical Slot: 0
    Flags: fast devsel, IRQ 255, IOMMU group 11
    I/O ports at 2000 [disabled] [size=256]
    Memory at fd400000 (64-bit, non-prefetchable) [disabled] [size=1M]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [148] Device Serial Number 00-e0-4c-ff-fe-88-52-01
    Capabilities: [158] Latency Tolerance Reporting
    Capabilities: [160] L1 PM Substates
*-network UNCLAIMED
       description: Network controller
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
       resources: ioport:2000(size=256) memory:fd400000-fd4fffff

WiFi doesn't work after kernel update 6.2.+, even though it should work according to this commit: https://github.com/torvalds/linux/commit/9695dc2e4be90315471ea4c672836929f5c403fe

Steps to reproduce (if you know):

Expected behavior: The WiFi driver is loaded, and the WiFi works.

Other Notes: I am sorry if this is the wrong place for this issue.

AAnzel commented 1 year ago

I tested the same WiFi card on Ubuntu 23.04 beta today, and it works perfectly. I acquired the ISO image from the official Ubuntu website https://releases.ubuntu.com/lunar/. The beta uses kernel 6.2., which is lower than the kernel Pop!_OS currently uses (6.2.6-76060206-generic).