| Summary: | [snd_csa] csa sound drivers seem to be using shared irqs resulting in a panic at boot | ||
|---|---|---|---|
| Product: | Base System | Reporter: | viren <viren> |
| Component: | kern | Assignee: | Remko Lodder <remko> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
viren
2000-02-21 15:40:00 UTC
Responsible Changed From-To: freebsd-bugs->tanimura csa(4) is mine. On Mon, 21 Feb 2000 07:35:39 -0800 (PST), viren@rstcorp.com said: (snip) viren> csa_readio(c10b7bc4, 0) at csa_readio+0x17 viren> csa_intr(c10b7bc0, 40031232, 0, 0, 0) at csa_intr+0x13 viren> intr_mux(c0a65b80, 0, 10, 10, c0220010, ce220010) at intr_mux+0x1d viren> Xresume9() at Xresume9+0x2b viren> --- interrupt, eip=0xc0222ffc, esp = 0xc0267814, epb=0 --- viren> The dmesg from jan 18 kernel (with working sound): (snip) viren> pcm0: <CS423x> at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 Your PC must be with both CS461x/428x(PCI) and CS423x(ISA codec) onboard. You can do a quick hack to remove all csa(4)-related sources from sys/conf/files, while the correct solution is to probe the accompanying AC97 codec as well, followed by determining whether to attach the PCI chip or not. -- Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> <tanimura@FreeBSD.org> >>>>> "Seigo" == Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> writes: Seigo> On Mon, 21 Feb 2000 07:35:39 -0800 (PST), Seigo> viren@rstcorp.com said: viren> The dmesg from jan 18 kernel (with working sound): Seigo> (snip) viren> pcm0: <CS423x> at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on isa0 Seigo> Your PC must be with both CS461x/428x(PCI) and CS423x(ISA codec) Seigo> onboard. You can do a quick hack to remove all csa(4)-related sources Seigo> from sys/conf/files, while the correct solution is to probe the Seigo> accompanying AC97 codec as well, followed by determining whether to Seigo> attach the PCI chip or not. Great! That worked -- I removed all 3 lines from /sys/conf/files that mentioend csa, and then built a kernel with pcm0. It is currently working fine. Thanks a lot. If you need my help in fixing this problem correctly, I'd be glad to help. Seigo> Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> <tanimura@FreeBSD.org> Viren -- Viren R. Shah {viren @ rstcorp . com} "Never hire a ferret to do a weasel's job" Adding to audit trail: : Message-Id: <15853.32725.51631.664653@abitl.local> : Date: Tue, 3 Dec 2002 23:08:53 -0500 : From: ken22@bcpl.net (Ken Jackson) : : I think I'm having a similar problem, but using 4.7-RELEASE. : Every ethernet packet that I receive results in an immediate : fatal trap 12. (The sound card isn't involved.) : : This excerpt from dmesg shows that my graphics board and NIC : are both using irq 11. This didn't happen with 4.6. : : Is there any way I can solve this without compiling a kernel? : : pci1: <ATI model 5144 graphics accelerator> at 0.0 irq 11 : vr0: <VIA VT3043 Rhine I 10/100BaseTX> port 0xd800-0xd87f mem 0xef100000-0xef10007f irq 11 at device 16.0 on pci0 : miibus0: <MII bus> on vr0 : amphy0: <DM9101 10/100 media interface> on miibus0 : amphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto State Changed From-To: open->feedback hello, is this problem still relevant? Responsible Changed From-To: tanimura->remko grab the pr State Changed From-To: feedback->closed i get bounces from the original email address and the replacement one. Closing the ticket, if you have feedback that requires this pr to be reopened, please contact me |