Jump to content

Recommended Posts

Posted

Moved post to correct forum.  Also, please to not double post (you have already asked this question in a different thread).

Posted

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

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines