Results 1 to 4 of 4
i am using CRUX 2.3. i have installed "alsa-lib, alsa-utils and alsa-oss". ALSA was compiled into the kernel including the sequencers and mixers. i have also unmuted my sound-cards using ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-29-2007 #1
alsa not working
i am using CRUX 2.3. i have installed "alsa-lib, alsa-utils and alsa-oss". ALSA was compiled into the kernel including the sequencers and mixers. i have also unmuted my sound-cards using alsamixer.
now when i try to play "ogg123 song.ogg". it starts ogg123 and HANGS in there, now whether i give "Ctrl-c" or "Ctrl-d" it does not quit and remains hanging in there
. these setting work well for Gentoo but with CRUX i have this problem. even in CRUX "alsa" does not show up in "/etc/rc.d/" directory like other services e.g "cups" and "xdm".
any solution ?
- 05-03-2007 #2Just Joined!
- Join Date
- Nov 2006
- Location
- Nova Scotia, Canada
- Posts
- 17
As root, run
Code:alsaconf
- 05-03-2007 #3
- 05-14-2007 #4
alsa not working (SOLVED)
hey Storm Rider,
there was some trouble with Linux version 2.6.20.3. i checked my "dmesg" and noticed that Kernel was automatically disabling IRQ #5 which belonged to VIA chipset, my audio chipset actually
so i compiled and installed kernel version 2.6.20.11 from The Linux Kernel Archives and everything is fine now
here is my relevant "dmesg", if that helps someone in solving his problems:
sh-3.2$ dmesg | grep IRQ
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
ENABLING IO-APIC IRQs
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *10 11 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 10 11 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
PCI: Using ACPI for IRQ routing
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 17
eth0: VIA Rhine II at 0xfac00000, 00:13:d4:c4:ba:f3, IRQ 17.
ACPI: PCI Interrupt 0000:00:0f.1[A] -> GSI 20 (level, low) -> IRQ 18
ACPI: PCI Interrupt 0000:00:0f.0[B] -> GSI 20 (level, low) -> IRQ 18
ACPI: PCI Interrupt 0000:00:10.4[C] -> GSI 21 (level, low) -> IRQ 19
ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 19
ACPI: PCI Interrupt 0000:00:10.1[A] -> GSI 21 (level, low) -> IRQ 19
ACPI: PCI Interrupt 0000:00:10.2[B] -> GSI 21 (level, low) -> IRQ 19
ACPI: PCI Interrupt 0000:00:10.3[B] -> GSI 21 (level, low) -> IRQ 19
ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 20
sh-3.2$ dmesg | grep VIA
eth0: VIA Rhine II at 0xfac00000, 00:13:d4:c4:ba:f3, IRQ 17.
VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.1
#0: VIA 8237 with AD1888 at 0xb400, irq 20
sh-3.2$


Reply With Quote

