Alexander, You can use emu10k1 driver with the Advanced Linux Sound Architecture (ALSA) [http://www.alsa-project.org/] packages. I have a Creative Labs PCI 512, Linux 2.2.18 (CONFIG_SOUND=m) and (alsa-driver-0.5.10b, alsa-lib-0.5.10b and alsa-utils-0.5.10). The relevant section from /etc/modules.conf is the following: # ALSA portion # base modules alias char-major-116 snd alias char-major-14 soundcore # soundcards alias snd-card-0 snd-card-emu10k1 alias sound-slot-0 snd-card-0 # OSS compatibility alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss # sequencer-related alias snd-seq-client-62 off # may be snd-seq-dummy (MIDI thru) alias snd-synth-midi snd-seq-midi # soundcard options options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 snd_device_gid=29 options snd-card-emu10k1 snd_index=0 snd_id=LIVE --------------------- Using the following to configure the drivers modules package prior to make: cd ~/src/alsa-driver-0.5.10b/ ./configure --prefix=/usr/local --with-cards=emu10k1 --with-sequencer
If you continue to have problems you may want to post to the ALSA list. Check website for email address. Good listing, Carl Pascal Hos writes: >I was having similar problems until I tried creative's drivers. You can get >them at http://opensource.creative.com >Just compile you kernel with modular sound support and support for the OSS >sound modules without selecting the emu10k1 module. Reboot with the new >kernel and then build the creative drivers and they should work. > >Good luck, > >Pascal >[EMAIL PROTECTED] > >On Monday 26 February 2001 00:45, Alexander Pott wrote: >> Can anyone help? >> >> I am having trouble setting up my sblive. >> When I use lsmod I can see that the emu10k1 driver is loaded but is >> unused. The soundcore module is also loaded. >> When I list the pci device the sblive is there and using the correct >> irq. >> >> But when I use a program like gcd to play an audio cd I can't hear >> anything. I have used gmix to set the volume levels so it is not that. >> >> Also when I use cat /dev/sndstat it doesn't show any drivers loaded. >> >> What am I doing wrong? > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Carl Greco [EMAIL PROTECTED]