* Re: [linux-dvb] DVB-S2 / Multiproto and future modulation support [not found] ` <48B98B89.80803@linuxtv.org> @ 2008-08-31 3:57 ` Markus Rechberger 2008-08-31 4:21 ` Greg KH 2008-08-31 21:26 ` Steven Toth 0 siblings, 2 replies; 4+ messages in thread From: Markus Rechberger @ 2008-08-31 3:57 UTC (permalink / raw) To: Steven Toth, Linux Kernel Mailing List, Greg KH Cc: Charles Price, linux-dvb, mrechberger On Sat, Aug 30, 2008 at 8:03 PM, Steven Toth <stoth@linuxtv.org> wrote: > Charles Price wrote: >>> If you also feel frustrated by the multiproto situation and agree in >>> principle with this new approach, and the overall direction of the API >>> changes, then we welcome you and ask you to help us. >>> >> >> I wholeheartedly agree. >> >> Although I can't offer any programming input, I do have a variety of DVB >> hardware and different architectures on which I can test your creations. >> >> Happy to help. > not reading the parts above, but saying this is Steven, not caring about the main people who work on something. There's a split between a few people here (including myself) and other people from that scene who just don't care about anything. Manu and the others put in alot work, why screw what he wrote (code) he has been on vacation (I know he married a few weeks ago - since I got the invitation) Hauppauge people (Michael Krufky and Steven Toth) are running their personal own game .. sorry to say that but it's that way. I have logs and mails here where Steven and Mike wrote hey that would be a cool idea about compatibility but when "I" mentioned it again and spent work on it it was like hey we're linux only (I don't only care about linux since I also work alot with commercial companies in that area look at the dibcom website - Job requirement 'independent' code neither do I want to depend on Windows nor Linux but having something that works on both in case of hardware is fine - especially I2C is trivial to realize for everything). Rethink your position and try to get people onboard but don't try to screw people and run your own game. Seeing the comments Acked-By: xyz - I cannot review neither contribute code but I can provide webspace .. hilarious. get down on earth again Steven, Mike expecially Mauro - try to get Manufacturers onboard instead working against you. I talked alot with Manu he has good connections and is avoing to work together just as I am because of certain Monopoly and copyright infringements which you are building here (I see Mauro using leaked code here!) . Mauro is spreading foo, Manu has the specs for xyz. I fully understand Manu's point since Mauro did the same with me, however .. I better don't comment it. Let's put another thing in here: Greg Kroah Hartman Linux Guy reverted my patch in favour of supporting the binary Firmware upload tool of Dell (I fully support Dell here too) although claiming to be opensource but still running after someone (please comment this one - it confused me at 'your' position). It was just like ok let's revert it but not asking why?! I'm just getting up with this just because I saw following yesterday: 21:07 < pmp> hmm: request_firmware(&fw, CX24116_DEFAULT_FIRMWARE, &state->i2c->dev) ? 21:08 < pmp> the &state->i2c->dev looks strange and the kernel is saying that about it: kobject_add failed for i2c-1 with -EEXIST, don't try to re.... 21:09 < pmp> other fe-driver have a callback in their config-struct... 21:09 < pmp> I start to believe there is a reason ;) I better cut it now. Markus ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] DVB-S2 / Multiproto and future modulation support 2008-08-31 3:57 ` [linux-dvb] DVB-S2 / Multiproto and future modulation support Markus Rechberger @ 2008-08-31 4:21 ` Greg KH 2008-09-05 20:54 ` Aidan Thornton 2008-08-31 21:26 ` Steven Toth 1 sibling, 1 reply; 4+ messages in thread From: Greg KH @ 2008-08-31 4:21 UTC (permalink / raw) To: Markus Rechberger Cc: Steven Toth, Linux Kernel Mailing List, Charles Price, linux-dvb, mrechberger On Sun, Aug 31, 2008 at 05:57:46AM +0200, Markus Rechberger wrote: > Let's put another thing in here: Greg Kroah Hartman Linux Guy reverted If you're going to spell my full last name out, please get it right, you forgot a '-' :) > my patch in favour of supporting the binary Firmware upload tool of > Dell (I fully support Dell here too) although claiming to be > opensource but still running after someone (please comment this one - > it confused me at 'your' position). It was just like ok let's revert > it but not asking why?! What patch specifically are you referring to here? And what does this have to do with v4l and DVB issues? thanks, greg k-h ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] DVB-S2 / Multiproto and future modulation support 2008-08-31 4:21 ` Greg KH @ 2008-09-05 20:54 ` Aidan Thornton 0 siblings, 0 replies; 4+ messages in thread From: Aidan Thornton @ 2008-09-05 20:54 UTC (permalink / raw) To: Greg KH; +Cc: Markus Rechberger, Kernel Mailing List, linux-dvb, mrechberger On Sun, Aug 31, 2008 at 5:21 AM, Greg KH <greg@kroah.com> wrote: > On Sun, Aug 31, 2008 at 05:57:46AM +0200, Markus Rechberger wrote: >> Let's put another thing in here: Greg Kroah Hartman Linux Guy reverted > > If you're going to spell my full last name out, please get it right, you > forgot a '-' :) > >> my patch in favour of supporting the binary Firmware upload tool of >> Dell (I fully support Dell here too) although claiming to be >> opensource but still running after someone (please comment this one - >> it confused me at 'your' position). It was just like ok let's revert >> it but not asking why?! > > What patch specifically are you referring to here? > > And what does this have to do with v4l and DVB issues? > > thanks, > > greg k-h Hi, Markus submitted a patch to the firmware loader code that fixed a sysfs filename collision by appending a suffix to the sysfs filename it used. This bug broke the use of the firmware loader from i2c device drivers (specifically, the drivers for the xc3028 TV tuner chip) with certain (not particularly unusual) kernel configurations - IIRC, it affected kernels with I2C compiled as a module and a particular value of some option related to sysfs depreciated support. The patch was reverted by you because it broke binary-only firmware upload tools for Dell hardware, screwing over normal desktop users in the process. See, for example, http://lkml.org/lkml/2008/4/26/319 - this is fairly typical. IIRC, the only drivers for the xc3028 that aren't affected are Markus' recent ones, since they compile the firmware into the driver (ugh). This may have been fixed since, but I'm not sure. (Incidentally, looking at the conversation, I believe your remark that "the i2c devices can fix things by changing their module names so this collision doesn't happen :)" may be inaccurate. The firmware loader copies the name it uses from the device passed to it, so I'm not sure how much can be done, short of hacking around the issue by creating a fake device to pass to the firmware loader or making potentially compatibility-breaking changes to either the i2c core or the firmware loader. Of course, I haven't looked at the issue that closely, so I may be wrong.) Aidan ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] DVB-S2 / Multiproto and future modulation support 2008-08-31 3:57 ` [linux-dvb] DVB-S2 / Multiproto and future modulation support Markus Rechberger 2008-08-31 4:21 ` Greg KH @ 2008-08-31 21:26 ` Steven Toth 1 sibling, 0 replies; 4+ messages in thread From: Steven Toth @ 2008-08-31 21:26 UTC (permalink / raw) To: Markus Rechberger Cc: Linux Kernel Mailing List, Greg KH, Charles Price, linux-dvb, mrechberger Markus Rechberger wrote: > On Sat, Aug 30, 2008 at 8:03 PM, Steven Toth <stoth@linuxtv.org> wrote: >> Charles Price wrote: >>>> If you also feel frustrated by the multiproto situation and agree in >>>> principle with this new approach, and the overall direction of the API >>>> changes, then we welcome you and ask you to help us. >>>> >>> I wholeheartedly agree. >>> >>> Although I can't offer any programming input, I do have a variety of DVB >>> hardware and different architectures on which I can test your creations. >>> >>> Happy to help. > > not reading the parts above, but saying this is Steven, not caring > about the main people who work on something. > > There's a split between a few people here (including myself) and other > people from that scene who just don't care about anything. > > Manu and the others put in alot work, why screw what he wrote (code) > he has been on vacation (I know he married a few weeks ago - since I > got the invitation) Hauppauge people (Michael Krufky and Steven Toth) > are running their personal own game .. sorry to say that but it's that > way. > > I have logs and mails here where Steven and Mike wrote hey that would > be a cool idea about compatibility but when "I" mentioned it again and > spent work on it it was like hey we're linux only (I don't only care > about linux since I also work alot with commercial companies in that > area look at the dibcom website - Job requirement 'independent' code > neither do I want to depend on Windows nor Linux but having something > that works on both in case of hardware is fine - especially I2C is > trivial to realize for everything). > > Rethink your position and try to get people onboard but don't try to > screw people and run your own game. > > Seeing the comments Acked-By: xyz - I cannot review neither contribute > code but I can provide webspace .. hilarious. get down on earth again > Steven, Mike expecially Mauro - try to get Manufacturers onboard > instead working against you. > I talked alot with Manu he has good connections and is avoing to work > together just as I am because of certain Monopoly and copyright > infringements which you are building here (I see Mauro using leaked > code here!) . Mauro is spreading foo, Manu has the specs for xyz. I > fully understand Manu's point since Mauro did the same with me, > however .. I better don't comment it. > > Let's put another thing in here: Greg Kroah Hartman Linux Guy reverted > my patch in favour of supporting the binary Firmware upload tool of > Dell (I fully support Dell here too) although claiming to be > opensource but still running after someone (please comment this one - > it confused me at 'your' position). It was just like ok let's revert > it but not asking why?! > I'm just getting up with this just because I saw following yesterday: > 21:07 < pmp> hmm: request_firmware(&fw, CX24116_DEFAULT_FIRMWARE, > &state->i2c->dev) ? > 21:08 < pmp> the &state->i2c->dev looks strange and the kernel is > saying that about it: kobject_add failed > for i2c-1 with -EEXIST, don't try to re.... > 21:09 < pmp> other fe-driver have a callback in their config-struct... > 21:09 < pmp> I start to believe there is a reason ;) > > I better cut it now. I've learned never to expect anything different from you, such a pity. Steve ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-09-05 20:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <48B8400A.9030409@linuxtv.org>
[not found] ` <48B98914.1020800@w3z.co.uk>
[not found] ` <48B98B89.80803@linuxtv.org>
2008-08-31 3:57 ` [linux-dvb] DVB-S2 / Multiproto and future modulation support Markus Rechberger
2008-08-31 4:21 ` Greg KH
2008-09-05 20:54 ` Aidan Thornton
2008-08-31 21:26 ` Steven Toth
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox