antoniostefanelli Posted February 15, 2023 Posted February 15, 2023 HI, I'm use armbian on old rk3188 TV box. someone can help for adding support to ch34x driver? I've a module compiled for raspberry (not working) and the source code. thanks
SteeMan Posted February 15, 2023 Posted February 15, 2023 Moved post to correct forum. Also, please to not double post (you have already asked this question in a different thread).
Hqnicolas Posted February 15, 2023 Posted February 15, 2023 I never imagined having to recompile the entire kernel to add drivers in linux, let's start from the beginning. you mean install the driver on the running system? # Install kernel headers wget https://users.armbian.com/balbes150/arm-64/deb/linux-headers.deb sudo dpkg -i linux-headers.deb # Download the CH34x driver # unzip the driver sources archive # cd into the new directory make # Enable the driver sudo depmod -a
Recommended Posts