diseqc switch and dm1105

2012-03-20 Thread Simon Kenyon

this may be a busted switch

i have a dm1105 connected to 4 lnbs via a 4 way switch

i've checked each lnb individually and i can tune to boradcasts on each 
one when i am not using the switch


however i can only tune to lnbs on the first two positions but not the 
third and fourth


has anyone else had this problem?
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


epg data grabber

2009-04-02 Thread Simon Kenyon

i've been hacking together a epg data grabber
taking pieces from here, there and everywhere

the basic idea is to grab data off-air and generate xmltv format xml files

the plan is to support DVB, Freesat, Sky (UK and IT) and MediaHighway1 and 2
i have the first two working and am working on the rest

is this of interest to the linuxtv.org community
i asked the xmltv people, but they are strictly perl. i do understand.

very little of this is original work of mine. just some applied google 
and a smidgen of C


i could put it up on sf.net if there is no room on linutv.org

if anyone wants the work in progress, then please let me know
it is big released under GPL 3

i want to get it out there because i'm pretty soon going to be at the 
end of my knowledge and would appreciate help


regards
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Re : epg data grabber

2009-04-02 Thread Simon Kenyon

Manu wrote:

Le 02.04.2009 18:26:18, Simon Kenyon a écrit :
  

i've been hacking together a epg data grabber
taking pieces from here, there and everywhere

the basic idea is to grab data off-air and generate xmltv format xml
files

the plan is to support DVB, Freesat, Sky (UK and IT) and 
MediaHighway1

and 2
i have the first two working and am working on the rest

is this of interest to the linuxtv.org community
i asked the xmltv people, but they are strictly perl. i do 
understand.


very little of this is original work of mine. just some applied 
google


and a smidgen of C

i could put it up on sf.net if there is no room on linutv.org

if anyone wants the work in progress, then please let me know
it is big released under GPL 3

i want to get it out there because i'm pretty soon going to be at the 
end of my knowledge and would appreciate help





Hi Simon,
I have hacked something for what is supposedly mediaHighway epg (it is 
used on CanalSat Caraibes which is affiliated to Canal Satellite from 
France). I actually have a patch against mythtv (it uses the scanner to 
get the epg directly).
I can provide my patches if needed (will need some time to sort things 
out abit, especially if you want a stand alone version).

Bye
Manu
  

i am doing it "stand alone" so i can see what is going on
i would propose to do  mythtv version but that is some way off

don't modify your stuff. i already extracted the freesat code from the 
mythtv code base

that was a couple of hours work

regards
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] SDMC DM1105N not being detected

2009-05-20 Thread Simon Kenyon

mp3geek wrote:

Not even being detected in Linux 2.6.29.1, I have the modules "dm1105"
loaded, but since its not even being detected by linux..

lspci -vv shows this (I'm assuming this is the card..), dmesg shows
nothing dvb being loaded

00:0b.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-   
because i saw that there was a driver written by igor, i took a chance 
and bought a DM04 DVB-S card on ebay. it only cost €20 (including 
shipping from HK to Ireland) so i reckoned "nothing ventured, nothing 
gained"
on a windows box it runs rather nicely. granted that the software 
provided does not provide a BDA driver, so you are pretty much limited 
to the stuff that comes with the card.

but a big "me too" on linux (which is what i bought it for)
i similarly get an "ethernet controller" and nothing in the kernel log 
when i load the dm1105 module.


what do i need to do to debug the situation and/or update the driver?

regards
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] SDMC DM1105N not being detected

2009-05-25 Thread Simon Kenyon

Igor M. Liplianin wrote:

On 20 May 2009 16:44:22 Simon Kenyon wrote:
  

mp3geek wrote:


Not even being detected in Linux 2.6.29.1, I have the modules "dm1105"
loaded, but since its not even being detected by linux..

lspci -vv shows this (I'm assuming this is the card..), dmesg shows
nothing dvb being loaded

00:0b.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-   

because i saw that there was a driver written by igor, i took a chance
and bought a DM04 DVB-S card on ebay. it only cost ─20 (including
shipping from HK to Ireland) so i reckoned "nothing ventured, nothing
gained"
on a windows box it runs rather nicely. granted that the software
provided does not provide a BDA driver, so you are pretty much limited
to the stuff that comes with the card.
but a big "me too" on linux (which is what i bought it for)
i similarly get an "ethernet controller" and nothing in the kernel log
when i load the dm1105 module.

what do i need to do to debug the situation and/or update the driver?

regards
--
simon



It seems, one can find GPIO values for LNB power control.
Do not forget about Vendor/Device ID's. 

I wrote code to support card with subsystem/device 195d/1105, but no one reported success, so I 
decided not to include it in commit :(


It was more then one year ago

http://liplianin.at.tut.by/dvblipl.tar.bz2

  

igor,

i downloaded it and built it (after making a few small changes to make 
it compile with tip)

it finds the hardware, but does not seem able to get a data stream
kaffeine seems to show that there is signal - and it does seem to vary 
in a way that is consistent with a working card


what do i need to do to help get this to work. i would like to as (under 
windows) it seems to work well and it is very, very cheap (13 euro on ebay)


it is on a machine which i can dual boot into windows (if that is any use)

regards
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] SDMC DM1105N not being detected

2009-05-26 Thread Simon Kenyon

Igor M. Liplianin wrote:
The card is working with external LNB power supply, for example, through the loop out from another 
sat box. So, we need to know, which way to control LNB power on the board. Usually it is through 
GPIO pins.

For example:
Pins 112 and 111 for GPIO0, GPIO1. Also GPIO15 is at 65 pin.
You can edit this lines in code:
-*-*-*-*-*-*-*-*-*-*-*-*-
/* GPIO's for LNB power control for Axess DM05 */
#define DM05_LNB_MASK   0xfffc  // GPIO control
#define DM05_LNB_13V0x3fffd // GPIO value
#define DM05_LNB_18V0x3fffc // GPIO value
-*-*-*-*-*-*-*-*-*-*-*-*-

BTW:
Bit value 0 for GPIOCTL means output, 1 - input.
Bit value for GPIOVAL - read/write.
GPIO pins count is 18. Bits over 18 affect nothing.
  

i will try to work out the correct values
when i have done so (or given up trying) i will let you know

thank you very much for your help
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [SOLVED] Re: [linux-dvb] SDMC DM1105N not being detected

2009-05-30 Thread Simon Kenyon

Igor M. Liplianin wrote:

Thank you for resolving this.
I will prepair patch for linuxtv to test.
Then after you test and confirm, I will commit

thank you
by the way, this card is really rather good. in particular it gets a 
lock really quickly
it is also a nice price. i have ordered two more and have asked the 
manufacturer for a quote for some which i plan to sell on ebay. pity 
they don't make a DVB-S2 device.


regards
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] SDMC DM1105N not being detected

2009-06-01 Thread Simon Kenyon

Igor M. Liplianin wrote:

On 30 May 2009 20:00:32 Igor M. Liplianin wrote:
  

On 26 May 2009 23:02:57 Simon Kenyon wrote:


Igor M. Liplianin wrote:
  

The card is working with external LNB power supply, for example,
through the loop out from another sat box. So, we need to know, which
way to control LNB power on the board. Usually it is through GPIO pins.
For example:
Pins 112 and 111 for GPIO0, GPIO1. Also GPIO15 is at 65 pin.
You can edit this lines in code:
-*-*-*-*-*-*-*-*-*-*-*-*-
/* GPIO's for LNB power control for Axess DM05 */
#define DM05_LNB_MASK   0xfffc  // GPIO
control #define DM05_LNB_13V0x3fffd // GPIO
value #define DM05_LNB_18V0x3fffc // GPIO
value -*-*-*-*-*-*-*-*-*-*-*-*-

BTW:
Bit value 0 for GPIOCTL means output, 1 - input.
Bit value for GPIOVAL - read/write.
GPIO pins count is 18. Bits over 18 affect nothing.


i will try to work out the correct values
when i have done so (or given up trying) i will let you know

thank you very much for your help
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Patch against latest v4l-dvb.
Please, test it.


Patch version 2

  

the picture seems to be breaking up badly
will revert to my version and see if that fixes it
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] SDMC DM1105N not being detected

2009-06-06 Thread Simon Kenyon

Igor M. Liplianin wrote:

On 5 June 2009 21:41:46 Simon Kenyon wrote:

Simon Kenyon wrote:

Simon Kenyon wrote:

the picture seems to be breaking up badly
will revert to my version and see if that fixes it

[sorry for the delay. i was away on business]

i've checked and your original code, modified to compile and including
my changes to control the LNB works very well; the patch you posted does
not. i have swapped between the two and rebooted several times to make
sure.

i will do a diff and see what the differences are

regards
--
simon

the main changes seem to be a reworking of the interrupt handling and
some i2c changes
--
simon

How fast is your system?



reasonably fast
it is a dual core AMD64 X2 running at 3.1GHz


/proc/cpuinfo says:

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 107
model name  : AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
stepping: 2
cpu MHz : 3100.268
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext 
fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy 
svm extapic cr8_legacy 3dnowprefetch

bogomips: 6203.89
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps

processor   : 1
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 107
model name  : AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
stepping: 2
cpu MHz : 3100.268
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
apicid  : 1
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext 
fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy 
svm extapic cr8_legacy 3dnowprefetch

bogomips: 6203.89
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


{wanted] support for PDTV001 dual tuner PCI DVB-T card [EC188/EC100 and 2x MxL5003S]

2009-06-14 Thread Simon Kenyon

just bought one of these on the off-chance that it might work
i did not know what chips were on the car when i bought it
but at €17 for a dual tuner dvb-t pci card i reckoned it was worth a try
i have looked at the card and it has:

the e3c EC188/EC100 pair of pci chips
a pair of MaxLinear MxL5003S silicon tuners

it seems that there is support for the tuners but i only found support 
for the EC168 USB chip set.


is there any prospect of support for this card? i don't think i could 
write it myself but i certainly could test it.


regards
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] SDMC DM1105N not being detected

2009-06-14 Thread Simon Kenyon

Igor M. Liplianin wrote:

On 6 June 2009 23:37:47 Simon Kenyon wrote:

Igor M. Liplianin wrote:

On 5 June 2009 21:41:46 Simon Kenyon wrote:

Simon Kenyon wrote:

Simon Kenyon wrote:

the picture seems to be breaking up badly
will revert to my version and see if that fixes it

[sorry for the delay. i was away on business]

i've checked and your original code, modified to compile and including
my changes to control the LNB works very well; the patch you posted
does not. i have swapped between the two and rebooted several times to
make sure.

i will do a diff and see what the differences are

regards
--
simon

the main changes seem to be a reworking of the interrupt handling and
some i2c changes
--
simon

How fast is your system?

reasonably fast
it is a dual core AMD64 X2 running at 3.1GHz



Main change is to move demuxing from interrupt to work handler.
So I prepaired another patch, with separate work queue.
May be you find some time to test.

