Re: conexant 878a hauppauge card

2003-10-18 Thread Doug White

After some study of the bktr driver, it does a much more detailed probe
than just by PCI ID.  I would suggest following up to the list
[EMAIL PROTECTED], and get the output of 'boot -v' since there is
some matching info that is printed in that state. This info and boot -v
should be enough to at least reprogram the probes to grab your card.

Sorry that this isn't easy :)

Product ID 0x016c is kind of abnormal for other brooktree chips, usually
they're in the 0x0350-0x0360 area.  Its the right vendor code though.

On Fri, 17 Oct 2003, bertrand kotewall wrote:


 Sorry about the unwrapped lines...
 Here are the pertinent lines to the from pciconf -lv
 [EMAIL PROTECTED]:9:0: class=0x04 card=0xfd70 chip=0x016c109e rev=0x11 
 hdr=0x00
 vendor   = 'Brooktree Corporation'
 class= multimedia
 subclass = video
 [EMAIL PROTECTED]:9:1: class=0x048000 card=0xfd70 chip=0x0878109e rev=0x11 
 hdr=0x00
 vendor   = 'Brooktree Corporation'
 device   = 'Bt878 Video Capture (Audio Section)'
 class= multimedia

 Much much much obliged.

 Bertrand Kotewall
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to [EMAIL PROTECTED]


-- 
Doug White|  FreeBSD: The Power to Serve
[EMAIL PROTECTED]  |  www.FreeBSD.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


conexant 878a hauppauge card

2003-10-17 Thread bertrand kotewall
Dear sirs,

I located a hauppauge card that had a conexant 878a chipset on it.  This is an 
video capture card which should supposedly work under the brooktree driver.  The 
reason I say this is that I found a success story of somone using the pinnacle branded 
card of the same chipset under freebsd 4-x.  The following modules are loaded:

 22 0xc086a000 36d4 iicbus.ko
 32 0xc086e000 41d4 iicbb.ko
 43 0xc0873000 3720 smbus.ko
 51 0xc0877000 3080 smb.ko
 61 0xc087b000 43b4 viapm.ko
 72 0xc088 1f3c bktr_mem.ko
151 0xc44c5000 e000 bktr.ko

The relevant lines in dmesg on the other hand states that the driver isn't 
appropriate...

viapropm0: SMBus I/O base at 0x6000
viapropm0: VIA VT82C686A Power Management Unit port 0x6000-0x600f at device 7.
4 on pci0
viapropm0: SMBus revision code 0x0
smbus0: System Management Bus on viapropm0
smb0: SMBus generic I/O on smbus0
pci0: multimedia, video at device 9.0 (no driver attached)
pci0: multimedia at device 9.1 (no driver attached)

And of course, the /dev/bktr* devices weren't created, but I've done 
everything that I think I was suppose to do in the man page, I've emailed [EMAIL 
PROTECTED] asking about the driver, is there anything I'm seemingly missing ?  At any 
rate, thank you for your time and attention, I don't know where else to look...  

   
 Bertrand 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: conexant 878a hauppauge card

2003-10-17 Thread Doug White

Please wrap your lines. Thanks.

On Fri, 17 Oct 2003, bertrand kotewall wrote:

   I located a hauppauge card that had a conexant 878a chipset on it.
 This is an video capture card which should supposedly work under the
 brooktree driver.  The reason I say this is that I found a success story
 of somone using the pinnacle branded card of the same chipset under
 freebsd 4-x.  The following modules are loaded:

[...]
 viapropm0: SMBus I/O base at 0x6000
 viapropm0: VIA VT82C686A Power Management Unit port 0x6000-0x600f at device 7.
 4 on pci0
 viapropm0: SMBus revision code 0x0
 smbus0: System Management Bus on viapropm0
 smb0: SMBus generic I/O on smbus0
 pci0: multimedia, video at device 9.0 (no driver attached)
 pci0: multimedia at device 9.1 (no driver attached)

Looks like the IDs just need to be added for your card. Can you post the
output of pciconf -lv so we can add them? Thanks!

-- 
Doug White|  FreeBSD: The Power to Serve
[EMAIL PROTECTED]  |  www.FreeBSD.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: conexant 878a hauppauge card

2003-10-17 Thread bertrand kotewall
On Fri, Oct 17, 2003 at 05:18:33PM -0700, Doug White wrote:
 
 Please wrap your lines. Thanks.
 
 
 Looks like the IDs just need to be added for your card. Can you post the
 output of pciconf -lv so we can add them? Thanks!


Sorry about the unwrapped lines...  
Here are the pertinent lines to the from pciconf -lv
[EMAIL PROTECTED]:9:0: class=0x04 card=0xfd70 chip=0x016c109e rev=0x11 hdr=0x00
vendor   = 'Brooktree Corporation'
class= multimedia
subclass = video
[EMAIL PROTECTED]:9:1: class=0x048000 card=0xfd70 chip=0x0878109e rev=0x11 hdr=0x00
vendor   = 'Brooktree Corporation'
device   = 'Bt878 Video Capture (Audio Section)'
class= multimedia

Much much much obliged.

Bertrand Kotewall 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]