On 2000-09-22 06:29, Werner Heuser wrote: >> Russell Coker write: >>> 2) The sound card is the following: >> >> Bus 0, device 5, function 0: >> Multimedia audio controller: Cirrus Logic CS 4614/22/24 [CrystalClear >> SoundFusion Audio Accelerator] (rev 1). > >... > >Hi Russell, > >the following entry in `modules.conf' generated by SuSE 7.0 >(Kernel 2.2.16) worked for me on a T20 model number 2647. Thanks for that information. I have (finally) installed ALSA on my Thinkpad and I get the following in my dmesg output when I try playing (and it gives an error "Can't open /dev/dsp". I am using the latest ALSA Debian packages (0.5.9d-1) in kernel 2.4.0-test9. I would appreciate it if you (or anyone else) has any more advice on this issue. Reverting to 2.2.x kernels is not an option on this machine (I need the latest ReiserFS and devfs). I have attached my /etc/modutils/alsa file. snd: cs461x: AC'97 read problem (ACSTS_VSTS), reg = 0x26 snd: cs461x: AC'97 read problem (ACSTS_VSTS), reg = 0x26 snd: cs461x: AC'97 read problem (ACSTS_VSTS), reg = 0xe snd: cs461x: AC'97 read problem (ACSTS_VSTS), reg = 0x12 snd: cs461x: AC'97 read problem (ACSTS_VSTS), reg = 0x16 snd: cs461x: AC'97 read problem (ACSTS_VSTS), reg = 0x36 snd: cs461x: AC'97 read problem (ACSTS_VSTS), reg = 0x6 snd: cs461x: AC'97 read problem (ACSTS_VSTS), reg = 0x20 snd: cs461x: AC'97 read problem (ACSTS_VSTS), reg = 0x20 > >Werner > ># ALSA section {$#@begin@#$} [don't remove or move this line] vvvvv ># ># ALSA native device support, generated by YaST2 ># >alias char-major-116 snd >options snd snd_major=116 snd_cards_limit=1 >alias snd-card-0 snd-card-cs461x >options snd-card-cs461x snd_index=0 snd_id=card1 ># ># OSS/Free emulation ># >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 ># ># ALSA section {$#@_end_@#$} [don't remove or move this line] ^^^^^ -- http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark http://www.coker.com.au/postal/ Postal SMTP/POP benchmark http://www.coker.com.au/projects.html Projects I am working on http://www.coker.com.au/~russell/ My home page
# Default Configuration of ALSA 0.5 for Debian GNU/Linux alias char-major-116 snd alias char-major-14 soundcore options snd snd_major=116 snd_cards_limit=4 snd_device_mode=0660 snd_device_gid=29 snd_device_uid=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 #alias snd-card-0 snd-card-dummy #alias snd-card-1 snd-card-serial #alias snd-card-2 snd-card-share #alias snd-card-3 snd-card-virmidi alias sound-slot-0 snd-card-0 alias sound-slot-1 snd-card-1 alias sound-slot-2 snd-card-2 alias sound-slot-3 snd-card-3 # You must need to add your own card setteings below. # or use alsaconf to setup in menu form. # --- BEGIN: Generated by ALSACONF, do not edit. --- # --- ALSACONF verion 0.4.3b --- alias char-major-116 snd alias snd-card-0 snd-card-cs461x alias char-major-14 soundcore 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 snd_device_mode=0660 snd_device_gid=29 snd_device_uid=0 options snd-card-cs461x snd_index=0 snd_id=CARD_0 # --- END: Generated by ALSACONF, do not edit. ---