I wonder CPU usage and interrupts count(cat /proc/interrupts) while viewing DVB. 
I guess your card generates a lot of unnecessary(unknown ?) irq's.


Another idea is to increase dma buffer.


i've tested that now
sorry for the delay - at a family wedding

anyway, that seems to work fine. will st some more, but the first 
results (with kaffeine) seem good.


i did a complete scan and then tried about 20 different channels. they 
all seemed to work fine.


thanks
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] Best stable DVB-S2 cards

2009-06-22 Thread Simon Kenyon

sacha wrote:

Forget all that has with stability to do on Linux, it will never work!
It is my experience after three years of desperate trying. I have the
same card and some others. Sometimes they works sometimes no. 24 hours
running is called High Availability in IT world and can be assured only
by the commercial solutions. Believe me, I spent 14 years in commercial
Unix and know what I am talking about.
  

that cannot go unchallenged
my linux boxes never crash
not unless i do something really stupid

they have been up for 16 days
and that is so short because i had a power failure

and i've been using unix/linux for over 25 years
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hauppage WinTV-HVR-900H

2009-10-14 Thread Simon Kenyon

Bill Davidsen wrote:
The answer was responsive to the question, a couple of links to software 
which might serve. I would think your going off about it was further 
off-topic, it certainly didn't help the O.P. any. When someone ends a 
question with "please help" I would assume that any answer would be 
better than "we're working on it." Answering an on-topic question with a 
short list of links is hardly "spamming" or even advertising, it's 
called being polite and helpful.


I would rather run commercial software on Linux that open source on 
Windows, thanks, if those are the choices.


After several months of looking I have yet to find any video app that a 
typical office worker can use. Something no more complex than xawtv, 
which has been running fine on FC4 and FC6 for these folks. I would 
certainly consider a commercial solution rather than have them go back 
to the dark side of the force and Windows-7.
  

i've followed the advice of marcus in the past
and that is why for over a year i had a completely useless piece of hardware
in the end the "real" developers here sorted the problem out

this list is for people who run or want to run the drivers at linuxtv.org
so no, i don't think i was off-topic
he constantly spams the list here with his closed source commercial solution
just about my only job on this list is to counter his bull

with kind regards
--
simon


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hauppage WinTV-HVR-900H

2009-10-14 Thread Simon Kenyon

James Peters wrote:

I have followed this one too for a longer time too. In general it
seems like that people were
just fighting the existing and working solution from Marcus. I'm
actually glad that someone is standing
up and trying to make everything easier now. It would be more helpful
if you could
add some helpful information how to get the devices work, rather than
complaining about
someone (especially on personal level as it seems) who supposingly
brought up a competitive solution.
The only issue I see is that this announced work is not opensource,
but I'd also rather leave that
one open to the enduser instead of generally fighting against it..
Some people here have an aggressiv
potential it seems.
  

the OP wants analog to work on this device
developers (certainly in the USA) have no incentive to work on that as 
they have gone digital

i personally cannot help with that device

as for Marcus's stuff not being open source - well then what has it got 
to do with this mailing list?
anyway, it used to be open source - but he went off in a sulk because 
people would not do things "the one true way" as he saw it


perhaps if you were to reread some of the old email threads you would 
realise that you have not quite grasped the whole situation

--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hauppage WinTV-HVR-900H

2009-10-15 Thread Simon Kenyon

Bill Davidsen wrote:


Is this list to promote video on Linux, or just some particular 
implementation of it?

a particular implementation
ie. the set of drivers that are developed around the linuxtv.org web 
site for inclusion in the linux kernel
Is there a better list, where all competing 
hardware and software can be discussed as solutions without people 
getting flamed?

not that i am aware of
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] Struggling with Astra 2D (Freesat) / Happauage Nova-HD-S2

2009-11-03 Thread Simon Kenyon
TD wrote:
> I tried it but no better:
> 
> initial transponder DVB-S  12692000 V 19532000 1/2 AUTO AUTO
> initial transponder DVB-S2 12692000 V 19532000 1/2 AUTO AUTO
see if this channels.conf file is of any use to you
i'm sure it is horribly out of date
but i know that the BBC services work
i do use them with myth
--
simon


channels.conf.gz
Description: application/gzip


Re: [RFC] What are the goals for the architecture of an in-kernel IR system?

2009-11-28 Thread Simon Kenyon

Christoph Bartelmus wrote:
> A user friendly GUI tool to configure the mapping of the remote 
buttons is
> essential for good user experience. I hope noone here considers that 
users

> learn command line or bash to configure their remotes.

oh please no
the major, major problem with bluetooth is that there is *only* a gui
the core system should use the command line and then a gui (or guis) can 
follow


> Nobody is manually writing lircd.conf files. Of course you don't want 
the
> user to know anything about the technical details unless you really 
want

> to get your hands dirty.

speak for yourself

> If it ain't broke, don't fix it.

i have been hacking lirc for *so many years* because i needed two 
separate serial inputs. so that is most assuredly broken

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


problems with mythtv and pvr-350

2011-12-15 Thread Simon Kenyon

changing channel stopped working ages ago (5-6 months).
i assumed that it was a bug in myth. now i am wondering.

as far as i can see, mytht pauses the device when changing channel.
but somewhere along the way it chokes when unpausing (poll errors).

i notice that hans made some changes in this area back in september.
has anyone updated the myth code to support the new ioctls?


running myth master and media_build for the drivers.

any help gratefully received.
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://linuxtv.org/hg/~anttip/af9015/

2010-05-05 Thread Simon Kenyon

On 31/03/2009 21:10, Antti Palosaari wrote:

Moi Mauro,

