8
fedora18 gmplayer installationview story

http://forums.fedoraforum.org – Firstly for the record, fedora 18 comes with gtk, zlib, and alsa installed by default, BUT to configure and build mplayer with the gui interface (hence gmplayer) one needs development versions of include (and possibly libraries). (HowTos)

8
Linux via Buildroot doesn't include alsa-utilsview story

http://unix.stackexchange.com – After following these instructions from here and from here, my booted Linux does not include ALSA-Utils like "aplay". But I have set all ALSA options. Any idea what's wrong? I also found this but I can't imagine that code refactoring will suddenly include these ALSA-Utils. (HowTos)

8
[ubuntu] Unable to install g++ compilerview story

http://ubuntuforums.org – Hi all, I just run sudo apt-get install g++ on terminal with the permission. (Hardware)

7
N56VZ: Subwoofer not working anymoreview story

http://askubuntu.com – I use Ubuntu 12.04 on Asus N56VZ, the subwoofer used to work doing the following trick advised by Sami: a. Add to rc.local echo 0x1e 0x99130112 > /sys/class/sound/hwC0D0/user_pin_configs echo 1 > /sys/class/sound/hwC0D0/reconfig b. Add options snd-hda-intel model=asus-mode4 in /etc/modprobe.d/alsa-base.conf c. Reboot d. (HowTos)

8
Sound not working when both the sound card and HDMI use the Intel HDA driver. How to exchange their device loading order?view story

http://unix.stackexchange.com – I have an Acer Aspire One 522 netbook which has an Intel HDA sound card based on the Conexant CX20584 chipset. (HowTos)

7
Fedora 18 no soundview story

http://forums.fedoraforum.org – Quote: [root@localhost ~]# lspci|grep audio [root@localhost ~]# I have no sound devices. Makes sense that I have no audio, no wonder KDE complains at every login that the devices aren't working. (HowTos)

7
Audio over HDMI?view story

http://crunchbang.org – Hi everyone, not sure where else to turn.I have a monitor that has built in speakers and a webcam (an asus, if wondering).I've tried everything to get audio working over HDMI (it is detected by alsa, but not pulse audio), and I can't raise the audio volume from alsamixer, and it is NOT muted. It is detected in paman as an INPUT device, not output device. (HowTos)

7
When Will Fedora Be Ready For Prime Time?view story

http://forums.fedoraforum.org – Is there any concensus out there about when Fedora will work out its problems and be ready for prime time? If someone doesn't understand the question, then consider the following: 1. With the latest Fedora 17, Beefy Miracle, installed, the installation routine creates a a GRUB2 that has an error in the file, as flashed on the screen for a split second at every boot. 2. (HowTos)

7
Pulseaudio Channel Map [my solution]view story

http://crunchbang.org – If this is in the wrong place, then please move it.  I've posting because it has taken me close to a month to figure out how to channel map pulseaudio on my system.  I started on Xubuntu 12.10, and now completed it on waldorf.  I have a 5.1 card (CM8738) with 3 outputs for 6 speakers.  I'll mention the jacks later in the post.  This is how I fixed my system in wa (HowTos)

7
Using avconv to stream live audio from in-line (alsa hw:0,0) over wireless access point to a client.view story

http://stackoverflow.com – I have linaro 12.06 installed on my Miniand's Hackberry(https://www.miniand.com/products/Hackberry%20A10%20Developer%20Board). I have wireless access point up on the hackberry with the ssid of HACK I am using this command on the hackberry: avconv -f alsa -ac 1 -i hw:0,0 -acodec mp2 -b 64k -f rtp rtp://10.0.0.1:1234 So using my laptop I connected to the hackberry "HACK" and then I pulled up th (HowTos)