All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
@ 2009-09-23  2:21 Andrew Congdon
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Congdon @ 2009-09-23  2:21 UTC (permalink / raw)
  To: linux-dvb

> Please see the following link for the images:
> http://www.flickr.com/photos/7690...@n04/sets/72157621703527801/

I'm also trying to get one of these working.
Similar symptoms, card seems to be recognised but unable to lock.
I'm using an existing DVB-S setup with myth using the loopthru from
the working card and same LNB settings.

I've tried recent v4l-dvb and s2-liplianin drivers.
When attempting to tune the system becomes unresponsive with the
driver taking over the cpu:

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND

 8206 root      15  -5     0    0    0 R 84.6  0.0   0:59.62
kdvb-ad-0-fe-0


Sep 23 09:39:06 localhost kernel: dm1105 0000:01:06.0: PCI INT A -> Link[APC3]
-> GSI 18 (level, high) -> IRQ 18
Sep 23 09:39:06 localhost kernel: DVB: registering new adapter (dm1105)
Sep 23 09:39:06 localhost kernel: dm1105 0000:01:06.0: MAC 00:00:00:00:00:00

Sep 23 09:39:06 localhost kernel: DVB: registering adapter 0 frontend 0 (ST
STV0299 DVB-S)...
Sep 23 09:39:06 localhost kernel: input: DVB on-card IR receiver as
/devices/pci0000:00/0000:00:08.0/0000:01:06.0/input/input7


lspci -vv:

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-
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32 (4000ns min, 8000ns max), Cache Line Size: 32 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: I/O ports at 9000 [size=256]
        Kernel driver in use: dm1105
        Kernel modules: dm1105

thanks
--
Andrew


_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
  2009-07-26 12:47         ` Igor M. Liplianin
@ 2009-07-27 10:46           ` Shaun Murdoch
  0 siblings, 0 replies; 11+ messages in thread
From: Shaun Murdoch @ 2009-07-27 10:46 UTC (permalink / raw)
  To: Igor M. Liplianin; +Cc: linux-media, Simon Kenyon

Hi,

Thanks for the help so far. I did a hg clone of the latest v4l-dvb
repository, built, installed, rebooted a few times, and did the
modprobe below, but unfortunately I still can't lock:

Here's the scan output:

$ sudo ../scan -vvvvvvv test
scanning test
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 11220000 H 27500000 2
>>> tune to: 11220:h:0:27500
DiSEqC: switch pos 0, 18V, loband (index 1)
diseqc_send_msg:59: DiSEqC: e0 10 38 f2 00 00
>>> 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!!!
>>> tune to: 11220:h:0:27500 (tuning failed)

Interestingly, since changing the drivers, the STV0299 is mapping
against a weird frontend:
[   12.633254] DVB: registering adapter 0 frontend 28036848 (ST
STV0299 DVB-S)...

Could this be a problem?

Thanks,
Shaun



2009/7/26 Igor M. Liplianin <liplianin@me.by>:
> On 26 июля 2009 01:12:14 Shaun Murdoch wrote:
>> Hi Igor,
>>
>> I've taken some photos of the tuner so that hopefully you'll be able
>> to help work out why it won't tune in Linux.
>>
>> Please see the following link for the images:
>> http://www.flickr.com/photos/7690303@N04/sets/72157621703527801/
> I have a few dm1105 based cards, but yours looks different from mine.
>
>>
>> The only chip on display is:
>> SDMC
>> DM1105N
>> D735  E280034
> Please try recent v4l-dvb, as I've commited some change.
> Now You can try
>        modprobe dm1105 card=1
>>
>> Also - I tested the card in a Windows box today, so I am now certain
>> that both the card and the satellite connection are OK. The settings
>> that work with Windows (frequency, etc), don't lock in Linux. (I do
>> get a good signal reading in Kaffeine that is the same as Windows
>> gives, but no lock.)
>>
>> I hope this will help you work out what is wrong.
>>
>> Thanks!
>> Shaun
>>
>> 2009/7/22 Igor M. Liplianin <liplianin@me.by>:
>> > On 22 июля 2009 21:43:01 Shaun Murdoch wrote:
>> >> Hi,
>> >>
>> >> Thanks for the suggestion.
>> >>
>> >> I think there's something a bit weird with dvbtune. According to it's
>> >> man page the units for frequency (-f) are Hz. I am trying to tell it
>> >> 11.778 GHz - but you get errors if you do -f 11778000000. Equally you
>> >> also get errors if you assume it is MHz, i.e. -f 11778.   Anyway, if
>> >> it prints FE_HAS_SIGNAL and FE_HAS_CARRIER that must mean the
>> >> frequency I gave it is OK?
>> >>
>> >> In any case, scan doesn't work, nor does Kaffeine, so I don't think
>> >> it's that my use of dvbtune is wrong.
>> >>
>> >> Anyone got any other suggestions on what I can do to get this to lock?
>> >>
>> >> Thanks,
>> >> Shaun
>> >>
>> >> 2009/7/22 Seyyed Mohammad mohammadzadeh <softnhard.es@gmail.com>:
>> >> > Hello,
>> >> >
>> >> > I don't know what is the exact cause of your problem but I think you
>> >> > are tuning to a wrong frequency. You wrote:
>> >> >
>> >> >  dvbtune -f 1177800 -s 27500 -p v -m
>> >> >
>> >> > in which the frequency parameters has two extra zeros which cause the
>> >> > frequency to interpret as : 1,177,800 MHz !!!!!!!
>> >> >
>> >> > 2009/7/22 Shaun Murdoch <scrauny@gmail.com>
>> >> >
>> >> >> 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
>> >> >>-Re
>> >> >> mote_W0QQitemZ130314645048QQcmdZViewItemQQptZUK_Computing_Computer_Co
>> >> >>mpon
>> >> >> ents_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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input
>> >> >>
>> >> >> My output from scan - the problem:
>> >> >>
>> >> >> $ sudo scan -vvvvvv /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 <liplianin@me.by>
>> >> >> srcversion:     46C1B3C3627D1937F75D732
>> >> >> alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
>> >> >> alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
>> >> >> [sudo] password for shaun:
>> >> >> Using DVB card "ST STV0299 DVB-S"
>> >> >> tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >>
>> >> >> _______________________________________________
>> >> >> linux-dvb users mailing list
>> >> >> For V4L/DVB development, please use instead
>> >> >> linux-media@vger.kernel.org linux-dvb@linuxtv.org
>> >> >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>> >> >
>> >> > --
>> >> > To unsubscribe from this list: send the line "unsubscribe linux-media"
>> >> > in the body of a message to majordomo@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 majordomo@vger.kernel.org
>> >> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> >
>> > Hi Shaun,
>> > Did you read something on tuner can?
>> > Or maybe you take a picture of tuner can without cover.
>> > Also close look picture of card would be nice.
>> > Though definately demod is stv0299, but tuner chip may be different.
>> > I suspect it is stb6000, but such combination(stb6000 + stv0299) not
>> > supported in the driver now. Anyway, you can try modprobe dm1105 with
>> > parameter card=1 from s2-liplianin tree.
>> >
>> > Igor
>
> --
> Igor M. Liplianin
> Microsoft Windows Free Zone - Linux used for all Computing Tasks
>

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

* Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
  2009-07-25 22:12       ` Shaun Murdoch
@ 2009-07-26 12:47         ` Igor M. Liplianin
  2009-07-27 10:46           ` Shaun Murdoch
  0 siblings, 1 reply; 11+ messages in thread
From: Igor M. Liplianin @ 2009-07-26 12:47 UTC (permalink / raw)
  To: linux-media; +Cc: Shaun Murdoch, Simon Kenyon

On 26 июля 2009 01:12:14 Shaun Murdoch wrote:
> Hi Igor,
>
> I've taken some photos of the tuner so that hopefully you'll be able
> to help work out why it won't tune in Linux.
>
> Please see the following link for the images:
> http://www.flickr.com/photos/7690303@N04/sets/72157621703527801/
I have a few dm1105 based cards, but yours looks different from mine.

>
> The only chip on display is:
> SDMC
> DM1105N
> D735  E280034
Please try recent v4l-dvb, as I've commited some change.
Now You can try
	modprobe dm1105 card=1
>
> Also - I tested the card in a Windows box today, so I am now certain
> that both the card and the satellite connection are OK. The settings
> that work with Windows (frequency, etc), don't lock in Linux. (I do
> get a good signal reading in Kaffeine that is the same as Windows
> gives, but no lock.)
>
> I hope this will help you work out what is wrong.
>
> Thanks!
> Shaun
>
> 2009/7/22 Igor M. Liplianin <liplianin@me.by>:
> > On 22 июля 2009 21:43:01 Shaun Murdoch wrote:
> >> Hi,
> >>
> >> Thanks for the suggestion.
> >>
> >> I think there's something a bit weird with dvbtune. According to it's
> >> man page the units for frequency (-f) are Hz. I am trying to tell it
> >> 11.778 GHz - but you get errors if you do -f 11778000000. Equally you
> >> also get errors if you assume it is MHz, i.e. -f 11778.   Anyway, if
> >> it prints FE_HAS_SIGNAL and FE_HAS_CARRIER that must mean the
> >> frequency I gave it is OK?
> >>
> >> In any case, scan doesn't work, nor does Kaffeine, so I don't think
> >> it's that my use of dvbtune is wrong.
> >>
> >> Anyone got any other suggestions on what I can do to get this to lock?
> >>
> >> Thanks,
> >> Shaun
> >>
> >> 2009/7/22 Seyyed Mohammad mohammadzadeh <softnhard.es@gmail.com>:
> >> > Hello,
> >> >
> >> > I don't know what is the exact cause of your problem but I think you
> >> > are tuning to a wrong frequency. You wrote:
> >> >
> >> >  dvbtune -f 1177800 -s 27500 -p v -m
> >> >
> >> > in which the frequency parameters has two extra zeros which cause the
> >> > frequency to interpret as : 1,177,800 MHz !!!!!!!
> >> >
> >> > 2009/7/22 Shaun Murdoch <scrauny@gmail.com>
> >> >
> >> >> 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
> >> >>-Re
> >> >> mote_W0QQitemZ130314645048QQcmdZViewItemQQptZUK_Computing_Computer_Co
> >> >>mpon
> >> >> ents_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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input
> >> >>
> >> >> My output from scan - the problem:
> >> >>
> >> >> $ sudo scan -vvvvvv /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 <liplianin@me.by>
> >> >> srcversion:     46C1B3C3627D1937F75D732
> >> >> alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
> >> >> alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
> >> >> [sudo] password for shaun:
> >> >> Using DVB card "ST STV0299 DVB-S"
> >> >> tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> _______________________________________________
> >> >> linux-dvb users mailing list
> >> >> For V4L/DVB development, please use instead
> >> >> linux-media@vger.kernel.org linux-dvb@linuxtv.org
> >> >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
> >> >
> >> > --
> >> > To unsubscribe from this list: send the line "unsubscribe linux-media"
> >> > in the body of a message to majordomo@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 majordomo@vger.kernel.org
> >> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >
> > Hi Shaun,
> > Did you read something on tuner can?
> > Or maybe you take a picture of tuner can without cover.
> > Also close look picture of card would be nice.
> > Though definately demod is stv0299, but tuner chip may be different.
> > I suspect it is stb6000, but such combination(stb6000 + stv0299) not
> > supported in the driver now. Anyway, you can try modprobe dm1105 with
> > parameter card=1 from s2-liplianin tree.
> >
> > Igor

-- 
Igor M. Liplianin
Microsoft Windows Free Zone - Linux used for all Computing Tasks

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

* Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
  2009-07-22 20:07     ` Igor M. Liplianin
  2009-07-22 21:41       ` Shaun Murdoch
@ 2009-07-25 22:12       ` Shaun Murdoch
  2009-07-26 12:47         ` Igor M. Liplianin
  1 sibling, 1 reply; 11+ messages in thread
From: Shaun Murdoch @ 2009-07-25 22:12 UTC (permalink / raw)
  To: Igor M. Liplianin; +Cc: linux-media

Hi Igor,

I've taken some photos of the tuner so that hopefully you'll be able
to help work out why it won't tune in Linux.

Please see the following link for the images:
http://www.flickr.com/photos/7690303@N04/sets/72157621703527801/

The only chip on display is:
SDMC
DM1105N
D735  E280034

Also - I tested the card in a Windows box today, so I am now certain
that both the card and the satellite connection are OK. The settings
that work with Windows (frequency, etc), don't lock in Linux. (I do
get a good signal reading in Kaffeine that is the same as Windows
gives, but no lock.)

I hope this will help you work out what is wrong.

Thanks!
Shaun



2009/7/22 Igor M. Liplianin <liplianin@me.by>:
> On 22 июля 2009 21:43:01 Shaun Murdoch wrote:
>> Hi,
>>
>> Thanks for the suggestion.
>>
>> I think there's something a bit weird with dvbtune. According to it's
>> man page the units for frequency (-f) are Hz. I am trying to tell it
>> 11.778 GHz - but you get errors if you do -f 11778000000. Equally you
>> also get errors if you assume it is MHz, i.e. -f 11778.   Anyway, if
>> it prints FE_HAS_SIGNAL and FE_HAS_CARRIER that must mean the
>> frequency I gave it is OK?
>>
>> In any case, scan doesn't work, nor does Kaffeine, so I don't think
>> it's that my use of dvbtune is wrong.
>>
>> Anyone got any other suggestions on what I can do to get this to lock?
>>
>> Thanks,
>> Shaun
>>
>> 2009/7/22 Seyyed Mohammad mohammadzadeh <softnhard.es@gmail.com>:
>> > Hello,
>> >
>> > I don't know what is the exact cause of your problem but I think you
>> > are tuning to a wrong frequency. You wrote:
>> >
>> >  dvbtune -f 1177800 -s 27500 -p v -m
>> >
>> > in which the frequency parameters has two extra zeros which cause the
>> > frequency to interpret as : 1,177,800 MHz !!!!!!!
>> >
>> > 2009/7/22 Shaun Murdoch <scrauny@gmail.com>
>> >
>> >> 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-Re
>> >>mote_W0QQitemZ130314645048QQcmdZViewItemQQptZUK_Computing_Computer_Compon
>> >>ents_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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input
>> >>
>> >> My output from scan - the problem:
>> >>
>> >> $ sudo scan -vvvvvv /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 <liplianin@me.by>
>> >> srcversion:     46C1B3C3627D1937F75D732
>> >> alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
>> >> alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
>> >> [sudo] password for shaun:
>> >> Using DVB card "ST STV0299 DVB-S"
>> >> tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> _______________________________________________
>> >> linux-dvb users mailing list
>> >> For V4L/DVB development, please use instead linux-media@vger.kernel.org
>> >> linux-dvb@linuxtv.org
>> >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>> >
>> > --
>> > To unsubscribe from this list: send the line "unsubscribe linux-media" in
>> > the body of a message to majordomo@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 majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Hi Shaun,
> Did you read something on tuner can?
> Or maybe you take a picture of tuner can without cover.
> Also close look picture of card would be nice.
> Though definately demod is stv0299, but tuner chip may be different.
> I suspect it is stb6000, but such combination(stb6000 + stv0299) not supported in the driver now.
> Anyway, you can try modprobe dm1105 with parameter card=1 from s2-liplianin tree.
>
> Igor
>
>

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

* Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
  2009-07-23  9:46 ` Simon Kenyon
@ 2009-07-23  9:53   ` Shaun Murdoch
  0 siblings, 0 replies; 11+ messages in thread
From: Shaun Murdoch @ 2009-07-23  9:53 UTC (permalink / raw)
  To: Simon Kenyon; +Cc: linux-media, linux-dvb

Thanks Simon - did you need to do anything special to get them to
work, or did they work out of the box with the latest s2-liplianin /
v4l-dvb drivers?

I've not tried another card (don't have one), but I did try a set-top
box which works fine - and let me get the frequency/lnb/etc info.


2009/7/23 Simon Kenyon <simon@koala.ie>:
> 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
>> <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%7C66:2%7C39:1%7C72:1690%7C293:1%7C294: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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input
>>
>> My output from scan -* the problem*:
>> $ sudo scan -vvvvvv /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 <liplianin@me.by
>> <mailto:liplianin@me.by>>
>> srcversion:     46C1B3C3627D1937F75D732
>> alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
>> alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
>> [sudo] password for shaun:
>> Using DVB card "ST STV0299 DVB-S"
>> tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
  2009-07-22 17:01 Shaun Murdoch
  2009-07-22 17:18 ` Seyyed Mohammad mohammadzadeh
@ 2009-07-23  9:46 ` Simon Kenyon
  2009-07-23  9:53   ` Shaun Murdoch
  1 sibling, 1 reply; 11+ messages in thread
From: Simon Kenyon @ 2009-07-23  9:46 UTC (permalink / raw)
  To: linux-media; +Cc: linux-dvb

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 
> <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%7C66:2%7C39:1%7C72:1690%7C293:1%7C294: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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input
>
> My output from scan -* the problem*:
> $ sudo scan -vvvvvv /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 <liplianin@me.by <mailto:liplianin@me.by>>
> srcversion:     46C1B3C3627D1937F75D732
> alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
> alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
> [sudo] password for shaun:
> Using DVB card "ST STV0299 DVB-S"
> tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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

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

* Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
  2009-07-22 20:07     ` Igor M. Liplianin
@ 2009-07-22 21:41       ` Shaun Murdoch
  2009-07-25 22:12       ` Shaun Murdoch
  1 sibling, 0 replies; 11+ messages in thread
From: Shaun Murdoch @ 2009-07-22 21:41 UTC (permalink / raw)
  To: Igor M. Liplianin; +Cc: linux-media

Hi Igor,

Thanks - I will take the card out and get some pics.

Cheers,
Shaun


2009/7/22 Igor M. Liplianin <liplianin@me.by>:
> On 22 июля 2009 21:43:01 Shaun Murdoch wrote:
>> Hi,
>>
>> Thanks for the suggestion.
>>
>> I think there's something a bit weird with dvbtune. According to it's
>> man page the units for frequency (-f) are Hz. I am trying to tell it
>> 11.778 GHz - but you get errors if you do -f 11778000000. Equally you
>> also get errors if you assume it is MHz, i.e. -f 11778.   Anyway, if
>> it prints FE_HAS_SIGNAL and FE_HAS_CARRIER that must mean the
>> frequency I gave it is OK?
>>
>> In any case, scan doesn't work, nor does Kaffeine, so I don't think
>> it's that my use of dvbtune is wrong.
>>
>> Anyone got any other suggestions on what I can do to get this to lock?
>>
>> Thanks,
>> Shaun
>>
>> 2009/7/22 Seyyed Mohammad mohammadzadeh <softnhard.es@gmail.com>:
>> > Hello,
>> >
>> > I don't know what is the exact cause of your problem but I think you
>> > are tuning to a wrong frequency. You wrote:
>> >
>> >  dvbtune -f 1177800 -s 27500 -p v -m
>> >
>> > in which the frequency parameters has two extra zeros which cause the
>> > frequency to interpret as : 1,177,800 MHz !!!!!!!
>> >
>> > 2009/7/22 Shaun Murdoch <scrauny@gmail.com>
>> >
>> >> 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-Re
>> >>mote_W0QQitemZ130314645048QQcmdZViewItemQQptZUK_Computing_Computer_Compon
>> >>ents_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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input
>> >>
>> >> My output from scan - the problem:
>> >>
>> >> $ sudo scan -vvvvvv /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 <liplianin@me.by>
>> >> srcversion:     46C1B3C3627D1937F75D732
>> >> alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
>> >> alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
>> >> [sudo] password for shaun:
>> >> Using DVB card "ST STV0299 DVB-S"
>> >> tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> _______________________________________________
>> >> linux-dvb users mailing list
>> >> For V4L/DVB development, please use instead linux-media@vger.kernel.org
>> >> linux-dvb@linuxtv.org
>> >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>> >
>> > --
>> > To unsubscribe from this list: send the line "unsubscribe linux-media" in
>> > the body of a message to majordomo@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 majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Hi Shaun,
> Did you read something on tuner can?
> Or maybe you take a picture of tuner can without cover.
> Also close look picture of card would be nice.
> Though definately demod is stv0299, but tuner chip may be different.
> I suspect it is stb6000, but such combination(stb6000 + stv0299) not supported in the driver now.
> Anyway, you can try modprobe dm1105 with parameter card=1 from s2-liplianin tree.
>
> Igor
>
>

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

* Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
  2009-07-22 18:43   ` Shaun Murdoch
@ 2009-07-22 20:07     ` Igor M. Liplianin
  2009-07-22 21:41       ` Shaun Murdoch
  2009-07-25 22:12       ` Shaun Murdoch
  0 siblings, 2 replies; 11+ messages in thread
From: Igor M. Liplianin @ 2009-07-22 20:07 UTC (permalink / raw)
  To: linux-media; +Cc: Shaun Murdoch

On 22 июля 2009 21:43:01 Shaun Murdoch wrote:
> Hi,
>
> Thanks for the suggestion.
>
> I think there's something a bit weird with dvbtune. According to it's
> man page the units for frequency (-f) are Hz. I am trying to tell it
> 11.778 GHz - but you get errors if you do -f 11778000000. Equally you
> also get errors if you assume it is MHz, i.e. -f 11778.   Anyway, if
> it prints FE_HAS_SIGNAL and FE_HAS_CARRIER that must mean the
> frequency I gave it is OK?
>
> In any case, scan doesn't work, nor does Kaffeine, so I don't think
> it's that my use of dvbtune is wrong.
>
> Anyone got any other suggestions on what I can do to get this to lock?
>
> Thanks,
> Shaun
>
> 2009/7/22 Seyyed Mohammad mohammadzadeh <softnhard.es@gmail.com>:
> > Hello,
> >
> > I don't know what is the exact cause of your problem but I think you
> > are tuning to a wrong frequency. You wrote:
> >
> >  dvbtune -f 1177800 -s 27500 -p v -m
> >
> > in which the frequency parameters has two extra zeros which cause the
> > frequency to interpret as : 1,177,800 MHz !!!!!!!
> >
> > 2009/7/22 Shaun Murdoch <scrauny@gmail.com>
> >
> >> 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-Re
> >>mote_W0QQitemZ130314645048QQcmdZViewItemQQptZUK_Computing_Computer_Compon
> >>ents_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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input
> >>
> >> My output from scan - the problem:
> >>
> >> $ sudo scan -vvvvvv /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 <liplianin@me.by>
> >> srcversion:     46C1B3C3627D1937F75D732
> >> alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
> >> alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
> >> [sudo] password for shaun:
> >> Using DVB card "ST STV0299 DVB-S"
> >> tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> linux-dvb users mailing list
> >> For V4L/DVB development, please use instead linux-media@vger.kernel.org
> >> linux-dvb@linuxtv.org
> >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-media" in
> > the body of a message to majordomo@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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
Hi Shaun,
Did you read something on tuner can?
Or maybe you take a picture of tuner can without cover.
Also close look picture of card would be nice.
Though definately demod is stv0299, but tuner chip may be different.
I suspect it is stb6000, but such combination(stb6000 + stv0299) not supported in the driver now.
Anyway, you can try modprobe dm1105 with parameter card=1 from s2-liplianin tree.

Igor


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

* Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
  2009-07-22 17:18 ` Seyyed Mohammad mohammadzadeh
@ 2009-07-22 18:43   ` Shaun Murdoch
  2009-07-22 20:07     ` Igor M. Liplianin
  0 siblings, 1 reply; 11+ messages in thread
From: Shaun Murdoch @ 2009-07-22 18:43 UTC (permalink / raw)
  To: linux-media

Hi,

Thanks for the suggestion.

I think there's something a bit weird with dvbtune. According to it's
man page the units for frequency (-f) are Hz. I am trying to tell it
11.778 GHz - but you get errors if you do -f 11778000000. Equally you
also get errors if you assume it is MHz, i.e. -f 11778.   Anyway, if
it prints FE_HAS_SIGNAL and FE_HAS_CARRIER that must mean the
frequency I gave it is OK?

In any case, scan doesn't work, nor does Kaffeine, so I don't think
it's that my use of dvbtune is wrong.

Anyone got any other suggestions on what I can do to get this to lock?

Thanks,
Shaun


2009/7/22 Seyyed Mohammad mohammadzadeh <softnhard.es@gmail.com>:
> Hello,
>
> I don't know what is the exact cause of your problem but I think you
> are tuning to a wrong frequency. You wrote:
>
>  dvbtune -f 1177800 -s 27500 -p v -m
>
> in which the frequency parameters has two extra zeros which cause the
> frequency to interpret as : 1,177,800 MHz !!!!!!!
>
> 2009/7/22 Shaun Murdoch <scrauny@gmail.com>
>>
>> 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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input
>>
>> My output from scan - the problem:
>>
>> $ sudo scan -vvvvvv /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 <liplianin@me.by>
>> srcversion:     46C1B3C3627D1937F75D732
>> alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
>> alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
>> [sudo] password for shaun:
>> Using DVB card "ST STV0299 DVB-S"
>> tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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
>>
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> linux-dvb users mailing list
>> For V4L/DVB development, please use instead linux-media@vger.kernel.org
>> linux-dvb@linuxtv.org
>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
  2009-07-22 17:01 Shaun Murdoch
@ 2009-07-22 17:18 ` Seyyed Mohammad mohammadzadeh
  2009-07-22 18:43   ` Shaun Murdoch
  2009-07-23  9:46 ` Simon Kenyon
  1 sibling, 1 reply; 11+ messages in thread
From: Seyyed Mohammad mohammadzadeh @ 2009-07-22 17:18 UTC (permalink / raw)
  To: linux-media

Hello,

I don't know what is the exact cause of your problem but I think you
are tuning to a wrong frequency. You wrote:

 dvbtune -f 1177800 -s 27500 -p v -m

in which the frequency parameters has two extra zeros which cause the
frequency to interpret as : 1,177,800 MHz !!!!!!!

2009/7/22 Shaun Murdoch <scrauny@gmail.com>
>
> 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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input
>
> My output from scan - the problem:
>
> $ sudo scan -vvvvvv /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 <liplianin@me.by>
> srcversion:     46C1B3C3627D1937F75D732
> alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
> alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
> [sudo] password for shaun:
> Using DVB card "ST STV0299 DVB-S"
> tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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
>
>
>
>
>
>
>
> _______________________________________________
> linux-dvb users mailing list
> For V4L/DVB development, please use instead linux-media@vger.kernel.org
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune
@ 2009-07-22 17:01 Shaun Murdoch
  2009-07-22 17:18 ` Seyyed Mohammad mohammadzadeh
  2009-07-23  9:46 ` Simon Kenyon
  0 siblings, 2 replies; 11+ messages in thread
From: Shaun Murdoch @ 2009-07-22 17:01 UTC (permalink / raw)
  To: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 3881 bytes --]

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/pci0000:00/0000:00:1e.0/0000:03:09.0/input/input


My output from scan -* the problem*:

$ sudo scan -vvvvvv /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 <liplianin@me.by>
srcversion:     46C1B3C3627D1937F75D732
alias:          pci:v0000195Dd00001105sv*sd*bc*sc*i*
alias:          pci:v0000109Fd0000036Fsv*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 -vvvvvvvvvvv
[sudo] password for shaun:
Using DVB card "ST STV0299 DVB-S"
tuning DVB-S to L-Band:0, Pol:V Srate=27500000, 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

[-- Attachment #1.2: Type: text/html, Size: 8445 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

end of thread, other threads:[~2009-09-23  2:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-23  2:21 [linux-dvb] Help Request: DM1105 STV0299 DVB-S PCI - Unable to tune Andrew Congdon
  -- strict thread matches above, loose matches on Subject: below --
2009-07-22 17:01 Shaun Murdoch
2009-07-22 17:18 ` Seyyed Mohammad mohammadzadeh
2009-07-22 18:43   ` Shaun Murdoch
2009-07-22 20:07     ` Igor M. Liplianin
2009-07-22 21:41       ` Shaun Murdoch
2009-07-25 22:12       ` Shaun Murdoch
2009-07-26 12:47         ` Igor M. Liplianin
2009-07-27 10:46           ` Shaun Murdoch
2009-07-23  9:46 ` Simon Kenyon
2009-07-23  9:53   ` Shaun Murdoch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.