Package Details: rtl8852cu-dkms-morrownr-git 20250701-1

Git Clone URL: https://aur.archlinux.org/rtl8852cu-dkms-morrownr-git.git (read-only, click to copy)
Package Base: rtl8852cu-dkms-morrownr-git
Description: Realtek RTL8852CU WiFi driver (DKMS, morrownr's fork, git version)
Upstream URL: https://github.com/9M2PJU/rtl8852cu-20240510-aur
Licenses: MIT
Conflicts: rtl8852cu-dkms
Provides: rtl8852cu-dkms
Submitter: 9M2PJU
Maintainer: 9M2PJU
Last Packager: 9M2PJU
Votes: 0
Popularity: 0.000000
First Submitted: 2025-07-01 10:31 (UTC)
Last Updated: 2025-07-05 11:16 (UTC)

Latest Comments

9M2PJU commented on 2025-07-06 00:14 (UTC)

Adapter detected as CD-ROM Problem Solution

Create a config at /etc/usb_modeswitch.d/ sudo nano /etc/usb_modeswitch.d/usb1.conf

Add the contents as TargetVendor=0x0bda TargetProduct=0x1a2b MessageContent="55534243123456780000000000000011062000000000000000000000000000"

then create a switch rule sudo nano /etc/udev/rules.d/usb_modeswitch.rules

add content as ATTR{idVendor}=="0bda", ATTR{idProduct}=="1a2b", RUN+="/usr/sbin/usb_modeswitch -v 0bda -p 1a2b -J"

sudo udevadm control --reload-rules

re-plug adapter

9M2PJU commented on 2025-07-05 11:21 (UTC)

Thanks for noticing this problem.

MarcelloUrbani commented on 2025-07-05 09:40 (UTC)

Thanks for doing this Sadly I have an issue with the hook: splits a message in 4 line and fails.

Exec = /usr/bin/systemd-cat -t rtl8852cu-install echo ":: The rtl8852cu kernel module (morrownr git version) has been installed via DKMS.
:: Reboot your system to load the driver.
:: Thanks to morrownr.
:: 73 from 9M2PJU, https://hamradio.my"

Joining the lines like this fixes it:

s been installed via DKMS. \n:: Reboot your system to load the driver. \n:: Thanks to morrownr. \n:: 73 from 9M2PJU, https://hamradio.my

```