Jump to content

Ch34x driver


antoniostefanelli

Recommended Posts

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines