Linux Sound Is ABitch
created 2005-07-23 23:49:30
(Up to: Linux )
Steps taken to fix sound on desktop
- Remove and re-add all sound-related modules
make modules_installin /usr/src/linux- Uninstall and reinstall alsa packages
- Try making /dev/dsp myself using mknod
- Try making /dev/sound myself using mkdir
- Uninstall alsa packages,
ln -sf /lib/modules/2.6.10 /lib/modules.2.4.31because the alsa packages seemed to point to the latter for some reason. Reinstall, reboot. - Find a copy of snddevices from the web. Run it, run alsaconf - yay! snddevices is now in ~graham/installers/system.
- Add snddevices to rc.M. Not ideal.