Hi,
Thank You for Amibian. I have Raspberry Pi3. I downloaded Amibian 1.313.230117. It works OK for me and gives me a lot of fun
but I have 2 issues. I don't know whether you have ever had such situations earlier.
1. I don't hear sound in games. I have already enabled sound in emulator but it didn't help me :-( I don't know how can I fix it.
Are you able to help me?
2. I wanted to update amibian, raspbian and after this Raspberry Pi firmware. I did the following things:
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get install rpi-update
rpi-update
Everything went smoothly but when I rebooted Raspberry Pi after doing firmware update, an Amibian is starting but after while a screen is blank
and there the following message appears "map: vt01 => fb0". I waited about 5 minutes and nothing happened :-( I expect to see menu but it doesn't appear.
Thank you in advance for your help.
Best regards,
Adrian
Hi,
Ive just had this problem, probably because I did the above apt-get update/upgrade on Amibian.
I know its an old post but I googled the issue and found this thread, so I thought Id add my resolution in case I do the same again in the future.
Using the config.txt documentation above, to fix my issue I had to set:
nano /boot/config.txt
hdmi_drive=2
Gary
This page:
https://www.raspberrypi.org/documentation/configuration/config-txt/
Explain about the config.txt file it is located here:
/boot/config.txt
Now this file explain about HDMI video and audio options:
https://www.raspberrypi.org/documentation/configuration/config-txt/video.md
for the lasy, just do this:
Setting hdmi_ignore_edid_audio to 1 pretends that all audio formats are unsupported by the display. This means ALSA will default to the analogue audio (headphone) jack.
So the line you need to add must be :
hdmi_ignore_edid_audio = 1
Hi,
I haven't been on this forum almost over a month :-( Thank you very much for your help and clues you wrote. I flashed Raspberry 3 firmware because I thought that no sound problem in Amibian is a result of bug in drivers or firmware. Now I am a little bit clever ;-) Next time I will think twice before I upgrade firmware. You mentioned that there were some issues in firmware so before I upgrade it I check readme.
Best regards,
Adrian
hey. that sound problem.. there are ways to fix that by editing the config.txt, depending on the screen you use.
dist upgrade usualy messes everything up. so like everywhere google has taken me says "dont do dist upgrade unless you know exactly what you are doing" :) reflash the image and dont dist upgrade. ;)
latest pi firmware also has some issues last time i checked. but it has been a while since i checked ;)