5.1 环绕声

Wil*_*ill 7 sound

好的,所以我在 Ubuntu 中启用 5.1 时总是遇到问题。运行alsamixer

我有:Master、耳机、PCM、Front、Front Mi、Front Mi、Surround、Center。都是 100%

卡:HDA英特尔

芯片:Realtek ALC888(这是我的板载声音,它是dell studio,具有7.1集成声音)

跑步时,speaker-test -c6 -twav我只让前 2 个扬声器(右/左)发出任何噪音。其他人完全没有声音。

我没有其他声卡可以使用,因为我所有的 PCI 插槽都用完了。

Daemon.conf

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

default-fragments = 8
default-fragment-size-msec = 10
Run Code Online (Sandbox Code Playgroud)

Ale*_*ens 2

你可以在终端中尝试这个:

sudo alsamixer
Run Code Online (Sandbox Code Playgroud)

您应该看到单独的“音量”部分(例如,前部、线路输入、中置/LFE 等),您可以将其静音和取消静音(按“m”键)或使用箭头键更改音量。

如果这不起作用,那么您是否很乐意澄清您是否有声卡(除了主板声音之外)。:D


Res*_*ssu 1

尝试这个:

从声音指示器菜单中选择sound preferences,转到硬件选项卡,然后从配置文件菜单中选择适用的环绕声选项。

如果一切顺利,您应该可以听到 5.1 声音。