public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb]  Re : TT S2-3200 driver
@ 2008-09-07 17:10 crow
  2008-09-07 21:01 ` Manu Abraham
  0 siblings, 1 reply; 13+ messages in thread
From: crow @ 2008-09-07 17:10 UTC (permalink / raw)
  To: linux-dvb

Hi,
I am also tryint to compile multiproto_plus on kernel 2.6.26-3 (sidux
2008-02) but no luck.
Kernel: Linux vdrbox 2.6.26-3.slh.4-sidux-amd64 #1 SMP PREEMPT Wed Sep
3 19:39:11 UTC 2008 x86_64 GNU/Linux
I tryed it this way:
I downloaded dvb driver from:
apt-get update
apt-get install mercurial
cd /usr/src/
hg clone http://jusst.de/hg/multiproto_plus
mv multiproto dvb
ln -vfs /usr/src/linux-headers-`uname -r` linux
cd /usr/src/dvb/linux/include/linux/
ln -s /usr/src/linux/include/linux/compiler.h compiler.h
cd /usr/src/dvb/
and i am trying make and get this problem :
............
  CC [M]  /usr/src/dvb/v4l/ivtv-gpio.o
  CC [M]  /usr/src/dvb/v4l/ivtv-i2c.o
/usr/src/dvb/v4l/ivtv-i2c.c: In function 'ivtv_i2c_register':
/usr/src/dvb/v4l/ivtv-i2c.c:171: error: 'struct i2c_board_info' has no
member named 'driver_name'
make[3]: *** [/usr/src/dvb/v4l/ivtv-i2c.o] Error 1
make[2]: *** [_module_/usr/src/dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.26-3.slh.4-sidux-amd64'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/src/dvb/v4l'
make: *** [all] Error 2
root@vdrbox:/usr/src/dvb#

I wanna try this patch to as i am also TT S2-3200 user.
Any help welcome.

Quote:
>Hello Ales,
>
>> I've used last one, multiproto-2a911b8f9910.tar.bz2.
>
>Against which kernel version do you compile this multiproto set?
>2.6.24 (fc8), 26.25.11, 2.6.26 all gave build errors...
>
>Kind Regards,
>
>Remy

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 13+ messages in thread
[parent not found: <mailman.1.1222768801.15304.linux-dvb@linuxtv.org>]
* [linux-dvb] TT S2-3200 driver
@ 2008-09-09 14:31 lucian orasanu
  2008-09-09 22:40 ` [linux-dvb] Re : " manu
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: lucian orasanu @ 2008-09-09 14:31 UTC (permalink / raw)
  To: linux-dvb

Hy all

 Maybe if we post logs, from stb08900 driver tunning to diferent transponders that dose not work will help Manu Abraham to solve the problem. Right??

Regards Lucian.


      

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [linux-dvb] TT S2-3200 driver
@ 2008-07-16 22:23 Ales Jurik
  2008-07-17 10:20 ` Remy Bohmer
  0 siblings, 1 reply; 13+ messages in thread
From: Ales Jurik @ 2008-07-16 22:23 UTC (permalink / raw)
  To: linux-dvb

[-- Attachment #1: Type: text/plain, Size: 925 bytes --]

Hi,

please try attached patch. With this patch I'm able to get lock on channels 
before it was impossible. But not at all problematic channels and the 
reception is not without errors. Also it seems to me that channel switching is 
quicklier.

Within investigating I've found some problems, I've tried to compare data with 
data sent by BDA drivers under Windows (by monitoring i2c bus between stb0899 
and stb6100):

- under Windows stb6100 reports not so wide bandwith. (23-31MHz, 21-22MHz and 
so on).
- under Windows the gain is set by 1 or 2 higher.

When setting those parameters constantly to values used under Windows nothing 
change. So maybe some cooperation with stb0899 part of driver is necessary. 

Also it is interesting that clock speed of i2c bus is 278kHz, not 400kHz 
(measured with digital oscilloscope). But this should not have any influence.

Maybe somebody will be so capable to continue?

BR,

Ales

[-- Attachment #2: stb6100.c.diff.zip --]
[-- Type: application/x-zip, Size: 622 bytes --]

[-- Attachment #3: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-09-30 12:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-07 17:10 [linux-dvb] Re : TT S2-3200 driver crow
2008-09-07 21:01 ` Manu Abraham
2008-09-07 23:10   ` [linux-dvb] Re : " manu
2008-09-09 13:49     ` Newsy Paper
2008-09-09 19:47       ` [linux-dvb] Re : " manu
     [not found] <mailman.1.1222768801.15304.linux-dvb@linuxtv.org>
2008-09-30 12:21 ` [linux-dvb] " Алексей Субботин
  -- strict thread matches above, loose matches on Subject: below --
2008-09-09 14:31 [linux-dvb] " lucian orasanu
2008-09-09 22:40 ` [linux-dvb] Re : " manu
2008-09-13 17:29 ` manu
2008-09-13 17:37 ` manu
2008-09-13 23:10   ` Manu Abraham
2008-07-16 22:23 [linux-dvb] " Ales Jurik
2008-07-17 10:20 ` Remy Bohmer
2008-07-17 11:54   ` [linux-dvb] Re : " manu
2008-07-17 15:45     ` Daniel Hellström
2008-07-22 13:26       ` Jelle De Loecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox