Date: Wed, 06 Sep 2000 23:38:36 +0900 From: Ajith Pasqual <pasqual@hal.t.u-tokyo.ac.jp> To: Roger Hardiman <roger@cs.strath.ac.uk> Cc: freebsd-multimedia@freebsd.org Subject: Re: Interrupt Conflict : PCI - ISA probe order Message-ID: <20000906233836M.pasqual@hal.t.u-tokyo.ac.jp> In-Reply-To: <20000906161233C.pasqual@hal.t.u-tokyo.ac.jp> References: <20000906161233C.pasqual@hal.t.u-tokyo.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <ENSONIQ SoundscapeVIVO> at port 0x320-0x32f,0x530-0x537,0x2100-0x213f irq 9,11 drq 1,0 on isa0 unknown0: <ENSONIQ SoundscapeVIVO> at port 0x200-0x207 on isa0 With bktr : ----------- Aug 19 05:06:43 harumi /kernel: bktr0: <BrookTree 878> mem 0xffbe9000-0xffbe9fff irq 9 at device 19.0 on pci0 Aug 19 05:06:43 harumi /kernel: iicbb0: <I2C generic bit-banging driver> on bti2c0 Aug 19 05:06:43 harumi /kernel: iicbus0: <Philips I2C bus> on iicbb0 master-only Aug 19 05:06:43 harumi /kernel: iicsmb0: <I2C to SMB bridge> on iicbus0 Aug 19 05:06:43 harumi /kernel: smbus0: <System Management Bus> on iicsmb0 Aug 19 05:06:43 harumi /kernel: iic0: <I2C general purpose I/O> on iicbus0 Aug 19 05:06:43 harumi /kernel: smbus1: <System Management Bus> 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: <unknown card> (vendor=0x109e, dev=0x0878) at 19.1 irq 9 Aug 19 05:06:44 harumi /kernel: pcm0: <ENSONIQ SoundscapeVIVO> 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: <ENSONIQ SoundscapeVIVO> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000906233836M.pasqual>