Em84xx-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(New page: em84xx is an output-plugin for all em84xx-based decoder-cards and onboard-decoders. Get the realmagic-0.2.3 which at this time can be found here: [realmagic-0.2.3 - http://www.zshare...)
 
No edit summary
Line 5: Line 5:
[realmagic-0.2.3 - http://www.zshare.net/download/4711211f908718/]
[realmagic-0.2.3 - http://www.zshare.net/download/4711211f908718/]


Copy the contents of realmagic-0.2.3/lib to /usr/lib
'''Copy the contents of realmagic-0.2.3/lib to /usr/lib'''


Build the realmagic84xx.ko
Build the realmagic84xx.ko

Revision as of 18:50, 28 January 2008

em84xx is an output-plugin for all em84xx-based decoder-cards and onboard-decoders.

Get the realmagic-0.2.3 which at this time can be found here:

   [realmagic-0.2.3 - http://www.zshare.net/download/4711211f908718/]

Copy the contents of realmagic-0.2.3/lib to /usr/lib

Build the realmagic84xx.ko

   cd /path_to/realmagic-0.2.3

and then

   make

Copy the realmagic84xx.ko where_ever.

   insmod /where_ever/realmagic84xx.ko

Further more you can:

Create a directory:

   mkdir /lib/modules/your_kernel_version/misc

Copy the module:

   cp realmagic84xx.ko /lib/modules/your_kernel_version/misc

Finally issue this:

   ldconfig