Jump to content

Hqnicolas

Members
  • Posts

    647
  • Joined

  • Last visited

Everything posted by Hqnicolas

  1. For the users who bought the device hoping to create a cheap desktop, here is an image that exemplifies this experience: Example Desktop Image About: Status: Unsafe (test only) User: user Passwd: user Version: 22.04 (pop) Language: PT-BR Device: H96-MAX RK3566
  2. Testing "AetherSX2-v1.5-3606.AppImage" Playstation 2 emulation Isn't compatible at all it requires OpenGL 3.3 but RK3566 only got 3.1: glxinfo | grep "OpenGL version" OpenGL version string: 3.1 Mesa 23.2.1-1ubuntu3.1~22.04.2 AetherSX2 works with Vulkan at 15fps on Guitar Hero II "unplayable" PS1 emulation works fine with 3x resolution on Retroarch from Snap Store. all olders emulators works fine aarch64-retroarch-cores.tar.xz
  3. sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa sudo apt update sudo apt install libgl4es
  4. as an experienced TvBox GUI, for the sake of your sanity: keep out of TVbox! Banana Pi will launch BPI-M5 Pro with Rockchip RK3576 it will be an great Start point.....
  5. Today I Test the DXVK Wine against wined3d wrapper wined3d wrapper by default translate directx calls to the openGL api and it got Slower on Vulkan WTF! winetricks renderer=vulkan
  6. @Avatar Ng @Vincenzoernst1 I have spoted this model on Aliexpress (out of stock) other anoucement (out of stock) alternative (out of stock) alternative alternative
  7. For Armbian 24.04 I recommend you see the method used by the Botspot pi-apps application from github, I tested the script method and it worked very well Pi-Apps The script for Armbian 24.04 was the Steam install script, it includes BOX86 and BOX64 After install box Just install Wine normally Edit: plot twist: Steam don't work..... just box86 and box64
  8. The RED LED is set on DTS to be HeartBeat: This is the code @Vincenzoernst1 if you wanna change it: sudo apt update sudo apt install armbian-config sudo armbian-config Edit Device tree with armbian config. led_status: led-status { label = "led-status"; gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; pinctrl-names = "default"; pinctrl-0 = <&led_status_enable_h>; }; @Vincenzoernst1 I noticed that you care a lot about the look of the box I invite you to participate in the development of This project with @pocosparc The objective is here
  9. @pocosparc @maka Since Armbian_community_24.8.0-trunk.6_H96-tvbox-3566_noble_current_6.6.32_gnome_desktop The VPU Acceleration from Joshua Riek Vendor Kernel start to become less important The Vendor 6.1 Kernel was slower then mainline. in full environment experience Kernel Mainline was faster with video player on NPU hantro and The hantro Video Acceleration Run 1080P 30hz 10% drop frames. I think this RK35xx will start to shine on kernel 6.8
  10. did you have the firmware? know how to flash?
  11. as an experienced TvBox GUI, for the sake of your sanity: keep out of TVbox! Banana Pi will launch BPI-M5 Pro with Rockchip RK3576 it will be an great Start point.....
  12. Please change the Topic name to add Supernote Nomad (A6X2)
  13. I think @Niel Mar Bagay was searching for Ophub
  14. It seems like things have evolved in the Middle East. Do you intend to make space available to the opensource community there?
  15. I have this problem on kernel 5 Vendor, but on kernel 6 vendor it works...... you can try other version release...
  16. Yes, this is the way, and it's Just another day in this forum. how about linux dualboot in this tablet? Check if one of this round cooper pads are GND with an multimeter and chech if one of this round cooper pads are CLK with an osciloscope if it is, 1- short it and connect USB, 2- release short 3- flash 4- develop a kernel Device tree for it 5- post here
  17. @Vincenzoernst1absolutly NO This board was made for android.... and the device tree is how the factory thinks about this board... UEFI will need a lot of effort to get to the point where the device tree was
  18. Marking all packages on hold to prevent update after add arch armhf and i386 Marking Packages with letter X on hold install dependency sudo apt-get install parallel nano mark_hold_all.sh #!/bin/bash while IFS= read -r line; do package=$(echo "$line" | awk '{print $1}') echo "Marking $package as hold..." sudo apt-mark hold "$package" done < <(sudo apt list) parallel -a 12 :::: ::: <<< $(printf "%s\n" "${packages[@]}") | while read package; do echo "Marking $package as hold..." sudo apt-mark hold "$package" done nano mark_hold_letter_X_.sh #!/bin/bash packages=$(sudo apt list | awk '/^x/{print $1}') for package in $packages; do echo "Marking $package as hold..." sudo apt-mark hold "$package" done nano mark_hold_all_linux_.sh #!/bin/bash packages=$(sudo apt list | awk '/^linux/{print $1}') for package in $packages; do echo "Marking $package as hold..." sudo apt-mark hold "$package" done
  19. what we need to find? ~taken from a working kernel 6.6 mainline~ dmesg: rfkill: journalctl -b | grep Bluetooth gpioinfo
  20. can you list the improvements? sudo apt-get update sudo apt-get upgrade
  21. Updating some HDMi Audio fix K510 V7, no HDMi audio until now Found this HDMI fix sudo systemctl status ap6335-bluetooth gpioinfo rfkill Full dmesg journalctl -b | grep Bluetooth
  22. Updating some bluetooth fix K610 V12, doesn't work, but it was there on HCi Line talking.... sudo systemctl status ap6335-bluetooth gpioinfo rfkill Full dmesg journalctl -b | grep Bluetooth
  23. Updating here some bluetooth fix K610 V11, doesn't work, but it was there.... gpioinfo Full dmesg rfkill journalctl -b | grep Bluetooth sudo systemctl status ap6335-bluetooth Found some answer in other forums: Could be Pull down or Pull Up pins on UART
  24. Tencent box Aurora 5 Pro was probably a better experience than H96MAX could give you H96MAX V58 = more expensive than an open source SBC H96MAX V58 = not reliable EMMC or RAM chips
  25. Can Somebody help? Wifi works, but, bluetooth dont... This is the Kernel 6.1 image V11
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines