Support for rtl8821CU wifi driver

This stick should just work without doing anything extra.

If you created file /storage/.config/udev.rules.d/40-modeswitch.rules please remove it

rm /storage/.config/udev.rules.d/40-modeswitch.rules

After that reboot the device and send me dmesg output (url you get!)

dmesg | paste

-link removed-

Sorry for the delay, I wasn’t allowed to make anymore posts as I’m a new user

Everything looks ok to me and it should work.
Reboot again with stick attached and then run this command and post url.

 journalctl -l | paste

link removed

I don’t see anything what could be wrong.

As I wrote it should just work.

It seems to be currently being detected as a usb storage device as it I think it has the drivers on the stick. Don’t i need to add a command to switch modes so it’s detected as a wifi adapter?

You mentioned earlier I should open file /storage/.config/idea.rules.d/40-modeswitch.rules and edit the file with the product ID and Vendor ID? If you could give me a step-by-step of what commands to type to open and edit /storage/.config/idea.rules.d/40-modeswitch.rules I’d greatly appreciate it. Thanks for all your help so far

Files 40-modeswitch.rule is already present with correct VID/PID. SO nothing can be edit manually. I’m not sure why it doesn’t work for you.

You can try changing mode with autostart.sh like described here:

Thank you, so I could try adding the following to autostart.sh?

#!/bin/sh

(
usb_modeswitch -KW -v 0bda -p 1a2b
) &

If that’s correct can you please tell me step by step what I type to open the file, edit it and add that to autostart.sh? I don’t know how to open and edit files in ssh

Thanks so much for your help so far, I followed these steps from a reddit thread, based on the thread you posted, to change mode with autostart.sh and my wifi adapter now works!!

Thanks again for taking the time to look into my issues

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.