AVerMedia AVerTV Hybrid+FM PCI (A16AR): Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (fixed name)
Line 1: Line 1:
Linux drivers packages are available from the AverMedia website at [http://www.avermedia.com/cgi-bin/support_driverbympdpro.asp?category=TV%20Card&category2=Hybrid&proname=12&modelno=A16AR# here]
Linux drivers packages are available from the AVerMedia website at [http://www.avermedia.com/cgi-bin/support_driverbympdpro.asp?category=TV%20Card&category2=Hybrid&proname=12&modelno=A16AR# here]


These packages are avilable in Fedora Core 3 and 4, SUSE and Mandriva. ""Please report if these driver works or not""
These packages are avilable in Fedora Core 3 and 4, SUSE and Mandriva. ""Please report if these driver works or not""

Revision as of 00:29, 12 February 2007

Linux drivers packages are available from the AVerMedia website at here

These packages are avilable in Fedora Core 3 and 4, SUSE and Mandriva. ""Please report if these driver works or not""

Alien these files reveal that they are drivers for:

mt352.ko saa713x.ko

Their install script also does this to the insmod:

       rmmod saa7134     
       modprobe dvb-core 
       modprobe i2c-core 
       modprobe videodev 
       modprobe mk352    
       modprobe saa713x  

But there are no options mentioned.

A link here seems to suggest that it works, but I'm going to check it out now

-- More to come - twyt88