Jump to content

jock

Members
  • Posts

    2011
  • Joined

  • Last visited

Other groups

Contributor/Maintainer

Recent Profile Visitors

16358 profile views
  1. @Fcn3 this what you can expect from such hardware. There is a chromium fork around with patches to allow v4l2request accelerated video decoding, but has never been tested on rk3318 and probably you have to built it yourself.
  2. Hello @Francisco Hasuky, does the HDMI turns off but the board is still responsive or the board just drops dead?
  3. Hello, exactly the same instruction, yes
  4. @Budi Pekerti boot via sdcard with multitool, mount the block device where you installed armbian and then remove the overlays=... line from /boot/armbianEnv.txt If you don't know how to do this, you have to reinstall from scratch
  5. Do you mean the led-conf9 device tree overlay? Does the wifi works even without this overlay applied?
  6. Yes, it is correct. But I will enable the rtl8189es module in the armbian mainline so forthcoming kernels will have the module compiled in. Just not update the kernel in the meantime.
  7. That's because usually these drivers are suited for Android and they expose by default a "regular" interface and a "P2P" interface for direct connection. Just use wlan0, or there should be a module option to disable the p2p interface.
  8. @Obmor here it is a module for kernel 6.6.67 and rtl8189es. Put this module in /lib/modules/6.6.41-current-rockchip/kernel/drivers/net/wireless directory, then run sudo depmod -a and reboot. If everything went ok, you should get 8189es driver loaded after boot; perhaps you may need a firmware to put somewhere in /lib/firmware. In case, the driver should complain about in dmesg that something is missing or wrong, and that may serve as hint to proceed further. 8189es.ko.gz
  9. @Obmor I see several issues within dmesg, but nothing about the wifi chip. First, you should remove rk322x-wlan-alt-wiring from the overlays, which seems not suitable for your board. With the current configuration of overlays, the SDIO chip (ie: the wifi chip) on mmc1 is detected, but no drivers are loaded as long as I see; are you sure you have an ssv6051? If you run rk322x-config, you should have a line Wifi device: .... Device ID: .... if your board really has a ssv6051, you should get 3030:3030 as device ID
  10. Hello! No, it has no sense to modprobe the module because the kernel should autodetect the chip and load the module automatically. The module is not loaded automatically because the chip is turned off and the kernel could not autodetect it. Try to put this file: rk322x-led-conf9.dtbo in /boot/dtb/overlay directory, then append led-conf9 to overlays line in /boot/armbianEnv.txt and see from dmesg if your wifi device gets detected. Send the dmesg log anyway, it is the first step to understand what is wrong.
  11. @zzc @galenzhao @Obmor tvboxes have a huge amount of wireless chip on board and supporting all of them is very difficult and time consuming taks which I can't afford anymore; the APxxxx series is usually supported because they are basically broadcom chips and the driver is there, but their functionality also depends upon the board wiring, the firmware, the nvram, etc... as you see there are several pieces in the puzzle and it is not easy to fit them without some effort. The best advice I could give you if you need basic wireless connectivity, is to buy a mediatek-based (mt7601) USB dongle; the next best advice is to buy SBCs with standard or premium support (not CSC) by armbian
  12. @Doug Brewer perhaps you could try to compile chromium from this repository: https://github.com/amazingfate/chromium-debian-build/tree/mainline-v4l2-131
  13. @hmmm the board boots properly if the leds are blinking, but you need to run rk322x-config via SSH and select the proper led-config for R29 boards: these boards are known to turn off HDMI unless a specific GPIO is switched on.
  14. @Riyadh Zaman instructions are in the first page of this thread
  15. @joeculler patches applied to ffmpeg are straight from the LibreELEC project repository: https://github.com/LibreELEC/LibreELEC.tv/tree/master/packages/multimedia/ffmpeg/patches
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines