hannah
-
Posts
16 -
Joined
-
Last visited
Reputation Activity
-
hannah got a reaction from Tùng Lâm Đinh in Armbian for Tanix TX3 Amlogic S905X3 with SP6330 WiFi/Bluetooth module
Hello again:
Latest dmesg:
http://ix.io/2LdW
Issue: NO HDMI Audio
I now removed the pulseaudio and install alsa. I have followed this guide:
http://linuxg.net/how-to-properly-replace-pulseaudio-with-alsa-on-crunchbag-linux-and-debian-squeeze/
Commands run:
```
Remove pulseaudio
hannah@tx3:~$ sudo killall pulseaudio
hannah@tx3:~$ sudo apt-get purge pulseaudio pulseaudio-utils pavumeter pavucontrol
hannah@tx3:~$ sudo apt autoremove
Install alsa
hannah@tx3:~$ sudo apt-get install alsa-base alsa-tools alsa-tools-gui alsa-utils alsa-oss alsamixergui libalsaplayer0
Reading package lists... Done
Building dependency tree
Reading state information... Done
alsa-utils is already the newest version (1.2.2-1ubuntu2).
The following additional packages will be installed:
libfltk1.1 linux-sound-base
Suggested packages:
apmd oss-compat
The following NEW packages will be installed:
alsa-base alsa-oss alsa-tools alsa-tools-gui alsamixergui libalsaplayer0 libfltk1.1 linux-sound-base
```
Clearly Sound is NOT working as alsa cannot find a sound card.
from dmesg:
```
[ 4.385344] kernel: ALSA device list:
[ 4.388320] kernel: No soundcards found.
```
Any help appreciated.
Kind regards
Hannah
-
hannah reacted to SteeMan in Armbian for Tanix TX3 Amlogic S905X3 with SP6330 WiFi/Bluetooth module
No hardware decoding. Please read: https://forum.armbian.com/topic/16407-please-read-first
You should not be expecting to use TV boxes running armbian for heavy desktop work i.e. video.
-
hannah got a reaction from ZuiMelanieForno in Armbian for Tanix TX3 Amlogic S905X3 with SP6330 WiFi/Bluetooth module
@ZuiMelanieForno
Yes, Bluetooth works out of the box.
-
hannah got a reaction from ZuiMelanieForno in Armbian for Tanix TX3 Amlogic S905X3 with SP6330 WiFi/Bluetooth module
Hello all,
At this time all issues resolved. Thanks for the pointer from @SteeMan
I am running from SD Card.
Image Used: Armbian_20.10_Arm-64_focal_current_5.9.0_desktop.img.xz
Uboot: u-boot-s905x2-s922 > u-boot.ext
dtb: /dtb/amlogic/meson-sm1-sei610.dtb - BlueTooth, HDMI Audio, WIFI Works, Ethernet does NOT work.
To get wifi working:
```
sudo mv /lib/firmware/brcm/brcmfmac4330-sdio.txt /lib/firmware/brcm/brcmfmac4330-sdio.txt.old
sudo ln -s /lib/firmware/brcm/brcmfmac-ap6330-sdio.txt /lib/firmware/brcm/brcmfmac4330-sdio.txt
```
Additionally I have tested this dtb: meson-sm1-sei610-x96maxplus.dtb. Found from this below link.
BlueTooth, HDMI Audio, WIFI and Ethernet too work.
Admin you can mark this thread as SOLVED.
Thank you and kind regards
Hannah