Re: [linux-dvb] [RFC PATCH] Choose dvb adapter number with a driver specific module option

2007-08-01 Thread Nick Andrew
On Thu, Aug 02, 2007 at 03:15:04AM +0200, Janne Grunau wrote: > Dynamic loading of modules by udev on startup (aka coldplugging) doesn't > result in deterministic dvb adapter numbers. Isn't the usual response to write some udev rules to set the name based on device characteristics? Thus taking th

Re: [linux-dvb] Re : Professional trolls

2007-08-01 Thread Oliver Endriss
manu wrote: > Well for reading this list out of curiosity for a while (also I have a > TT S-1500 CI that I plan to use soon ;-) I for sure am surprised by the > amount of "noise" surrounding actual coding discussion. I have > participated in another free software project and things were much

Re: [linux-dvb] Doubt about the file: dvb-usb-dvb.c

2007-08-01 Thread lwtbenben
>a) create a newer dir with your driver: > /linux/drivers/media/dvb/mydriver >b) Under /linux/drivers/media/dvb/mydriver: > create a Kconfig and a Makefile > You may use another Kconfig/Makefile as example (for example, pluto2) >c) Add your driver directory at /linux/drivers/media/d

[linux-dvb] [RFC PATCH] Choose dvb adapter number with a driver specific module option

2007-08-01 Thread Janne Grunau
Hi, Dynamic loading of modules by udev on startup (aka coldplugging) doesn't result in deterministic dvb adapter numbers. V4L drivers have the {radio|vbi|video}_nr module options to allocate static minor numbers per driver. Attached patch adds a similiar mechanism to the dvb subsystem. To avoid p

Re: [linux-dvb] How could I compile dvb-usb-cxusb module out of the kernel source.

2007-08-01 Thread lwtbenben
>You run "make menuconfig" in the v4l-dvb/v4l directory and you select the >"Conexant USB2.0 hybrid reference design support" only, and it will >compile. Yeah. This works. But when I add mydriver.c in the directory linux/driver/media/dvb/dvb-usb and exec the same command, some errors occured. T

Re: [linux-dvb] Professional trolls -- was Re: Re : Re : Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread hermann pitton
Am Mittwoch, den 01.08.2007, 20:55 +0400 schrieb Manu Abraham: > Hi all, > > On 8/1/07, manu <[EMAIL PROTECTED]> wrote: > > > Nothing can excuse hatred messages as I said I do believe that, > > especially when we talk about "communities" in free/open source, whe > > should behave as such, that do

Re: [linux-dvb] mt2060 I2C write failed

2007-08-01 Thread Torgeir Veimo
On 2 Aug 2007, at 00:29, f.fabre wrote: i retest compil your new firmware before with (oups sorry for my english...) sudo rm -R /lib/modules/`uname -r`/kernel/drivers/media/* same error: [ 249.496000] usb 5-1: USB disconnect, address 4 [ 249.50] mt2060 I2C write failed [ 828.352000] d

[linux-dvb] mt2060 I2C write failed

2007-08-01 Thread f.fabre
Hi F = François :) i retest compil your new firmware before with (oups sorry for my english...) sudo rm -R /lib/modules/`uname -r`/kernel/drivers/media/* same error: [ 249.496000] usb 5-1: USB disconnect, address 4 [ 249.50] mt2060 I2C write failed [ 828.352000] dvb-usb: error while stop

[linux-dvb] freecom TM6000 "tridvid.sys" file

2007-08-01 Thread Vasanth M
Hello, I have a freecom hybrid DVB-T (TM6000 chipset). http://www.linuxtv.org/v4lwiki/index.php/TM6000 To install this I require a file "tridvid.sys" from the installation disk, but unfortunately I seem to have lost the disk and the freecom website do not have that file in their updated driver..

Re: [linux-dvb] [linuxtv-commits] [hg:v4l-dvb] Add a quick howto explaining how to add a newer driver at the tree

2007-08-01 Thread Michael Krufky
Manu Abraham wrote: > On 8/1/07, Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: >> Notice: Please avoid keeping linuxtv-commits at C/C. The list should be >> used only for committed patches. I've removed the linux-commits, and >> replaced by the proper ML's. > > Normally, i just do a reply all,

[linux-dvb] DiB0700 device support

2007-08-01 Thread Jonas Anden
> I have posted twice, with no appearance in the list, a message about > remote control errors (tons of them in syslog!). I saw that you made a > commit in your tree about remote control stuff. Is that related? I'll > try a new build tonight. If the sample below is what your "remote control errors

Re: [linux-dvb] DiB0700 device support

2007-08-01 Thread Patrick Boettcher
Hi F, It seems you are mixing up kernel modules with modules from HG. The you have mt2060-write-errors is "not normal". With dib0700 as it is today you cannot see i2c-write errors. Patrick. On Wed, 1 Aug 2007, f.fabre wrote: > Hi > > i test your New DiB0700-firmware > with Hauppauge WinTV-N

Re: [linux-dvb] [linuxtv-commits] [hg:v4l-dvb] Add a quick howto explaining how to add a newer driver at the tree

2007-08-01 Thread Manu Abraham
On 8/1/07, Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: > Em Qua, 2007-08-01 às 21:18 +0400, Manu Abraham escreveu: > > On 8/1/07, Patch from Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: > > Changes like these should not be from a single person's thoughts. > > Feel free to send your contrib

Re: [linux-dvb] dvb_ca_en50221.c,h - a hook needed

2007-08-01 Thread Manu Abraham
Hi, On 8/1/07, Akiva Sadovski <[EMAIL PROTECTED]> wrote: > > > > Dear all, >I'm working on a driver for a SCM's CIMaX chip > (http://www.scmmicro.com/ir/pdf/10K-Q4-04.pdf - DVB-CI > interface). The driver is supposed to be used at our proprietary HW > platform. I'd like to use the dvb-core as

Re: [linux-dvb] [linuxtv-commits] [hg:v4l-dvb] Add a quick howto explaining how to add a newer driver at the tree

2007-08-01 Thread Mauro Carvalho Chehab
Em Qua, 2007-08-01 às 21:18 +0400, Manu Abraham escreveu: > On 8/1/07, Patch from Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: > > The patch number 5966 was added via Mauro Carvalho Chehab <[EMAIL > > PROTECTED]> > > to http://linuxtv.org/hg/v4l-dvb master development tree. > > > > Kernel patc

Re: [linux-dvb] Re : Professional trolls -- was Re: Re : Re : Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Markus Rechberger
On 8/1/07, manu <[EMAIL PROTECTED]> wrote: > On 08/01/2007 01:12:59 PM, Markus Rechberger wrote: > > On 8/1/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > On 8/1/07, manu <[EMAIL PROTECTED]> wrote: > > > > > > > Nothing can excuse hatred messages as I said I do believe that,

Re: [linux-dvb] Professional trolls -- was Re: Re : Re : Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Markus Rechberger
On 8/1/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > Though it is feeding the troll, i will bite this bait: > > > On 8/1/07, Markus Rechberger <[EMAIL PROTECTED]> wrote: > > > It's the internal problems this project has which reflects to the outside > > world. > > You, I and several others are als

Re: [linux-dvb] Professional trolls -- was Re: Re : Re : Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Manu Abraham
Though it is feeding the troll, i will bite this bait: On 8/1/07, Markus Rechberger <[EMAIL PROTECTED]> wrote: > It's the internal problems this project has which reflects to the outside > world. > You, I and several others are also part of that problem, and at least > to me it seems to be unso

[linux-dvb] Re : Professional trolls -- was R e: Re : Re : Compiling dvb-usb-adapter module outs ide the kernel source.

2007-08-01 Thread manu
On 08/01/2007 01:12:59 PM, Markus Rechberger wrote: On 8/1/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > Hi all, > > On 8/1/07, manu <[EMAIL PROTECTED]> wrote: > > > Nothing can excuse hatred messages as I said I do believe that, > > especially when we talk about "communities" in free/open source

[linux-dvb] dvb_ca_en50221.c,h - a hook needed

2007-08-01 Thread Akiva Sadovski
Dear all, I'm working on a driver for a SCM's CIMaX chip (http://www.scmmicro.com/ir/pdf/10K-Q4-04.pdf - DVB-CI interface). The driver is supposed to be used at our proprietary HW platform. I'd like to use the dvb-core as a (great) platform for the driver. However, IMHO it lacks the following

Re: [linux-dvb] Professional trolls -- was Re: Re : Re : Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Markus Rechberger
On 8/1/07, Manu Abraham <[EMAIL PROTECTED]> wrote: > Hi all, > > On 8/1/07, manu <[EMAIL PROTECTED]> wrote: > > > Nothing can excuse hatred messages as I said I do believe that, > > especially when we talk about "communities" in free/open source, whe > > should behave as such, that does not include

[linux-dvb] Professional trolls -- was Re: Re : Re : Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Manu Abraham
Hi all, On 8/1/07, manu <[EMAIL PROTECTED]> wrote: > Nothing can excuse hatred messages as I said I do believe that, > especially when we talk about "communities" in free/open source, whe > should behave as such, that does not include racist/xenophobic > behaviours. > To be honest I dont think it

[linux-dvb] Re : Re : Compiling dvb-usb-ad apter module outside the kernel source.

2007-08-01 Thread manu
On 08/01/2007 11:35:11 AM, Bill Eldridge wrote: manu wrote: On 08/01/2007 07:33:05 AM, timecop wrote: well after the hatred/racist/homophobic etc etc rant in just a few words, I think this disqualifies the remainder of your message whatever you were saying. Before thinking about code/soft

[linux-dvb] [PATCH] Typo fix in Nova-TD description

2007-08-01 Thread Darren Salt
Signed-off-by: Darren Salt <[EMAIL PROTECTED]> diff -r ad9b95d2aac4 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Wed Aug 01 00:45:13 2007 +0200 +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Wed Aug 01 15:41:37 2007 +0100 @@ -

[linux-dvb] [PATCH] Add IR support for Nova-T Stick etc.

2007-08-01 Thread Darren Salt
k MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Working with my Nova-T Stick (70001) with remote control model A415. Untested with other dib0700m/dib0700p devices. Signed-off-by: Darren Salt <[EMAIL PROTECTED]> diff -r ad9b95d2aac4 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c

Re: [linux-dvb] Re : Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Bill Eldridge
manu wrote: > On 08/01/2007 07:33:05 AM, timecop wrote: > > well after the hatred/racist/homophobic etc etc rant in just a few > words, I think this disqualifies the remainder of your message > whatever you were saying. Before thinking about code/software/hardware > you should behave as a human

Re: [linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Wolfgang Wegner
On Wed, Aug 01, 2007 at 08:33:05PM +0900, timecop wrote: > Good job deleting the only relevant portion of my post. Sorry it was a bit difficult to see which should have been relevant because every second word was "f***". "P. van Gaans" I do not know what you mean - my clock is set correctly. As

[linux-dvb] Re : Compiling dvb-usb-adapter mo dule outside the kernel source.

2007-08-01 Thread manu
On 08/01/2007 07:33:05 AM, timecop wrote: On 7/2/07, Wolfgang Wegner <[EMAIL PROTECTED]> wrote: > On Wed, Aug 01, 2007 at 08:01:10PM +0900, timecop wrote: > > On 8/1/07, Luca Olivetti <[EMAIL PROTECTED]> wrote: > > > En/na [EMAIL PROTECTED] ha escrit: > > Stop fucking replying to my mail in forei

Re: [linux-dvb] Doubt about the file: dvb-usb-dvb.c

2007-08-01 Thread Mauro Carvalho Chehab
Em Seg, 2007-07-30 às 09:19 +0800, lwtbenben escreveu: > >在2007-07-28,"Mauro Carvalho Chehab" <[EMAIL PROTECTED]> 写道: > Hi, > >Em Sex, 2007-07-27 às 16:09 +0800, lwtbenben escreveu: > >> Dear Mauro Carvalho Chehab: > >> In dvb-usb-dvb.c, where we want to register our frontend to the DVB > >> core,

Re: [linux-dvb] DiB0700 device support

2007-08-01 Thread Soeren Sonnenburg
On Wed, 2007-08-01 at 15:06 +0100, Nicolas Will wrote: > On Wed, 2007-08-01 at 15:25 +0200, Janne Grunau wrote: > > On Wednesday 01 August 2007 14:30:31 Nicolas Will wrote: > > > On Wed, 2007-08-01 at 00:52 +0200, Patrick Boettcher wrote: > > > > Hi all, > > > > > > > > I just asked Mauro to pull a

Re: [linux-dvb] DiB0700 device support

2007-08-01 Thread Nicolas Will
On Wed, 2007-08-01 at 15:25 +0200, Janne Grunau wrote: > On Wednesday 01 August 2007 14:30:31 Nicolas Will wrote: > > On Wed, 2007-08-01 at 00:52 +0200, Patrick Boettcher wrote: > > > Hi all, > > > > > > I just asked Mauro to pull all my changes regarding the > > > dib0700-based device into the mai

Re: [linux-dvb] DiB0700 device support

2007-08-01 Thread Darren Salt
I demand that Janne Grunau may or may not have written... > On Wednesday 01 August 2007 14:30:31 Nicolas Will wrote: >> On Wed, 2007-08-01 at 00:52 +0200, Patrick Boettcher wrote: >>> I just asked Mauro to pull all my changes regarding the dib0700-based >>> device into the main repository. I'm qui

Re: [linux-dvb] DiB0700 device support

2007-08-01 Thread Janne Grunau
On Wednesday 01 August 2007 14:30:31 Nicolas Will wrote: > On Wed, 2007-08-01 at 00:52 +0200, Patrick Boettcher wrote: > > Hi all, > > > > I just asked Mauro to pull all my changes regarding the > > dib0700-based device into the main repository. > > I'm quite happy with the results I already receiv

Re: [linux-dvb] ooops ! New DiB0700-firmware

2007-08-01 Thread Christophe Thommeret
Le mercredi 01 août 2007 14:31, Patrick Boettcher a écrit : > On Wed, 1 Aug 2007, Christophe Thommeret wrote: > > Le lundi 30 juillet 2007 22:04, Patrick Boettcher a écrit : > > > Args, stupid mistake. > > > > > > It should be fixed (w/o warranty)! > > > > > > Patrick. > > > > Hi Patrick, > > > > I

Re: [linux-dvb] SAA7160/2

2007-08-01 Thread Manu Abraham
Hi Steve, On 8/1/07, Steven Toth <[EMAIL PROTECTED]> wrote: > Hi manu, > > Hauppauge deal with NXP on a daily basis. We have a number of 716x > products either in the market or coming to market and we can add some > leverage. > > I can push this through our FAE and account manager. Who's your cont

Re: [linux-dvb] DiB0700 device support

2007-08-01 Thread Nicolas Will
On Wed, 2007-08-01 at 00:52 +0200, Patrick Boettcher wrote: > Hi all, > > I just asked Mauro to pull all my changes regarding the dib0700-based > device into the main repository. > I'm quite happy with the results I already received and to reach more > users before the next kernel integration I

Re: [linux-dvb] ooops ! New DiB0700-firmware

2007-08-01 Thread Patrick Boettcher
On Wed, 1 Aug 2007, Christophe Thommeret wrote: > Le lundi 30 juillet 2007 22:04, Patrick Boettcher a écrit : > > Args, stupid mistake. > > > > It should be fixed (w/o warranty)! > > > > Patrick. > > Hi Patrick, > > I've tried this new firmware with my nova-t stick (DiBcom 7000MA/MB/PA/PB/MC). >

Re: [linux-dvb] ooops ! New DiB0700-firmware

2007-08-01 Thread Christophe Thommeret
Le lundi 30 juillet 2007 22:04, Patrick Boettcher a écrit : > Args, stupid mistake. > > It should be fixed (w/o warranty)! > > Patrick. Hi Patrick, I've tried this new firmware with my nova-t stick (DiBcom 7000MA/MB/PA/PB/MC). kernel 2.6.17 v4l-dvb from some months ago, hg log says: changeset: 5

Re: [linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread timecop
> Silly me, I just thought he wanted to compile cxusb.c (which is included > in the hg repository) outside the tree. > Next time I'll let Grover explain you the difference between "far" and > "near". Do you even have any idea of what you're talking about? "Bye" -tc _

Re: [linux-dvb] SAA7160/2

2007-08-01 Thread Steven Toth
Manu Abraham wrote: > Hi All, > > After a bit of talks with NXP, they stated that if shown enough of a > user base (future business forecast) for the SAA7160 / SAA7162 PCIe > chipset, they would take into consideration, an investment into > support, such that the chips can be better supported. > >

Re: [linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Luca Olivetti
En/na timecop ha escrit: > On 8/1/07, Luca Olivetti <[EMAIL PROTECTED]> wrote: >> En/na [EMAIL PROTECTED] ha escrit: > Stop fucking replying to my mail in foreign language. I don't give a > shit your mail client shows up in greek, have common courtesy not to > inject this AIDS-filled language into

Re: [linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread timecop
On 7/2/07, Wolfgang Wegner <[EMAIL PROTECTED]> wrote: > On Wed, Aug 01, 2007 at 08:01:10PM +0900, timecop wrote: > > On 8/1/07, Luca Olivetti <[EMAIL PROTECTED]> wrote: > > > En/na [EMAIL PROTECTED] ha escrit: > > Stop fucking replying to my mail in foreign language. I don't give a > > shit your ma

Re: [linux-dvb] How could I compile dvb-usb-cxusb module out of the kernel source.

2007-08-01 Thread Patrick Boettcher
Hi, On Wed, 1 Aug 2007, lwtbenben wrote: > >?2007-07-31,"Patrick Boettcher" <[EMAIL PROTECTED]> ??: > >Just use hg clone http://linuxtv.org/hg/v4l-dvb > >and you will get the complete /media tree for compilation outside the > >kernel. > Yeah, I tried this and it can compile correctly. > But what

Re: [linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Wolfgang Wegner
On Wed, Aug 01, 2007 at 08:01:10PM +0900, timecop wrote: > On 8/1/07, Luca Olivetti <[EMAIL PROTECTED]> wrote: > > En/na [EMAIL PROTECTED] ha escrit: > Stop fucking replying to my mail in foreign language. I don't give a > shit your mail client shows up in greek, have common courtesy not to > injec

Re: [linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread timecop
On 8/1/07, Luca Olivetti <[EMAIL PROTECTED]> wrote: > En/na [EMAIL PROTECTED] ha escrit: Stop fucking replying to my mail in foreign language. I don't give a shit your mail client shows up in greek, have common courtesy not to inject this AIDS-filled language into my mailbox. Now on to the origina

Re: [linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Luca Olivetti
En/na [EMAIL PROTECTED] ha escrit: > Thanks for the utterly useless answer. He wanted to know the steps to > compile a module out of the kernel not a confirmation your shit works. Go, read again the OP question. Here's a useful link for you: http://tinyurl.com/33dk6p (though maybe it's too challen

Re: [linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread timecop
Thanks for the utterly useless answer. He wanted to know the steps to compile a module out of the kernel not a confirmation your shit works. -tc On 8/1/07, Luca Olivetti <[EMAIL PROTECTED]> wrote: > En/na lwtbenben ha escrit: > > Hi, everyone > > Which header files should be include in the cxusb.

Re: [linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread Luca Olivetti
En/na lwtbenben ha escrit: Hi, everyone Which header files should be include in the cxusb.c if I want to compile the module outside Linux kernel tree? The mercurial repository you can download from linuxtv.org *is* compilable out of the tree as is: http://linuxtv.org/repo/ Bye -- Luca ___

[linux-dvb] Compiling dvb-usb-adapter module outside the kernel source.

2007-08-01 Thread lwtbenben
Hi, everyone Which header files should be include in the cxusb.c if I want to compile the module outside Linux kernel tree? I found some module in file Documentation/kbuild/modules.txt, but it just needs many header files, but I have no idea, please give me some advice. _