Search Criteria
Package Details: rtl8852cu-dkms-morrownr-git 20250701-1
Package Actions
| 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.
Joining the lines like this fixes it:
```