Strona 1 z 1

Brak dźwięku - No volume control GStreamer plugins

: 08 sierpnia 2012, 18:29
autor: luka5d2
Witam.
Jest to moja pierwsza styczność z Debianem i jako tako Linuksem, wiec proszę o wyrozumiałość. Otóż po zainstalowaniu systemu nie posiadam dźwięku. Gdy kliknę w ikonkę głośnika wyskakuje mi komunikat:

Kod: Zaznacz cały

No volume control GStreamer plugins and/or found
Przeszukałem wątki na tym forum, ale niestety nic co zrobiłem nie pomogło. Po czym przeinstalowałem na nowo system, żeby był czysty, bez żadnych moich wypocin.

Polecenie:

Kod: Zaznacz cały

uname -r
2.6.32-5-amd64
Polecenie:

Kod: Zaznacz cały

dpkg --print-architectur
i386
Polecenie:

Kod: Zaznacz cały

lspci -k
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)    Subsystem: Giga-byte Technology Device 5000
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
    Kernel driver in use: pcieport
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    Subsystem: Giga-byte Technology Device 1c3a
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    Subsystem: Giga-byte Technology Device 5006
    Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    Subsystem: Giga-byte Technology Device a002
    Kernel driver in use: HDA Intel
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
    Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
    Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    Subsystem: Giga-byte Technology Device 5006
    Kernel driver in use: ehci_hcd
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset Family LPC Controller (rev 05)
    Subsystem: Giga-byte Technology Device 5001
00:1f.2 IDE interface: Intel Corporation 6 Series/C200 Series Chipset Family 4 port SATA IDE Controller (rev 05)
    Subsystem: Giga-byte Technology Device b005
    Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    Subsystem: Giga-byte Technology Device 5001
00:1f.5 IDE interface: Intel Corporation 6 Series/C200 Series Chipset Family 2 port SATA IDE Controller (rev 05)
    Subsystem: Giga-byte Technology Device b002
    Kernel driver in use: ata_piix
01:00.0 VGA compatible controller: NVIDIA Corporation G92 [GeForce GTS 250] (rev a2)
    Subsystem: CardExpert Technology Device 0401
    Kernel driver in use: nouveau
03:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
    Subsystem: Giga-byte Technology Device 5007
    Kernel driver in use: xhci_hcd
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    Subsystem: Giga-byte Technology GA-EP45-DS5/GA-EG45M-DS2H Motherboard
    Kernel driver in use: r8169
Polecenie:

Kod: Zaznacz cały

cat /proc/asound/cards
0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xf7200000 irq 22]
Polecenie:

Kod: Zaznacz cały

cat/proc/asound/modules
0 snd_hda_intel
Polecenie:

Kod: Zaznacz cały

cat/proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.21
Polecenie:

Kod: Zaznacz cały

aplay -l
**** List of PLAYBACK Hardware Devices ****card 0: PCH [HDA Intel PCH], device 0: ALC887 Analog [ALC887 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC887 Digital [ALC887 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
Polecenie:

Kod: Zaznacz cały

lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
Polecenie alsaconf nie działa.

Z góry dziękuję za pomoc.

Dodane:
Pomyślałem, że może zainstaluje najnowszą wersję alsy 1.0.25. Pobrałem skrypt z ich strony. Niestety kiedy próbuje go wykonać dostaje taki oto komunikat

Polecenie:

Kod: Zaznacz cały

./utils_alsa-compile.sh --driver --kmodules
File environment.base is cached.> cd /tmp/alsa-compile-script
File environment.compile is cached.
alsa-driver tree alsa-driver-1.0.25.57.g934e0.1150.gec10d is present.
Reusing it.
Use './utils_alsa-compile.sh --clean=alsa-driver' command to refetch and rebuild.
Sources unpacked to alsa-driver-1.0.25.57.g934e0.1150.gec10d
> cd alsa-driver-1.0.25.57.g934e0.1150.gec10d
Running ./gitcompile --with-debug=full --with-isapnp=yes --with-sequencer=yes --with-moddir=updates/alsa:
make: Nothing to be done for `all-deps'.
./configure --with-debug=full --with-isapnp=yes --with-sequencer=yes --with-moddir=updates/alsa
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /tmp/alsa-compile-script/alsa-driver-1.0.25.57.g934e0.1150.gec10d
checking cross compile... 
checking for directory with ALSA kernel sources... /tmp/alsa-compile-script/alsa-driver-1.0.25.57.g934e0.1150.gec10d/alsa-kernel
checking for directory with kernel source... Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).
Working directory /tmp/alsa-compile-script/alsa-driver-1.0.25.57.g934e0.1150.gec10d.
Compilation of alsa-driver failed.
Report this problem to the <alsa-devel@alsa-project.org> mailing list.

: 19 sierpnia 2012, 16:42
autor: Yampress
Użytkownik dodany do grupy audio w pliku /etc/group?

: 23 sierpnia 2012, 14:50
autor: luka5d2
Tak jestem w grupie audio

Polecenie : groups

Kod: Zaznacz cały

luka5d2 cdrom floppy audio dip video plugdev netdev bluetooth scanner
Zauważyłem jeszcze, że przy starcie systemu wyskakuje taki komunikat :

Kod: Zaznacz cały

Setting up ALSA mixer:  Mixer hw:0 load error: Invaild argument