: 말씀하신 정보를 올려봅니다.
: sndconfig에서 검색한 사운드칩셋은 VIA Technologies|AC97 Audio Controller로 나옵니다.
: 그외의 정보는...
:
: [root@localhost root]# ls -l /dev/dsp*
: crw------- 1 root root 14, 3 8월 31 05:30 /dev/dsp
: crw------- 1 root root 14, 19 8월 31 05:30 /dev/dsp1
: crw------- 1 root root 55, 0 8월 31 05:30 /dev/dsp56k
:
: [root@localhost root]# lsmod
: Module Size Used by
: via82cxxx_audio 17248 0 (autoclean)
: uart401 6576 0 (autoclean) [via82cxxx_audio]
: ac97_codec 8832 0 (autoclean) [via82cxxx_audio]
: sound 59680 0 (autoclean) [via82cxxx_audio uart401]
: soundcore 4464 4 (autoclean) [via82cxxx_audio sound]
: mga 101216 1
: agpgart 27584 3
: autofs 11520 0 (autoclean) (unused)
: 3c59x 26336 1
: nls_cp949 141440 2 (autoclean)
: nls_cp437 4352 2 (autoclean)
: vfat 9584 2 (autoclean)
: fat 32384 0 (autoclean) [vfat]
: usb-uhci 21536 0 (unused)
: usbcore 51712 1 [usb-uhci]
: ext3 64624 3
: jbd 40992 3 [ext3]
:
: [root@localhost root]# vi /etc/modules.conf
: alias parport_lowlevel parport_pc
: alias eth0 3c59x
: alias usb-controller usb-uhci
: alias sound-slot-0 via82cxxx_audio
: post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
: pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
:
: 무슨 방법이 있을까요? ^^;;
: 그럼 좋은 하루 되시길...
:
: --
: 이 곳에 서명을 적어주십시오.
:
: 글쎄요...
역시 제경우는 인텔850이 컨트롤하는 AD1885라는 사운드칩셋을 쓰는데... 메인보드칩셋이
컨트롤하는 사운드칩셋이 말썽많은것같습니다.(제 사운드는 i180_audio인가 하는 모듈을 쓰
는데 되었다 말았다 합니다. 아직 불안정... via경우도 비슷할수있습니다.) 다 때려치고 사
용 OSS 드라이버의 데모버젼으로 시도해보세요. ftp://www.se.opensound.com/pub/oss/linux/osslinux396a-2x
.tar.gz 이거 받고 /etc/modules.conf 파일에서; alias sound-slot-0 via82cxxx_audio post-install sound-slot-0 /bi
n/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
>/dev/null 2>&1 || : 이 세줄지우고 lsmod했을때 사운드관련모듈들을 rmmod로 다 내리고 받은 파일
압축풀고 설치해보세요.--ICQ#: 103231199