Ето какво ми изписва:
Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.
Have a lot of fun!
И после като му дам това:
[root@vasilis /]# alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
[root@vasilis /]# lsmod
Module Size Used by
snd-seq-oss 28320 0
snd-seq-midi-event 6016 1 snd-seq-oss
snd-seq 44560 4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 47176 0
snd-mixer-oss 15872 1 snd-pcm-oss
snd-intel8x0 28364 0
snd-ac97-codec 62960 1 snd-intel8x0
snd-pcm 76264 2 snd-pcm-oss,snd-intel8x0
snd-timer 19396 2 snd-seq,snd-pcm
snd-page-alloc 7144 2 snd-intel8x0,snd-pcm
gameport 3264 1 snd-intel8x0
snd-mpu401-uart 5440 1 snd-intel8x0
snd-rawmidi 18628 1 snd-mpu401-uart
snd-seq-device 6120 3 snd-seq-oss,snd-seq,snd-rawmidi
snd 43588 11 snd-seq-oss,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-intel8x0,snd-ac97-codec,snd-pcm,snd-time
r,snd-mpu401-uart,snd-rawmidi,snd-seq-device
sg 31996 0
scsi_mod 99244 1 sg
md5 3552 1
ipv6 217508 8
rfcomm 30396 0
l2cap 18884 5 rfcomm
bluetooth 36868 4 rfcomm,l2cap
i810_audio 31892 2
ac97_codec 15340 1 i810_audio
soundcore 6560 4 snd,i810_audio
ipt_TOS 1824 12
ipt_REJECT 5248 4
ipt_pkttype 1280 4
ipt_LOG 5472 8
ipt_state 1408 13
ipt_multiport 1536 0
ipt_conntrack 1984 0
iptable_mangle 2016 1
ip_nat_irc 3280 0
ip_nat_tftp 2800 0
ip_nat_ftp 3920 0
iptable_nat 20556 3 ip_nat_irc,ip_nat_tftp,ip_nat_ftp
ip_conntrack_irc 70192 1 ip_nat_irc
ip_conntrack_tftp 2864 0
ip_conntrack_ftp 70896 1 ip_nat_ftp
ip_conntrack 27816 9 ipt_state,ipt_conntrack,ip_nat_irc,ip_nat_tftp,ip_nat_ftp,iptable_nat,ip_conntrack_irc,ip_
conntrack_tftp,ip_conntrack_ftp
iptable_filter 2016 1
ip_tables 14368 10 ipt_TOS,ipt_REJECT,ipt_pkttype,ipt_LOG,ipt_state,ipt_multiport,ipt_conntrack,iptable_mangl
e,iptable_nat,iptable_filter
af_packet 15400 0
floppy 53328 0
eth1394 16616 0
forcedeth 13568 0
ide-cd 35104 0
cdrom 35100 1 ide-cd
ohci1394 28708 0
ieee1394 287160 2 eth1394,ohci1394
loop 11720 0
nls_cp1251 4480 4
ntfs 137468 4
supermount 32916 1
nvidia-agp 5532 1
agpgart 26568 1 nvidia-agp
ehci-hcd 24868 0
ohci-hcd 17604 0
usbcore 96580 4 ehci-hcd,ohci-hcd
reiserfs 239508 2
[root@vasilis /]# -eopen alsamixer
bash: -eopen: command not found
[root@vasilis /]# /sbin/chkconfig --list alsa
alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@vasilis /]# chmod o+rw /dev/snd/controlC0
[root@vasilis /]# /sbin/chkconfig --list alsa
alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@vasilis /]#
Имате ли представа какво става

'>??