Настройка звука

Автор mmax2771, 14 января 2016, 18:41:25

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

mmax2771

Народ ! Подскажите плиз, нужен совет со стороны. Debian 8.2 Jessie GNOME, никак не могу настроить звук, захожу в настройках в параметры системы KDE, выставляю там свою звуковуху - при проверке левого и правого каналов всё работает, а запускаю музыку или захожу на YouTube - тишина. Ещё у меня  стоит CentOS 7, с ним как и с дебианом дружу лет 9. Так вот там настройки один в один как в дебиане, и в CentOS настроил сразу и без проблем, а здесь ну без танцев с бубном никак не обойтись. И ещё, в настройках звукового оборудования по умолчанию стоит встроенное аудио, а интегрированная звуковуха уже давно приказала долго жить и я поставил Audigy4, так вот в настройках выбираю audigy 4, сохраняюсь, выхожу из настроек, захожу заново, а там опять стоит встроенное аудио, чего за бред ?

ihammers

Через что просматриваете ролики на youtube? На других сайтах работает? Что используете alsa или pulseaudio?
Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290

mmax2771

В настройках стоит pulseaudio. А что ролики на youtube надо через что-то просматривть ? Нажимаешь на ролик и смотришь, что в линуксе что в винде, мож я отстал от жизни, но для просмотра на youtube ничего дополнительного не нужно.

ihammers

Цитата: mmax2771 от 14 января 2016, 19:48:32Нажимаешь на ролик и смотришь, что в линуксе что в винде, мож я отстал от жизни, но для просмотра на youtube ничего дополнительного не нужно.
Ролик либо через html5, либо через flashplayer. Все одинаково не зависимо от системы. Покажите вывод:
~$ lspci -nn
~$ lsmod | grep -i sound
~$ groups
~$ dpkg -l \*pulseaudio\*
~$ cat /etc/pulse/daemon.conf
~$ ls ~/.config/pulse/
Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290

mmax2771

#4
max2771@debian:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0100] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 [8086:1c14] (rev b5)
00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
00:1c.4 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev b5)
00:1c.5 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 [8086:1c1a] (rev b5)
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation H61 Express Chipset Family LPC Controller [8086:1c5c] (rev 05)
00:1f.2 IDE interface [0101]: Intel Corporation 6 Series/C200 Series Chipset Family 4 port SATA IDE Controller [8086:1c00] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
00:1f.5 IDE interface [0101]: Intel Corporation 6 Series/C200 Series Chipset Family 2 port SATA IDE Controller [8086:1c08] (rev 05)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G84 [GeForce 8600 GT] [10de:0402] (rev a1)
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8176] (rev 01)
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
06:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 01)
07:00.0 Multimedia audio controller [0401]: Creative Labs SB0400 Audigy2 Value [1102:0008]
max2771@debian:~$

max2771@debian:~$ lsmod | grep -i sound
soundcore              12890  2 snd,snd_hda_codec
max2771@debian:~$

max2771@debian:~$ groups
max2771 adm dialout fax cdrom floppy tape audio dip video plugdev netdev lpadmin scanner bluetooth

max2771@debian:~$ dpkg -l \*pulseaudio\*
Желаемый=неизвестно[u]/установить[i]/удалить[r]/вычистить[p]/зафиксировать[h]
| Состояние=не[n]/установлен[i]/настроен[c]/распакован[U]/частично настроен[F]/
            частично установлен[H]/trig-aWait/Trig-pend
|/ Ошибка?=(нет)/требуется переустановка[R] (верхний регистр
в полях состояния и ошибки указывает на ненормальную ситуацию)
||/ Имя            Версия       Архитектура  Описание
+++-==============-============-============-=================================
ii  gstreamer0.10- 0.10.31-3+nm i386         GStreamer plugin for PulseAudio
ii  gstreamer1.0-p 1.4.4-2      i386         GStreamer plugin for PulseAudio
un  libsdl1.2debia <нет>        <нет>        (описание недоступно)
ii  pulseaudio     5.0-13       i386         PulseAudio sound server
ii  pulseaudio-mod 5.0-13       i386         X11 module for PulseAudio sound s
ii  pulseaudio-uti 5.0-13       i386         Command line tools for the PulseA
max2771@debian:~$

max2771@debian:~$ cat /etc/pulse/daemon.conf
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.

## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; daemonize = no
; fail = yes
; allow-module-loading = yes
; allow-exit = yes
; use-pid-file = yes
; system-instance = no
; local-server-type = user
; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
; lock-memory = no
; cpu-limit = no

; high-priority = yes
; nice-level = -11

; realtime-scheduling = yes
; realtime-priority = 5

; exit-idle-time = 20
; scache-idle-time = 20

; dl-search-path = (depends on architecture)

; load-default-script-file = yes
; default-script-file = /etc/pulse/default.pa

; log-target = auto
; log-level = notice
; log-meta = no
; log-time = no
; log-backtrace = 0

# resample-method defaults to  speex-float-1 on most architectures,
# speex-fixed-1 on ARM
; resample-method = speex-float-1
; enable-remixing = yes
; enable-lfe-remixing = no

; flat-volumes = yes

; rlimit-fsize = -1
; rlimit-data = -1
; rlimit-stack = -1
; rlimit-core = -1
; rlimit-as = -1
; rlimit-rss = -1
; rlimit-nproc = -1
; rlimit-nofile = 256
; rlimit-memlock = -1
; rlimit-locks = -1
; rlimit-sigpending = -1
; rlimit-msgqueue = -1
; rlimit-nice = 31
; rlimit-rtprio = 9
; rlimit-rttime = 1000000

; default-sample-format = s16le
; default-sample-rate = 44100
; alternate-sample-rate = 48000
; default-sample-channels = 2
; default-channel-map = front-left,front-right

; default-fragments = 4
; default-fragment-size-msec = 25

; enable-deferred-volume = yes
; deferred-volume-safety-margin-usec = 8000
; deferred-volume-extra-delay-usec = 0
max2771@debian:~$

max2771@debian:~$ ls ~/.config/pulse/
03cd611b01654b54a5fb7c1f5066667c-card-database.tdb
03cd611b01654b54a5fb7c1f5066667c-default-sink
03cd611b01654b54a5fb7c1f5066667c-default-source
03cd611b01654b54a5fb7c1f5066667c-device-volumes.tdb
03cd611b01654b54a5fb7c1f5066667c-stream-volumes.tdb
cookie
max2771@debian:~$




Cообщение объединено 16 января 2016, 14:47:08

Спасибо за советы ! Звук появился, я даже не соображу как. Полез в значок динамика на главной странице, там в свойства, чего-то там попереключал и о... чудо ! звук появился. Есчё раз спосибо.