Hey everybody
I've got FC2 running with kernel 2.6.8-1.521. My sound card is Sound Blaster Live! 24-bit (the one that is audigyls, not emu10k1) and I disabled the onboard soundcard in BIOS. I've tried everything to get this card up and running on my system, but i cant get any sound to come out. I installed the latest ALSA 1.0.6a and compiled the modules just like it says on their install guide. Now my system says it does detect the card, if i run the soundcard detection program it will show up as an Audigy LS, but no test file plays. However, anytime i try to start a mixer or anything like testing aplay wav it comes back with "alsamixer: function snd_ctl_open failed for default: No such device." sndconfig doesnt want to work because soundcore is .ko not .o
since i cant get to alsamixer or anything, i cant try to unmute the sounds if i could even get that far. (i even tried to compile 2.6.9 with ALSA embedded but it gave me a kernel panic so im scared to try that again). At one point it tried to configure the card on boot-up but it didnt seem to emable sound.
I know this seems like many of the other problem posts but 1) snd_audigyls is installed not emu10k1 and 2) i can't even get a mixer program to run to unmute anything. Please hellp my newbness
. I have a nasty feeling i ruined something beyond repair and need to start fresh? If i do how do i do that?
>lspci -v <
00:0b.0 Multimedia audio controller: Creative Labs SB Audigy LS
Subsystem: Creative Labs: Unknown device 1006
Flags: bus master, medium devsel, latency 64, IRQ 5
I/O ports at d000
Capabilities: [dc] Power Management version
>lsmod<
snd_pcm_oss 48808 0 (oss'es arent supposed to be in there? they werent at one point but came back)
snd_audigyls 25512 0
snd_pcm 90632 2 snd_pcm_oss,snd_audigyls
snd_timer 29188 1 snd_pcm
snd_ac97_codec 63952 1 snd_audigyls
snd_page_alloc 9736 2 snd_audigyls,snd_pcm
snd_mixer_oss 18048 1 snd_pcm_oss
snd 51428 6 snd_pcm_oss,snd_audigyls,snd_pcm,snd_timer,snd_ac97_codec,snd_mixer_oss
soundcore 7713 1 snd
parport_pc 21249 1
lp 9133 0
parport 35977 2 parport_pc,lp
autofs4 20677 0
sunrpc 141861 1
sis900 15941 0
ipt_REJECT 5057 1
ipt_state 1857 6
ip_conntrack 25569 1 ipt_state
iptable_filter 2369 1
ip_tables 13889 3 ipt_REJECT,ipt_state,iptable_filter
floppy 54001 0
sg 28513 0
scsi_mod 105360 1 sg
xfs 505777 1
dm_mod 47317 0
joydev 7169 0
ohci_hcd 19793 0
button 4825 0
battery 7117 0
asus_acpi 9177 0
ac 3533 0
md5 3905 1
ipv6 217349 10
ext3 96937 2
jbd 66521 1 ext3
>modprobe.conf<
alias eth0 sis900
alias usb-controller ohci-hcd
# ivtv modules setup
alias char-major-81 videodev
alias char-major-81-0 ivtv
install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-audigyls
# 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
remove snd-audigyls { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-audigyls
alias snd-card-0 snd-audigyls
(this is added by alsaconf but doesnt seem to do anything)
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6 ---
alias snd-card-0 snd-audigyls
alias sound-slot-0 snd-audigyls
# --- END: Generated by ALSACONF, do not edit. ---
dmesg is giving me something very fishy looking
...ACPI: PCI interrupt 0000:00:03.0[A] -> GSI 11 (level, low) -> IRQ 11
divert: allocating divert_blk for eth0
eth0: Realtek RTL8201 PHY transceiver found at address 1.
eth0: Using transceiver found at address 1 as default
eth0: SiS 900 PCI Fast Ethernet at 0xd400, IRQ 11, 00:07:95:ac:e7:55.
divert: freeing divert_blk for eth0
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (3071 buckets, 24568 max) - 320 bytes per conntrack
sis900.c: v1.08.07 11/02/2003
ACPI: PCI interrupt 0000:00:03.0[A] -> GSI 11 (level, low) -> IRQ 11
divert: allocating divert_blk for eth0
eth0: Realtek RTL8201 PHY transceiver found at address 1.
eth0: Using transceiver found at address 1 as default
eth0: SiS 900 PCI Fast Ethernet at 0xd400, IRQ 11, 00:07:95:ac:e7:55.
eth0: Media Link On 10mbps full-duplex
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
lp0: using parport0 (polling).
lp0: console ready
eth0: no IPv6 routers present
atkbd.c: Keyboard on isa0060/serio0 reports too many keys pressed.
ACPI: PCI interrupt 0000:00:0b.0[A] -> GSI 5 (level, low) -> IRQ 5
Model 1006 Rev 00000000 Serial 10061102
ALSA /usr/src/alsa/alsa-driver-1.0.6a/alsa-kernel/pci/ac97/ac97_codec.c:1904: AC'97 0 does not respond - RESET
ALSA /usr/src/alsa/alsa-driver-1.0.6a/alsa-kernel/pci/ac97/ac97_codec.c:1912: AC'97 0 access is not valid [0x0], removing mixer.
AudigyLS: probe of 0000:00:0b.0 failed with error -5
eth0: Media Link Off
eth0: Media Link On 10mbps full-duplex
ACPI: PCI interrupt 0000:00:0b.0[A] -> GSI 5 (level, low) -> IRQ 5
Model 1006 Rev 00000000 Serial 10061102
ALSA /usr/src/alsa/alsa-driver-1.0.6a/alsa-kernel/pci/ac97/ac97_codec.c:1904: AC'97 0 does not respond - RESET
ALSA /usr/src/alsa/alsa-driver-1.0.6a/alsa-kernel/pci/ac97/ac97_codec.c:1912: AC'97 0 access is not valid [0x0], removing mixer.
AudigyLS: probe of 0000:00:0b.0 failed with error -5
and finally KDE info center says:
card config -no soundcards-
audio, synth, midi, and mixers NOT ENABLED IN CONFIG
and timers: 7: system timers (?)