On Thu, 20 May 2004, Paul D. Brown wrote: > On Wed, May 19, 2004 at 11:20:51PM -0700, Adam L. Klein wrote: > > Greetings all. I've successfully upgraded from Core 1 to Core 2 on my > > Dell OptiPlex GX-1 and everything with the exception of sound is running > > smoothly. When I boot, I get a "no /dev/dsp" error, though there is a > > /dev/dsp and I've even done a chmod 777 to make sure it's accessible. > > > > Under my previous FC-1 install, sound worked flawlessly. Any advice, > > insight, etc? I tried /sbin/sndconfig and it complains of a soundcore.o > > missing (and I know sndconfig is depricated in FC2). I'd really like to > > be able to listen to CDs and have sound working. > > > > Thanks all. > > > > Adam Klein > > I have a similar problem. My modules.conf from FC1 included the following: > alias sound-slot-0 cs4232 > 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 || : > options sound dmabuf=1 > alias synth0 opl3 > options opl3 io=0x388 > options cs4232 isapnp=1 > > Simply copying this into modules.conf for FC2 didn't work: > $ /sbin/modprobe sound-slot-0 > FATAL: Module cs4232 not found. > > I've also seen reference to snd-card-cs4232 which likewise give: > $ /sbin/modprobe snd-card-cs4232 > FATAL: Module snd_card_cs4232 not found. > > In FC1 I had to use sndconfig to get sound to work (redhat-config-soundcard > didn't see it and neither does system-config-soundcard in FC2). I notice > that sndconfig is not included with the FC2 distro.... BTW: FC2 uses /etc/modprobe.conf - not modules.conf. Maybe you can run system-config-sound and see if it fixes things up.. I have a 600E which used to use cs4232 driver. The config for FC2/2.6 ALSA was the following: $ cat modprobe.conf alias usb-controller uhci-hcd # ALSA portion alias char-major-116 snd alias snd-card-0 snd-cs4236 # You have to specify every damm paramter to get it working: options snd-cs4236 isapnp=0 cport=0x538 port=0x530 sb_port=0x220 fm_port=0x388 irq=5 dma1=1 dma2=0 #alias /dev/mixer snd-mixer-oss #alias /dev/dsp snd-pcm-oss #alias /dev/midi snd-seq-oss # Set this to the correct number of cards. #options snd cards_limit=1