Jesse Allen wrote:
On 2/5/06, Joris Huizer <[EMAIL PROTECTED]> wrote:
I'm running alsa with oss emulation - I think wine is using the oss
interface (just ran winecfg, it says no audio driver is selected in
registry, and it assumes it should run oss)
And what sound module? (snd_intel8x0, snd_cmipci...)
Sorry I don't really know what specs you need;
the sound module is 'snd_emu10k1'
[12:28:[EMAIL PROTECTED]:~$ lsmod|grep snd
snd_emu10k1 76616 0
snd_rawmidi 18628 1 snd_emu10k1
snd_pcm_oss 44264 0
snd_mixer_oss 14336 1 snd_pcm_oss
snd_pcm 75880 2 snd_emu10k1,snd_pcm_oss
snd_timer 19268 1 snd_pcm
snd_seq_device 5928 2 snd_emu10k1,snd_rawmidi
snd_ac97_codec 57604 1 snd_emu10k1
snd_page_alloc 8264 2 snd_emu10k1,snd_pcm
snd_util_mem 3008 1 snd_emu10k1
snd_hwdep 6436 1 snd_emu10k1
snd 41732 10
snd_emu10k1,snd_rawmidi,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_seq_device,snd_ac97_codec,snd_util_mem,snd_hwdep
soundcore 6656 1 snd
/usr/bin/lspci gives these lines on the sound card:
0000:00:07.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
(rev 08)
0000:00:07.1 Input device controller: Creative Labs SB Live! MIDI/Game
Port (rev 08)
are there more commands to run to get additional information?
regards,
Joris