Thanks. I got the scan working. It failed on most frequencies though.<br><br>----------------------------------> Using 'STB0899 Multistandard' DVB-S<br><br>Shouldn't that be:<br>----------------------------------> Using 'STB0899 Multistandard' DVB-S2 ?<br>
<br>Besides that. Do you know where the patched szap2 can be found, or is there an alternative?<br>Tried Kaffeine, but still without success. Guess I need a kaffeine patch too.<br><br><br><div class="gmail_quote">On Sat, Jun 7, 2008 at 8:11 PM, Faruk A <<a href="mailto:fa@elwak.com">fa@elwak.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Zeno!<br>
<br>
If i remember correctly i think i got Hunk failed too i had to paste<br>
it manually.<br>
here is my copy already been patched and compiled. If the binary scan<br>
doesn't work run "make clean" and then "make"<br>
<a href="http://www.zshare.net/download/1322006118c9c70a/" target="_blank">http://www.zshare.net/download/1322006118c9c70a/</a><br>
<font color="#888888"><br>
Faruk<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
On Sat, Jun 7, 2008 at 7:17 PM, Zeno Zoli <<a href="mailto:zeno.zoli@gmail.com">zeno.zoli@gmail.com</a>> wrote:<br>
> Tried, and got<br>
><br>
> Hunk #1 FAILED at 1674.<br>
> Hunk #2 FAILED at 1693.<br>
> Hunk #3 FAILED at 1704.<br>
><br>
><br>
><br>
> On Fri, Jun 6, 2008 at 2:50 PM, Faruk A <<a href="mailto:fa@elwak.com">fa@elwak.com</a>> wrote:<br>
>><br>
>> Hi Zeno!<br>
>><br>
>> Apply this patch.<br>
>><br>
>> diff -Naur 1/scan.c 2/scan.c<br>
>> --- 1/scan.c 2008-04-03 02:00:19.000000000 +0200<br>
>> +++ 2/scan.c 2008-04-03 12:29:32.000000000 +0200<br>
>> @@ -1674,15 +1674,18 @@<br>
>> }<br>
>><br>
>> struct dvbfe_info fe_info1;<br>
>> + enum dvbfe_delsys delivery;<br>
>><br>
>> // a temporary hack, need to clean<br>
>> memset(&fe_info1, 0, sizeof (struct dvbfe_info));<br>
>><br>
>> if(t->modulation_system == 0)<br>
>> - fe_info1.delivery = DVBFE_DELSYS_DVBS;<br>
>> + delivery = DVBFE_DELSYS_DVBS;<br>
>> else if(t->modulation_system == 1)<br>
>> - fe_info1.delivery = DVBFE_DELSYS_DVBS2;<br>
>> -<br>
>> + delivery = DVBFE_DELSYS_DVBS2;<br>
>> +<br>
>> + ioctl(frontend_fd, DVBFE_SET_DELSYS, &delivery); //switch system<br>
>> +<br>
>> int result = ioctl(frontend_fd, DVBFE_GET_INFO, &fe_info1);<br>
>> if (result < 0) {<br>
>> perror("ioctl DVBFE_GET_INFO failed");<br>
>> @@ -1690,7 +1693,7 @@<br>
>> return -1;<br>
>> }<br>
>><br>
>> - switch (fe_info1.delivery) {<br>
>> + switch (delivery) {<br>
>> case DVBFE_DELSYS_DVBS:<br>
>> info("----------------------------------> Using '%s'<br>
>> DVB-S\n", <a href="http://fe_info.name" target="_blank">fe_info.name</a>);<br>
>> break;<br>
>> @@ -1701,7 +1704,7 @@<br>
>> info("----------------------------------> Using '%s'<br>
>> DVB-S2\n", <a href="http://fe_info.name" target="_blank">fe_info.name</a>);<br>
>> break;<br>
>> default:<br>
>> - info("Unsupported Delivery system (%d)!\n",<br>
>> fe_info1.delivery);<br>
>> + info("Unsupported Delivery system (%d)!\n", delivery);<br>
>> t->last_tuning_failed = 1;<br>
>> return -1;<br>
>> }<br>
>><br>
>><br>
>><br>
>> 2008/6/6 Zeno Zoli <<a href="mailto:zeno.zoli@gmail.com">zeno.zoli@gmail.com</a>>:<br>
>> > I suppose so<br>
>> ><br>
>> > wget <a href="http://jusst.de/manu/scan.tar.bz2" target="_blank">http://jusst.de/manu/scan.tar.bz2</a><br>
>> > from <a href="http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_S2_PCI_HD_CI" target="_blank">http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_S2_PCI_HD_CI</a><br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> > 2008/6/6 Goga777 <<a href="mailto:goga777@bk.ru">goga777@bk.ru</a>>:<br>
>> >><br>
>> >> which scan version do you use ? does it support the multiproto api ?<br>
>> >><br>
>> >><br>
>> >><br>
>> >><br>
>> >> > I'm new to DVB on linux, but have some linux experience. I have<br>
>> >> > trouble<br>
>> >> > to<br>
>> >> > get my new Terratec Cinergy S2 PCI HD to work properly. I have<br>
>> >> > followed<br>
>> >> > the<br>
>> >> > guide here:<br>
>> >> > <a href="http://linuxtv.org/wiki/index.php/TerraTec_Cinergy_S2_PCI_HD_CI" target="_blank">http://linuxtv.org/wiki/index.php/TerraTec_Cinergy_S2_PCI_HD_CI</a><br>
>> >> ><br>
>> >> > I get "ioctl DVBFE_GET_INFO failed: Operation not supported"<br>
>> >> > when I try to ./scan -vv dvb-s/Thor-1.0W ( more info below)<br>
>> >> ><br>
>> >> > Could it be related to my choice of Ubuntu 2.6.24-16-server?<br>
>> >> > Thanks for your help.<br>
>> >> ><br>
>> >> > Zeno.<br>
>> >> ><br>
>> >> ><br>
>> >> > uname -a<br>
>> >> > Linux htpc 2.6.24-16-server #1 SMP i686 GNU/Linux<br>
>> >> ><br>
>> >> > /home/htpc/scan# ./scan -vv dvb-s/Thor-1.0W<br>
>> >> > scanning dvb-s/Thor-1.0W<br>
>> >> > using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'<br>
>> >> > initial transponder 11247000 V 24500000 24500000<br>
>> >> > initial transponder 11293000 H 24500000 24500000<br>
>> >> > initial transponder 11325000 H 24500000 24500000<br>
>> >> > initial transponder 12054000 H 28000000 28000000<br>
>> >> > initial transponder 12169000 H 28000000 28000000<br>
>> >> > initial transponder 12226000 V 28000000 28000000<br>
>> >> > ioctl DVBFE_GET_INFO failed: Operation not supported<br>
>> >> > ioctl DVBFE_GET_INFO failed: Operation not supported<br>
>> >> > ioctl DVBFE_GET_INFO failed: Operation not supported<br>
>> >> > ioctl DVBFE_GET_INFO failed: Operation not supported<br>
>> >> > ioctl DVBFE_GET_INFO failed: Operation not supported<br>
>> >> > ioctl DVBFE_GET_INFO failed: Operation not supported<br>
>> >> > ERROR: initial tuning failed<br>
>> >> > dumping lists (0 services)<br>
>> >> ><br>
>> >> > lsmod<br>
>> >> ><br>
>> >> > lnbp21 3200 1 mantis<br>
>> >> > mb86a16 21632 1 mantis<br>
>> >> > stb6100 8836 1 mantis<br>
>> >> > tda10021 7684 1 mantis<br>
>> >> > tda10023 7300 1 mantis<br>
>> >> > stb0899 36224 1 mantis<br>
>> >> > stv0299 11528 1 mantis<br>
>> >> > dvb_core 89212 2 mantis,stv0299<br>
>> >> ><br>
>> >> ><br>
>> >> > dmesg<br>
>> >> ><br>
>> >> > 36.793511] found a VP-1041 PCI DSS/DVB-S/DVB-S2 device on (02:09.0),<br>
>> >> > [ 36.793513] Mantis Rev 1 [153b:1179], irq: 20, latency: 64<br>
>> >> > [ 36.793515] memory: 0xfddff000, mmio: 0xf8a54000<br>
>> >> > [ 36.796981] MAC Address=[00:08:ca:1c:a8:e9]<br>
>> >> > [ 36.797011] mantis_alloc_buffers (0): DMA=0x37560000<br>
>> >> > cpu=0xf7560000<br>
>> >> > size=65536<br>
>> >> > [ 36.797061] mantis_alloc_buffers (0): RISC=0x37501000<br>
>> >> > cpu=0xf7501000<br>
>> >> > size=1000<br>
>> >> > [ 36.797107] DVB: registering new adapter (Mantis dvb adapter)<br>
>> >> > [ 37.345712] stb0899_get_dev_id: Device ID=[8], Release=[2]<br>
>> >> > [ 37.358369] stb0899_get_dev_id: Demodulator Core ID=[DMD1],<br>
>> >> > Version=[1]<br>
>> >> > [ 37.371023] stb0899_get_dev_id: FEC Core ID=[FEC1], Version=[1]<br>
>> >> > [ 37.371074] stb0899_attach: Attaching STB0899<br>
>> >> > [ 37.371076] mantis_frontend_init (0): found STB0899 DVB-S/DVB-S2<br>
>> >> > frontend<br>
>> >> > @0x68<br>
>> >> > [ 37.371135] stb6100_attach: Attaching STB6100<br>
>> >> > [ 37.371491] DVB: registering frontend 0 (STB0899 Multistandard)...<br>
>> >> > [ 37.371523] mantis_ca_init (0): Registering EN50221 device<br>
>> >> > [ 37.372914] mantis_ca_init (0): Registered EN50221 device<br>
>> >> > [ 37.372973] mantis_hif_init (0): Adapter(0) Initializing Mantis<br>
>> >> > Host<br>
>> >> > Interface<br>
>> >> ><br>
>> >> > lspci -v<br>
>> >> > 02:09.0 Multimedia controller: Twinhan Technology Co. Ltd Mantis DTV<br>
>> >> > PCI<br>
>> >> > Bridge Controller [Ver 1.0] (rev 01)<br>
>> >> > Subsystem: TERRATEC Electronic GmbH Unknown device 1179<br>
>> >> > Flags: bus master, medium devsel, latency 64, IRQ 20<br>
>> >> > Memory at fddff000 (32-bit, prefetchable) [size=4K]<br>
>> >><br>
>> >> ><br>
>> >><br>
>> >> _______________________________________________<br>
>> >> linux-dvb mailing list<br>
>> >> <a href="mailto:linux-dvb@linuxtv.org">linux-dvb@linuxtv.org</a><br>
>> >> <a href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb" target="_blank">http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb</a><br>
>> ><br>
>> ><br>
>> > _______________________________________________<br>
>> > linux-dvb mailing list<br>
>> > <a href="mailto:linux-dvb@linuxtv.org">linux-dvb@linuxtv.org</a><br>
>> > <a href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb" target="_blank">http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb</a><br>
>> ><br>
><br>
><br>
</div></div></blockquote></div><br>