I am trying to run pulseaudio but if fails: bash-4.3$ pulseaudio --start E: [pulseaudio] main.c: Daemon startup failed. bash-4.3$ I have chosen pulseaudio because I did not manage to configure sound with alsaconf: my sound device is onboard: bash-4.3# lspci | grep Audio 00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) 01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1) bash-4.3#
http://pastebin.com/nkP2bfLg this is the pulseaudio pastebin 2015-01-18 17:01 GMT-02:00 Cezar Rangel <cezar.rangel@gmail.com>:
I am trying to run pulseaudio but if fails:
bash-4.3$ pulseaudio --start E: [pulseaudio] main.c: Daemon startup failed. bash-4.3$
I have chosen pulseaudio because I did not manage to configure sound with alsaconf: my sound device is onboard:
bash-4.3# lspci | grep Audio 00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) 01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1) bash-4.3#
-- * Cezar Rangel* *cezar.rangel@gmail.com <cezar.rangel@gmail.com>*
What happened with Alsa? does the kernel support your sound card? Pulseaudio is bailing out there because of no Dbus / consolekit connection by the look of it, but that's a red herring. If something is not right in Alsa it's unlikely it'll be okay in Pulseaudio.
alsaconf is both terrible and outdated. You should almost never NEED to run it, and in many cases it is actively harmful to getting a working system with vanilla Alsa. I would undo the changes it made and try again with just alsa. Does your kernel have CONFIG_SND_HDA_INTEL? What modules are loaded? What does amixer or alsamixer report?
Yes, config_snd_hda_intel is on the kernel *but I have changed the sound card to* : 03:04.0 Multimedia audio controller: C-Media Electronics Inc CMI8788 [Oxygen HD Audio] Subsystem: ASUSTeK Computer Inc. Device 8521 Flags: bus master, medium devsel, latency 64, IRQ 16 I/O ports at d800 [size=256] Capabilities: [c0] Power Management version 2 the snd_oxygen driver is on the kernel but it does not appear as kernel driver in use neither as kernel modules available when I run alsa the output is : -bash:alsa:command not found / when I run amixer the output is :mixer attach default error: no such file or directory when I try to use the mixer on multimedia (xfce4) the output is GStramer was unable to detect any sound devices...
I have managed to solve the sound card issue: I ran #make menuconfig entered the section "device drivers", then marked sound card support as M, alsa as M and PCI sound card as * and the modules for my card as M and voilá now there a kernel driver in use: snd_oxigen 03:04.0 Multimedia audio controller: C-Media Electronics Inc CMI8788 [Oxygen HD Audio] Subsystem: ASUSTeK Computer Inc. CMI8788 [Oxygen HD Audio] Flags: bus master, medium devsel, latency 64, IRQ 16 I/O ports at d800 [size=256] Capabilities: [c0] Power Management version 2 Kernel driver in use: snd_oxygen Kernel modules: snd_oxygen after that, then with the help of the IRC (tired890) I have created the .asoundrc file on my ~ directory because the sound card was not the default device bash-4.3# cat /proc/asound/cards 0 [DGX ]: CMI8786 - Xonar DGX C-Media Oxygen HD Audio at 0xd800, irq 16 1 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xfea7c000 irq 19 bash-4.3# pcm.!default { type hw card 1 } ctl.!default { type hw card 1 }
participants (3)
-
Bryan Bennett
-
Cezar Rangel
-
James Trimbee