-
Posts
13 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
Are there any chances to enable i2c? I use the tv-box as a 3d printing server (klipper) openvfb is working fine, and I also managed to configure the G-Code Shell Command to display the remaining print time. I want to connect the g-sensor via the i2c bus, please tell me if possible. klipper@transpeed-8k618-t:~$ dmesg | grep i2c [ 1.374462] mv64xxx_i2c 5002c00.i2c: can't get pinctrl, bus recovery not supported [ 1.683314] axp20x-i2c 2-0036: AXP20x variant AXP313a found [ 1.683791] axp20x-i2c 2-0036: AXP20X driver loaded klipper@transpeed-8k618-t:~$ sudo /sbin/i2cdetect -l klipper@transpeed-8k618-t:~$ -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
Yes, but as a result, this image is not bootable. -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
I've been seeing compilation errors regularly these days: jq: 1 compile error [🚸] Could not find package filename for 'base-files' in distro repo [ looking for base-files, found_package_filename is ] [🚸] Command failed, retrying in 15s [ apt_find_upstream_package_version_and_download_url base-files ] jq: error: syntax error, unexpected '/', expecting $end (Unix shell quoting issues?) at <top-level>, line 1: /home/alex/build/.tmp/work-1f60b5cb-301f-4099-b761-2fb9f2bb57be/tmp.NGlcPEF1pE jq: 1 compile error -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
OK, I did it. USB does not work when uploading a new image. -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
One more tv-box, HK1 Rbox. It hase an HK2735M chip Almost all things works, but WiFi can't connect to 5G, while 2.4 work fine. It see 5G AP, but connection fail. @transpeed-8k618-t:~$ dmesg | grep brcmfmac [ 7.019181] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4335-sdio for chip BCM4335/1 [ 7.019857] usbcore: registered new interface driver brcmfmac [ 7.094608] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac4335-sdio.clm_blob failed with error -2 [ 7.094631] brcmfmac mmc2:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac4335-sdio.clm_blob [ 9.242828] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available [ 9.242856] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 9.243349] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4335/1 wl0: Mar 24 2013 20:36:01 version 6.30.171.24.20 (B0 Station/P2P) PS: Okay, that's fixed. I just changed the channel on the router, it works with channel less than 40 -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
Thanks a lot, now the wifi is working. I have this strange clone in my hands, it is marked as Vontar H618, but the Vontar image on it cannot be written to eMMC. In the case of the Transpeed image, everything is working correctly. -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
I've used this patch, but it doesn't work for my case. Is it possible to change something for this chip? klipperr@transpeed-8k618-t:~$ dmesg | grep brcmf [ 9.510496] brcmfmac: brcmf_fw_alloc_request: Unknown chip BCM43342/1 [ 10.520808] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 [ 10.545676] brcmfmac: brcmf_ops_sdio_probe: F2 error, probe failed -19... [ 10.546133] usbcore: registered new interface driver brcmfmac -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
What about the speed? iperf3 report about 55-58 Mbits/sec -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
This is 88XXAU in the config. Yes, this driver allows you to see the device as a network device, the adapter gets a new interface name wlx<macaddress>, but it cannot connect to the network and does not receive a list of available networks. -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
From https://github.com/morrownr/8821au-20210708 -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
klipper@transpeed-8k618-t:~/8821au-20210708$ sudo modprobe 8812au modprobe: ERROR: could not insert '8812au': Unknown symbol in module, or unknown parameter (see dmesg) klipper@transpeed-8k618-t:~/8821au-20210708$ sudo dmesg | grep 8812 [ 7.950162] module 8812au: .gnu.linkonce.this_module section size must match the kernel's built struct module size at run time klipper@transpeed-8k618-t:~/8821au-20210708$ dkms status rtl8812au/5.13.6-23, 6.12.11-edge-sunxi64, aarch64: installed rtl8821au/5.12.5.2, 6.12.11-edge-sunxi64, aarch64: installed I've compile a new image with MT7601U, it works. What should I do for rtl8812 to work? -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
Thank you, I tried. But this is not my level, it is too difficult for me. I'll probably wait for your next release. -
How to install armbian in h618?
Алексей Торопов replied to alienxz77b's topic in Allwinner CPU Boxes
Is it possible to use usb-wifi on an 8812au chip? I tried installing the driver, but it doesn't work: klipper@transpeed-8k618-t:~$ sudo dkms status [sudo] password for klipper: rtl8812au/5.13.6-23, 6.12.11-edge-sunxi64, aarch64: installed klipper@transpeed-8k618-t:~$ sudo modprobe --force 8812au modprobe: ERROR: could not insert '8812au': Exec format error I also have a Mediatek mt7601u from the recommended list, but it doesn't work either. I used to flash the file Armbian-unofficial_25.05.0-trunk_Transpeed-8k618-t_bookworm_edge_6.12.11_server.img.xz (20250306 Latest)