|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
First release-candidate for 0.17.1 -- please test!Hi,
Linux kernel 2.6.26 was released a few days ago, and as with most linux kernel releases nowadays, it breaks the API. Hance, I just packed the first release candidate for 0.17.1. There isn't much news in this release, except the support for linux 2.6.26. As usual you can get it from http://dxr3.sourceforge.net/download/em8300-0.17.1-rc1.tar.gz Many thanks to Christian Gmeiner who did most the work for compatibility with 2.6.16 in his private repository http://freehg.org/u/austriancoder/em8300-cgmeiner/ I merged one of his patch as is. As for the other one, I was not fully satisfied with it, so I reworked it, but it was still very usefull as a guide. All comments are welcome. Please give it a try and report. Cheers, Nicolas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
|
|
Re: First release-candidate for 0.17.1 -- please test!Nicolas Boullis wrote:
> All comments are welcome. Please give it a try and report. It doesn't compile here: [jan@server modules]$ make clean && time make make -C /lib/modules/2.6.26/build SUBDIRS=/usr/local/src/em8300-nboullis/modules clean make[1]: Entering directory `/usr/src/linux-2.6.26' CLEAN /usr/local/src/em8300-nboullis/modules/.tmp_versions make[1]: Leaving directory `/usr/src/linux-2.6.26' [ ! -x ./update_em8300_version.sh ] || ./update_em8300_version.sh em8300_version.h make -C /lib/modules/2.6.26/build SUBDIRS=/usr/local/src/em8300-nboullis/modules modules make[1]: Entering directory `/usr/src/linux-2.6.26' CC [M] /usr/local/src/em8300-nboullis/modules/adv717x.o CC [M] /usr/local/src/em8300-nboullis/modules/bt865.o CC [M] /usr/local/src/em8300-nboullis/modules/em8300_main.o /usr/local/src/em8300-nboullis/modules/em8300_main.c:72:2: Fehler: #error "This needs the I2C Bit Banging Interface in your Kernel" make[2]: *** [/usr/local/src/em8300-nboullis/modules/em8300_main.o] Fehler 1 make[1]: *** [_module_/usr/local/src/em8300-nboullis/modules] Fehler 2 make[1]: Leaving directory `/usr/src/linux-2.6.26' make: *** [build] Fehler 2 [jan@server linux]$ gi i2c .config CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=m # I2C Hardware Bus support # CONFIG_I2C_ALI1535 is not set # CONFIG_I2C_ALI1563 is not set # CONFIG_I2C_ALI15X3 is not set # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set CONFIG_I2C_I801=m # CONFIG_I2C_I810 is not set CONFIG_I2C_PIIX4=m # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_OCORES is not set # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_PROSAVAGE is not set # CONFIG_I2C_SAVAGE4 is not set # CONFIG_I2C_SIMTEC is not set # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set # CONFIG_I2C_SIS96X is not set # CONFIG_I2C_TAOS_EVM is not set # CONFIG_I2C_STUB is not set # CONFIG_I2C_TINY_USB is not set # CONFIG_I2C_VIA is not set # CONFIG_I2C_VIAPRO is not set # CONFIG_I2C_VOODOO3 is not set # CONFIG_I2C_PCA_PLATFORM is not set # Miscellaneous I2C Chip support # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set # CONFIG_I2C_DEBUG_BUS is not set # CONFIG_I2C_DEBUG_CHIP is not set Did I forget something in my new kernel? - Jan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
|
|
Re: First release-candidate for 0.17.1 -- please test!There were also some changes in the i2c config stuff and its not
possible to select i2c algorithms directly. Therefore you need to select a i2c driver, which needs i2c bit banging. CONFIG_I2C_PARPORT_LIGHT=m greets, Christian 2008/7/17 Jan Willies <jan@...>: > Nicolas Boullis wrote: >> All comments are welcome. Please give it a try and report. > > It doesn't compile here: > > [jan@server modules]$ make clean && time make > make -C /lib/modules/2.6.26/build SUBDIRS=/usr/local/src/em8300-nboullis/modules clean > make[1]: Entering directory `/usr/src/linux-2.6.26' > CLEAN /usr/local/src/em8300-nboullis/modules/.tmp_versions > make[1]: Leaving directory `/usr/src/linux-2.6.26' > [ ! -x ./update_em8300_version.sh ] || ./update_em8300_version.sh em8300_version.h > make -C /lib/modules/2.6.26/build SUBDIRS=/usr/local/src/em8300-nboullis/modules modules > make[1]: Entering directory `/usr/src/linux-2.6.26' > CC [M] /usr/local/src/em8300-nboullis/modules/adv717x.o > CC [M] /usr/local/src/em8300-nboullis/modules/bt865.o > CC [M] /usr/local/src/em8300-nboullis/modules/em8300_main.o > /usr/local/src/em8300-nboullis/modules/em8300_main.c:72:2: Fehler: #error "This needs the I2C Bit Banging Interface in your Kernel" > make[2]: *** [/usr/local/src/em8300-nboullis/modules/em8300_main.o] Fehler 1 > make[1]: *** [_module_/usr/local/src/em8300-nboullis/modules] Fehler 2 > make[1]: Leaving directory `/usr/src/linux-2.6.26' > make: *** [build] Fehler 2 > > [jan@server linux]$ gi i2c .config > CONFIG_I2C=y > CONFIG_I2C_BOARDINFO=y > CONFIG_I2C_CHARDEV=m > # I2C Hardware Bus support > # CONFIG_I2C_ALI1535 is not set > # CONFIG_I2C_ALI1563 is not set > # CONFIG_I2C_ALI15X3 is not set > # CONFIG_I2C_AMD756 is not set > # CONFIG_I2C_AMD8111 is not set > CONFIG_I2C_I801=m > # CONFIG_I2C_I810 is not set > CONFIG_I2C_PIIX4=m > # CONFIG_I2C_NFORCE2 is not set > # CONFIG_I2C_OCORES is not set > # CONFIG_I2C_PARPORT_LIGHT is not set > # CONFIG_I2C_PROSAVAGE is not set > # CONFIG_I2C_SAVAGE4 is not set > # CONFIG_I2C_SIMTEC is not set > # CONFIG_I2C_SIS5595 is not set > # CONFIG_I2C_SIS630 is not set > # CONFIG_I2C_SIS96X is not set > # CONFIG_I2C_TAOS_EVM is not set > # CONFIG_I2C_STUB is not set > # CONFIG_I2C_TINY_USB is not set > # CONFIG_I2C_VIA is not set > # CONFIG_I2C_VIAPRO is not set > # CONFIG_I2C_VOODOO3 is not set > # CONFIG_I2C_PCA_PLATFORM is not set > # Miscellaneous I2C Chip support > # CONFIG_I2C_DEBUG_CORE is not set > # CONFIG_I2C_DEBUG_ALGO is not set > # CONFIG_I2C_DEBUG_BUS is not set > # CONFIG_I2C_DEBUG_CHIP is not set > > Did I forget something in my new kernel? > > > - Jan > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Dxr3-devel mailing list > Dxr3-devel@... > https://lists.sourceforge.net/lists/listinfo/dxr3-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
|
|
Re: First release-candidate for 0.17.1 -- please test!Christian Gmeiner wrote:
> There were also some changes in the i2c config stuff and its not > possible to select i2c algorithms directly. Therefore you need to > select a i2c driver, which needs i2c bit banging. > > CONFIG_I2C_PARPORT_LIGHT=m Thanks, it works great now. Hopefully LIRC catches up soon so that I can switch to .26 completely. - Jan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
|
|
Re: First release-candidate for 0.17.1 -- please test!Hello,
0.17.1 works with kernel 2.6.26 and VDR. S. Am Donnerstag, 17. Juli 2008 00:11:21 schrieb Nicolas Boullis: > Hi, > > Linux kernel 2.6.26 was released a few days ago, and as with most linux > kernel releases nowadays, it breaks the API. > Hance, I just packed the first release candidate for 0.17.1. There isn't > much news in this release, except the support for linux 2.6.26. > As usual you can get it from > http://dxr3.sourceforge.net/download/em8300-0.17.1-rc1.tar.gz > > Many thanks to Christian Gmeiner who did most the work for compatibility > with 2.6.16 in his private repository > http://freehg.org/u/austriancoder/em8300-cgmeiner/ > I merged one of his patch as is. As for the other one, I was not fully > satisfied with it, so I reworked it, but it was still very usefull as a > guide. > > All comments are welcome. Please give it a try and report. > > > Cheers, > > Nicolas > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & win > great prizes Grand prize is a trip for two to an Open Source event anywhere > in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Dxr3-devel mailing list > Dxr3-devel@... > https://lists.sourceforge.net/lists/listinfo/dxr3-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
|
|
Re: First release-candidate for 0.17.1 -- please test!* Nicolas Boullis <nboullis@...>:
| http://dxr3.sourceforge.net/download/em8300-0.17.1-rc1.tar.gz 2.4.36.6 ok ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
| Free embeddable forum powered by Nabble | Forum Help |