Trzeszczący dźwięk, jak to naprawić

Grafika, film, dźwięk.
Awatar użytkownika
.::UBUNTONAUTA::.
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 102
Rejestracja: 25 paź 2009, 15:00
Płeć: Mężczyzna
Wersja Ubuntu: 10.04
Środowisko graficzne: GNOME
Architektura: x86

Trzeszczący dźwięk, jak to naprawić

Post autor: .::UBUNTONAUTA::. »

Od zainstalowania ubuntu 10.04 no może nie od początku mam trzeszczący dźwięk, nie wiem dlaczego tak się stało nie pamiętam jakiejś konkretnej sytuacji. Jest chwilowe rozwiązanie, po zmianie ustawienia (Side) w GNOME Alsa mixer do minimum dźwięk jest w miarę dobry ale jest cichy szum, po zrestartowaniu komputera i tak wraca do trzeszczącego dźwięku. Podaje configi PulseAudio i Alsa, może się przyda.

Ps. Czy całkowite przejście z PulseAudio na Alse nie ma jakichś skutków ubocznych ? Gdzieś coś czytałem o zniknięciu dźwięków systemowych.

----------------------------
Głośniki 5.1 + Słuchawki
----------------------------
PulseAudio

Kod: Zaznacz cały

# 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 a 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
; 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 = 

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

resample-method = speex-float-1
; enable-remixing = yes
; enable-lfe-remixing = no

flat-volumes = no

; 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
; default-sample-channels = 2
; default-channel-map = front-left,front-right

default-fragments = 8
default-fragment-size-msec = 10
Alsa

Kod: Zaznacz cały

# 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 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2

EDIT:

Po dodaniu czegoś takiego do configu PulseAudio:

Kod: Zaznacz cały

options snd-hda-intel power_save=0 power_save_controller=N
dźwięk jest ok tyle że nie działa [System >> Preferencje >> Dźwięk] nie ma dźwięku podczas ładowania systemu i słychać szum w głośnikach, a z PulseAudio tego szumu nie było albo był bardzo cichy. PulseAudio wygląda jakby było całkiem wyłączone, w sumie to mogło by tak zostać tylko żeby system chciał współpracować z samą Alsą, i żeby nie było tego szumu, bo jak pod głoszę głośniki to brzmi to jak szum z nieustawionego radia, a tak raczej być nie powinno.

EDIT:
No nikt nic nie wie, już 53 wejścia i nikt nie potrafi nic powiedzieć ?
Awatar użytkownika
yp2
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 139
Rejestracja: 31 sty 2007, 19:17
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Inne
Architektura: x86_64

Odp: Trzeszczący dźwięk, jak to naprawić

Post autor: yp2 »

A wyciszyłeś zbędne kanały w alsamixerze. Ja zawsze muszę wyciszać dvd (cd-rom). Spróbuj po wyciszać zbędne kanały (cd, mikrofon). I co to jest "trzeszczący dźwięk" i kiedy się on objawia
Awatar użytkownika
.::UBUNTONAUTA::.
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 102
Rejestracja: 25 paź 2009, 15:00
Płeć: Mężczyzna
Wersja Ubuntu: 10.04
Środowisko graficzne: GNOME
Architektura: x86

Odp: Trzeszczący dźwięk, jak to naprawić

Post autor: .::UBUNTONAUTA::. »

Ten trzeszczący dźwięk był jak działało PulseAudio, i można się go było pozbyć, ale nie na stałe bo suwak po restarcie komputera znowu wracał do maksimum i koniec. Po przeszperaniu google znalazłem magiczne polecenie:

Kod: Zaznacz cały

options snd-hda-intel power_save=0 power_save_controller=N
Wklepałem je do config PulseAudio czy tam Alsy już nie pamiętam i PulseAudio zamarło a dźwięk jest tylko przez Alsę tyle że teraz jest problem bo nie działają mi opcje [System >> Preferencje >> Dźwięk] bo one są połączone z PulseAudio. A szumów z Alsy udało mi się już pozbyć wyciszając suwak od mikrofonu więc nie działają już tylko ustawienia [Dźwięk].
Awatar użytkownika
yp2
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 139
Rejestracja: 31 sty 2007, 19:17
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Inne
Architektura: x86_64

Odp: Trzeszczący dźwięk, jak to naprawić

Post autor: yp2 »

No to pozostaje tylko wujek google. Może spróbuj jeszcze raz Pulse tylko trochę ścisz wyjście. Tu jestem cienki
ODPOWIEDZ

Wróć do „Muzyka, filmy, zdjęcia, grafika”

Kto jest online

Użytkownicy przeglądający to forum: Bing [Bot] i 12 gości