Seminarian
2003-11-15, 05:15 AM CST
Hello guys,
I'm back, with another problem (i hope i won't encouter to much problems anymore)..
This time ALSA is the pain in the ass, i followed this guide: http://students.ee.sun.ac.za/~albert/archives/000011.html (yes! I even did compile a custom kernel!!!!)
when i try loading the modules like said in the sound matrix for my card (als-4000) with this command:
[code:1]modprobe snd-als4000;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss[/code:1]
this is what i get:
[code:1]
modprobe: Can't locate module snd-als4000
modprobe: Can't locate module snd-pcm-oss
modprobe: Can't locate module snd-mixer-oss
modprobe: Can't locate module snd-seq-oss
[/code:1]
[code:1]
/sbin/lspci gives this output:
00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] System Controller (rev 25)
00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] AGP Bridge (rev 01)
00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-756 [Viper] ISA (rev 01)
00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-756 [Viper] IDE (rev 07)00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-756 [Viper] ACPI (rev 03)
00:07.4 USB Controller: Advanced Micro Devices [AMD] AMD-756 [Viper] USB (rev 06)
00:08.0 Multimedia audio controller: Avance Logic Inc. ALS4000 Audio Chipset
00:09.0 Ethernet controller: 3Com Corporation 3c900B-TPO [Etherlink XL TPO] (rev 04)
01:05.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
[/code:1]
and
/sbin/lsmod gives this output:
[code:1]
Module Size Used by Tainted: P
joydev 7264 0 (autoclean)
soundcore 6500 0 (autoclean)
parport_pc 18788 1 (autoclean)
lp 8868 0 (autoclean)
parport 36800 1 (autoclean) [parport_pc lp]
autofs 13236 0 (autoclean) (unused)
3c59x 30448 1 (autoclean)
floppy 57020 0 (autoclean)
sg 35852 0 (autoclean)
sr_mod 17752 0 (autoclean)
ide-scsi 11984 0
scsi_mod 107048 3 [sg sr_mod ide-scsi]
ide-cd 35488 0
cdrom 33248 0 [sr_mod ide-cd]
keybdev 2944 0 (unused)
hid 24356 0 (unused)
usb-ohci 21160 0 (unused)
usbcore 78368 1 [hid usb-ohci]
mousedev 5428 1 (autoclean)
input 5824 0 (autoclean) [joydev keybdev hid mousedev]
agpgart 54276 3 (autoclean)
nvidia 1764672 11 (autoclean)
ext3 70532 1
jbd 51732 1 [ext3]
[/code:1]
When I try starting the alsamixer i get this error: alsamixer: function snd_ctl_open failed for default: No such device
and this is what's in my modules.conf (took the one from the sound matrix 'cause it also didn't work with the one from the page
[code:1]
alias eth0 3c59x
alias usb-controller usb-ohci
alias char-major-195 nvidia
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-als4000
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
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
[/code:1]
I could really use some help, I'm trying this to get to work for some time now, and it keeps on failing :(!!!
Tnx in advance
Seminarian
I'm back, with another problem (i hope i won't encouter to much problems anymore)..
This time ALSA is the pain in the ass, i followed this guide: http://students.ee.sun.ac.za/~albert/archives/000011.html (yes! I even did compile a custom kernel!!!!)
when i try loading the modules like said in the sound matrix for my card (als-4000) with this command:
[code:1]modprobe snd-als4000;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss[/code:1]
this is what i get:
[code:1]
modprobe: Can't locate module snd-als4000
modprobe: Can't locate module snd-pcm-oss
modprobe: Can't locate module snd-mixer-oss
modprobe: Can't locate module snd-seq-oss
[/code:1]
[code:1]
/sbin/lspci gives this output:
00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] System Controller (rev 25)
00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-751 [Irongate] AGP Bridge (rev 01)
00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-756 [Viper] ISA (rev 01)
00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-756 [Viper] IDE (rev 07)00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-756 [Viper] ACPI (rev 03)
00:07.4 USB Controller: Advanced Micro Devices [AMD] AMD-756 [Viper] USB (rev 06)
00:08.0 Multimedia audio controller: Avance Logic Inc. ALS4000 Audio Chipset
00:09.0 Ethernet controller: 3Com Corporation 3c900B-TPO [Etherlink XL TPO] (rev 04)
01:05.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
[/code:1]
and
/sbin/lsmod gives this output:
[code:1]
Module Size Used by Tainted: P
joydev 7264 0 (autoclean)
soundcore 6500 0 (autoclean)
parport_pc 18788 1 (autoclean)
lp 8868 0 (autoclean)
parport 36800 1 (autoclean) [parport_pc lp]
autofs 13236 0 (autoclean) (unused)
3c59x 30448 1 (autoclean)
floppy 57020 0 (autoclean)
sg 35852 0 (autoclean)
sr_mod 17752 0 (autoclean)
ide-scsi 11984 0
scsi_mod 107048 3 [sg sr_mod ide-scsi]
ide-cd 35488 0
cdrom 33248 0 [sr_mod ide-cd]
keybdev 2944 0 (unused)
hid 24356 0 (unused)
usb-ohci 21160 0 (unused)
usbcore 78368 1 [hid usb-ohci]
mousedev 5428 1 (autoclean)
input 5824 0 (autoclean) [joydev keybdev hid mousedev]
agpgart 54276 3 (autoclean)
nvidia 1764672 11 (autoclean)
ext3 70532 1
jbd 51732 1 [ext3]
[/code:1]
When I try starting the alsamixer i get this error: alsamixer: function snd_ctl_open failed for default: No such device
and this is what's in my modules.conf (took the one from the sound matrix 'cause it also didn't work with the one from the page
[code:1]
alias eth0 3c59x
alias usb-controller usb-ohci
alias char-major-195 nvidia
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-als4000
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
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
[/code:1]
I could really use some help, I'm trying this to get to work for some time now, and it keeps on failing :(!!!
Tnx in advance
Seminarian