Hello
Ive been using various distros on a novice level and have managed to install the rtl8821ce wifi/bluetooth combo on various debian and arch based distros. But I'm very keen to use SOLUS as the whole project and upcomming developments look great.
I am struggling to get the hardware running on solus but searching through discussions I can see that others are using it theres a post regariding high cpu interrupts
Ive tried the usual -
git clone https://github.com/tomaspinho/rtl8821ce.git
cd rtl8821ce
sudo make all
sudo make install
sudo modprobe -a 8821ce
after installing git/make/appropriate linux-headers
The terminal output is - /bin/sh: cc: command not found
(standard_in) 1: syntax error
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.20.10-111.current/build M=/home/al/rtl8821ce modules
make[1]: *** /lib/modules/4.20.10-111.current/build: No such file or directory. Stop.
make: *** [Makefile:1902: modules] Error 2
and
/bin/sh: cc: command not found
(standard_in) 1: syntax error
install -p -m 644 8821ce.ko /lib/modules/4.20.10-111.current/kernel/drivers/net/wireless/
install: cannot stat '8821ce.ko': No such file or directory
make: *** [Makefile:1908: install] Error 1
after make etc
Would someone be kind enough to outline the install steps for this piece of hardware and tell me if I need any particular dependencies (some distros require make dev tools / latest headers etc)
Do I need to create directories? or edit the makefile?
Anyone who would spare the time to help would be much appreciated