-
Posts
55 -
Joined
-
Last visited
Reputation Activity
-
thanh_tan reacted to constantius in avaota A1 how to start from SD card
Ok i have finally booted. But kernel does not have snd-usb-audio. I would like to compile the driver from alsa-project sources but there is no linux-headers packege 5.15.123. I know that audio driver for allwinner T527 cant be done yet. But why snd-usb-audio is missing. Usb audio card can be substittute.
-
thanh_tan reacted to Andrius Vainorius in Can't flash Armbian to EMMC on Orange Pi 5B
It worked! You need to keep .img files in the same folder as rkdeveloptool folder and run everything as sudo. Thank You very much!!!
andrius-vainorius@DELL-G5:~/rkdeveloptool$ sudo rkdeveloptool db rk3588_spl_loader_v1.15.113.bin
Downloading bootloader succeeded.
andrius-vainorius@DELL-G5:~/rkdeveloptool$ sudo rkdeveloptool wl 0 Armbianserver.img
Write LBA from file (100%)
andrius-vainorius@DELL-G5:~/rkdeveloptool$ sudo rkdeveloptool wl 64 idbloader.img
Write LBA from file (100%)
andrius-vainorius@DELL-G5:~/rkdeveloptool$
-
thanh_tan reacted to Werner in Minimal Armbian for H3 chip with kiosk feature
Well we do not have such a version but you may want to take a look at this: https://docs.armbian.com/Developer-Guide_User-Configurations/#user-provided-image-customization-script
-
thanh_tan reacted to ChrisO in Orange Pi R1 Plus (Orange Pi R1+) support?
This is the official Armbian image Armbian_20.11.10_Rockpi-e_buster_current_5.9.14.img from https://redirect.armbian.com/rockpi-e/Buster_current
armbianmonitor -u output is here http://ix.io/2PDj
So far it works OK. I didn't do any special tests. Just set-up a WiFI accesspoint with hostapd (on bridge eth2/wlan0) and udhcpd. iptables for masquerading and just now accessing internet from my phone using
this AP.
ifconfig shows three Ethernet interfaces. the two real ones are eth0 and eth2.
Let me know if I could be of any help. Would be a pleasure for me to give a bit back to Armbian :-)
Both, RockPi-E and OpiR1+ generate a Kernel panic at the end of "init 0" harmless AFAICS. Output is attached.
Regards,
Chris
rockpi-e.oops r1plus.oops
-
thanh_tan got a reaction from TRS-80 in Orange Pi Zero no audio devices available cannot play audio
I have successfully make the zero play with the extension via 3.5 audio jack
1. open armbian-config and check into the analogue
2. reboot and check aplay -l shows, it shoud be
aplay -l shows **** List of PLAYBACK Hardware Devices **** card 0: Codec [H3 Audio Codec], device 0: CDC PCM Codec-0 [] Subdevices: 1/1 Subdevice #0: subdevice #0 3. create file .asoundrc in home directory
put this in
pcm.!default{ type hw card 0 } ctl.!default{ type hw card 0 } 4. type alsamixer and make sure that the M and O like this
5. speaker-test -twav -c2 -Dhw:0
and the sound plays
Front Left
Front Right
-
thanh_tan reacted to I'mTO1 in [SOLVED] Broken repositories
@Igor
True, the problem was related to DNS. I've fixed it by adding DNS nameservers as follow:
$ sudo vi /etc/resolv.conf
Modify or enter nameserver as follows:
nameserver 8.8.8.8
nameserver 4.2.2.4
Thank you once again!
-
thanh_tan got a reaction from manuti in ARMBIAN 5.37 on AmLogic s805 wifi
Hi,
I tried to run "modprobe dhd" or " modprobe wifi_dummy" but not work
Where i can download the WIFI module?