On Thursday 02 September 2004 02:57 am, Michael Schwendt wrote: > On Tue, 31 Aug 2004 21:27:01 -0400, Allen Winter wrote: > > > > I had the same problem with sound going away each time I rebooted. > > > So, I removed the AUDIO section from /etc/sysconf/hwconf and then > > > ran kudzu as suggested above. (kudzu didn't ask me any questions at all). > > > Now when system-config-soundcard fails with: > > > # system-config-soundcard > > > Simple mixer control 'PCM',0 > > > Capabilities: pvolume pswitch pswitch-joined > > > Playback channels: Front Left - Front Right > > > Limits: Playback 0 - 31 > > > Front Left: Playback 23 [74%] [on] > > > Front Right: Playback 23 [74%] [on] > > > sox: Can't open output file '/dev/dsp': No such device > > > -9 > > > > > So I reboot and no sound. So I run system-config-soundcard again and this time it > > finds dev/dsp and I have sound. Should I expect sound to work on reboot now? > > Or what am I doing wrong? > > Depends on what you had cut out from /etc/sysconfig/hwconf class: AUDIO bus: PCI detached: 0 driver: snd-ali5451 desc: "ALi Corporation|M5451 PCI AC-Link Controller Audio Device" vendorId: 10b9 deviceId: 5451 subVendorId: 103c subDeviceId: 0024 pciType: 1 pcidom: 0 pcibus: 0 pcidev: 6 pcifn: 0 > whether kudzu detected your soundcard as NEW I don't believe it did because it would have asked me to configure it, right? > and what you have got in /etc/modprobe.conf currently. # cat /etc/modprobe.conf alias eth0 natsemi alias snd-card-0 snd-ali5451 install snd-ali5451 /sbin/modprobe --ignore-install snd-ali5451 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-ali5451 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ali5451 alias usb-controller ohci-hcd install ipv6 /bin/true alias sound_slot_1 off And.. sound config does not seem to survive a reboot. I need to re-run system-config-soundcard on each reboot. Regards, Allen