[mythtv-users] HOWTO: Build Jarod's UB435-Q (V1) driver for Ubuntu 10.04

Gavin Peters gavin at ytz.ca
Tue Oct 26 15:03:35 UTC 2010


This is for my current version, there's lots of version strings you'll have
to change as it upgrades, but here's the basic instructions.  Use the
attached patch, assumed to be in cwd as you start these instructions:

$ tar xfj /usr/src/linux-source-2.6.32.tar.bz2
$ cd linux-source-2.6.32
$ patch -p1 < ../ub435-q.patch
$ ln -s /boot/config-`uname -r` .config
$ ln -s /usr/src/linux-headers-2.6.32-25-generic/Module.symvers .
$ make modules_prepare
... lots of output ...
$ make -j3 modules M=drivers/media/dvb/frontends/
... lots of output ...
$ make -j3 modules M=drivers/media/video/em28xx/
... lots of output ...

# at this point all the modules are built, just install them

$ sudo cp drivers/media/video/em28xx/*.ko
/lib/modules/2.6.32-25-generic/kernel/drivers/media/video/em28xx/
$ sudo cp drivers/media/dvb/frontends/lgdt3305.ko
/lib/modules/2.6.32-25-generic/kernel/drivers/media/dvb/frontends/
$ sudo update-initramfs -u -k all

At this point, I believe you're done.

- Gavin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20101026/d5ab76f1/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ub435-q.patch
Type: text/x-patch
Size: 14068 bytes
Desc: not available
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20101026/d5ab76f1/attachment.bin>


More information about the mythtv-users mailing list