Sunday, 18 March 2018
Fixing broken HDMI audio (again)
Back in October I noticed that I had no HDMI audio when running kernels starting from v4.12.0 on an Intel Compute Stick model STK1AW32SC (Cherry Trail) and wrote about how to fix this.
Unfortunately that fix no longer works on Ubuntu's latest ISO: Ubuntu 16.04.4. So I've spent time looking into it and created a script to fix HDMI audio though 'sponsored community work'.
The fix is sponsored by storeanalytics.de and can be downloaded from here.
To use the script to fix a running system first download it and make sure it is executable ('chmod 700 fix-STK1A32SC-and-STK1AW32SC-hdmilpeaudio.sh') then run the script it as root ('sudo ./fix-STK1A32SC-and-STK1AW32SC-hdmilpeaudio.sh'). Finally stop PulseAudio (pulseaudio -k) and restart it (pulseaudio --start) to complete the fix.
Now playing an audio file on the default device with 'aplay /usr/share/sounds/alsa/Front_Left.wav' works together with sound in Chrome and other applications.
The advantage of the fix being a script is that you can use it when respinning an ISO with 'isorespin.sh' (using the '-f' option) and automatically fix HDMI audio in the respun ISO for use on this device.
Please donate if you find my work helpful using the following link http://goo.gl/nXWSGf.
Saturday, 17 March 2018
Third look at Ubuntu 18.04 or Bionic: Beta 1 Pre-Release
Update: This work is superseded by the release of Ubuntu Mate 18.04 LTS.
As part of preparing for a new release the Ubuntu Release Team issue pre-releases in line with a Release Schedule. For Ubuntu 18.04 codenamed Bionic Beaver the Release Schedule looks like this.
Not all Ubuntu flavours participate in the Alpha and Beta pre-releases however last week those that did issued their Beta 1 pre-releases.
Ubuntu Mate is a participant so I've respun their ISO using my 'isorespin.sh' script and
Atom(-i ubuntu-mate-18.04-beta1-desktop-amd64.iso --atom)Apollo(-i ubuntu-mate-18.04-beta1-desktop-amd64.iso --apollo)
Don't forget to try out the 'Mutiny' panel layout if you want a similar look and feel to Unity by selecting it using 'MATE Tweak':
Please donate if you find the
Saturday, 3 March 2018
Ubuntu 16.04.4 for Intel Atom and Apollo Lake devices
Canonical have released the fourth point release of Ubuntu 16.04 Long-Term Support (LTS) as Ubuntu 16.06.4. This release is built with the hardware enablement stack using the Ubuntu 4.13.0-36.40~16.04.1 kernel and is slated as being suitable for use on newer hardware with additional information in the release announcement and in the release notes.
Atom(-i ubuntu-16.04.4-desktop-amd64.iso --atom)Apollo(-i ubuntu-16.04.4-desktop-amd64.iso --apollo)
Please donate if you find the