Mam problem z Pipielight. Podczas oglądania np. horizon.tv z UPC mam obraz jednak brak dzwięku. Dodam, że youtube działa ok.
Ma ktoś jakieś pomysły jak to zrobić ?
Znalazłem na internecie cos takiego, ale nie wiem jak wybrać, zmienić lib32-alsa-lib
* lib32-alsa-plugin
* lib32-libpulse.
[h=1]ArchLinux - no sound after the installation of Pipelight[/h] Created by Sebastian Lackner on on 2014-04-30
Keywords:
Most of the plugins which are available via Pipelight are 32-bit-only, and thus require the 32-bit sound libraries to work properly. If they are missing it has the effect, that everything works - just except audio playback.
Depending on if you use ALSA or PulseAudio for sound output, you have to select the appropriate packages from the list below:
* lib32-alsa-lib
* lib32-alsa-plugin
* lib32-libpulse
These packages are also listed as optdepends, so you should also have seen this list after the pipelight/wine-compholio package installation.
[ Tip: Please note that there are also some other packages listed as optdepends - depending on which features you want to use you'll probably have to install them, too. See this PKGBUILD file for a full list: http://cache.fds-team.de/stable/arch-i6 ... 9/PKGBUILD ]
If you're sure that the audio libraries are installed properly, but you still experience audio issues, you should check out this related FAQ:
https://answers.launchpad.net/pipelight/+faq/2444
root@debian:/home/rafal/Pobrane# lspci | grep Audio
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
root@debian:/home/rafal/Pobrane# cat /etc/modprobe.d/alsa-base.conf
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { /sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
# Prevent abnormal drivers from grabbing index 0
options snd-hda-intel model=thinkpad
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
root@debian:/home/rafal/Pobrane# cat /etc/modprobe.d/alsa-base-blacklist.conf
# Uncomment these entries in order to blacklist unwanted modem drivers
# blacklist snd-atiixp-modem
# blacklist snd-intel8x0m
# blacklist snd-via82xx-modem
# Comment this entry in order to load snd-pcsp driver
blacklist snd-pcsp