From owner-freebsd-multimedia Mon Oct 6 00:06:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA09442 for multimedia-outgoing; Mon, 6 Oct 1997 00:06:19 -0700 (PDT) (envelope-from owner-freebsd-multimedia) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA09437 for ; Mon, 6 Oct 1997 00:06:13 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.7/8.8.5) with ESMTP id AAA01548; Mon, 6 Oct 1997 00:06:06 -0700 (PDT) Message-Id: <199710060706.AAA01548@rah.star-gate.com> To: "Reginald J. Reed" cc: multimedia@FreeBSD.ORG Subject: Re: fxtv/bt848 driver problem [FreeBSD 2.2.2] In-reply-to: Your message of "Sat, 04 Oct 1997 21:16:42 EDT." <19971004211642.17284@Sigma2.The-Reeds.Com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 06 Oct 1997 00:06:06 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, >ioctl(BT848_SAUDIO, 128) failed: Inappropriate ioctl for device >ioctl(BT848_GHUE) failed: Inappropriate ioctl for device >TVCAPTUREQueryDriverState() failed Do the following: grep GHUE /sys/pci/brooktree848.c grep GHUE /usr/include/machine/ioctl_bt848.h ls -ald /dev/tuner* {hasty} ls -ald /dev/tuner* crw-r--r-- 1 root wheel 79, 16 Mar 22 1997 /dev/tuner0 ls -ald /dev/bktr* crw-r--r-- 1 root wheel 79, 0 Dec 9 1996 /dev/bktr lrwxrwxrwx 1 root wheel 4 Jan 2 1997 /dev/bktr0 -> bktr crw-r--r-- 1 root wheel 79, 1 Mar 6 1997 /dev/bktr1 Tnks, Amancio >From The Desk Of "Reginald J. Reed" : > On Sun, Oct 05, 1997 at 06:02:01PM -0700, Amancio Hasty wrote: > > Hi Reggie, > > > > Can you send us the output of : > > dmesg > > > > Also make sure that you have copy /sys/i386/isa/snd/soundcard.h to > > /usr/include/machine > > Did that. Also, just to give you guys an idea of my background, I'm a > Unix admin for a network management development group with Cisco Systems. > > Here's the output of dmesg: > > Copyright (c) 1992-1997 FreeBSD Inc. > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > > FreeBSD 2.2.2-RELEASE #0: Thu Oct 2 21:45:17 EDT 1997 > root@Sigma2.The-Reeds.Com:/usr/src/sys/compile/sigma2.stb > CPU: Pentium (132.96-MHz 586-class CPU) > Origin = "GenuineIntel" Id = 0x52c Stepping=12 > Features=0x1bf > real memory = 33554432 (32768K bytes) > avail memory = 30490624 (29776K bytes) > Probing for devices on PCI bus 0: > chip0 rev 2 on pci0:0 > chip1 rev 1 on pci0:7:0 > chip2 rev 0 on pci0:7:1 > ncr0 rev 1 int a irq 12 on pci0:17 > ncr0 waiting for scsi devices to settle > (ncr0:0:0): 5.0 MB/s (200 ns, offset 8) > (ncr0:0:0): " DFRSS2F 4B4B" type 0 fixed SCSI 2 > sd0(ncr0:0:0): Direct-Access > sd0(ncr0:0:0): 10.0 MB/s (100 ns, offset 8) > 2150MB (4404489 512 byte sectors) > (ncr0:1:0): "IBM DORS-32160 WA0A" type 0 fixed SCSI 2 > sd1(ncr0:1:0): Direct-Access > sd1(ncr0:1:0): 10.0 MB/s (100 ns, offset 8) > 2063MB (4226725 512 byte sectors) > (ncr0:2:0): "SyQuest EZ135S 1-17" type 0 removable SCSI 2 > sd2(ncr0:2:0): Direct-Access > sd2(ncr0:2:0): 5.0 MB/s (200 ns, offset 8) > 128MB (262144 512 byte sectors) > (ncr0:4:0): "YAMAHA CDR400t 1.0c" type 5 removable SCSI 2 > cd0(ncr0:4:0): CD-ROM cd present [400000 x 2048 byte records] > (ncr0:5:0): "ARCHIVE Python 25588-XXX 2.96" type 1 removable SCSI 2 > st0(ncr0:5:0): Sequential-Access > st0(ncr0:5:0): asynchronous. > > st0(ncr0:5:0): M_REJECT received (5:8). > density code 0x13, 512-byte blocks, write-enabled > bktr0 rev 17 int a irq 9 on pci0:18 > STB TV/PCI, Temic NTSC tuner, dbx stereo. > vga0 rev 6 int a irq 15 on pci0:20 > Probing for PnP devices: > CSN 1 Vendor ID: CTL0028 [0x28008c0e] Serial 0x001c43a5 > pcm1 (SB16pnp sn 0x001c43a5) at 0x220 irq 5 drq 1 flags 0x15 i d 1 > 4 > Probing for devices on the ISA bus: > sc0 at 0x60-0x6f irq 1 on motherboard > sc0: VGA color <16 virtual consoles, flags=0x0> > ed0 at 0x340-0x35f irq 11 on isa > ed0: address 00:80:ad:ab:2c:fa, type NE2000 (16 bit) > sio0 at 0x3f8-0x3ff irq 4 on isa > sio0: type 16550A > sio1 at 0x2f8-0x2ff irq 3 on isa > sio1: type 16550A > sio2: disabled, not probed. > sio3: disabled, not probed. > lpt0 not found at 0xffffffff > lpt1 not found at 0xffffffff > pcm0 at 0xffff irq 7 drq 1 mem 0x0 flags 0x0 en 1 confl 0 > mss_probe: no address supplied, try default 0x530 > mss_detect error, busy still set (0xff) > sb_probe: no address supplied, try defaults (0x220,0x240) > device at 0x220 already attached as unit 1 > pcm0 not found at 0xffffffff > fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa > fdc0: NEC 72065B > fd0: 1.44MB 3.5in > npx0 flags 0x1 on motherboard > npx0: INT 16 interface > changing root device to sd1a > > -Reggie