Comment 6 for bug 551256

Revision history for this message
gocin (nico-goeth) wrote : Re: In Mythbuntu 10.04 Beta 1 only one of two TT-s1600 is recognized

To improve the bit confused description of the bug I like to tell some more details:
Mythbuntu 9.10 worked correct with both TT dvb-s2 1600 budget cards until I installed Kernel 2.6.31.20 (the second update - the first worked fine). Everey time a new kernel is brought into the system I need to go those steps:

sudo su
cd /usr/local/src
delete the folder s2-liplianin and all of the files and folders in there

apt-get install libncurses5-dev hg-buildpackage (this step is only needed the first time)

cd /usr/local/src
hg clone http://mercurial.intuxication.org/hg/s2-liplianin
cd s2-liplianin
cd linux/include/linux
ln -s /usr/src/linux-headers-`uname -r`/include/linux/compiler.h ./
cd ../../../
make menuconfig
unselect the folowing module:
multimedia support-> DVB/ATSC Adapter -> Firetv/Floppydtv
make
make install
reboot (or restart services)

until I tried Mythbuntu 10.04 the card did not appear in the backend setup and as I booted into the 'productive' system
(Mythbuntu 9.10 2.6.31-20 (second update)) the card was still in the configuration but not available anymore.

So I'm not sure what happened - is the second card defective? I guess not course it appears in /dev/dvb/adapter0 and /dev/dvb/adapter1 but adapter1 has no frontend - adapter0 has one.
So I guess either anything happend as I installed Mythbuntu 10.04 beta 1 or as I installed the Kernel 2.6.31-20 (second update).