tomaspinho / rtl8821ce

Other
1.58k stars 412 forks source link

Maintainership #26

Open tomaspinho opened 5 years ago

tomaspinho commented 5 years ago

As of 28th February 2019, I will no longer have access to a machine with the Wi-Fi chip supported by this module. Therefore, I will no longer be able to maintain this repository from a functionality perspective.

If you are able to continue development, please contact me.

pawitp commented 3 years ago

Has anyone had the chance to try our Linux 5.12-rc2, especially with a RFE 2 chip? How is it looking?

Works fine for me with no speed issues. (I never had any speed issue.)

02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
    DeviceName: WLAN
    Subsystem: Hewlett-Packard Company Device 831a
    Flags: bus master, fast devsel, latency 0, IRQ 57, IOMMU group 8
    I/O ports at 2000 [size=256]
    Memory at c0800000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: <access denied>
    Kernel driver in use: rtw_8821ce
    Kernel modules: rtw88_8821ce
alium commented 3 years ago

Has anyone had the chance to try our Linux 5.12-rc2, especially with a RFE 2 chip? How is it looking?

Works fine for me with no speed issues. (I never had any speed issue.)

02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
  DeviceName: WLAN
  Subsystem: Hewlett-Packard Company Device 831a
  Flags: bus master, fast devsel, latency 0, IRQ 57, IOMMU group 8
  I/O ports at 2000 [size=256]
  Memory at c0800000 (64-bit, non-prefetchable) [size=64K]
  Capabilities: <access denied>
  Kernel driver in use: rtw_8821ce
  Kernel modules: rtw88_8821ce

it's that really RFE2 chip?

pawitp commented 3 years ago

it's that really RFE2 chip?

See https://github.com/tomaspinho/rtl8821ce/issues/26#issuecomment-707163052

alium commented 3 years ago

it's that really RFE2 chip?

See #26 (comment)

OK thanks. interestingly. Can you put a link with your dmesg here? I never had any speed issue before (with 8821ce driver).

pawitp commented 3 years ago

There's nothing else relevant in there.

alvarotroya commented 3 years ago

A big fat thank you from me too! Your drivers are the only that worked for me (debian sid, kernel 5.10)! The package firmware-realtek didn't help me because of the RFE2 issue detailed here!

alium commented 3 years ago

hi, i tried kernel (linux-zen) 5.12.0. This kernel support now 8821ce RFE2 ... but as i wrote above, the driver is not enough good. Your driver is much better (no TX drop, better speed).

Yesterday i bought a new laptop with Ryzen3 for one small company and inside is coincidentally Rtw8821ce :-D So i tried 5.12 kernel... and.... no chance :D :D this newest Realtek 8821 contain now RFE4 !! and (of course) not supported by kernel... But which driver works out-of-box? rtl8821ce from @tomaspinho ! So we need your driver and your works! Thank you so much!!!

tomaspinho commented 3 years ago

So I guess I'm never getting rid of this 😅

GunpowderGuy commented 3 years ago

@alium Realteks driver may also be causing crashes. Linux's 5,12 version of the driver added compatibilty for my laptops version of rtl8821ce, but it causes intermittent crashes

crazyaccess commented 2 years ago

Well it is still crashing in Linux Generic 5.15 from ubuntu / pop repositories,

I tried installing the offical rtl8821ce's driver package from pop repos -> not working | kernel panic I tried installing the tomas pinho's driver ( was working untill recently ) -> wifi driver doesn't show up.

I partially know that its due to Pop OS's mess in the kernel...

I mean TKG said so : image

crazyaccess commented 2 years ago

It works perfectly on Arch Linux tho

kelebek333 commented 2 years ago

I tried installing the tomas pinho's driver ( was working untill recently ) -> wifi driver doesn't show up.

You must add rtw88_8821ce built-in module to blacklist. https://github.com/tomaspinho/rtl8821ce#wi-fi-not-working-for-kernel--59

crazyaccess commented 2 years ago

I tried installing the tomas pinho's driver ( was working untill recently ) -> wifi driver doesn't show up.

You must add rtw88_8821ce built-in module to blacklist. https://github.com/tomaspinho/rtl8821ce#wi-fi-not-working-for-kernel--59

Well i did that already, the issue presists

( actually was doing it since the 510 kernel came out :sweat_smile: )

blu002e commented 1 year ago

i need your help. i am on debian12 linux kernel 6.x

root@localhost:/home/user/rtl8821ce# sudo ./dkms-install.sh About to run dkms install steps... Error! DKMS tree already contains: rtl8821ce-v5.5.2_34066.20200325 You cannot add the same module/version combo more than once. Sign command: /usr/lib/linux-kbuild-6.1/scripts/sign-file Signing key: /var/lib/dkms/mok.key Public certificate (MOK): /var/lib/dkms/mok.pub

Building module: Cleaning build area... 'make' -j4 KVER=6.1.0-3-amd64.................(bad exit status: 2) Error! Bad return status for module build on kernel: 6.1.0-3-amd64 (x86_64) Consult /var/lib/dkms/rtl8821ce/v5.5.2_34066.20200325/build/make.log for more information. Sign command: /usr/lib/linux-kbuild-6.1/scripts/sign-file Signing key: /var/lib/dkms/mok.key Public certificate (MOK): /var/lib/dkms/mok.pub

Building module: Cleaning build area... 'make' -j4 KVER=6.1.0-3-amd64....(bad exit status: 2) Error! Bad return status for module build on kernel: 6.1.0-3-amd64 (x86_64) Consult /var/lib/dkms/rtl8821ce/v5.5.2_34066.20200325/build/make.log for more information. Finished running dkms install steps. root@localhost:/home/user/rtl8821ce# sudo modprobe -r rtw88_pci root@localhost:/home/user/rtl8821ce# sudo modprobe -r rtw88_8821c root@localhost:/home/user/rtl8821ce# sudo modprobe -r rtw88_8821ce root@localhost:/home/user/rtl8821ce# sudo modprobe -r rtw88_8821ce root@localhost:/home/user/rtl8821ce# sudo modprobe -r rtw88_8821 modprobe: FATAL: Module rtw88_8821 not found.