반응형
CentOS 7.
자꾸 콘솔에 걸거치게 오류 메시지가 뜬다.
snd_hda_intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xbf0900
snd_hda_intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xbf0900
snd_hda_intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xbf0900
snd_hda_intel 0000:00:1b.0: spurious response 0x0:0x0, last cmd=0xbf0900
이런식으로 똑같은 문장이 반복되서 계속 뜬다. 왜 그런걸까?
https://bbs.archlinux.org/viewtopic.php?id=144962
여기서는 비디오카드, 사운드카드 등 외부 카드를 언급하고 있다.
해결방법은 간단했다.
/etc/modprobe.d에 sound.conf를 생성하여 해당 문장을 적어주면 해결된다.
# vi /etc/modprobe.d/sound.conf
## 문장 삽입##
options snd_hda_intel probe_only=0,1
반응형