Re: [Bugme-new] [Bug 14564] New: capture-example sleeping function called from invalid context at arch/x86/mm/fault.c

2010-01-02 Thread Sean
Alan Stern wrote: In other words, I'm guessing that you're suffering from hardware memory errors. A possible way to test this is to modify the patch. In td_free() where it adds the line: + ohci_dbg(hc, "(%d %d) %p -> %p\n", hash, n, prev, *prev); instead add this code:

Re: CI USB

2010-01-02 Thread HoP
Hi Jonas > Does anyone know if there's any progress on USB CI adapter support? > Last posts I can find are from 2008 (Terratec Cinergy CI USB & > Hauppauge WinTV-CI). > > That attempt seems to have stranded with Luc Brosens (who gave it a > shot back then) asking for help. > > The chip manufacture

CI USB

2010-01-02 Thread Jonas
Hi All, Does anyone know if there's any progress on USB CI adapter support? Last posts I can find are from 2008 (Terratec Cinergy CI USB & Hauppauge WinTV-CI). That attempt seems to have stranded with Luc Brosens (who gave it a shot back then) asking for help. The chip manufacturer introduced a

Re: [Bugme-new] [Bug 14564] New: capture-example sleeping function called from invalid context at arch/x86/mm/fault.c

2010-01-02 Thread Alan Stern
On Sat, 2 Jan 2010, Sean wrote: > Alan, > > Thanks again. I was able to get the full dmesg output this time. I ran > capture-example three times and each time removing the webcam before > capture-example finished. On the third time I got the poisoned hash > message and I captured the output to

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: OK

2010-01-02 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sat Jan 2 19:00:02 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13879:b6b82258cf5e gcc version: gcc (

Technisat SkyStar HD S2 USB

2010-01-02 Thread Martin Berndaner
Dear all, i want to use the Technisat SkyStar HD S2 USB for building a PVR. Does anyone know, if this Box is supported in the near future? (USB VID 0x14f7, PID 0x0002) Actually i couldn`t find a valid driver. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of

Re: DTV2000 H Plus issues

2010-01-02 Thread istva...@mailbox.hu
On 01/02/2010 05:10 PM, Raena Lea-Shannon wrote: > I have 2 TV Cards. The DTV2000 H Plus and a Technisat. The Technisat > works very well. I am trying to get the DVT working for other video > input devices such as VCR to make copies of old Videos and an inteface > for my N95 video out. > > I do n

A4tech PK-333 MB Bad colors

2010-01-02 Thread Bozhan Boiadzhiev
Hi i have such webcam http://www.a4tech.com/ennew/product.asp?cid=77&scid=89&id=401 i got image but with weird colors? This cam has some "night vision" feature. Can i help somehow to enhance driver? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message t

DTV2000 H Plus issues

2010-01-02 Thread Raena Lea-Shannon
PS: I have tried modprobe and insmode card=51 and card=82 and card=0 with no luck. -- 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

DTV2000 H Plus issues

2010-01-02 Thread Raena Lea-Shannon
I have 2 TV Cards. The DTV2000 H Plus and a Technisat. The Technisat works very well. I am trying to get the DVT working for other video input devices such as VCR to make copies of old Videos and an inteface for my N95 video out. I do not seem to be able to get it to find a tuner. Seems to be

Re: Fwd: Compro S300 - ZL10313

2010-01-02 Thread Theunis Potgieter
2010/1/2 JD Louw : > On Sat, 2010-01-02 at 09:39 +0200, Theunis Potgieter wrote: >> 2010/1/1 JD Louw : >> > On Tue, 2009-12-29 at 23:23 +0200, Theunis Potgieter wrote: >> >> Hi mailing list, >> >> >> >> I have a problem with my Compro S300 pci card under Linux 2.6.32. >> >> >> >> I cannot tune with

Re: Fwd: Compro S300 - ZL10313

2010-01-02 Thread JD Louw
On Sat, 2010-01-02 at 09:39 +0200, Theunis Potgieter wrote: > 2010/1/1 JD Louw : > > On Tue, 2009-12-29 at 23:23 +0200, Theunis Potgieter wrote: > >> Hi mailing list, > >> > >> I have a problem with my Compro S300 pci card under Linux 2.6.32. > >> > >> I cannot tune with this card and STR/SNRA is v

Re: [linux-dvb] SheevaBox as a media Server and a Fit-PC as a streaming client?

2010-01-02 Thread Thierry Merle
Le Fri, 01 Jan 2010 15:26:54 +0100, DUBOST Brice a écrit : > Markus Rechberger a écrit : > > Hi, > > > > On Wed, Dec 16, 2009 at 4:12 PM, Lothar Behrens > > wrote: > >> Hi, > >> > >> I am new here and start with a setup question. > >> > >> The media or NAS server I think about: http://plugcompu

Re: [Bugme-new] [Bug 14564] New: capture-example sleeping function called from invalid context at arch/x86/mm/fault.c

2010-01-02 Thread Sean
Alan Stern wrote: Got it. It's not good enough; the initial error occurred before the start of your extract. Here's yet another version of the patch; this one will stop printing the debug messages when an error is first detected so maybe it won't overrun your log buffer. Alan Stern Alan