You are not logged in.
Pages: 1
Hi everyone!
You are my last resort (the first one being google). I have arch installed in an ASUS laptop and I was trying to solve the cannot-play-two-sounds-simultaneously issue. During the process I removed the ~/.pulse folder and I may have changed the asound.conf file and any other configuration file the internet may mention.
I ended up with what looked like the correct configuration but no sound at all. I then tried reinstalling pulseaudio but now I get this error message whenever I try to open pavucontrol or pulseaudio:
[federico@chacoo ~]$ pavucontrol
pavucontrol: error while loading shared libraries: libjson-c.so.2: cannot open shared object file: No such file or directoryJust in case:
[federico@chacoo ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC269VB Digital [ALC269VB Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0It seems that I only have sound through laptop speakers in flash videos. Weird.
[federico@chacoo ~]$ cat /etc/asound.conf
# Use PulseAudio by default
pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}
ctl.!default {
type pulse
fallback "sysdefault"
}
# vim:set ft=alsaconf:Thanks in advanced for your help
Last edited by Barbalras (2013-07-12 17:42:21)
Offline
You methodology seems to suck; how did you "reinstall" pulseaudio? If you did it via pacman, json-c should already have been pulled in.
Last edited by lolilolicon (2013-07-12 17:39:38)
This silver ladybug at line 28...
Offline
I exaggerated it a little bit... I did follow the wikis but this is my current state: no sound and pulseaudio giving the above errors
I reinstalled it with pacman -Rs and then pacman -S
Last edited by Barbalras (2013-07-12 21:06:06)
Offline
Ok, I fixed it. This is the solution in case someone has the same problem.
sudo pacman -S json-c json-glib lib32-json-cthe last one is for skype to work (or other 32bit programs in a 64bit system)
Offline
Pages: 1