ISA Crystal Sound

Christopher K. Johnson ckjohnson at gwi.net
Thu Aug 19 00:43:45 UTC 2004


Peter Hutnick wrote:

>I have a Thinkpad 600 with ISA based Crystal sound.  It worked fine
>with RH6 and FC1, but FC2 won't detect it.  This system has some weird
>plug-n-play issues, but everything /is/ configured correctly at the
>BIOS level.  (As I said before, it worked with FC2.  Quick-boot is OFF
>and it is configured with PS2.EXE).
>
>system-configure-sound reports no soundcards.  Attempting to modprobe
>the cs4232 or cs4236 (I think.  I'm working from memory here.) reports
>"No such device."
>
>:-/
>
>Any ideas?
>  
>
Yes.  I had the same issue and got the alsa drivers working by manually 
configuring.  You need to get the options just right.
Try this in your /etc/modprobe.conf
options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 
fm_port=0x388 irq=5 dma1=1 dma2=0
alias snd-card-0 snd-cs4236
install snd-cs4236 /sbin/modprobe pcspkr && /sbin/modprobe 
--ignore-install snd-cs4236 && /usr/sbin/alsactl restore >/dev/null 2>&1 
|| :
remove snd-cs4236 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; 
/sbin/modprobe -r --ignore-remove snd-cs4236

Chris

-- 
-----------------------------------------------------------
   "Spend less!  Do more!  Go Open Source..." -- Dirigo.net
   Chris Johnson, RHCE #807000448202021





More information about the fedora-list mailing list