* New Card - BT878
@ 2009-02-08 0:25 Chris S. Wilson
2009-02-15 22:19 ` CityK
0 siblings, 1 reply; 3+ messages in thread
From: Chris S. Wilson @ 2009-02-08 0:25 UTC (permalink / raw)
To: video4linux-list
Hello Everyone, I got a new BT878 card instead of my ATI, I cant seem to get
it to work:
LSPCI shows me:
00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:04.0 PCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev
a2)
00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0d.0 VGA compatible controller: nVidia Corporation GeForce 6150SE nForce
430 (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron]
HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron]
Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM
Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron]
Miscellaneous Control
01:05.0 Multimedia video controller: Brooktree Corporation Bt879(??) Video
Capture (rev 11)
01:05.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture
(rev 11)
01:09.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000
Controller (PHY/Link)
03:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8039 PCI-E
Fast Ethernet Controller (rev 14)
Then I modprobe bttv, and lsmod:
[root@server-1 ~]# lsmod |grep bttv
bttv 150868 1 bt878
videodev 32000 3 bttv,ivtv,cx88xx
ir_common 38532 2 bttv,cx88xx
compat_ioctl32 5120 2 bttv,ivtv
i2c_algo_bit 8836 3 bttv,ivtv,cx88xx
v4l2_common 12800 3 bttv,ivtv,cx2341x
videobuf_dma_sg 13828 2 bttv,cx88xx
videobuf_core 18052 3 bttv,cx88xx,videobuf_dma_sg
btcx_risc 7560 2 bttv,cx88xx
tveeprom 14596 3 bttv,ivtv,cx88xx
i2c_core 21396 8
bttv,ivtv,cx88xx,i2c_algo_bit,v4l2_common,tveeprom,nvidia,i2c_nforce2
[root@server-1 ~]#
I get no /dev/video0 like I did with this card on my centos 5.1 box, I am
running Fedora Core 10 on this machine with kernel 2.6.27, any ideas anyone?
I tried a ./MAKEDEV video0 however this did not fix the issue.
I've browsed around the wiki, read the docs, but cant seem to find any
answers. Any help would be greatly appreciated.
Thanks in advance!
Chris W
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New Card - BT878
2009-02-08 0:25 New Card - BT878 Chris S. Wilson
@ 2009-02-15 22:19 ` CityK
[not found] ` <001f01c98fea$2823e4d0$786bae70$@com>
0 siblings, 1 reply; 3+ messages in thread
From: CityK @ 2009-02-15 22:19 UTC (permalink / raw)
To: Chris S. Wilson; +Cc: video4linux-list
Chris S. Wilson wrote:
> Hello Everyone, I got a new BT878 card instead of my ATI, I cant seem to get
> it to work:
>
>
> LSPCI shows me:
>
> ...
>
> 01:05.0 Multimedia video controller: Brooktree Corporation Bt879(??) Video
> Capture (rev 11)
>
> 01:05.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture
> (rev 11)
>
> Then I modprobe bttv, and lsmod:
>
> ...
>
>
> [root@server-1 ~]# lsmod |grep bttv
>
> bttv 150868 1 bt878
>
> videodev 32000 3 bttv,ivtv,cx88xx
>
> ir_common 38532 2 bttv,cx88xx
>
> compat_ioctl32 5120 2 bttv,ivtv
>
> i2c_algo_bit 8836 3 bttv,ivtv,cx88xx
>
> v4l2_common 12800 3 bttv,ivtv,cx2341x
>
> videobuf_dma_sg 13828 2 bttv,cx88xx
>
> videobuf_core 18052 3 bttv,cx88xx,videobuf_dma_sg
>
> btcx_risc 7560 2 bttv,cx88xx
>
> tveeprom 14596 3 bttv,ivtv,cx88xx
>
> i2c_core 21396 8
> bttv,ivtv,cx88xx,i2c_algo_bit,v4l2_common,tveeprom,nvidia,i2c_nforce2
>
> [root@server-1 ~]#
>
>
>
> I get no /dev/video0 like I did with this card on my centos 5.1 box, I am
> running Fedora Core 10 on this machine with kernel 2.6.27, any ideas anyone?
> I tried a ./MAKEDEV video0 however this did not fix the issue.
>
>
> I've browsed around the wiki, read the docs, but cant seem to find any
> answers. Any help would be greatly appreciated.
>
Chris, what output do you get for: lspci -s 01:05.0 -vnn
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bulk] RE: New Card - BT878
[not found] ` <001f01c98fea$2823e4d0$786bae70$@com>
@ 2009-02-16 18:18 ` CityK
0 siblings, 0 replies; 3+ messages in thread
From: CityK @ 2009-02-16 18:18 UTC (permalink / raw)
To: Chris Wilson, Linux-media
Chris Wilson wrote:
> Howdy, thanks for all the info! :) its greatly appreciated. Thanks for all
> the background information as well.
>
>
> This is the output from lspci -s 01:05.0 -vnn for my BT878 Card:
>
> 01:05.0 0400: 109e:036c (rev 11)
> Flags: medium devsel, IRQ 10
> Memory at fd800000 (32-bit, prefetchable) [disabled] [size=4K]
> Capabilities: [44] Vital Product Data
> Capabilities: [4c] Power Management version 0
>
> I've had this card working before, the ol' noggin does'nt want to fire on
> all eight and remind me how I did it ;).
>
> Thanks a bunch once again!
Hi Chris,
Please don't drop the mailing lists from the discussion (use your email
client's "reply all" feature) ... I have cc'ed the Linux-media list back
in. Also, in future, please don't top post.
Regarding this card, the absence of a device subsystem ID in your output
for the above command leads me to think that your card likely lacks an
EEPROM. Do you know the name of the device or is it just a generic bttv
card? (i was hoping we could have ascertained its identity from the
above command, but obviously no luck on that route).
Given that you've been able to run it under Linux before (as per your
above and previous message's statements), that is certainly encouraging.
Can you please provide the output from dmesg.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-16 18:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-08 0:25 New Card - BT878 Chris S. Wilson
2009-02-15 22:19 ` CityK
[not found] ` <001f01c98fea$2823e4d0$786bae70$@com>
2009-02-16 18:18 ` [Bulk] " CityK
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox