AVerMedia AVerTV Hybrid+FM PCI (A16AR)

From LinuxTVWiki
Revision as of 21:02, 24 December 2006 by Twyt88 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

-- More to come - twyt88