From owner-freebsd-multimedia Wed Sep 6 7:37:59 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailhost.hal.t.u-tokyo.ac.jp (hal-extnet2.hal.t.u-tokyo.ac.jp [133.11.98.250]) by hub.freebsd.org (Postfix) with SMTP id DFFB137B422 for ; Wed, 6 Sep 2000 07:37:55 -0700 (PDT) Received: (qmail 31106 invoked from network); 6 Sep 2000 23:37:53 +0900 Received: from ras02.hal.t.u-tokyo.ac.jp (HELO harumi.hal.t.u-tokyo.ac.jp) (133.11.78.12) by grina.hal.t.u-tokyo.ac.jp with SMTP; 6 Sep 2000 23:37:53 +0900 Received: (qmail 1691 invoked from network); 6 Sep 2000 23:38:37 +0900 Received: from localhost (127.0.0.1) by localhost with SMTP; 6 Sep 2000 23:38:37 +0900 In-Reply-To: <20000906161233C.pasqual@hal.t.u-tokyo.ac.jp> References: <20000906161233C.pasqual@hal.t.u-tokyo.ac.jp> X-PGP-fingerprint: 5A A1 E6 D0 FF 96 FB F8 DE 23 EF 06 A1 76 94 E9 X-PGP-Public-Key-Location: finger -l pasqual@hal.t.u-tokyo.ac.jp or Home Page X-URL: http://www.hal.t.u-tokyo.ac.jp/~pasqual Subject: Re: Interrupt Conflict : PCI - ISA probe order From: Ajith Pasqual To: Roger Hardiman Cc: freebsd-multimedia@freebsd.org X-Mailer: Mew version 1.94.2 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000906233836M.pasqual@hal.t.u-tokyo.ac.jp> Date: Wed, 06 Sep 2000 23:38:36 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 105 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Roger, > What type of sound card do you have, > ISA, ISA with Plug and Play, or PCI. > And which make/model. Sorry I should have included those in my first mail. Ensoniq Soundscape VIVO90 - ISA PnP Kernel Config Line : # For PnP/PCI sound cards device pcm For Hauppage TV card : # Required for bktr device smbus device iicbus # Bus support,required for ic/iic/iicsmb below. device iicbb device ic device iic device iicsmb # smb over i2c bridge # For TV Card - bktr device device bktr Here are the relevant dmesg : without bktr : pcm0: at port 0x320-0x32f,0x530-0x537,0x2100-0x213f irq 9,11 drq 1,0 on isa0 unknown0: at port 0x200-0x207 on isa0 With bktr : ----------- Aug 19 05:06:43 harumi /kernel: bktr0: mem 0xffbe9000-0xffbe9fff irq 9 at device 19.0 on pci0 Aug 19 05:06:43 harumi /kernel: iicbb0: on bti2c0 Aug 19 05:06:43 harumi /kernel: iicbus0: on iicbb0 master-only Aug 19 05:06:43 harumi /kernel: iicsmb0: on iicbus0 Aug 19 05:06:43 harumi /kernel: smbus0: on iicsmb0 Aug 19 05:06:43 harumi /kernel: iic0: on iicbus0 Aug 19 05:06:43 harumi /kernel: smbus1: on bti2c0 Aug 19 05:06:43 harumi /kernel: bktr0: Hauppauge Model 61111 A MB Aug 19 05:06:43 harumi /kernel: bktr0: Detected a MSP3430G-A1 at 0x80 Aug 19 05:06:43 harumi /kernel: Hauppauge WinCast/TV, Philips NTSC tuner, msp3400c stereo. Aug 19 05:06:43 harumi /kernel: pci0: (vendor=0x109e, dev=0x0878) at 19.1 irq 9 Aug 19 05:06:44 harumi /kernel: pcm0: at port 0x320-0x32f,0x530-0x537,0x2100-0x213f irq 11,15 drq 0 on isa0 Aug 19 05:06:44 harumi /kernel: device_probe_and_attach: pcm0 attach returned 6 Aug 19 05:06:44 harumi /kernel: unknown0: at port 0x200-0x207 on isa0 Hope that the above information is useful. Ajith. > > *** Resending .. as earlier post didn't seem to have reached the list *** > > [ I am not exactly sure to which mailing list this question belongs. Please > redirect to the correct one if this is NOT the place to ask ] > > Hi, > > I used to watch TV (of course with sound also) in FreeBSD 3.3 with Hauppage > Win TV pci. Recently I upgraded to 4.0-RELEASE and now I can watch TV with no > sound :-( > > Looking at the boot messages I found that the interrupt which was earlier used > by the sound card has been taken up by the Hauppage TV card as the PCI cards > are being probed first. > > Is there any way I can force PCI probe code not to use a particular > interrupt ? > > I would love to have both TV and sound working together. At present I have > removed the bktr device from the kernel as sound is more impartant than > watching TV! > > Any pointers/help to resolve this conflict will be much appreciated. Hi, Regards, Ajith. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message