I’m Very Basic User Of This Operation System [ No Idea ] And Hers What I did In Last 7 Hours :-
I’ve just installed Ubuntu Mate On Raspberry PI3 from start i was facing problems
Unable to update anything ( Low Disk Space Issue) Solved Via [ sudo raspi-config ] //Boot resize
After Update Firefox decided not to work at all ! [ Solved Via Forced Previous Ver. Install So I’m Back In 1943 Now ]
VLC didn’t update properly and I’m Not able to install with anything tried Everything.
Kenel fails On Start [ Still Running Fine ]
No Audio At All !!! Ive Forced It On HDMI And 3.5 But Still No Sound. However Sound Panel Shows Music Is Playing.
Any Solution Will Help …
And I Must Say You Guys Have Done Very Good Job On This I Really Like It. Perfect Desktop Simple But Powerful…
I assume you’ve got acquainted wth the file /boot/config.txt, where a lot of useful config stuff can be done.
I set to assume all video modes support audio (all modes), as well as forcing hdmi.
How are you connecting audio? The use of the audio/video jack can be a problem if you get the wrong cable type.
I cannot remember any other prolem areas.
Derek
/boot/config.txt is a text file which can be edited (NB it is root owned - I suggest you not ecit it if this isn’t understood).
In the file you can see the parameters which can be modified, together with comments ( in lines starting with the # symbol)
This file is consulted in the boot process.
I don’t see what you have achieved - both audio and video via HDMI?
-audio via 3.5 jack and video via HDMI?
or what?
What did you set with raspi-config?
Derek
Yes Set All The Out To 3.5 Jack Via raspi-config and sound is coming only on 3.5 Jack !
their is one more problem i was facing is whenever i try to update using Software Updater error
Shows Up //Boot Have Not enough Space And Ask About 40MB More Free Space... I literally Have Not
Idea what to do ...
There was a thread some while back dealing with the out-of-space on the boot partition (and offering a way round: see [url=https://ubuntu-mate.community/t/disk-space-error-boot/12386] this thread and the one it links to {/url] )
Since this is a special distribution, I’m not sure that standard update methods for ubuntu are recommended.
I’ll have another look at my setup, which gets me sound on the HDMI channel (haven’t checked the jack output, as I don’t have a suitable lead readily to hand.
Derek_
sounds hardware BCM… output analog
3 config.txt
hdmi_force_hotplug=1
hdmi_drive=2
hdmi_force_edid_audio=1
and also some which relate to my setup of monitor and connection cable
sdtv_mode=2
hdmi_group=2
hdmi_mode=35
You can check your selected monitor modes from command line using: tvservice -s
HTH
Derek