Pagina 1 di 1

[RISOLTO] Surround non va su Sound Blaster 5.1

Inviato: martedì 7 luglio 2009, 10:21
da ilcontegis
Ciao ragazzi, ho messo la 9.04 su un vecchio pc che aveva ancora la 7.10. Ma ora ho un problema, il surround non va più...perché?
Ho fatto le stesse identiche cose di sempre

Codice: Seleziona tutto

gedit ~/.pulse/daemon.conf
e poi ho cambiato questa riga mettendo a posto del 2 un 6 (dato che ho un 5+1)

Codice: Seleziona tutto

; default-sample-channels = 2
Inoltre se faccio il test tutto si sente perfetto

Codice: Seleziona tutto

teo@teo:~$ speaker-test -Dplug:surround51 -l1 -twav -c6

speaker-test 1.0.18

La periferica di riproduzione è plug:surround51
I parametri dello stream sono 48000Hz, S16_LE, 6 canali
File WAV
Frequenza impostata a 48000Hz (richiesti 48000Hz)
La dimensione del buffer va da 64 a 16384
La durata del periodo va da 16 a 16384
Usare la dimensione massima di buffer 16384
Fasi = 4
was set period_size = 4096
was set buffer_size = 16384
 0 - Frontale sinistro
 4 - Centrale
 1 - Frontale destro
 3 - Posteriore destro
 2 - Posteriore sinistro
 5 - LFE
Durata per periodo = 8,365323
Tuttavia riesco solamente a sentire i due speaker frontali.
Come mai?
Grazie

Re: Surround non va su Sound Blaster 5.1

Inviato: martedì 7 luglio 2009, 11:44
da sim70
Hai controllato i volumi del mixer?

Re: Surround non va su Sound Blaster 5.1

Inviato: martedì 7 luglio 2009, 23:46
da ilcontegis
Ovviamente si, dato che lo già fatto un sacco di volte, ho provato a metterli tutti al max da alsamixer, ma niente.

Re: Surround non va su Sound Blaster 5.1

Inviato: martedì 7 luglio 2009, 23:53
da sim70
Ma, scusa la pignoleria, nel mixer vede la scheda audio s.blaster?

Re: Surround non va su Sound Blaster 5.1

Inviato: mercoledì 8 luglio 2009, 0:01
da icetux
Provato a vedere nel topic "di riferimento" se qualcuno ha riscontrato un problema analogo?
http://forum.ubuntu-it.org/viewtopic.php?t=200642

Re: Surround non va su Sound Blaster 5.1

Inviato: mercoledì 8 luglio 2009, 16:03
da ilcontegis
qui c'è il mio alsamixer

Re: Surround non va su Sound Blaster 5.1

Inviato: mercoledì 8 luglio 2009, 22:38
da sim70
Il center è basso, di solito con quello dovrebbe variare la posizione del suono sugli altoparlanti.

Re: Surround non va su Sound Blaster 5.1

Inviato: mercoledì 8 luglio 2009, 23:22
da ilcontegis
adesso li ho abbassati prima erano tutti al massimo.

Re: Surround non va su Sound Blaster 5.1

Inviato: mercoledì 8 luglio 2009, 23:56
da sim70
ilcontegis ha scritto: adesso li ho abbassati prima erano tutti al massimo.
Controlla nella sezione interruttori che sia attivato il 3D e controlla che sia attivato o disattivato l'analogico/digitale.

Re: Surround non va su Sound Blaster 5.1

Inviato: giovedì 9 luglio 2009, 0:02
da tyrchyus
puoi postare daemon.conf?

Re: Surround non va su Sound Blaster 5.1

Inviato: giovedì 9 luglio 2009, 9:49
da ilcontegis
tyrchyus ha scritto: puoi postare daemon.conf?
quello che dovrebbe essere qui?

Codice: Seleziona tutto

home/teo/.pulse/daemon.conf
Non ho il file

Re: Surround non va su Sound Blaster 5.1

Inviato: giovedì 9 luglio 2009, 9:56
da ciccoale
No, deve essere qui:

/etc/pulse/daemon.conf

Re: Surround non va su Sound Blaster 5.1

Inviato: giovedì 9 luglio 2009, 10:24
da ilcontegis
ciccoale ha scritto: No, deve essere qui:

/etc/pulse/daemon.conf
a scusa che scemo lo avevo anche modificato mettendo i 6 canali

Codice: Seleziona tutto

# 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
; disallow-module-loading = no
; disallow-exit = no
; use-pid-file = yes
; system-instance = no
; disable-shm = no
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB

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

; realtime-scheduling = no
; realtime-priority = 5

; exit-idle-time = 20
; module-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

resample-method = src-linear
; disable-remixing = no
; disable-lfe-remixing = yes

; no-cpu-limit = 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-rtttime = 1000000

; default-sample-format = s16le
; default-sample-rate = 44100
; default-sample-channels = 6

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

Re: Surround non va su Sound Blaster 5.1

Inviato: giovedì 9 luglio 2009, 11:00
da ciccoale
; default-sample-rate = 44100
; default-sample-channels = 6

Devi togliere il punto e virgola le righe devono diventare così:

default-sample-rate = 48000
default-sample-channels = 6

Re: Surround non va su Sound Blaster 5.1

Inviato: giovedì 9 luglio 2009, 11:54
da ilcontegis
ciccoale ha scritto:
; default-sample-rate = 44100
; default-sample-channels = 6

Devi togliere il punto e virgola le righe devono diventare così:

default-sample-rate = 48000
default-sample-channels = 6
ma che pirla.....
lo faccio tutte le volte e sta volta non l'ho fatto.
e come uno scemo a controllare 10000 volte, e non me ne sono mai accorto.
scusatemi......
grazie per il gentile supporto.
(b2b)

Re: Surround non va su Sound Blaster 5.1

Inviato: giovedì 9 luglio 2009, 12:08
da tyrchyus
metti risolto nel titolo del primo post. =)

Re: Surround non va su Sound Blaster 5.1

Inviato: giovedì 9 luglio 2009, 13:06
da sim70
Meglio così.............  (b2b)