Please pull from http://linuxtv.org/hg/~anttip/af9015/
for the following:

af9015: remove experimental
af9015: add new USB ID for KWorld USB DVB-T TV Stick II (VS-DVB-T 395U)
af9015: add support for TrekStor DVB-T USB Stick
af9015: remove wrong definitions
af9015: add support for AverMedia AVerTV Volar Black HD (A850)

Patches are for the Kernel 2.6.30, only small changes.

regards
Antti Palosaari
   

any chance of support for the TDA18218 in this driver
i found patches on the net and i am currently fighting them

i also note that the driver on ite's web site has been updated and 
get_dvb_firmware can no longer extract the firmware


thanks
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://linuxtv.org/hg/~anttip/af9015/

2010-05-05 Thread Simon Kenyon

On 05/05/2010 13:36, Bee Hock Goh wrote:

Simon,

There is already a patch that will make af9105/tda18218 work. However,
it seem that there is no active effort to merge with the mainstream
code.

I have been running that codes with mythtv(recording only) for quite a
while and its working fine.

https://patchwork.kernel.org/patch/82494/

Mauro,

I have send a mail to Nikola asking if he will be willing to submit
the codes to the v4l-dvb tree but I do not have any reply yet.

Can I extract thenecessary files/patch from
http://linuxtv.org/hg/~anttip/af9015/ and let you merge with the git
tree?

I also notice that in ubuntu, it can detect the card and installed
proprietary code. Unfortunately, tda18218 is not supported.
   

i do know about the patch
in fact that is what i have been playing with
but it just replaces an existing stcik with the definition for the one 
that i have
i thought that was a bit hacky - mainly because the patch failed on my 
hg checkout


so i have been editing the code to try and add it (not replace)
and indeed the stick is detected - just no signal
trying to work out what the problem is

also trying to get the latest firmware - second part of my question to 
the list

i don't know where the original patch came from

as an aside: i bought two of these on ebay and if antti wants one so 
that he can support it then just drop me an email with a postal address 
and i'll send it

--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://linuxtv.org/hg/~anttip/af9015/

2010-05-05 Thread Simon Kenyon

On 05/05/2010 15:07, Bee Hock Goh wrote:

You need to follow this link: http://ubuntuforums.org/showthread.php?p=8936585

If you download the correct version of the antti af9015 tree, you can
apply the patch correctly and it will work(a tda18218/af9015 stick)
without any code change.
   

thanks for your help

that thread talks about using an old version of the tree
i will try it just to make sure that i am doing the correct thing with 
my edits

but it is not a long term solution

the patch replaces the entry to another stick rather than fix up the 
code to add an extra one

i don't think that it will make it into the tree in its current state
that and all the magic constants

regards
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PULL] http://linuxtv.org/hg/~anttip/af9015/

2010-07-16 Thread Simon Kenyon

On 14/07/2010 17:45, Antti Palosaari wrote:

Mauro,

Please pull from http://linuxtv.org/hg/~anttip/af9015/
for the following:

af9013: add support for firmware 5.1.0.0
get_dvb_firmware: update af9015
af9015: support for AverMedia AVerTV Volar M (A815Mac)
af9013: program tuner before demodulator
af9013: af9013_read_status() refactoring
af9013: output fw version as four digit long
af9013: fix comments

regards
Antti


can i ask what happened to the tda18218 support?
i said i would send antti a stick if he wanted it
it cost me €10 on ebay. i've been away on business but will send shortly.
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


failure of Cinergy Hybrid T USB XS on amd64

2009-02-11 Thread Simon Kenyon

does anyone know what is going on here?

i know the device works because i can use it on my eee 900 running gentoo

however i get a failure to load the driver (hg pull as of yesterday) on 
two different linux boxes. they are both running gentoo on an amd64


uname -a gives:

Linux newyork 2.6.27-gentoo-r8 #1 SMP PREEMPT Wed Feb 11 00:10:13 GMT 
2009 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ AuthenticAMD 
GNU/Linux


and this is the output from the driver load:

usb 2-1: new high speed USB device using ehci_hcd and address 4
usb 2-1: configuration #1 chosen from 1 choice
em28xx: New device TerraTec Electronic GmbH Cinergy Hybrid T USB XS @ 
480 Mbps (0ccd:0042, interface 0, class 0)

em28xx #0: Identified as Terratec Hybrid XS (card=11)
em28xx #0: chip ID is em2882/em2883
tvp5150' 2-005c: chip found @ 0xb8 (em28xx #0)
tuner' 2-0061: chip found @ 0xc2 (em28xx #0)
em28xx #0: i2c eeprom 00: 1a eb 67 95 cd 0c 42 00 50 12 5c 03 6a 32 9c 34
em28xx #0: i2c eeprom 10: 00 00 06 57 46 07 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom 20: 46 00 01 00 f0 10 31 00 b8 00 14 00 5b 00 00 00
em28xx #0: i2c eeprom 30: 00 00 20 40 20 6e 02 20 10 01 00 00 00 00 00 00
em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 32 03 43 00 69 00
em28xx #0: i2c eeprom 70: 6e 00 65 00 72 00 67 00 79 00 20 00 48 00 79 00
em28xx #0: i2c eeprom 80: 62 00 72 00 69 00 64 00 20 00 54 00 20 00 55 00
em28xx #0: i2c eeprom 90: 53 00 42 00 20 00 58 00 53 00 00 00 34 03 54 00
em28xx #0: i2c eeprom a0: 65 00 72 00 72 00 61 00 54 00 65 00 63 00 20 00
em28xx #0: i2c eeprom b0: 45 00 6c 00 65 00 63 00 74 00 72 00 6f 00 6e 00
em28xx #0: i2c eeprom c0: 69 00 63 00 20 00 47 00 6d 00 62 00 48 00 00 00
em28xx #0: i2c eeprom d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: EEPROM ID= 0x9567eb1a, EEPROM hash = 0x41d0bf96
em28xx #0: EEPROM info:
em28xx #0:  AC97 audio (5 sample rates)
em28xx #0:  500mA max power
em28xx #0:  Table at 0x06, strings=0x326a, 0x349c, 0x
xc2028 2-0061: creating new instance
xc2028 2-0061: type set to XCeive xc2028/xc3028 tuner
firmware: requesting xc3028-v27.fw
xc2028 2-0061: Loading 80 firmware images from xc3028-v27.fw, type: 
xc2028 firmware, ver 2.7

xc2028 2-0061: Loading firmware for type=BASE (1), id .
xc2028 2-0061: Loading firmware for type=(0), id b700.
SCODE (2000), id b700:
xc2028 2-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), 
id 8000.

em28xx #0: Config register raw data: 0x50
em28xx #0: AC97 vendor ID = 0x83847652
em28xx #0: AC97 features = 0x6a90
em28xx #0: Sigmatel audio processor detected(stac 9752)
tvp5150' 2-005c: tvp5150am1 detected.
em28xx #0: v4l2 driver version 0.1.1
em28xx #0: V4L2 device registered as /dev/video1 and /dev/vbi1
zl10353_read_register: readreg error (reg=127, ret==-19)
em28xx #0/2: dvb frontend not attached. Can't attach xc3028

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: POLL: for/against dropping support for kernels < 2.6.22

2009-02-24 Thread Simon Kenyon

John Pilkington wrote:

Jean Delvare wrote:


* Enterprise-class distributions (RHEL, SLED) are not the right target
  for the v4l-dvb repository, so we don't care which kernels these are
  running.



I think you should be aware that the mythtv and ATrpms communities 
include a significant number of people who have chosen to use the 
CentOS_5 series in the hope of getting systems that do not need to be 
reinstalled every few months.  I hope you won't disappoint them.


John P

just had a quick look at mythtv-users
there are a handful using centos
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: POLL: for/against dropping support for kernels < 2.6.22

2009-02-25 Thread Simon Kenyon

Hans Verkuil wrote:

Hi all,

There are lot's of discussions, but it can be hard sometimes to actually 
determine someone's opinion.


So here is a quick poll, please reply either to the list or directly to me 
with your yes/no answer and (optional but welcome) a short explanation to 
your standpoint. It doesn't matter if you are a user or developer, I'd like 
to see your opinion regardless.


Please DO NOT reply to the replies, I'll summarize the results in a week's 
time and then we can discuss it further.


Should we drop support for kernels <2.6.22 in our v4l-dvb repository?

_: Yes
_: No
  

No

Optional question:

Why:

  

i don't have a vote as i'm only a user and not a developer

but i thought i would just make one point

as far as i can see, the v4l-dvb tree exists to create support for a 
particular class of hardware within the linux kernel
the separate tree is very useful to lots of people (i include myself in 
that) - but it is a byproduct of the development methodology


so if you think this group's mission is to provide support for 
distributions then you should vote no
and if you think this group's mission is to provide support for the 
linux kernel then you should vote yes




Thanks,

Hans

  


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: POLL: for/against dropping support for kernels < 2.6.22

2009-02-25 Thread Simon Kenyon

Simon Kenyon wrote:

Hans Verkuil wrote:

Hi all,

There are lot's of discussions, but it can be hard sometimes to 
actually determine someone's opinion.


So here is a quick poll, please reply either to the list or directly 
to me with your yes/no answer and (optional but welcome) a short 
explanation to your standpoint. It doesn't matter if you are a user 
or developer, I'd like to see your opinion regardless.


Please DO NOT reply to the replies, I'll summarize the results in a 
week's time and then we can discuss it further.


Should we drop support for kernels <2.6.22 in our v4l-dvb repository?

_: Yes
_: No
  

No

i am an idiot - i read the question backwards

that really should be "YES"
i don't think old kernels should be maintained within the v4l-dvb tree

that is the job of the distributions - for which people pay money
let the distribution vendors pick that one up


Optional question:

Why:

  

i don't have a vote as i'm only a user and not a developer

but i thought i would just make one point

as far as i can see, the v4l-dvb tree exists to create support for a 
particular class of hardware within the linux kernel
the separate tree is very useful to lots of people (i include myself 
in that) - but it is a byproduct of the development methodology


so if you think this group's mission is to provide support for 
distributions then you should vote no
and if you think this group's mission is to provide support for the 
linux kernel then you should vote yes




Thanks,

Hans

  


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Results of the 'dropping support for kernels <2.6.22' poll

2009-03-02 Thread Simon Kenyon

kilg...@banach.math.auburn.edu wrote:
Just one comment. IIRC, I was the one who mentioned the eeePC, having 
recently bought one. I mentioned it, not because I disagree with 
anything else you write here, but because, in fact, I agree. Frankly, 
I think the use of the 2.6.21 kernel in the eeePC is somewhat perverse 
and just a little bit weird.


Essentially, the eeePC and the other Intel-based netbooks are not some 
kind of exotic hardware platforms, which might provide an explanation 
or excuse for using some "specially crafted" but old kernel. No. In 
fact, the eeePC and almost all the other current netbooks are just a 
new (and attractive) combination of some fairly standard types of 
hardware. Practically every hardware component in them is better 
supported in more recent kernels, with the possible exception of a 
wireless device which may not yet be supported in any kernel, new or 
old. Therefore, instead of worrying about whether to support and 
provide indulgence for apparently inexplicable behavior, let us hope 
that a decision of this nature will serve as a needed message.

just as another data point
i have an eee 900 and i run gentoo on it
i have 2.6.27 running just fine (wireless and all)

i know gentoo is a little too hardcore for most people
but living with a distro kernel forever is not a real requirement
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Pinnacle Systems PCTV 330e and Hauppauge WinTV HVR 900 (R2) not working under Debian 2.6.30-1

2009-06-26 Thread Simon Kenyon

Devin Heitmueller wrote:

Regarding the Terratec Cinergy T XS USB you sent me...  there are two
variants of the same device with the same USB ID.  One has the zl10353
and the other has the mt352.  I found one bug that was common to both,
one bug in the zl10353 version, and one bug in the mt352.  I issued a
PULL request for the zl10353 version last Tuesday.
  
as you know i have the xl10353 variant. and you got it to work on my 
machine.


now i know you don't want to hear this but the same code will not work 
on another machine.
both are running 2.6.28-gentoo-r5, however i'm pretty sure the 
configurations are different.
the working machine has an MSI KA780G MS-7551 [SB700 chipset] 
motherboard and
the non-working machine has an ASUSTeK M3N78-EM [GeForce 8200 chipset] 
motherboard


in fact, i've seen reference on this list to the fact that there are 
problems with the SB700. that seems to be the opposite to me.
i will check it out on an Atom based netbook and an old Intel Centrino 
laptop to see if the code works there.

i suspect it will - but need to confirm it.

i'm afriad it is two steps forward and one step backwards
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Call for testers: Terratec Cinergy T XS USB support

2009-07-03 Thread Simon Kenyon

Markus Rechberger wrote:

Hi all,

On Mon, Jun 29, 2009 at 4:00 PM, Devin
Heitmueller wrote:
  

Hello all,

A few weeks ago, I did some work on support for the Terratec Cinergy T
XS USB product.  I successfully got the zl10353 version working and
issued a PULL request last week
(http://www.kernellabs.com/hg/~dheitmueller/em28xx-terratec-zl10353)




There will be an alternative driver entirely in userspace available
which works across all major kernelversions and distributions. It will
support the old em28xx devices and handle audio routing for the most
popular TV applications directly.

This system makes compiling the drivers unnecessary across all
available linux systems between 2.6.15 and ongoing. This package also
allows commercial drivers from vendors, the API itself is almost the
same as the video4linux/linuxdvb API. Installing a driver takes less
than five seconds without having to take care about the kernel API or
having to set up a development system. Aside of that it's operating
system independent (working on Linux, MacOSX and FreeBSD).
I think this is the way to go for the future since it adds more
possibilities to the drivers, and it eases up and speeds up driver
development dramatically.

Best Regards,
Markus
  

ROTFLOL (well actually it was more like a rather bemused smile)
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune

2009-07-23 Thread Simon Kenyon

Shaun Murdoch wrote:

Hi everyone,

First post so please be gentle :-)

I was wondering if anyone can help me please - I am trying to get a 
DVB-S PCI card working with Linux (Ubuntu 9.04). So far I can get the 
card recognised by Linux, but it won't tune - Kaffeine does tell me 
that there is 95% signal and 80% SNR, and I am using the same 
frequencies etc that a standard Sky box uses.


The card is very common on eBay so I am sure there are plenty people 
who have tried this / would want this working.


Some details that I hope will help someone who knows more than I do 
about this!


The card is one of these:
http://cgi.ebay.co.uk/DVB-S-Satellite-TV-Tuner-Video-Capture-PCI-Card-Remote_W0QQitemZ130314645048QQcmdZViewItemQQptZUK_Computing_Computer_Components_Graphics_Video_TV_Cards_TW?hash=item1e575bae38&_trksid=p3286.c0.m14&_trkparms=65:12|66:2|39:1|72:1690|293:1|294:50 



lspci:
03:09.0 Ethernet controller: Device 195d:1105 (rev 10)

My dmesg output - looks ok?:
$ dmesg | grep DVB
[   12.174738] DVB: registering new adapter (dm1105)
[   12.839501] DVB: registering adapter 0 frontend 0 (ST STV0299 DVB-S)...
[   12.839633] input: DVB on-card IR receiver as 
/devices/pci:00/:00:1e.0/:03:09.0/input/input

My output from scan -* the problem*:
$ sudo scan -vv /usr/share/dvb/dvb-s/Astra-28.2E
scanning /usr/share/dvb/dvb-s/Astra-28.2E
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'

>>> tune to: 11778:v:0:27500
DiSEqC: switch pos 0, 13V, hiband (index 2)
diseqc_send_msg:56: DiSEqC: e0 10 38 f1 00 00
DVB-S IF freq is 1178000
>>> tuning status == 0x03
>>> tuning status == 0x03
>>> tuning status == 0x03
>>> tuning status == 0x03
>>> tuning status == 0x03
>>> tuning status == 0x03
>>> tuning status == 0x03
>>> tuning status == 0x03
>>> tuning status == 0x03
>>> tuning status == 0x03
WARNING: >>> tuning failed!!!
/This is the correct satellite for my location (south UK), I believe. 
Have tried plenty. Nothing locks./


I'm using the latest liplianin drivers - did a mercurial checkout and 
build today:

$ modinfo dm1105
filename:   
/lib/modules/2.6.28-13-server/kernel/drivers/media/dvb/dm1105/dm1105.ko
license:GPL
description:SDMC DM1105 DVB driver
author: Igor M. Liplianin mailto:liplia...@me.by>>
srcversion: 46C1B3C3627D1937F75D732
alias:  pci:v195Dd1105sv*sd*bc*sc*i*
alias:  pci:v109Fd036Fsv*sd*bc*sc*i*
depends:ir-common,dvb-core
vermagic:   2.6.28-13-server SMP mod_unload modversions
parm:   card:card type (array of int)
parm:   ir_debug:enable debugging information for IR decoding (int)
parm:   adapter_nr:DVB adapter numbers (array of short)
Have also tried the latest v4l-dvb drivers and get exactly the same 
tuning problems.


Finally, dvbtune appears to say I have signal but cannot lock:
$ sudo dvbtune -f 1177800 -s 27500 -p v -m -tone 1 -vvv
[sudo] password for shaun:
Using DVB card "ST STV0299 DVB-S"
tuning DVB-S to L-Band:0, Pol:V Srate=2750, 22kHz=on
polling
Getting frontend event
FE_STATUS:
polling
Getting frontend event
FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER FE_HAS_VITERBI
polling
Getting frontend event
FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER
polling
Getting frontend event
FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER FE_HAS_VITERBI
polling
Getting frontend event
FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER
polling
Getting frontend event
FE_STATUS: *FE_HAS_SIGNAL FE_HAS_CARRIER* FE_HAS_VITERBI
polling
Getting frontend event
FE_STATUS: FE_HAS_SIGNAL FE_HAS_CARRIER

So I am thinking that this could be a driver issue? If the card has 
good signal and SNR in Kaffeine, and dvbtune says it has signal and 
carrier - but cannot lock?


Please can someone help me debug this?

Thanks a lot!
Shaun

i have a few and they work fine
in my small little way i helped to get them to work
in fact i tried to import a bulk shipment from china - but they offered 
the same price for 200 as i can get on ebay - so i didn't bother


are you sure the signal is good? have you tried with another card to check?
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: em28xx driver crashes device

2009-07-24 Thread Simon Kenyon

Markus Rechberger wrote:

there's no reason to argue with you since you have your own ideas. We
do give opensource support as well. So please find another target to
struggle around with. Let's see who's able to deliver the better
solution for endusers.
  

i raise to the bait every so often :-)

since when was this a competition?

a couple of years ago i bought a device because it was "supported"
then you took you code away and went off and did your own thing

i think that was a really immature thing to do
you could help with efforts here, but you choose not to
either work to add additional functionality to the in-kernel driver or 
just go away


but please (oh please) stop spamming this list with your "help"
--
simon

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: em28xx driver crashes device

2009-07-24 Thread Simon Kenyon

Markus Rechberger wrote:

On Fri, Jul 24, 2009 at 2:06 PM, Mauro Carvalho
Chehab wrote:
  

Em Fri, 24 Jul 2009 12:54:27 +0200
Markus Rechberger  escreveu:



someone has problems here? We also support available opensource
players and will contribute some patches which can be used by all
devices.
  


Ah well Mauro,

  

This mailing list, the freenode irc channels #v4l and #linuxtv, the V4L and the
LinuxTV mailing lists were created for discussing open source development
related to the kernel linux media drivers, the usability of those drivers and
related open source themes.

Anything related to binary only userspace stuff is completely out of topic and
shouldn't be posted on the above places.

Despiste what you're saying, your intention to drop support to open source is
clear: you are playing against open source since 2007, when you firstly 
proposed a
frontend hook at the kernel driver for userspace. This year, you dropped all
open source trees you used to have. So, it is clear that you're out of open
source business, and you won't be giving any open source support. So, please
stop posting at the open source forums




there's no reason to argue with you since you have your own ideas. We
do give opensource support as well. So please find another target to
struggle around with. Let's see who's able to deliver the better
solution for endusers.
  

i see that mcentral.de/hg has disappeared


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: em28xx driver crashes device

2009-07-25 Thread Simon Kenyon

Simon Kenyon wrote:

 i see that mcentral.de/hg has disappeared

i have a copy of em28xx-new from 22nd may if anyone needs it
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: old V4L Wiki

2009-07-27 Thread Simon Kenyon

Johannes Stezenbach wrote:

  Namespace Main:
Em2880/remote
  Namespace Talk:
Em2820
  Namespace User:
MarkusRechberger/Bugs
  

could these be put somewhere?
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Terratec Cinergy HibridT XS

2009-07-29 Thread Simon Kenyon

Markus Rechberger wrote:

compared with other drivers it has some big advantages, eg. automatic
audio routing (supports OSS/Alsa/reading audio external) - as tvtime
doesn't support audio at all our solution automatically enables audio
with it, installation works within a few seconds (everywhere, any
distribution, eg eeepc, acer aspire one, ubuntu, redhat, suse..),
kernel independent, more or less unix operating system independent as
well.
There's nothing comparable available, and it has full support from the
chipdesign companies, just about anyone who doesn't know much about
linux can easily handle it without the knowledge how to set up a
development system. CI Support is on the roadmap as well for DVB-C.
While all of that it is still compatible to existing kernel drivers.
Updates will also affect all systems at once and won't need a
particular kernel versions.
So it is more like a question if someone wants a prebuilt, working car
which has guaranteed support, or wants to build his own car both is
doable of course.

Best Regards,

Markus


spam is not appreciated on this mailing list

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Fwd: [PULL] http://www.kernellabs.com/hg/~stoth/saa7164-merge

2009-09-07 Thread Simon Kenyon

Steven Toth wrote:

Oops, this went to the wrong list.

 Original Message 
Subject: [PULL] http://www.kernellabs.com/hg/~stoth/saa7164-merge
Date: Thu, 03 Sep 2009 23:35:29 -0400
From: Steven Toth 
To: Linux Kernel Mailing List ,  Mauro Carvalho 
Chehab 


Hello Mauro,

This patch series adds support for the NXP SAA7164 PCIe A/V bridge used by the
Hauppauge HVR-2200 and HVR-2250 series of products. Support is limited to DVB-T
/ ATSC / QAM digital TV only. The driver has been in development (on and off)
for around a year and the KernelLabs saa7164-stable tree (from which this patch
set was prepared) has been in testing worldwide since approx May(?) 2009.

The project page including links for firmware downloads, MythTV and Wiki
instructions is here: http://www.kernellabs.com/blog/?page_id=17
  


do you think you could explain the relationship between this and manu's
driver?
--
simon

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[OT] analogue sat card

2009-09-20 Thread Simon Kenyon

i realise that this is a bit [OT]
but does anyone know of a (linux supported) analog PAL sat card?
there are still some broadcasts on astra 19.2E

regards
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [OT] analogue sat card

2009-09-21 Thread Simon Kenyon

CityK wrote:

Simon Kenyon wrote:
  

i realise that this is a bit [OT]
but does anyone know of a (linux supported) analog PAL sat card?
there are still some broadcasts on astra 19.2E 



Hi Simon,

Not at all off topic.  I can think of two ancient TechniSat PCI cards
that you might be able to get hold of off the likes of ebay.  Working
drivers for which, however, is a different matter -- although that
situation could likely be remedied without too much difficulty by anyone
determined.  Follow the rabbit:

* http://www.linuxtv.org/wiki/index.php/TechniSat_TechniPC/Mediafocus_I
** http://www.linuxtv.org/wiki/index.php/TechniSat_Mediafocus_II

I also vaguely recall a few other analogue sat cards, but I don't think
they ever had any Linux related support.  You could try scanning through
the bttv-gallery
(http://www.linuxtv.org/wiki/index.php/Development:_How_to_add_support_for_a_device#bttv-gallery) 
to see if Gunther had captured any such info.

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  

thanks for that
it wasn't very obvious in the wiki

i've tried ebay and no joy.
will hunt around
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hauppage WinTV-HVR-900H

2009-10-09 Thread Simon Kenyon

Markus Rechberger wrote:

Aside of that we also fully support Linux

http://support.sundtek.de/index.php/topic,4.0.html

http://support.sundtek.de/index.php/topic,7.0.html

We also use to report bugs to Distributors in order to improve general
Multimedia Support.
Customers also get dedicated support as far as needed in order to get
everything work properly (if needed).

Best Regards,
Markus
  

binary driver for very expensive and unavailable hardware
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Hauppage WinTV-HVR-900H

2009-10-09 Thread Simon Kenyon
Markus Rechberger wrote:

> Available from 20th Oct on so in 11 days. There are not many
> competitive devices (none) available for
> linux which deliver such support. On the other side it's not kernel
> based either, it's entirely in userspace.
> It's also  entirely supported by all participating companies.

this is a mailing list for the open source dvb drivers
you are talking about a closed source solution
what does your solution have to do with linuxtv.org?

nothing
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


TDA18272

2010-01-19 Thread Simon Kenyon

just wondering if there are any cards which use this?
or are there any planned cards?

not in the UK so don't yet need DVB-T2, but nevertheless curious
--
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Drivers for Eyetv hybrid

2010-01-21 Thread Simon Kenyon

On 21/01/2010 12:07, Markus Rechberger wrote:

On Thu, Jan 21, 2010 at 10:55 AM, Morten Friesgaard
  wrote:
   

To bad. I bought this tuner because of the cross platform compability :-/

Well, it looks awfully alot like the TerraTec H5, would there be a
driver this one?
http://www.terratec.net/en/products/TerraTec_H5_83188.html

 

just fyi. this Terratec device is not supported. We've been working on
a device with equivalent features
(DVB-T/C/AnalogTV/VBI/Composite/S-Video/FM-Radio/RDS/Remote Control)
http://support.sundtek.com/index.php/topic,4.0.html
We are also integrating additional flexible USB CI support for it.

Best Regards,
Markus Rechberger
   

you just don't give up - do you?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [linux-dvb] scan-s2 and dvb-apps

2010-02-23 Thread Simon Kenyon

Manu Abraham wrote:

Please don't hijack threads. It's a basic courtesy. What's being
discussed in this thread, is completely different from your patch.


seemed relevant to me
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: You are now subscribed to linuxtv-dvb-apps

2010-02-25 Thread Simon Kenyon

On 25/02/2010 11:08, ow...@packages.qa.debian.org wrote:

Processing commands for p...@qa.debian.org:

   

Subject: Re: CONFIRM f156db6194c056981f5711b7ef302743
 

linux-media@vger.kernel.org has been subscribed to 
linuxtv-dvb-a...@packages.qa.debian.org.

   
 

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

   

what is going on here?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


DVB-S2 scanning

2015-02-21 Thread Simon Kenyon
what is the recommended way to scan?

scan/dvbscan/scan-s2/w_scan/dvbv5-scan

i am more than a little confused.

this whole area seems to be abandonware.

i can scan with pretty much any of these and get DVB-S signals
but what should i use to get DVB-S2

tuner is a Tevii S660
it will receive DVB-S2 as i can use Kaffeine to scan

i also want to scan a KA sat
but i'll leave that for another day

-- 
simon
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html