brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.59k stars 460 forks source link

rPi Zero #51

Open mocallins opened 4 years ago

mocallins commented 4 years ago

Should this driver work on a Pi Zero (first edition) ?

The make runs, but has a couple warnings. I fibnally did get to comp8ile and load, after seeing the additional changes at the bottom of the README.md :(. But still didn't work.

Retried again today. but now doesn't load, but it wasn't the "exec ofrmat error"

I notice a discrepncy with the ARCH, mine shows armv6l (that's six el, not (1, one)

mocallins commented 4 years ago

Hmmm i think the latest compile worked correctly, had to reinstal the kernel headers.

pi: lsusb Bus 001 Device 005: ID 0c45:8001 Microdia Bus 001 Device 004: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter Bus 001 Device 007: ID 0bda:b711 Realtek Semiconductor Corp. Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub pi:> lsmod | grep 80211 mac80211 712704 1 mt7601u cfg80211 643072 3 mac80211,mt7601u,8821cu rfkill 28672 3 cfg80211 pi:>

dachshund-digital commented 3 years ago

Make sure you edit the Makefile to select the right chip set and processor type. PiZero is only ARM v6, but I did happen to get this driver to work on ARM v7, RPi 3 B.