Comment 51 for bug 439163

Revision history for this message
Gunni (fgunni) wrote : Re: Channel scan timed out

Some additional/corected info on installation:

1. sudo apt-get install build-essential mercurial linux-headers
2. hg clone http://hg.kewl.org/v4l-dvb-fixes/
3. cd v4l-dvb-fixes
4. make menuconfig
 -> Multimedia Support -> DVB/ATSC adapters -> disable FireDTV and FloppyDTV
This is nesecary for a build, as linux-headers is missing some files needed for this DVB card.
5. make
6. sudo make install
7. reboot

After a minor kernel update you may have to run "sudo make install" from the directory again.
On a major kernel update you have to go to the directory again, run "make distclean" and start from step 5.