Alsa and HDMI sound via display

It turns out that getting a sound output from a HDMI connected display when using Alsa is actually really simple. Here is the outline of the process.

1. Install alsa-utils (we need a tool called aplay). For example: sudo apt-get install alsa-utils

2. Open a terminal client and type aplay -l to list all your sound devices.

You will get something like this: Continue reading

Sysmanager added to programs section

It is time to release another program after some time-consuming tests – in order to verify quality.  Without further ado, here comes Sysmanager

Sysmanager

Sysmanager’s outlook.

Continue reading

Audax sound selector program released (Updated 3th of February 2015)

 

Recently I have been in a quite a hurry but now it is time to return to the wonderful world of Linux once again. Here is one of my recent makings titled as Audax sound selector. The program works within a command line a.k.a. terminal client.  Its sole purpose is to ease the selection of sound cards if you have multiple devices. For example: In the year 2007 I used to have a Soundblaster card along with an integrated Intel sound card inside my computer. Continue reading

Lenovo Ideapad G50-30 and others alike in Linux

Recently, I had a chance to setup Linux to Lenovo Ideapad laptop. While the machine itself is of great value there are few difficulties when it comes to actually enabling its every function. The Ideapad I got my hands on did not have any switches, which would enable or disable Wi-Fi or Bluetooth. When Linux was installed it also came to be that the left mouse button was disabled (not working at all). All these problems were easy to fix and in this post I will walk you through the whole process, which helped me to get the most of the great Ideapad laptop. The steps below are done as root user (su root) or as a sudo user (sudo su). Use sudo or root depending on your system’s setup (meaning: root might be disabled and sudo might be enabled or vice versa. To complete the steps below, you can use any terminal client of your choice (xterm. terminator, gnome-terminal…)

Continue reading