installerade häromdan xubuntu på min 10 år gamla dator. Det mesta funkar tillfredställande men ljudet får jag inte igång. Hoppas ni inte blir skrämda av den långa texten.
I terminalen:
Kod: Markera allt
fredrik@JENS:~$ lspci | grep -i audio
00:0b.0 Multimedia audio controller: Yamaha Corporation YMF-724 (rev 03)
Har även testat:
Kod: Markera allt
fredrik@JENS:~$ alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
Kod: Markera allt
fredrik@JENS:~$ cat /proc/asound/modules
0 snd_ymfpci
Kod: Markera allt
fredrik@JENS:~$ cat /proc/asound/cards
0 [YMF724 ]: YMF724 - Yamaha DS-1 (YMF724)
Yamaha DS-1 (YMF724) at 0xe7000000, irq 12
Kod: Markera allt
fredrik@JENS:~$ lsmod | grep snd
snd_ymfpci 63264 0
gameport 16776 1 snd_ymfpci
snd_ac97_codec 100644 1 snd_ymfpci
ac97_bus 3200 1 snd_ac97_codec
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 80388 3 snd_ymfpci,snd_ac97_codec,snd_pcm_oss
snd_opl3_lib 11520 1 snd_ymfpci
snd_hwdep 10244 1 snd_opl3_lib
snd_page_alloc 11400 2 snd_ymfpci,snd_pcm
snd_mpu401_uart 9600 1 snd_ymfpci
snd_seq_dummy 4740 0
snd_seq_oss 33152 0
snd_seq_midi 9600 0
snd_rawmidi 25728 2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
snd_seq 53232 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 24324 4 snd_ymfpci,snd_pcm,snd_opl3_lib,snd_seq
snd_seq_device 9228 6 snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 54660 13 snd_ymfpci,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 8800 1 snd
tack på förhand
fredrik20