DVB support?

Issues related to hardware problems
Post Reply
CRCinAU
Posts: 2
Joined: 2007/04/14 15:27:29
Contact:

DVB support?

Post by CRCinAU » 2007/04/15 04:45:50

Hi all,

It looks as though the official kernel doesn't have any DVB support. Is there an easy way to add this?

I'm currently trying to rebuild the kernel from the .srpm, however it seems to keep erroring :(

I'm using: rpmbuild -bb -target=i686 kernel-2.6.18.spec

sashxx
Posts: 11
Joined: 2007/03/06 22:17:16

DVB support?

Post by sashxx » 2007/04/15 09:01:50

rpmbuild -bp /usr/src/redhat/SPECS/kernel-2.6.spec
worked for me.

You need to have unifdef installed. So if you get an error message that you don't have it installed:
yum install unifdef

And if you want to use make menuconfig:
yum install ncurses-devel

Post Reply