Arch Murphy wrote: > Mike, > > Thanks very much for your help. > > It all works fine now. I am using the mplayer software already installed and it > appears to be ok. > > I added these lines to /etc/rc.local > > /sbin/modprobe dvb-bt8xx > chmod 666 /dev/dvb/adapter0/* > echo 1024 > /proc/sys/dev/rtc/max-user-freq > > Did you get the photos? > > Please advise if you need any further information about my installation. I will > help in any way I can. > > Happy new year. Arch, Yes, I have received the photos, thanks. I'm glad that your card is working now... Thanks for the testing. Could you revert the changes that you have made, and test this patch for me? This patch adds support for your card while not affecting the already existing DVB-T Lite entry. Please let me know how this works for you -- this is the change that will be applied to the official kernel. Signed-off-by: Michael Krufky <mkrufky@xxxxxxxxxxx> diff -r 3beb62e206ef linux/drivers/media/dvb/bt8xx/bt878.c --- a/linux/drivers/media/dvb/bt8xx/bt878.c Fri Dec 29 21:32:08 2006 -0200 +++ b/linux/drivers/media/dvb/bt8xx/bt878.c Mon Jan 01 14:07:07 2007 -0500 @@ -394,6 +394,7 @@ static struct cards card_list[] __devini { 0xfc00270f, BTTV_BOARD_TWINHAN_DST, "ChainTech digitop DST-1000 DVB-S" }, { 0x07711461, BTTV_BOARD_AVDVBT_771, "AVermedia AverTV DVB-T 771" }, { 0xdb1018ac, BTTV_BOARD_DVICO_DVBT_LITE, "DViCO FusionHDTV DVB-T Lite" }, + { 0xdb1118ac, BTTV_BOARD_DVICO_DVBT_LITE, "Ultraview DVB-T Lite" }, { 0xd50018ac, BTTV_BOARD_DVICO_FUSIONHDTV_5_LITE, "DViCO FusionHDTV 5 Lite" }, { 0x20007063, BTTV_BOARD_PC_HDTV, "pcHDTV HD-2000 TV" }, { 0x00261822, BTTV_BOARD_TWINHAN_DST, "DNTV Live! Mini" }, diff -r 3beb62e206ef linux/drivers/media/video/bt8xx/bttv-cards.c --- a/linux/drivers/media/video/bt8xx/bttv-cards.c Fri Dec 29 21:32:08 2006 -0200 +++ b/linux/drivers/media/video/bt8xx/bttv-cards.c Mon Jan 01 14:10:10 2007 -0500 @@ -330,6 +330,7 @@ static struct CARD { { 0x07711461, BTTV_BOARD_AVDVBT_771, "AVermedia AverTV DVB-T 771" }, { 0x07611461, BTTV_BOARD_AVDVBT_761, "AverMedia AverTV DVB-T 761" }, { 0xdb1018ac, BTTV_BOARD_DVICO_DVBT_LITE, "DViCO FusionHDTV DVB-T Lite" }, + { 0xdb1118ac, BTTV_BOARD_DVICO_DVBT_LITE, "Ultraview DVB-T Lite" }, { 0xd50018ac, BTTV_BOARD_DVICO_FUSIONHDTV_5_LITE, "DViCO FusionHDTV 5 Lite" }, { 0x00261822, BTTV_BOARD_TWINHAN_DST, "DNTV Live! Mini "}, diff -r 3beb62e206ef linux/sound/pci/bt87x.c --- a/linux/sound/pci/bt87x.c Fri Dec 29 21:32:08 2006 -0200 +++ b/linux/sound/pci/bt87x.c Mon Jan 01 14:11:29 2007 -0500 @@ -842,6 +842,7 @@ static struct { {0x1822, 0x0001}, /* Twinhan VisionPlus DVB-T */ {0x18ac, 0xd500}, /* DVICO FusionHDTV 5 Lite */ {0x18ac, 0xdb10}, /* DVICO FusionHDTV DVB-T Lite */ + {0x18ac, 0xdb11}, /* Ultraview DVB-T Lite */ {0x270f, 0xfc00}, /* Chaintech Digitop DST-1000 DVB-S */ {0x7063, 0x2000}, /* pcHDTV HD-2000 TV */ }; _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb