ducs4rs Posted October 12 Posted October 12 Since there isn't an Orange Pi Three forum I am going to post it here. Due to python requirements for PiKVM I installed the latest Jammy build. When i did the install everything looked like it worked but I could not get the remote keyboard and mouse to work with the OTG port. I tried changing the dtb but it didn't work. Comments in the kvmd-armbian discord channel recommended trying a different kernel. After trial and error I found OTG worked with kernel 6.10.9-edge-sunxi64 and remote keyboard and mouse functioned. With the default 6.6 kernel the ethernet port didn't work, but wireless worked. I was also able to get my mt7921u USB wireless adapter to work. In 6.10.9 the ethernet port works but the wireless adapters do not, I need the rtl88x2bu driver but its not compiled with this kernel, regression? I am trying to install the rtl88x2bu driver via dkms but it fails due to missing headers. I tried installing headers via armbian-config but it grabs the 6.6 not the 6.10 headers. How do I install the 6.10.9-edge-sunxi64 headers? 0 Quote
SteeMan Posted October 12 Posted October 12 53 minutes ago, ducs4rs said: Since there isn't an Orange Pi Three forum I am going to post it here Only supported boards have specific forums. All community supported boards are discussed in the Community Supported Boards section of the forum. Moved post and added the correct board tag. 0 Quote
robertoj Posted October 13 Posted October 13 Type modinfo rtl88x2bu If it exists in the OS image, you will see a folder path to the kernel module (ko) file If it doesn't exist, find a PC that has the KO and do the same. Take note of the path Learn to build armbian: https://github.com/robertojguerra/orangepi-zero-full-setup/blob/main/README2.md (warning: OUTDATED git command) In the kernel configuration, find the driver option, and change it to M Continue to download and compile Linux and the OS image. Use Balena Etcher and try it again 0 Quote
Solution ducs4rs Posted October 14 Author Solution Posted October 14 I created a new build from the latest edge tree with the Wifi drivers selected (they were selected by default) and it worked great. Now to see if the otg port works.. time to install pikvm. Thanks for the pointers. 0 Quote
Recommended Posts
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.