linuxgator Posted March 30, 2018 Posted March 30, 2018 Are there any plans of adding webcam drivers to the kernel modules for Le Potato? Specifically, I'm looking to use a uvc video webcam, but can't figure out how to compile it myself.
Igor Posted March 31, 2018 Posted March 31, 2018 Perhaps with one of this way: 1. Compile kernel on your own: https://docs.armbian.com/Developer-Guide_Build-Preparation/ 2. Send pull request with changes to this file and make use of nightly rebuild version of a kernel 1
linuxgator Posted March 31, 2018 Author Posted March 31, 2018 Igor, Thanks! I went with option 1 and it worked great. 1
Igor Posted March 31, 2018 Posted March 31, 2018 2 hours ago, linuxgator said: Thanks! I went with option 1 and it worked great. Awesome! Well, option 2. is also a logical next step to make sure you don't lose your changes upon a next kernel upgrade - custom kernel is replaced by default. And ... sharing is caring 1
linuxgator Posted April 1, 2018 Author Posted April 1, 2018 I didn't actually have to change any of the default options, and I did a diff on that config file and the one I used (for the next kernel), and the only change was the kernel version number. So I think the update is already in the upstream kernel config. 1
Recommended Posts