From linuxtv at nzbaxters.com Thu Sep 2 11:41:14 2010 From: linuxtv at nzbaxters.com (Simon Baxter) Date: Thu, 2 Sep 2010 21:41:14 +1200 Subject: [linux-dvb] TT Budget C-1501 with Alphacrypt - write errors Message-ID: <18E0093FE11547919964DEE095F65439@telstraclear.tclad> I'm running 2x TT-C1501 cards with 2x Alphacrypt CAMs running 3.19 with VDR. I'm running 2.6.33.5-124.fc13.x86_64 kernel. Mostly they work well and decode multi channels just fine. But intermittantly (a few times a day) one the CAMs can't be written to and drop to "CAM Ready" under VDR, needing a reset before they'll start working again. It's happenning to both, but never at the same time. In VDR I'm getting this read error from dvbci.c: void cDvbCiAdapter::Write(const uint8_t *Buffer, int Length) { if (Buffer && Length > 0) { if (safe_write(fd, Buffer, Length) != Length) esyslog("ERROR: can't write to CI adapter on device %d: %m", device->DeviceNumber()); } } It's driving me mad, and I'm looking at a way of automatically resetting the CAMs just to keep things running. Any suggestions on why the CAMs would lock up? Any suggestions on debugs I can run to diagnose? Thanks Simon From mo.ucina at gmail.com Fri Sep 3 10:42:41 2010 From: mo.ucina at gmail.com (O&M Ugarcina) Date: Fri, 03 Sep 2010 18:42:41 +1000 Subject: [linux-dvb] TeVii S470 periodically fails to tune/lock - needs poweroff In-Reply-To: References: <4C3CB05E.3080002@gmail.com> <4C3CB704.1040908@ginder.xs4all.nl> Message-ID: <4C80B501.5000902@gmail.com> Hello Guys, I have been using my TeVii S470 DVBS2 card for about one month . I am using it with mythtv on fedora 12 using latest kernel , and compiled the latest v4l drivers . The sensitivity and picture is very good both on dvbs and dvbs2 transponders , very happy with that . However several times already when trying to watch live tv on myth the channel failed to tune . Usually happens in the morning after box was running 24x7 for a few days . The only way to restore functionality is to do a power off and wait a couple of mins then power on . If I just do a reboot , this does not help . Strange thing is that I see nothing unusual in the mythtv logs or dmesg/messages log . When the card is in this no-lock state , it will not tune into any transponder even when I run scandvb . After power reset everything works again for a few more days . Any info welcome . Best Regards Milorad From jimmy.ohlin at artvise.se Tue Sep 7 08:33:19 2010 From: jimmy.ohlin at artvise.se (=?iso-8859-1?Q?Jimmy_=D6hlin?=) Date: Tue, 7 Sep 2010 08:33:19 +0200 Subject: [linux-dvb] Help needed Message-ID: <49DF401F028D33458430FF037B31B0190258BB@postserver.artvise.se> Hello, Hope that you can help me with the following questions. I need a dvb-t and dvb-s2 card that work with Common Interface (Swedish Boxer and Canal Digital). I have looked at different dvb cards but... still not found a DVB-T and DVB-S2 card that will work under linux with CI support. I will use mplayer with ca_zap as frontend for my dvb application. Kind Regards, Jimmy Ohlin -------------- next part -------------- An HTML attachment was scrubbed... URL: From vincent.labie75 at gmail.com Tue Sep 7 22:52:16 2010 From: vincent.labie75 at gmail.com (Vincent Labie) Date: Tue, 7 Sep 2010 22:52:16 +0200 Subject: [linux-dvb] [PATCH] DVB-T NOVA-T USB stick Kernel oops patch Message-ID: <201009072252.17004.vincent.labie75@gmail.com> Hi, During this summer, I tried to run a Hauppauge NOVA-T USB stick which used to work previously. I tried with the Fedora13 default 2.6.33.x kernel v4l-dvb drivers and with the latest v4l-dvb cvs drivers with the same kernel oops result. I appears that the issue come from a unaligned shared struct between the dib7000m and dib7000p driver, both struct beeing used by shared functions. The patch to solve this issue is attached to this message (the solution is to put dismatching fields at the end of the struct). Could someone with cvs access include this small patch in the v4l-dvb kernel and devel tree? Thank you, Vincent Labie -------------- next part -------------- A non-text attachment was scrubbed... Name: v4l-dvb-c9cb8918dcb2.diff Type: text/x-patch Size: 1829 bytes Desc: not available URL: From newspaperman_germany at yahoo.com Wed Sep 8 16:15:54 2010 From: newspaperman_germany at yahoo.com (Newsy Paper) Date: Wed, 8 Sep 2010 14:15:54 +0000 (GMT) Subject: [linux-dvb] [Patch] Correct Signal Strength values for STB0899 Message-ID: <670866.16644.qm@web29505.mail.ird.yahoo.com> Hi, first of all I have to say that this patch is not from me. It's from rotor-0.1.4mh-v1.2.tar.gz Thx to the author of that patch and the modified rotor Plugin. I think he's a friend of Mike Booth I think it should be included into s2-liplianin. With this patch all dvb-s and dvb-s2 signal strength values are scaled correctly. kind regards Newsy -------------- next part -------------- A non-text attachment was scrubbed... Name: STB0899_signal_strength_v3patch Type: application/octet-stream Size: 2430 bytes Desc: not available URL: From newspaperman_germany at yahoo.com Wed Sep 8 16:38:29 2010 From: newspaperman_germany at yahoo.com (Newsy Paper) Date: Wed, 8 Sep 2010 14:38:29 +0000 (GMT) Subject: [linux-dvb] budget-ci.c : Wrong IR map for bundled Technotrend S2-3200 remote Message-ID: <53883.46670.qm@web29505.mail.ird.yahoo.com> Hi! in budget-ci.c RC_MAP_TT_3200 is set for a Technotrend S2-3200. But this RC map doesn't seems to be 100% correct. case 0x1019: /* For the TT 3200 bundled remote */ ir_codes = RC_MAP_TT_3200; break; if I set ir_codes = RC_MAP_TT_1500 all keys will be recognized with evtest. So RC_MAP_TT_1500 is the correct map So are there different revisions of remotes bundled with Technotrend S2-3200? Or is this just a driver bug? kind regards Newsy From goga777 at bk.ru Wed Sep 8 19:47:19 2010 From: goga777 at bk.ru (Goga777) Date: Wed, 8 Sep 2010 21:47:19 +0400 Subject: [linux-dvb] [Patch] Correct Signal Strength values for STB0899 In-Reply-To: <670866.16644.qm@web29505.mail.ird.yahoo.com> References: <670866.16644.qm@web29505.mail.ird.yahoo.com> Message-ID: <20100908214719.00ba623a@bk.ru> > first of all I have to say that this patch is not from me. > It's from rotor-0.1.4mh-v1.2.tar.gz > Thx to the author of that patch and the modified rotor Plugin. I think he's a friend of Mike Booth > > I think it should be included into s2-liplianin. > With this patch all dvb-s and dvb-s2 signal strength values are scaled correctly. FYI - this patch from Russian DVB VDR forum. Author is dimka_9 http://linuxdvb.org.ru/wbb/index.php?page=Thread&postID=11883#post11883 Goga From suchitagupta at yahoo.com Tue Sep 14 22:26:22 2010 From: suchitagupta at yahoo.com (Suchita Gupta) Date: Tue, 14 Sep 2010 13:26:22 -0700 (PDT) Subject: [linux-dvb] DSM-CC question Message-ID: <618132.61670.qm@web55408.mail.re4.yahoo.com> Hi, First of all, I am new to this list, so I am not sire if this is right place for this question. If not, please forgive me and point me to right list. I am writing a DSMCC decoding implementation to persist it to local filesystem. I am unable to understand few thiings related to "srg" I know, it represents the top level directory. But how do I get the name of this directory? I can extract the names of subdirs and files using name components but where is the name of top level directory? Also, as far as I understand it, I can't start writing to the local filesystem until I have acquired the whole carousel. Can, anyone please provide me some guidance. Thanks in Advance, rs From jean.bruenn at ip-minds.de Tue Sep 14 22:35:33 2010 From: jean.bruenn at ip-minds.de (Jean-Michel Bruenn) Date: Tue, 14 Sep 2010 22:35:33 +0200 Subject: [linux-dvb] cx23885 / HVR 1200 - A/V Inputs? Message-ID: <20100914223533.1930fc3a.jean.bruenn@ip-minds.de> Hello, ago some time ( Wed, 24 Feb 2010 16:34:05 +0100 ) i asked whether there's some status for the A/V Inputs on this card, "Devin" said there was no progress, so .. any new status? something beta i could test? Cheers -- Jean-Michel Bruenn From marcmltd at marcm.co.uk Tue Sep 14 23:06:56 2010 From: marcmltd at marcm.co.uk (Marc Murphy) Date: Tue, 14 Sep 2010 22:06:56 +0100 Subject: [linux-dvb] DSM-CC question In-Reply-To: <521CE7BF573A436C94F0D9CDAEAF3524@MARCM.local> References: <521CE7BF573A436C94F0D9CDAEAF3524@MARCM.local> Message-ID: Have a look at libdsmcc. It will write by default to /tmp/cache I have modified my test software to notify of a new file or updated file version. Hope this helps Marc Sent from my iPhone On 14 Sep 2010, at 21:31, "Suchita Gupta" wrote: > Hi, > > First of all, I am new to this list, so I am not sire if this is right place for > this question. > If not, please forgive me and point me to right list. > > I am writing a DSMCC decoding implementation to persist it to local filesystem. > I am unable to understand few thiings related to "srg" > > I know, it represents the top level directory. But how do I get the name of this > directory? > I can extract the names of subdirs and files using name components but where is > the name of top level directory? > > Also, as far as I understand it, I can't start writing to the local filesystem > until I have acquired the whole carousel. > > Can, anyone please provide me some guidance. > > Thanks in Advance, > rs > > > > > _______________________________________________ > linux-dvb users mailing list > For V4L/DVB development, please use instead linux-media at vger.kernel.org > linux-dvb at linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > From s.kilvington at eris.qinetiq.com Wed Sep 15 11:40:05 2010 From: s.kilvington at eris.qinetiq.com (Simon Kilvington) Date: Wed, 15 Sep 2010 10:40:05 +0100 Subject: [linux-dvb] DSM-CC question In-Reply-To: References: <521CE7BF573A436C94F0D9CDAEAF3524@MARCM.local> Message-ID: <4C909475.70000@eris.qinetiq.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 also have a look at my rb-download code, http://redbutton.sourceforge.net/ this gets around the problem of having to know the directory structure before you download files by using symlinks - ie you download the files as they arrive on the carousel, then when you get a directory you create the directory but make all the file entries in it symlinks - if the files have already arrived, then the links point to them, if the files haven't arrived yet, you just have some dangling symlinks until they do this means you don't have to worry about trying to cache files in memory before you can write them to disc and so makes the whole thing a lot simpler to implement On 14/09/10 22:06, Marc Murphy wrote: > Have a look at libdsmcc. It will write by default to /tmp/cache I have modified my test software to notify of a new file or updated file version. > > Hope this helps > > Marc > > Sent from my iPhone > > On 14 Sep 2010, at 21:31, "Suchita Gupta" wrote: > >> Hi, >> >> First of all, I am new to this list, so I am not sire if this is right place for >> this question. >> If not, please forgive me and point me to right list. >> >> I am writing a DSMCC decoding implementation to persist it to local filesystem. >> I am unable to understand few thiings related to "srg" >> >> I know, it represents the top level directory. But how do I get the name of this >> directory? >> I can extract the names of subdirs and files using name components but where is >> the name of top level directory? >> >> Also, as far as I understand it, I can't start writing to the local filesystem >> until I have acquired the whole carousel. >> >> Can, anyone please provide me some guidance. >> >> Thanks in Advance, >> rs >> >> >> >> >> _______________________________________________ >> linux-dvb users mailing list >> For V4L/DVB development, please use instead linux-media at vger.kernel.org >> linux-dvb at linuxtv.org >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb >> > > _______________________________________________ > linux-dvb users mailing list > For V4L/DVB development, please use instead linux-media at vger.kernel.org > linux-dvb at linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > > - -- Simon Kilvington -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyQlHUACgkQmt9ZifioJSwN7QCffyS4wY25IMysdwFcJEUS/Aaw JBEAoIGShJ/kxMvOT73o7vEqfXMNKr/r =Jf4M -----END PGP SIGNATURE----- From drappa at iinet.net.au Thu Sep 16 23:30:40 2010 From: drappa at iinet.net.au (drappa) Date: Fri, 17 Sep 2010 07:30:40 +1000 Subject: [linux-dvb] DVICO Dual Express Has Been Superseded Message-ID: <4C928C80.90706@iinet.net.au> Hi All I saw this post and made some enquiries: http://www.spinics.net/lists/linux-media/msg23091.html I have confirmation that the card is no longer available and has been replaced with Dvico FusionHDTV DVB-T Dual Express2. Has anyone previously heard of it / done any development on it or have any thoughts on how to get it working? Regards Drappa From winbalak at rediffmail.com Tue Sep 21 06:53:13 2010 From: winbalak at rediffmail.com (Bala Subramaniam) Date: 21 Sep 2010 04:53:13 -0000 Subject: [linux-dvb] =?utf-8?q?Samsung_S2_Tuner=28DNBU10711IST=29_Driver?= Message-ID: <20100921045313.26772.qmail@f5mail-237-214.rediffmail.com> Hello all, I am making the driver for Samsung S2 Tuner(DNBU10711IST),which has stv0903b link chip with front end stv6110 Rf chip. I have implemented the initialize routine and search algorithm with help of ST's reference code. In case of DVB-S, it works well but DVB-S2 has some problem on checking the lock. I would like to to get some help what is wrong. Or any experience on this is welcome. Regards, Bala -------------- next part -------------- An HTML attachment was scrubbed... URL: From dejan.rodiger at gmail.com Tue Sep 21 10:07:00 2010 From: dejan.rodiger at gmail.com (Dejan Rodiger) Date: Tue, 21 Sep 2010 10:07:00 +0200 Subject: [linux-dvb] Asus MyCinema P7131 Dual support Message-ID: Hi, I am using Ubuntu linux 10.10 with the latest kernel 2.6.35-22-generic on x86_64. I have installed nonfree firmware which should support this card, but to be sure, can somebody confirm that my TV card is supported in Analog or DVB mode? sudo lspci -vnn 01:06.0 Multimedia controller [0480]: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadcast Decoder [1131:7133] (rev d1) Subsystem: ASUSTeK Computer Inc. My Cinema-P7131 *Hybrid*[1043:4876] Flags: bus master, medium devsel, latency 32, IRQ 18 Memory at fdeff000 (32-bit, non-prefetchable) [size=2K] Capabilities: [40] Power Management version 2 Kernel driver in use: saa7134 Kernel modules: saa7134 It says Hybrid, but I put the following in the /etc/modprobe.d/saa7134.conf options saa7134 card=78 tuner=54 Thanks -- Dejan Rodiger S: callto://drodiger -------------- next part -------------- An HTML attachment was scrubbed... URL: From winbalak at rediffmail.com Tue Sep 21 12:31:22 2010 From: winbalak at rediffmail.com (Bala Subramaniam) Date: 21 Sep 2010 10:31:22 -0000 Subject: [linux-dvb] (no subject) Message-ID: <20100921103122.24390.qmail@f5mail-237-241.rediffmail.com> An HTML attachment was scrubbed... URL: From armbaia at gmail.com Wed Sep 22 00:27:46 2010 From: armbaia at gmail.com (Baia Armando) Date: Tue, 21 Sep 2010 23:27:46 +0100 Subject: [linux-dvb] Scan-s2 Message-ID: I do not speak English! This text was translated by google! For some time I had problems with my s card Technotrend dvb-32000! Channels did not open or scan the frequencies with Symbolrate <5000! This problem was solved with the drivers s2-liplianin opensue + 11.1 + kernel 2.6.27.7-9-default! The problem, in my ignorance has to do with the frontend stb0899_drv.c of v4l-dvb or the current kernels, which do not recognize Symbolrate <5000. The frontend stb0899_drv.c offered by the drivers for s2-liplianin allow the scan to Symbolrate,> = 1000! Now, another problem arose I install the scan-s2 linux-syaw:/usr/src/scan-s2 # make gcc -I../s2/linux/include -c atsc_psip_section.c -o atsc_psip_section.o gcc -I../s2/linux/include -c diseqc.c -o diseqc.o In file included from diseqc.c:7: scan.h:91: error: expected specifier-qualifier-list before ?fe_rolloff_t? make: *** [diseqc.o] Error 1 linux-syaw:/usr/src/scan-s2 # What is this error? Thank you. -- Tanto leio a National Geografic como folheio a Plaiboy ambas me mostram paisagens que doutra forma nunca visitaria! -------------- next part -------------- An HTML attachment was scrubbed... URL: From hermann-pitton at arcor.de Wed Sep 22 01:13:00 2010 From: hermann-pitton at arcor.de (hermann pitton) Date: Wed, 22 Sep 2010 01:13:00 +0200 Subject: [linux-dvb] Asus MyCinema P7131 Dual support In-Reply-To: References: Message-ID: <1285110780.5561.18.camel@pc07.localdom.local> Hi Dejan, Am Dienstag, den 21.09.2010, 10:07 +0200 schrieb Dejan Rodiger: > Hi, > > I am using Ubuntu linux 10.10 with the latest kernel 2.6.35-22-generic > on x86_64. I have installed nonfree firmware which should support this > card, but to be sure, can somebody confirm that my TV card is > supported in Analog or DVB mode? > > sudo lspci -vnn > 01:06.0 Multimedia controller [0480]: Philips Semiconductors > SAA7131/SAA7133/SAA7135 Video Broadcast Decoder [1131:7133] (rev d1) > Subsystem: ASUSTeK Computer Inc. My Cinema-P7131 Hybrid > [1043:4876] > Flags: bus master, medium devsel, latency 32, IRQ 18 > Memory at fdeff000 (32-bit, non-prefetchable) [size=2K] > Capabilities: [40] Power Management version 2 > Kernel driver in use: saa7134 > Kernel modules: saa7134 > > It says Hybrid, but I put the following in > the /etc/modprobe.d/saa7134.conf > options saa7134 card=78 tuner=54 > > > Thanks > -- > Dejan Rodiger > S: callto://drodiger don't have time to follow this closely anymore. But forcing it to card=78 is plain wrong. It has an early additional LNA in confirmed config = 2 status. Your card should be auto detected and previously always was, based on what we have in saa7134-cards.c and further for it. (saa7134-dvb and related tuner/demod stuff) }, { .vendor = PCI_VENDOR_ID_PHILIPS, .device = PCI_DEVICE_ID_PHILIPS_SAA7133, .subvendor = 0x1043, .subdevice = 0x4876, .driver_data = SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA, },{ I remember for sure, that this card was fully functional for all use cases and it was not easy to get it there. I don't have it. Please provide the "dmesg" for failing auto detection without forcing some card = number as a starting point. I for sure want to see this board fully functional again. Cheers, Hermann From post at dietmar-nowack.de Wed Sep 22 19:16:07 2010 From: post at dietmar-nowack.de (Dietmar Nowack) Date: Wed, 22 Sep 2010 19:16:07 +0200 Subject: [linux-dvb] SAA7146-based card- tunes, but no multiplex Message-ID: <1285175767.1817.13.camel@dicomputer> Hi all, I have an (old) SAA7146-based DVB device- a Technotrend/Hauppauge WinTV DVB-S rev1.3 SE, if the autodetection is to be trusted. It is recognized without error (apparently), the firmware file resides in the appropriate folder and is loaded correctly, and nothing in the logs points to an error. However, while the device tunes and acquires a lock, no video data can be captured. Here's what I think are the relevant messages from the kernel: [ 19.620310] DVB: registering new adapter (Technotrend/Hauppauge WinTV DVB-S rev1.3 SE) [ 19.661939] adapter has MAC addr = 00:d0:5c:00:00:b3 [ 19.670459] dvb 0000:05:00.0: firmware: requesting av7110/bootcode.bin [ 19.906050] dvb-ttpci: gpioirq unknown type=0 len=0 [ 19.920105] dvb-ttpci: info @ card 0: firm f0240009, rtsl b0250018, vid 00000000, app 80002622 [ 19.920107] dvb-ttpci: firmware @ card 0 supports CI link layer interface [ 20.096224] dvb-ttpci: adac type set to 0 @ card 0 [ 20.101859] saa7146_vv: saa7146 (0): registered device video0 [v4l2] [ 20.101882] saa7146_vv: saa7146 (0): registered device vbi0 [v4l2] [ 20.289732] ves1x93: Detected ves1893a rev2 [ 20.289737] DVB: registering adapter 0 frontend 0 (VLSI VES1x93 DVB-S)... [ 20.289865] input: DVB on-card IR receiver as /devices/pci0000:00/0000:00:1e.0/0000:05:00.0/input/input6 [ 20.289900] dvb-ttpci: found av7110-0. A tuning attempt using dvbtune yields: >dvbtune -f 12551000 -p v -s 22000 Using DVB card "VLSI VES1x93 DVB-S" tuning DVB-S to L-Band:134513994, Pol:V Srate=22000000, 22kHz=off polling.... Getting frontend event FE_STATUS: polling.... Getting frontend event FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC Event: Frequency: 12551859 SymbolRate: 22000000 FEC_inner: 5 Bit error rate: 0 Signal strength: 43433 SNR: 57054 FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC This is the output I get from 'scan' (dvbscan) scanning /usr/share/dvb/dvb-s/Astra-19.2E using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' initial transponder 12551500 V 22000000 5 >>> tune to: 12551:v:0:22000 DVB-S IF freq is 1951500 WARNING: filter timeout pid 0x0011 WARNING: filter timeout pid 0x0000 WARNING: filter timeout pid 0x0010 dumping lists (0 services) Done. Using a different card, I can tune, scan using the same command and receive a TS, so reception problems can be ruled out. Any suggestions how to proceed to resolve the issue or what further data to provide to that end would be highly appreciated. Best regards Dietmar From hermann-pitton at arcor.de Thu Sep 23 00:46:22 2010 From: hermann-pitton at arcor.de (hermann-pitton at arcor.de) Date: Thu, 23 Sep 2010 00:46:22 +0200 (CEST) Subject: [linux-dvb] Asus MyCinema P7131 Dual support Message-ID: <25861669.1285195582100.JavaMail.ngmail@webmail18.arcor-online.net> Hi Dejan, ----- Original Nachricht ---- Von: Dejan Rodiger An: hermann pitton Datum: 22.09.2010 13:20 Betreff: Re: [linux-dvb] Asus MyCinema P7131 Dual support > Hi Herman, > > here is dmesg output without forcing card=78. > As I see it uses card=112, autodetected > > [ 16.043345] IR RC6 protocol handler initialized > [ 16.173473] IR JVC protocol handler initialized > [ 16.236641] IR Sony protocol handler initialized > [ 16.433187] lirc_dev: IR Remote Control driver registered, major 250 > [ 16.572705] IR LIRC bridge handler initialized > [ 16.894983] Linux video capture interface: v2.00 > [ 16.957585] saa7130/34: v4l2 driver version 0.2.16 loaded > [ 16.958300] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18 > [ 16.958306] alloc irq_desc for 18 on node 0 > [ 16.958309] alloc kstat_irqs on node 0 > [ 16.958320] saa7134 0000:01:06.0: PCI INT A -> Link[APC3] -> GSI 18 > (level, low) -> IRQ 18 > [ 16.958327] saa7133[0]: found at 0000:01:06.0, rev: 209, irq: 18, > latency: 32, mmio: 0xfdeff000 > [ 16.958334] saa7133[0]: subsystem: 1043:4876, board: ASUSTeK P7131 > Hybrid [card=112,autodetected] > [ 16.958378] saa7133[0]: board init: gpio is 0 > [ 17.010075] Registered IR keymap rc-asus-pc39 > [ 17.010197] input: saa7134 IR (ASUSTeK P7131 Hybri as > /devices/pci0000:00/0000:00:09.0/0000:01:06.0/rc/rc0/input4 > [ 17.010268] rc0: saa7134 IR (ASUSTeK P7131 Hybri as > /devices/pci0000:00/0000:00:09.0/0000:01:06.0/rc/rc0 > [ 17.190477] saa7133[0]: i2c eeprom 00: 43 10 76 48 54 20 1c 00 43 > 43 a9 1c 55 d2 b2 92 > [ 17.190490] saa7133[0]: i2c eeprom 10: ff ff ff 0f ff 20 ff ff ff > ff ff ff ff ff ff ff > [ 17.190502] saa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08 > ff 00 d5 ff ff ff ff > [ 17.190513] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190524] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 55 > 50 ff ff ff ff ff ff > [ 17.190534] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190545] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190556] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190566] saa7133[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190577] saa7133[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190587] saa7133[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190598] saa7133[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190609] saa7133[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190620] saa7133[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190630] saa7133[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > [ 17.190641] saa7133[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff > ff ff ff ff ff ff ff > > [ 17.610120] tuner 2-004b: chip found @ 0x96 (saa7133[0]) > > [ 17.780037] tda829x 2-004b: setting tuner address to 61 > [ 17.940020] tda829x 2-004b: type set to tda8290+75a > > [ 24.000114] saa7133[0]: registered device video0 [v4l2] > [ 24.000150] saa7133[0]: registered device vbi0 > [ 24.000182] saa7133[0]: registered device radio0 > [ 24.027730] saa7134 ALSA driver for DMA sound loaded > [ 24.027770] saa7133[0]/alsa: saa7133[0] at 0xfdeff000 irq 18 > registered as card -2 > > [ 25.900159] DVB: registering new adapter (saa7133[0]) > [ 25.900165] DVB: registering adapter 0 frontend 0 (Philips > TDA10046H DVB-T)... > > [ 26.710050] tda1004x: setting up plls for 48MHz sampling clock > [ 27.710043] tda1004x: found firmware revision 29 -- ok > > > -- > Dejan Rodiger > M: +385917829076 > S: callto://drodiger > all looks fine now. With auto detection you should have correct LNA support for analog tuning and DVB-T. You need to connect the DVB-T signal to the FM/RF antenna input and the analog TV signal to the cable RF input.. If you plug in the remote receiver, gpio 0x040000 will switch to high. Does this help any further? What went wrong previously, making you think you might have to force for example card = 78 ? I can revive almost all of the Asus cards on the saa713x driver if needed. Have fun, hopefully. Cheers, Hermann > > On Wed, Sep 22, 2010 at 01:13, hermann pitton > wrote: > > Hi Dejan, > > > > Am Dienstag, den 21.09.2010, 10:07 +0200 schrieb Dejan Rodiger: > >> Hi, > >> > >> I am using Ubuntu linux 10.10 with the latest kernel 2.6.35-22-generic > >> on x86_64. I have installed nonfree firmware which should support this > >> card, but to be sure, can somebody confirm that my TV card is > >> supported in Analog or DVB mode? > >> > >> sudo lspci -vnn > >> 01:06.0 Multimedia controller [0480]: Philips Semiconductors > >> SAA7131/SAA7133/SAA7135 Video Broadcast Decoder [1131:7133] (rev d1) > >> ? ? ? ? Subsystem: ASUSTeK Computer Inc. My Cinema-P7131 Hybrid > >> [1043:4876] > >> ? ? ? ? Flags: bus master, medium devsel, latency 32, IRQ 18 > >> ? ? ? ? Memory at fdeff000 (32-bit, non-prefetchable) [size=2K] > >> ? ? ? ? Capabilities: [40] Power Management version 2 > >> ? ? ? ? Kernel driver in use: saa7134 > >> ? ? ? ? Kernel modules: saa7134 > >> > >> It says Hybrid, but I put the following in > >> the /etc/modprobe.d/saa7134.conf > >> options saa7134 card=78 tuner=54 > >> > >> > >> Thanks > >> -- > >> Dejan Rodiger > >> S: callto://drodiger > > > > don't have time to follow this closely anymore. > > > > But forcing it to card=78 is plain wrong. It has an early additional LNA > > in confirmed config = 2 status. > > > > Your card should be auto detected and previously always was, based on > > what we have in saa7134-cards.c and further for it. (saa7134-dvb and > > related tuner/demod stuff) > > > > ? ? ? ?}, { > > ? ? ? ? ? ? ? ?.vendor ? ? ? = PCI_VENDOR_ID_PHILIPS, > > ? ? ? ? ? ? ? ?.device ? ? ? = PCI_DEVICE_ID_PHILIPS_SAA7133, > > ? ? ? ? ? ? ? ?.subvendor ? ?= 0x1043, > > ? ? ? ? ? ? ? ?.subdevice ? ?= 0x4876, > > ? ? ? ? ? ? ? ?.driver_data ?= SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA, > > ? ? ? ?},{ > > > > I remember for sure, that this card was fully functional for all use > > cases and it was not easy to get it there. I don't have it. > > > > Please provide the "dmesg" for failing auto detection without forcing > > some card = number as a starting point. > > > > I for sure want to see this board fully functional again. > > > > Cheers, > > Hermann > > Heute erleben, was morgen Trend wird - das kann man auf der IFA in Berlin. Oder auf arcor.de: Wir stellen Ihnen die wichtigsten News, Trends und Gadgets der IFA vor. Nat?rlich mit dabei: das brandneue IPTV-Angebot von Vodafone! Alles rund um die Internationale Funkausstellung in Berlin finden Sie hier: http://www.arcor.de/rd/footer.ifa2010 From linuxtv at nzbaxters.com Thu Sep 23 08:51:46 2010 From: linuxtv at nzbaxters.com (Simon Baxter) Date: Thu, 23 Sep 2010 18:51:46 +1200 Subject: [linux-dvb] dm1105 scan but won't tune? (anyone have one of these working?) References: <25861669.1285195582100.JavaMail.ngmail@webmail18.arcor-online.net> Message-ID: <1537BE75D4274CAF8A375A44B7F1B2E2@telstraclear.tclad> Hi. I've got a new dm1105 dvb-s card which I can't get to work. I can scan and get transponders etc, but can't tune or get a front end lock. I see there's been some work on this - does anyone have one of these dvb-s cards working? I've just pulled the latest from http://mercurial.intuxication.org/hg/s2-liplianin I can scan and get info: ./scan dvb-s/OptusB1-NZ -l 11300 -x 0 scanning dvb-s/OptusB1-NZ using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' initial transponder 12456000 H 22500000 9 >>> tune to: 12456:h:0:22500 DVB-S IF freq is 1156000 0x0000 0x0781: pmt_pid 0x010b TV Works -- C4 (running) C4:12456:h:0:22500:513:651:1921 But I can't get a lock on szap: ./szap -c channels-conf/dvb-s/OptusD1E160 C4 reading channels from file 'channels-conf/dvb-s/OptusD1E160' zapping to 2 'C4': sat 0, frequency = 12456 MHz H, symbolrate 22500000, vpid = 0x0201, apid = 0x028b sid = 0x0781 using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' status 03 | signal 9ae2 | snr 7170 | ber 0000ff07 | unc fffffffe | status 03 | signal 9c2a | snr 719a | ber 0000ff05 | unc fffffffe | status 03 | signal 9b07 | snr 71d9 | ber 0000ff05 | unc fffffffe | status 03 | signal 9ace | snr 7200 | ber 0000ff05 | unc fffffffe | Or in VDR - Sep 23 13:49:45 localhost vdr: [2105] frontend 0/0 timed out while tuning to channel 1, tp 112456 Sep 23 13:50:06 localhost vdr: [2105] frontend 0/0 timed out while tuning to channel 16, tp 112483 Sep 23 13:50:26 localhost vdr: [2105] frontend 0/0 timed out while tuning to channel 1, tp 112456 Although dvbtune says: ./dvbtune -f 1245600 -s 22500 -p h -m -tone 0 -x Using DVB card "ST STV0299 DVB-S" tuning DVB-S to L-Band:3, Pol:H Srate=22500000, 22kHz=off polling.... Getting frontend event FE_STATUS: polling.... Getting frontend event FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER polling.... Getting frontend event FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC Event: Frequency: 10995803 SymbolRate: 22500000 FEC_inner: 3 Bit error rate: 65285 Signal strength: 53063 SNR: 48522 FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI FE_HAS_SYNC Nothing to read from fd_nit Scanning 12407000V 30000000 Using DVB card "ST STV0299 DVB-S" tuning DVB-S to L-Band:774218352, Pol:V Srate=30000000, 22kHz=off polling.... Getting frontend event FE_STATUS: polling.... Getting frontend event FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER polling.... polling.... Any suggestions? From tomasek at etf.cuni.cz Thu Sep 23 12:56:23 2010 From: tomasek at etf.cuni.cz (Petr Tomasek) Date: Thu, 23 Sep 2010 12:56:23 +0200 Subject: [linux-dvb] Yakumo QuickStick DVB-T doesn't load firmware Message-ID: <20100923105623.GA28052@ebed.etf.cuni.cz> Hello! My "Yakumo QuickStick" suddenly stopped to work. It now doesn't load the firmware (i.e. it stays "cold"): XXX kernel: usb 1-3: new high speed USB device using ehci_hcd and address 10 XXX kernel: usb 1-3: New USB device found, idVendor=14ee, idProduct=0225 XXX kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 XXX dalet kernel: usb 1-3: configuration #1 chosen from 1 choice (I tried it on two systems, where it worked before. All Firmware files are in /lib/firmware). Is there anything I could do? Can I debug what's going on somehow? My current kernel: $ uname -a Linux dalet 2.6.32.21-166.fc12.i686.PAE #1 SMP Fri Aug 27 06:33:34 UTC 2010 i686 i686 i386 GNU/Linux -- Petr Tomasek Jabber: butrus at jabbim.cz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EA 355:001 DU DU DU DU EA 355:002 TU TU TU TU EA 355:003 NU NU NU NU NU NU NU EA 355:004 NA NA NA NA NA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From alihmh at gmail.com Sat Sep 25 12:21:00 2010 From: alihmh at gmail.com (Ali H.M. Hoseini) Date: Sat, 25 Sep 2010 13:51:00 +0330 Subject: [linux-dvb] TechnoTrend T-3000 Hybrid works well under linux? Message-ID: Hi, Anybody tested DVB-T TechnoTrend T-3000 Hybrid under linux? I found an old post about this card, but I could not figure out is it ok under linux or not. Also there is nothing in wiki about this card. I want to order two of this card for VDR installation, and I don't know if it will works well with linux or not. Sincerely yours. A. Hoseini. -------------- next part -------------- An HTML attachment was scrubbed... URL: From tomasek at etf.cuni.cz Sun Sep 26 14:41:53 2010 From: tomasek at etf.cuni.cz (Petr Tomasek) Date: Sun, 26 Sep 2010 14:41:53 +0200 Subject: [linux-dvb] Yakumo QuickStick DVB-T doesn't load firmware (SOLVED) In-Reply-To: <20100923105623.GA28052@ebed.etf.cuni.cz> References: <20100923105623.GA28052@ebed.etf.cuni.cz> Message-ID: <20100926124153.GA7394@ebed.etf.cuni.cz> On Thu, Sep 23, 2010 at 12:56:23PM +0200, Petr Tomasek wrote: > > Hello! > > My "Yakumo QuickStick" suddenly stopped to work. It now doesn't load > the firmware (i.e. it stays "cold"): > > XXX kernel: usb 1-3: new high speed USB device using ehci_hcd and address 10 > XXX kernel: usb 1-3: New USB device found, idVendor=14ee, idProduct=0225 > XXX kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 > XXX dalet kernel: usb 1-3: configuration #1 chosen from 1 choice > > (I tried it on two systems, where it worked before. All Firmware files > are in /lib/firmware). > > Is there anything I could do? Can I debug what's going on somehow? > > My current kernel: > > $ uname -a > Linux dalet 2.6.32.21-166.fc12.i686.PAE #1 SMP Fri Aug 27 06:33:34 UTC 2010 i686 i686 i386 GNU/Linux > The problem was, that the EEPROM bearing VID/PID was corrupted. I described the solution on my blog (in czech, but google-translate is your friend;) here: http://www.abclinuxu.cz/blog/vejsplechty/2010/9/oprava-yakumo-quickstick-dvb-t-pod-linuxem -- Petr Tomasek Jabber: butrus at jabbim.cz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EA 355:001 DU DU DU DU EA 355:002 TU TU TU TU EA 355:003 NU NU NU NU NU NU NU EA 355:004 NA NA NA NA NA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From linuxtv at nzbaxters.com Sun Sep 26 23:02:16 2010 From: linuxtv at nzbaxters.com (Simon Baxter) Date: Mon, 27 Sep 2010 10:02:16 +1300 Subject: [linux-dvb] dm1105 scan but won't tune? (anyone have one of theseworking?) References: <25861669.1285195582100.JavaMail.ngmail@webmail18.arcor-online.net> <1537BE75D4274CAF8A375A44B7F1B2E2@telstraclear.tclad> Message-ID: <9ADA2BCD7EA744D584D4F5E1B5E232ED@telstraclear.tclad> >> Simon Baxter wrote: >> Hi. I've got a new dm1105 dvb-s card which I can't get to work. I can >> scan and get transponders etc, but can't tune or get a front end lock. > >> I see there's been some work on this - does anyone have one of these >> dvb-s cards working? > >> I've just pulled the latest from >> http://mercurial.intuxication.org/hg/s2-liplianin > >> I can scan and get info: >> ./scan dvb-s/OptusB1-NZ -l 11300 -x 0 >> scanning dvb-s/OptusB1-NZ >> using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' >> initial transponder 12456000 H 22500000 9 >>>>> tune to: 12456:h:0:22500 >> DVB-S IF freq is 1156000 >> >> 0x0000 0x0781: pmt_pid 0x010b TV Works -- C4 (running) >> >> C4:12456:h:0:22500:513:651:1921 > >> But I can't get a lock on szap: >> ./szap -c channels-conf/dvb-s/OptusD1E160 C4 >> reading channels from file 'channels-conf/dvb-s/OptusD1E160' >> zapping to 2 'C4': >> sat 0, frequency = 12456 MHz H, symbolrate 22500000, vpid = 0x0201, >> apid = 0x028b sid = 0x0781 >> using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' >> status 03 | signal 9ae2 | snr 7170 | ber 0000ff07 | unc fffffffe | >> status 03 | signal 9c2a | snr 719a | ber 0000ff05 | unc fffffffe | >> status 03 | signal 9b07 | snr 71d9 | ber 0000ff05 | unc fffffffe | >> status 03 | signal 9ace | snr 7200 | ber 0000ff05 | unc fffffffe | > >> Or in VDR - >> Sep 23 13:49:45 localhost vdr: [2105] frontend 0/0 timed out while >> tuning to channel 1, tp 112456 >> Sep 23 13:50:06 localhost vdr: [2105] frontend 0/0 timed out while >> tuning to channel 16, tp 112483 >> Sep 23 13:50:26 localhost vdr: [2105] frontend 0/0 timed out while >> tuning to channel 1, tp 112456 > > >> Although dvbtune says: >> ./dvbtune -f 1245600 -s 22500 -p h -m -tone 0 -x >> Using DVB card "ST STV0299 DVB-S" >> tuning DVB-S to L-Band:3, Pol:H Srate=22500000, 22kHz=off >> polling.... >> Getting frontend event >> FE_STATUS: >> polling.... >> Getting frontend event >> FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER >> polling.... >> Getting frontend event >> FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI >> FE_HAS_SYNC >> Event: Frequency: 10995803 >> SymbolRate: 22500000 >> FEC_inner: 3 > >> Bit error rate: 65285 >> Signal strength: 53063 >> SNR: 48522 >> FE_STATUS: FE_HAS_SIGNAL FE_HAS_LOCK FE_HAS_CARRIER FE_HAS_VITERBI >> FE_HAS_SYNC >> >> >> > data="4b59204469676974616c20536174656c6c697465205456f3ae000100a9f042413303eb0103ed0103f10103f401040201041101043801043d01044501044c02046002046102046202232983238d8a23f18426ad" >> text="KY.Digital.Satellite.TV.......BA3...................8.....E..L.....a..b............" >> /> >> Nothing to read from fd_nit >> Scanning 12407000V 30000000 >> Using DVB card "ST STV0299 DVB-S" >> tuning DVB-S to L-Band:774218352, Pol:V Srate=30000000, 22kHz=off >> polling.... >> Getting frontend event >> FE_STATUS: >> polling.... >> Getting frontend event >> FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER >> polling.... >> polling.... > > >> Any suggestions? > >> _______________________________________________ >> linux-dvb users mailing list >> For V4L/DVB development, please use instead linux-media at xxxxxxxxxxxxxxx >> linux-dvb at xxxxxxxxxxx >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > > Hi, > > Please, try set parameter card=> at dm1105 module loading. > > Best reagrds, > Vladimir Monchenko. I've tried: modprobe dm1105 card=1 modprobe dm1105 card=2 modprobe dm1105 card=3 modprobe dm1105 card=4 modprobe dm1105 card=5 modprobe dm1105 card=6 but still can't tune the front end. Any ideas? lspci -vvv has: 01:06.0 Ethernet controller: Device 195d:1105 (rev 10) Subsystem: Device 195d:1105 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR-