Archlinux가있는 Gigabyte Brix TOSLINK / SPDIF


0

나는 콤보 아날로그 / 디지털 출력을 설정하려고했다. 이 작은 상자 의 도움으로 이 어댑터 ,하지만 나는 그것을 디지털로 출력 할 수 없다 ...

aplay -l 카드 1의 기기 1이 "ALC269VC Digital"이라고 알려주지 만, ~.asoundrc

defaults.pcm.card 1
defaults.pcm.device 1
defaults.ctl.card 1

또는 그냥 시도

aplay -D plughw:1,1 /usr/share/sounds/alsa/Front_Center.wav

작동하지 않습니다 (어떤 오류 코드도없이)

나는 모두 아이디어가 없어요. pavucontrol,하지만 아날로그 출력이 연결되어 있고 디지털로 전환 할 수있는 선택권이 없다고합니다.

편집하다: 좋아, 마침내 설정하여 작동 시켰어. options snd_hda_intel index=1 ...에서 modprobe.conf (장치 0을 hdmi에서 아날로그 / 디지털 출력으로 전환) 및 삭제 ~.asoundrc 직접 편집 /etc/asound.conf

pcm.snd_card {
    type hw
    card 0
    device 1
}

ctl.snd_card {
    type hw
    card 0
    device 1
} 

시험 spdif:1 대신에 plughw:1,1.
CL.

@CL. 음, 최소한 spdif : 1은 나에게 몇 가지 에러 ​​코드를 준다. ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.HDA-intel.pcm.iec958.1:CARD=1,AES0=4,AES1=130,AES2=0,AES3=2' ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM spdif:1
Spleen
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.