Project

General

Profile

Feature #303

Updated by Hammel about 10 years ago

This device is well supported under linux, but plugging it in didn't work.    Turns out the "module module loading order":http://www.gossamer-threads.com/lists/mythtv/users/491889 order seems to affect whether it works.    So I need to change the module loading order to 

 # xc5000 
 # au0828 

 Tested under Fedora and verified.    After changing the module loading order the "w_scan":http://www.linuxtv.org/wiki/index.php/W_scan generated a valid list of channels. 

 Not sure the best way to do this under Fedora, but under PiBox it's easy enough to do with rc.modules.

Back