Jump to content

ducs4rs

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by ducs4rs

  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 am using this device for PiKVM. It appears during the PiKVM install it somehow breaks u-boot transfer when you move the image from mSDC to eMMC. I was on one of the PiKVM discord channels, #unofficial_ports and @jacobb suggested I try to dd u-boot from the mSDC to the eMMC. I did that and it worked. FYI the DD command I used: dd if=/dev//mmcblk0 of=/dev/mmcblk2 bs=1024 skip=8 seek=8 count=4087 mmcblk0 is the mSDC and mmcblk2 is the eMMC. Knowing this does work without the PiKVM customizations I am not going to troubleshoot this now. I may work on it in the future. I'll mark this as solved. Thanks for responding. BTW here is the nand-sata-install.log for the last failed attempt. Nothing interesting to me. Tue May 2 04:02:46 PM EDT 2023: Start armbian-install. Old UUID: UUID=20a438e5-56ab-4920-86aa-a4212c646ce2 SD UUID: b81ecd25-f6d2-49f1-b92b-9a59e458ca3f SATA UUID: UUID=f406a396-9dcc-4f76-aba4-e24005863895 eMMC UUID: UUID=f406a396-9dcc-4f76-aba4-e24005863895 ext4 Boot: $1 /dev/mmcblk2p1 ext4 Root: $2 /dev/mmcblk2p1 Usage: 3163 Dest: 6765 /etc/fstab: UUID=20a438e5-56ab-4920-86aa-a4212c646ce2 / ext4 defaults,noatime,commit=600,errors=remount-ro 0 1 tmpfs /tmp tmpfs defaults,nosuid 0 0 /etc/mtab: /dev/mmcblk0p1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0 /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0 /dev/mmcblk2p1 /mnt/armbian-install.L5Opkq/bootfs ext4 rw,relatime 0 0 /dev/mmcblk2p1 /mnt/armbian-install.L5Opkq/rootfs ext4 rw,relatime 0 0 /dev/zram1 /var/log ext4 rw,relatime,discard 0 0 Files currently open for writing: vnstatd 1077 vnstat 3u REG 179,1 147456 47252 /var/lib/vnstat/vnstat.db tailscale 1489 root 2u REG 179,1 0 132724 /var/lib/tailscale/tailscaled.log1.txt tailscale 1489 root 7u REG 179,1 0 132724 /var/lib/tailscale/tailscaled.log1.txt tailscale 1489 root 8u REG 179,1 0 132725 /var/lib/tailscale/tailscaled.log2.txt master 2631 root 10uW REG 179,1 17 132636 /var/spool/postfix/pid/master.pid master 2631 root 11uW REG 179,1 17 132637 /var/lib/postfix/master.lock Trying to stop running services to minimize open files: Stopping cron.service Stopping postfix@-.service Stopping kvmd-nginx.service Checking again for open files: vnstatd 1077 vnstat 3u REG 179,1 147456 47252 /var/lib/vnstat/vnstat.db tailscale 1489 root 2u REG 179,1 0 132725 /var/lib/tailscale/tailscaled.log2.txt tailscale 1489 root 7u REG 179,1 0 132724 /var/lib/tailscale/tailscaled.log1.txt tailscale 1489 root 8u REG 179,1 0 132725 /var/lib/tailscale/tailscaled.log2.txt Copying 82307 files to /dev/mmcblk2p1. apt list |grep u-boot ... u-boot-exynos/jammy-security,jammy-updates,now 2022.01+dfsg-2ubuntu2.3 armhf [installed,automatic] u-boot-imx/jammy-security,jammy-updates,now 2022.01+dfsg-2ubuntu2.3 armhf [installed,automatic] u-boot-menu/jammy 4.0.4ubuntu1 all u-boot-nezha/jammy-updates 2022.04+git20220405.7446a472-0ubuntu0.2 all u-boot-omap/jammy-security,jammy-updates,now 2022.01+dfsg-2ubuntu2.3 armhf [installed,automatic] u-boot-qemu/jammy-security,jammy-updates 2022.01+dfsg-2ubuntu2.3 all u-boot-rockchip/jammy-security,jammy-updates 2022.01+dfsg-2ubuntu2.3 armhf u-boot-rpi/jammy-security,jammy-updates 2022.01+dfsg-2ubuntu2.3 armhf u-boot-sunxi/jammy-security,jammy-updates,now 2022.01+dfsg-2ubuntu2.3 armhf [installed,automatic] u-boot-tegra/jammy-security,jammy-updates 2022.01+dfsg-2ubuntu2.3 armhf u-boot-tools/jammy-security,jammy-updates,now 2022.01+dfsg-2ubuntu2.3 armhf [installed] u-boot/jammy-security,jammy-updates,now 2022.01+dfsg-2ubuntu2.3 armhf [installed]
  7. I configured Armbian on a mSD card and decided to try and move it to the eMMC. I used the nand-sata-install utility, All files from the mSD card are copied, and the last step fails. I get Error: no u-boot package found, exiting Any pointers?
  8. 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