Jump to content

thanh_tan

Members
  • Posts

    51
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Male
  • Location
    Hanoi, Vietnam

Contact Methods

  • Website URL
    https://orangepi.vn
  • Skype
    thanhtan.tran
  • Github
    https://github.com/thanhtantran
  • Discord
    tonytran9899

Recent Profile Visitors

3504 profile views
  1. Hello, I tried to install the RTL8821CE card on Orange Pi 5 Plus, but only the Bluetooth is on, the wifi not working. Which driver i should use? I am using Armbian 24.2.1 Jammy with Linux 5.10.160-legacy-rk35xx here is the dmesg of admin@orangepi5-plus:~$ nmtui admin@orangepi5-plus:~$ dmesg | grep 8821 [ 5.588211] pci_bus 0003:30: root bus resource [mem 0x9c0000000-0x9ffffffff pref] [ 8.482106] rtw_8821ce 0002:21:00.0: enabling device (0000 -> 0003) [ 8.493940] rtw_8821ce 0002:21:00.0: Firmware version 24.11.0, H2C version 12 [ 8.534600] rtw_8821ce 0002:21:00.0: rfe 6 isn't supported [ 8.534719] rtw_8821ce 0002:21:00.0: failed to setup chip efuse info [ 8.534723] rtw_8821ce 0002:21:00.0: failed to setup chip information [ 83.795823] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821 [ 83.796843] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin [ 83.799263] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin admin@orangepi5-plus:~$ lspci 0002:20:00.0 PCI bridge: Rockchip Electronics Co., Ltd Device 3588 (rev 01) 0002:21:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter 0003:30:00.0 PCI bridge: Rockchip Electronics Co., Ltd Device 3588 (rev 01) 0003:31:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05) 0004:40:00.0 PCI bridge: Rockchip Electronics Co., Ltd Device 3588 (rev 01) 0004:41:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05) admin@orangepi5-plus:~$ dmesg | grep iwlwifi admin@orangepi5-plus:~$ dmesg | grep wifi [ 4.419741] wifi_disable: no parameters, enabled [ 4.419802] reg-fixed-voltage wifi-diable-gpio-regulator: wifi_disable supplying 0uV [ 6.159542] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6275p [ 6.159548] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control. [ 6.159554] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio. [ 6.159620] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found ! [ 6.159633] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1 admin@orangepi5-plus:~$
  2. Should change the HDMI cable. It will work
  3. Hello, As far as i know Orange PI 3B using the Rockchip RK3566, is this SOC support graphic acceleration? I am running Armbian 23.8.2 Jammy with bleeding edge Linux 6.5.2-edge-rockchip64, only 1 tab of Chromium with video player but the CPU reached 100% all time
  4. Me too. Waiting for this board is supported. Now getting problem with the SPI 3.5inch touch screen
  5. I tried to use every HDMI port, but no sucess. Even use only 1 HDMI, still 1920x1080
  6. Hello, I am using Armbian 23.8.2 Jammy for Orange Pi 5 PLus and it cannot diplay 4K via HDMI. How to enable/switch this on?
  7. Hello, I would like to connect RFID-RC522 to OPI 3 LTS My wiring as bellow VCC -> Pin 1 GND -> Pin 9 MOSI -> Pin19 MISO -> Pin21 SDA -> Pin24 SCK -> Pin23 RST None I wired it based on this chart Then I edit the armbianEnv.txt added Reboot . But still not see the /dev/spi Where am I wrong?
  8. Hello, I am looking for the old version of Armbian_5.30_Orangepipcplus_Ubuntu_xenial_default_3.4.113 Have checked the archive server here: https://imola.armbian.com/archive/orangepipcplus/archive/ but no luck There are old link found https://dl.armbian.com/orangepipcplus/archive/Armbian_5.30_Orangepipcplus_Ubuntu_xenial_default_3.4.113.7z but has been "404 Not Found" Hope that someone still archived this version, please upload to a cloud server i just want to download it for my project Thanks in advance
  9. Today, i have tried your dts on Orange Pi PC Plus with the camera ov5640. But after reboot there are only the video0 and it is not ov5640, the output of command v4l2-ctl -d /dev/video0 --all show any wrong?
  10. I have followed this instruction and success with display video on orange pi but there are two problem need to ask more. 1. How to get the sound output with HDMI out? Tried alsa-mixer to setup sound out with hdmi, but seem that chromium doesn't play the sound 2. The default resolution is 1024x800. Want to upgrade to 1080p but cannot
  11. The Orange PI PC Plus has 8GB and all the os and chromium took only 3GB. That's sound good for me now
  12. I have found the solution for autologin from console here https://askubuntu.com/questions/819117/how-can-i-get-autologin-at-startup-working-on-ubuntu-server-16-04-1 First, find the agetty type -a agetty It will returns, like this agetty is /usr/sbin/agetty agetty is /sbin/agetty note /sbin/agetty Then run this sudo systemctl edit getty@tty1.service This will the create a drop-in file (if neccessary) and open it an editor. Add the following, replacing myusername with username: [Service] ExecStart= ExecStart=-/sbin/agetty --noissue --autologin myusername %I $TERM Type=idle This will: Then reboot. Since i have follow the above instruction from desertbot.io, it will appear the website
  13. This derserbot cannot work on armbian since armbian doesn't allow autologin with username. On Raspi they have on raspi-config Boot Options> Desktop CLI> Console Autologin but armbian-config don't
  14. You mean i should build a version myself? Thanks, i will take a look into this
  15. Hello, I am looking for a Minimal Armbian for H3 chip with kiosk feature. I don't need desktop interface but still need a web browser to open at startup. Is there any version like this? I need it minimum because i will install on eMMC of the Orange Pi PC Plus and it has only 8GB.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines