ArmBoy1988
Members-
Posts
47 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Give more info about your video playback issues. I'm using Armbian Jammy and the only issues that I had when I installed and set everything up was in Kodi. I was using Matrix, which was available at the time. It had issues playing XVid and AVI files. Recently I found that the next version, Nexus, was available, I believe in liujanfeng's PPA. In any case, I backed up my SD card and set it up on another OPi5 I have. I then upgraded Kodi to Nexus. Low and behold, those XVid and AVI files now play properly. I'm guessing there was an issue with codecs. In any case, I'm sticking with my Armbian Jammy now. I tried the vendor kernel and weird stuff was happening. So I'll wait until the updated video/gpu drivers are more mature. I've seen the Joshua Riek stuff mentioned frequently but as mine is now working, I have no incentive to continue.
-
Is the video available so others can see if they experience the issue?
-
@OttawaHacker What specifically do you mean regarding "on/off" thing? Previously, I updated the Kodi config for for my CEC remote to manage how certain functions work with the remote in CEC. This was done through the menus in Kodi. If you can explain what you're trying to do, I'll try it on my setup. I usually leave the CEC setup so that the TV and other devices are not turned off or switched to/from when the events happen. If you go to Settings / System / Input / Peripherals and then select CEC Adapter, a list of items that can be modified is displayed. I don't know if all of them work or if it depends on your TV, other devices etc. Have a look. Let me know if you want me to post the list.
-
Needed/wanted to add Bluetooth to my OPi5 and also needed WiFi at the same time. Did not want to use 2 USB ports so I tried the T2UB. Working well. Bluetooth appeared on my Armbian Ubuntu Jammy setup and I plugged in the dongle. It saw a few of my bluetooth devices. Reason I wanted bluetooth is to use a controller for some games/emulators. I'll make another post for that. My PS4 Dualshock controller is not showing up in the list of devices. My version is an older version, Armbian 23.06.420 Jammy with Linux 5.10.160-rk35xx No end-user support: built from trunk Conclusion: TPLink T2UB should work properly on Armbian Ubuntu desktop.
-
I had one OPi5 setup and working properly with one of my TVs. I was running Kodi and using the remote from my TV to control Kodi using HDMI-CEC. I went to setup a second one on another TV but this time the TV remote did not work properly. Through elimination I came to determine the HDMI cable was the issue. I ordered another HDMI cable that had the Ferrite at each side of the cable. Now it worked properly. Thought this might be useful for others. This is the cable I ordered: https://www.amazon.ca/dp/B003PDHJ6M Conclusion: In order to make HDMI-CEC work properly, make sure the HDMI cable is of sufficient quality. I think ones with the Ferrite may be best to remove any electrical interference.
-
1
-
- Orange Pi 5
- Orange Pi 5B
-
(and 1 more)
Tagged with:
-
I don't think the OPi5 has onboard sata. I think there may be an overlay for sata, though. In any case, on my OPi5, I'm running off a 1TB NVME. I'm running with 8 external data drives off a USB 3 hub. I've set up OMV on Armbian Bullseye server version. Running fine. FYI, I don't believe there is an Armbian Bullseye version for the OPi5 Plus. Not sure if you can build that yourself, but you may have to. OMV 6, the current version, requires Debian Bullseye. There is a beta version of OMV7, that could work for you. Some OMV devs have indicated that OMV 7 is just as stable as OMV6. Check the openmediavault forums for details.
-
Video GPU acceleration not working correctly on Youtube and Chromium
ArmBoy1988 replied to gospod's topic in Orange Pi 5
There is/are threads/posts about Mesa Panfork either here or on the Collabora site or blog. I believe the last version where the acceleration worked was based on Ubuntu 22.04 LTS. I don't recall/know which Armbian version that mapped to. I also remember people started to see that the acceleration no longer worked.. In any case, that's all I can remember. I don't have any more info on it so I won't be posting anything else in this thread. -
Video GPU acceleration not working correctly on Youtube and Chromium
ArmBoy1988 replied to gospod's topic in Orange Pi 5
I believe the mesa panfork drivers are only available on Jammy/amazingfated versions of Armbian. It actually says that in the line above the box with those lines you quoted. I don't know the details. Joshua-Riek is likely based on that as well. In the future they may/will likely be available more widely. -
I found this a while ago. I didn't try it as I'm not really up on Steam. Thought it might help: https://jamesachambers.com/installing-steam-on-the-orange-pi-5-with-armbian/
-
Is there a wireless keyboard which works with the Orange Pi 5?
ArmBoy1988 replied to Peter Gamma 02's topic in Orange Pi 5
I'm using a Logitech k400r, I think. It comes with its own usb dongle, is wireless and has a built-in trackpad. Works great. Not sure if it's still available or other Logitech keyboards work with it. -
If this u-boot doesn't work out, perhaps there is another option. When I was initially setting up my NVME, I was having an issue. In order to make it work, a small FAT boot partition was created and a 2nd partition for the root fs. I believe there was an early issue with ext4 partitions on the SPI. In any case, perhaps using this configuration, you can more easily modify the boot partition to do what you need it to do.
-
If the NVME is not showing up, perhaps it's an issue with the NVME? Do they all use the same NVME? Does the issue happen with the same boards all the time? Mostly? Sounds like this is for a product you're going to be selling. Perhaps try a few of the OPi with different NVME and see if the issue happens on those as well. Could even be one or several OPi with issues? Keep good stats and then closely review them at regular intervals. Just throwing out ideas.
-
I thought I had read that someone had the T2U working out of the box. Well, it's mostly there. When I tried it, didn't work. Got message in dmesg that firmware file not found. Did a Google search and found that it came down to the mediatek firmware files needing to be in the /lib/firmware/mediatek directory but they are currently in the /lib/firmware directory. FYI, the /lib/firmware/mediatek directory already existed and did not need to be created. Also in the current Jammy Gnome desktop Armbian, the file that was being loaded, mt7610e.bin, was not there and only the backup file, mt7610u.bin, was there in the /lib/firmware directory. What I did was download the mt7610e and mt7610u from: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/mediatek I placed them in the /lib/firmware/mediatek directory. This was before I saw that the /lib/firmware directory contained the mt7610u.bin file. Rebooted and then no errors in dmesg but correct loading and recognizing the T2U and my WiFi router/SSID. Don't know if there would be issues with other Mediatek dongles or if Armbian needs to be updated for this or it's an issue elsewhere. Just thought this would be useful for others trying to find a working dongle or trying to make their T2U/Mediatek based dongles work.
-
OK. As I said, I didn't see anything wrong...that's because I don't know this in detail, or at all . Here's a pic of my OPi 5, not a 5b, for your comparison. Looks very different: