Jump to content

ducs4rs

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I compiled an environment for an Orange Pi zero using CSC, Edge , Jammy, console server, standard. I didn't change any of the defaults. Things works except for the OrangePi expansion card with dual USB ports. The expansion card USB ports are not recognized. Anyone know what I need to select to get the expansion board working?
  2. 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.
  3. 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?
  4. I am trying to install PiKVM on the latest bookwork on my OrangePi3. The install requires python3 zstandard. When I run: "apt install python3-zstandard" I get the following error: "python3-zstandard : Depends: libzstd1 (< 1.5.5~) but 1.5.5+dfsg2-2 is to be installed" Is there a way around this?
  5. Seems like a reboot fixed the issue. the only other thing I did was to start alsamixer and made sure the line out was not muted. I setup Jammy 22.04 on an OrangePi PC + and trying to get sound to work with XFCE through the speaker jack. I get sound output through the speaker jack if I log in via the terminal and use speaker-test -t wav -c 2, but I get no sound in XFCE through the speaker jack. HDMI works. What am I missing.. root@orangepipcplus:/etc# uname -r 5.15.93-sunxi root@orangepipcplus:/etc# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy root@orangepipcplus:/etc# aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Codec [H3 Audio Codec], device 0: CDC PCM Codec-0 [CDC PCM Codec-0] Subdevices: 0/1 Subdevice #0: subdevice #0 card 1: sun9ihdmi [sun9i-hdmi], device 0: SUN9I-HDMI PCM i2s-hifi-0 [SUN9I-HDMI PCM i2s-hifi-0] Subdevices: 0/1 Subdevice #0: subdevice #0 root@orangepipcplus:/etc# root@orangepipcplus:/etc# cat asound.conf pcm.!default { type hw card 0 device 0 } ctl.!default { type hw card 0 }
  6. I picked up an OrangePi PC Plus. I installed armbian Jammy which does not have the mt7921u driver. I would like to install the driver and was wondering the proper steps. I have done apt install linux-headers-current-sunxi cd /usr/src/linux-headers-5.15.93-sunxi make scripts Now is it a matter of grabbing the mn7921u source and compiling it? Thanks for any direction.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines