I have done a little more investigating, and have revised what I believe is happenning.
On boot, the alsa driver for emu10k1 is loaded, however, no /dev/dsp is crated at this time. Next, the btaudio driver is loaded, and it creates /dev/dsp and /dev/dsp1 for the analog and digital outs. When doing this manually, the same thing happens. I can make it work though, if I do the following: /etc/init.d/alsasound start - drivers load, no /dev/dsp exists mpg123 somesong.mp3 - after playing an mp3, /dev/dsp now exists modprobe btaudio - loads and creates /dev/dsp1 /dev/dsp2 How to I get /dev/dsp to be created without resorting to my manual process? Thanks, KB On Tue, 21 Oct 2003 [EMAIL PROTECTED] wrote: > When I boot, I do not get any sound on my box. > > Starting KDE gives the following message: > Sound server informational message: > Error while initializing the sound driver: > can't set requested samplingrate (requested rate 44100, got rate 32000) > The sound server will continue, using the null output device. > > I have done some investigation on this, and this is what seems to be > happening: > In looking at the output of dmesg, the btaudio driver gets loaded, and > creates /dev/dsp and /dev/dsp1 for analog and digital audio. After my > bttv drivers are loaded, the alsa drivers are loaded for my emu10k1. > > Now when I rmmod the btaudio driver and do /etc/init.d/alsasound restart, > and then modprobe btaudio everything works. /dev/dsp is my soundcard, and > /dev/dsp1 and 2 are the analog/digital audio from btaudio. > > How do I get my alsa drivers to load before the btaudio driver when > booting my computer? > > I tried at the /etc/modules* config files, and did not see anything there. > > Thanks, > > KB > > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
