processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 6 model name : Mobile Pentium II stepping : 10 cpu MHz : 397.056866 cache size : 256 KB fdiv_bug : no hlt_bug : no sep_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx osfxsr bogomips : 396.49
01:00.0 VGA compatible controller: Neomagic Corporation [MagicGraph 256AV](rev 20) Subsystem: Unknown device 1014:00dd Flags: bus master, medium devsel, latency 128, IRQ 11 Memory at e0000000 (32-bit, prefetchable) Memory at 70000000 (32-bit, non-prefetchable) Memory at 70400000 (32-bit, non-prefetchable)
/etc/conf.modules
파일에 다음 라인들이 필요합니다.:
alias char-major-14 cs4232 options cs4232 io=0x530 irq=5 dma=1 dma2=0
6.4의 ALSA는 다음과 같은 modules.conf를 가지게 된다.
alias char-major-14 soundcore alias char-major-116 snd alias snd-card-0 snd-card-cs4236 alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss options snd snd_major=116 snd_cards_limit=1 options snd-card-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 snd_irq=5 snd_dma1=1 snd_dma2=0 snd_isapnp=0 post-install snd amixer set Master 100% unmute;amixer set PCM 100% unmute; amixer set Aux,1 100% unmuteAux 1은 CD-in을 위한 채널 입니다. Thinkpad를 위한 APM의 대기 /재시작 지원이 앞으로의 ALSA release에서 지원될 것입니다.
rcalsasound restart
를 실행합니다.
/etc/modules.conf를 편집한 후 depmod -a
를 해주고 ALSA driver를 사용하기 위해 rcalsasound restart
를 해줍니다.
만약 snd_wav
package를 인스톨 하였다면 ALSA를 테스트하기 위해 다음의
aplay /usr/share/sounds/alsa/whistle.au나
aplay /usr/share/sounds/wav/applause.wav를 실행해 볼 수 있습니다. alsa를 이용한다면
alsamixer
와 gamix
를 사용할 수 있습니다.
/etc/rc.config
파일에 다음 옵션 사용:
PCMCIA_PCIC_OPTS="pci_int=1 pci_csc=1"
PCI bridge probe: TI 1251A found, 2 sockets
USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01)USB 포트는 동작하겠지만 테스트는 안 해 보았습니다.
[*] Allow interrupts during APM BIOS calls이것을 커넬 환경설정시 설정해 줍니다. 이 옵션이 설정되지 않으면 재시작 중에 충돌이 일 어 납니다.
SDB-laptop_daten_ibm_thinkpad-600e
)