LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* About the saa7146 driver
@ 2008-01-19 12:27 goodmen zy
2008-01-19 12:37 ` Michael Hunold
0 siblings, 1 reply; 2+ messages in thread
From: goodmen zy @ 2008-01-19 12:27 UTC (permalink / raw)
To: linux-kernel
Hi,
I have a PCI video capture card, and the command `lspci` tell me the
following info:
00:09.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
In the kernel source, I compiled the module saa7146.ko and saa7146_vv.ko.
Those modules were inserted into kernel successfully.
But I can't find any new device file in /dev.
Can you tell me the reason?
Does the saa1746 module plays as a common driver for all the device
with that chip?
Thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: About the saa7146 driver
2008-01-19 12:27 About the saa7146 driver goodmen zy
@ 2008-01-19 12:37 ` Michael Hunold
0 siblings, 0 replies; 2+ messages in thread
From: Michael Hunold @ 2008-01-19 12:37 UTC (permalink / raw)
To: goodmen zy; +Cc: linux-kernel
Hi,
on 19.01.2008 13:27 goodmen zy said the following:
> I have a PCI video capture card, and the command `lspci` tell me the
> following info:
>
> 00:09.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
>
> In the kernel source, I compiled the module saa7146.ko and saa7146_vv.ko.
> Those modules were inserted into kernel successfully.
> But I can't find any new device file in /dev.
>
> Can you tell me the reason?
The saa7146 is a generic chipset that is used on quite a few different
cards. You only compiled and inserted the generic driver core for the
saa7146.
> Does the saa1746 module plays as a common driver for all the device
> with that chip?
No.
You are missing the extension module for the specific card you have.
For example, if you have a so-called "Multimedia eXtension Board", you
need to insert the "mxb.ko" driver as well.
Please tell me what kind of card that is, ie. brand, manufacturer, card
id etc. so I can tell you if there is a driver that supports it or not.
> Thanks!
Best regards
Michael.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-19 13:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-19 12:27 About the saa7146 driver goodmen zy
2008-01-19 12:37 ` Michael Hunold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).