From: Geobert Q. <geo...@fr...> - 2004-12-28 20:34:00
|
Hello First thank you for this project, it makes the Samsung 193P usable under Linux :) I'm trying to compile the cvs (28/12/04) and when I configure I got : checking if linux/i2c-dev.h works alone... no checking if linux/i2c-dev.h works with some tweaks... no configure: error: Unable to use linux/i2c-dev.h on your system, this header may be more buggy than usual, or inexistant, try to (re-)install kernel headers. But my kernel headers are freshly installed :/ I'm using Debian Sarge with kernel 2.6.8 Thanks for any help |
From: Nicolas B. <ni...@bo...> - 2004-12-31 10:38:26
|
Hello, Could you send me i2c.h and i2c-dev.h which are in /usr/include/linux/ ? It seems that every distribution includes different headers... Thanks. Best regards, Happy new year, Nicolas On Tue, 2004-12-28 at 21:33 +0100, Geobert QUACH wrote: > Hello > > First thank you for this project, it makes the Samsung 193P usable under > Linux :) > > I'm trying to compile the cvs (28/12/04) and when I configure I got : > checking if linux/i2c-dev.h works alone... no > checking if linux/i2c-dev.h works with some tweaks... no > configure: error: Unable to use linux/i2c-dev.h on your system, this > header may be more buggy than usual, or inexistant, try to (re-)install > kernel headers. > > > But my kernel headers are freshly installed :/ > > I'm using Debian Sarge with kernel 2.6.8 > > Thanks for any help > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > ddccontrol-users mailing list > ddc...@li... > https://lists.sourceforge.net/lists/listinfo/ddccontrol-users > -- Nicolas Boichat <ni...@bo...> |
From: Geobert Q. <geo...@fr...> - 2004-12-31 11:14:37
|
Hi, Here they are :) Thanks for the answer :) Nicolas Boichat wrote: > Hello, > > Could you send me i2c.h and i2c-dev.h which are in /usr/include/linux/ ? > > It seems that every distribution includes different headers... > > Thanks. > > Best regards, Happy new year, > > Nicolas > > On Tue, 2004-12-28 at 21:33 +0100, Geobert QUACH wrote: > >>Hello >> >>First thank you for this project, it makes the Samsung 193P usable under >>Linux :) >> >>I'm trying to compile the cvs (28/12/04) and when I configure I got : >>checking if linux/i2c-dev.h works alone... no >>checking if linux/i2c-dev.h works with some tweaks... no >>configure: error: Unable to use linux/i2c-dev.h on your system, this >>header may be more buggy than usual, or inexistant, try to (re-)install >>kernel headers. >> >> >>But my kernel headers are freshly installed :/ >> >>I'm using Debian Sarge with kernel 2.6.8 >> >>Thanks for any help >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://productguide.itmanagersjournal.com/ >>_______________________________________________ >>ddccontrol-users mailing list >>ddc...@li... >>https://lists.sourceforge.net/lists/listinfo/ddccontrol-users >> |
From: Nicolas B. <ni...@bo...> - 2005-01-01 11:22:10
|
Hi, Thanks. Could you also provide config.log (generated by the configure process) ? Best regards, Nicolas On Fri, 2004-12-31 at 12:14 +0100, Geobert QUACH wrote: > Hi, > > Here they are :) > > Thanks for the answer :) > > Nicolas Boichat wrote: > > Hello, > > > > Could you send me i2c.h and i2c-dev.h which are in /usr/include/linux/ ? > > > > It seems that every distribution includes different headers... > > > > Thanks. > > > > Best regards, Happy new year, > > > > Nicolas > > > > On Tue, 2004-12-28 at 21:33 +0100, Geobert QUACH wrote: > > > >>Hello > >> > >>First thank you for this project, it makes the Samsung 193P usable under > >>Linux :) > >> > >>I'm trying to compile the cvs (28/12/04) and when I configure I got : > >>checking if linux/i2c-dev.h works alone... no > >>checking if linux/i2c-dev.h works with some tweaks... no > >>configure: error: Unable to use linux/i2c-dev.h on your system, this > >>header may be more buggy than usual, or inexistant, try to (re-)install > >>kernel headers. > >> > >> > >>But my kernel headers are freshly installed :/ > >> > >>I'm using Debian Sarge with kernel 2.6.8 > >> > >>Thanks for any help > >> > >> > >>------------------------------------------------------- > >>SF email is sponsored by - The IT Product Guide > >>Read honest & candid reviews on hundreds of IT Products from real users. > >>Discover which products truly live up to the hype. Start reading now. > >>http://productguide.itmanagersjournal.com/ > >>_______________________________________________ > >>ddccontrol-users mailing list > >>ddc...@li... > >>https://lists.sourceforge.net/lists/listinfo/ddccontrol-users > >> -- Nicolas Boichat <ni...@bo...> |
From: Nicolas B. <ni...@bo...> - 2005-01-10 00:23:41
|
Hi, I finally found a solution..... If linux/i2c-dev.h cannot be used, I define all the needed structures and constants in my own header (src/lib/i2c-dev.h). That's not very elegant, but it should work... Please do a cvs update, it should solve this problem. Best regards, Nicolas On Sat, 2005-01-01 at 13:41 +0100, Geobert QUACH wrote: > Here it is :) > > Nicolas Boichat wrote: > > Hi, > > > > Thanks. > > > > Could you also provide config.log (generated by the configure process) ? > > > > Best regards, > > > > Nicolas > > > > On Fri, 2004-12-31 at 12:14 +0100, Geobert QUACH wrote: > > > >>Hi, > >> > >>Here they are :) > >> > >>Thanks for the answer :) > >> > >>Nicolas Boichat wrote: > >> > >>>Hello, > >>> > >>>Could you send me i2c.h and i2c-dev.h which are in /usr/include/linux/ ? > >>> > >>>It seems that every distribution includes different headers... > >>> > >>>Thanks. > >>> > >>>Best regards, Happy new year, > >>> > >>>Nicolas > >>> > >>>On Tue, 2004-12-28 at 21:33 +0100, Geobert QUACH wrote: > >>> > >>> > >>>>Hello > >>>> > >>>>First thank you for this project, it makes the Samsung 193P usable under > >>>>Linux :) > >>>> > >>>>I'm trying to compile the cvs (28/12/04) and when I configure I got : > >>>>checking if linux/i2c-dev.h works alone... no > >>>>checking if linux/i2c-dev.h works with some tweaks... no > >>>>configure: error: Unable to use linux/i2c-dev.h on your system, this > >>>>header may be more buggy than usual, or inexistant, try to (re-)install > >>>>kernel headers. > >>>> > >>>> > >>>>But my kernel headers are freshly installed :/ > >>>> > >>>>I'm using Debian Sarge with kernel 2.6.8 > >>>> > >>>>Thanks for any help > >>>> > >>>> > >>>>------------------------------------------------------- > >>>>SF email is sponsored by - The IT Product Guide > >>>>Read honest & candid reviews on hundreds of IT Products from real users. > >>>>Discover which products truly live up to the hype. Start reading now. > >>>>http://productguide.itmanagersjournal.com/ > >>>>_______________________________________________ > >>>>ddccontrol-users mailing list > >>>>ddc...@li... > >>>>https://lists.sourceforge.net/lists/listinfo/ddccontrol-users > >>>> |
From: Geobert Q. <geo...@fr...> - 2005-01-11 23:42:14
|
Just tried it : it compiles like a charm. Now I wait my smsung screen to test it up. Nicolas Boichat wrote: > Hi, > > I finally found a solution..... If linux/i2c-dev.h cannot be used, I > define all the needed structures and constants in my own header > (src/lib/i2c-dev.h). That's not very elegant, but it should work... > > Please do a cvs update, it should solve this problem. > > Best regards, > > Nicolas > > On Sat, 2005-01-01 at 13:41 +0100, Geobert QUACH wrote: > >>Here it is :) >> >>Nicolas Boichat wrote: >> >>>Hi, >>> >>>Thanks. >>> >>>Could you also provide config.log (generated by the configure process) ? >>> >>>Best regards, >>> >>>Nicolas >>> >>>On Fri, 2004-12-31 at 12:14 +0100, Geobert QUACH wrote: >>> >>> >>>>Hi, >>>> >>>>Here they are :) >>>> >>>>Thanks for the answer :) >>>> >>>>Nicolas Boichat wrote: >>>> >>>> >>>>>Hello, >>>>> >>>>>Could you send me i2c.h and i2c-dev.h which are in /usr/include/linux/ ? >>>>> >>>>>It seems that every distribution includes different headers... >>>>> >>>>>Thanks. >>>>> >>>>>Best regards, Happy new year, >>>>> >>>>>Nicolas >>>>> >>>>>On Tue, 2004-12-28 at 21:33 +0100, Geobert QUACH wrote: >>>>> >>>>> >>>>> >>>>>>Hello >>>>>> >>>>>>First thank you for this project, it makes the Samsung 193P usable under >>>>>>Linux :) >>>>>> >>>>>>I'm trying to compile the cvs (28/12/04) and when I configure I got : >>>>>>checking if linux/i2c-dev.h works alone... no >>>>>>checking if linux/i2c-dev.h works with some tweaks... no >>>>>>configure: error: Unable to use linux/i2c-dev.h on your system, this >>>>>>header may be more buggy than usual, or inexistant, try to (re-)install >>>>>>kernel headers. >>>>>> >>>>>> >>>>>>But my kernel headers are freshly installed :/ >>>>>> >>>>>>I'm using Debian Sarge with kernel 2.6.8 >>>>>> >>>>>>Thanks for any help >>>>>> >>>>>> >>>>>>------------------------------------------------------- >>>>>>SF email is sponsored by - The IT Product Guide >>>>>>Read honest & candid reviews on hundreds of IT Products from real users. >>>>>>Discover which products truly live up to the hype. Start reading now. >>>>>>http://productguide.itmanagersjournal.com/ >>>>>>_______________________________________________ >>>>>>ddccontrol-users mailing list >>>>>>ddc...@li... >>>>>>https://lists.sourceforge.net/lists/listinfo/ddccontrol-users >>>>>> > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > ddccontrol-users mailing list > ddc...@li... > https://lists.sourceforge.net/lists/listinfo/ddccontrol-users > > -- Geobert QUACH http://articles-ido.dnsalias.net |
From: Christian S. <csc...@gm...> - 2005-01-22 15:54:17
|
hi, I'd like to report, that (g)ddccontrol works fine with my Samsung 193P Monitor and Club3D Radeon 9550 SE" graphics card under Debian "testing" with kernel 2.6.10. all i had to do is create the /dev/i2c* entries, and copy the xml files from the 173P. Thanks for some great work! btw.: i don't really like the user interface gddccontrol, if you are not woking on it, i'd consider writing a nicer one myself... Christian Schilling |
From: Oleg I. V. <ol...@cs...> - 2005-01-22 18:31:21
|
On Sat, 2005-01-22 at 17:03 +0100, Christian Schilling wrote: > > btw.: i don't really like the user interface gddccontrol, if you are > not > woking on it, i'd consider writing a nicer one myself... > You're welcome. ;-) Actually most of the things for maintaining project is done by Nicolas, so most credits should go to him. Everybody is lacking time to work on the project, so your help is appreciated. Regards, Oleg. |
From: Nicolas B. <ni...@bo...> - 2005-01-26 17:21:44
|
Hi, Thank you for your message. On Sat, 2005-01-22 at 17:03 +0100, Christian Schilling wrote: > hi, > I'd like to report, that (g)ddccontrol works fine with my Samsung 193P > Monitor and Club3D Radeon 9550 SE" graphics card under Debian "testing" > with kernel 2.6.10. > all i had to do is create the /dev/i2c* entries, and copy the xml files > from the 173P. > > Thanks for some great work! > > btw.: i don't really like the user interface gddccontrol, if you are not > woking on it, i'd consider writing a nicer one myself... I also don't like it very much, but, as Oleg said, I'm lacking of time to work on it, despite I have a lot of ideas about what I would like to see in it. I would be pleased to help you if you want to improve gddccontrol, or start a new GUI, but I don't think it is necessary to start a new one. Best regards, Nicolas |