|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
em8300 with linux 2.6.28?Hi,
Up to now, almost all 2.6 kernel versions broke the API somehow, thus requiring a new release of the em8300 driver. Has anyone tried the latest em8300 driver with a recent RC for 2.6.28? Is there anything broken? Cheers, Nicolas ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
|
|
Re: em8300 with linux 2.6.28?Hi Nicolas,
I think was was something.. but to be sure I will do a check later this day. greets, Christian 2008/12/8 Nicolas Boullis <nboullis@...>: > Hi, > > Up to now, almost all 2.6 kernel versions broke the API somehow, thus > requiring a new release of the em8300 driver. Has anyone tried the > latest em8300 driver with a recent RC for 2.6.28? Is there anything > broken? > > > Cheers, > > Nicolas > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Dxr3-devel mailing list > Dxr3-devel@... > https://lists.sourceforge.net/lists/listinfo/dxr3-devel > -- Christian Gmeiner, B.Sc. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
|
|
Re: em8300 with linux 2.6.28?Hi Christian,
On Tue, Dec 09, 2008 at 09:51:32AM +0100, Christian Gmeiner wrote: > Hi Nicolas, > > I think was was something.. but to be sure I will do a check later this day. Any result? Cheers, Nicolas ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
|
|
Re: em8300 with linux 2.6.28?Hi Nicolas,
looks good: ~/projects/em8300/modules $ make [ ! -x ./update_em8300_version.sh ] || ./update_em8300_version.sh em8300_version.h make -C /lib/modules/2.6.28-rc8/build SUBDIRS=/home/austriancoder/projects/em8300/modules modules make[1]: Entering directory `/usr/src/linux-2.6.28-rc8' CC [M] /home/austriancoder/projects/em8300/modules/adv717x.o CC [M] /home/austriancoder/projects/em8300/modules/bt865.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_main.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_i2c.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_audio.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_fifo.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_video.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_misc.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_dicom.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_ucode.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_ioctl.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_spu.o CC [M] /home/austriancoder/projects/em8300/modules/em9010.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_registration.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_procfs.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_devfs.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_udev.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_sysfs.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_alsa.o In file included from /home/austriancoder/projects/em8300/modules/em8300_alsa.c:25: include/sound/driver.h:1:2: warning: #warning "This file is deprecated" CC [M] /home/austriancoder/projects/em8300/modules/em8300_params.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_eeprom.o CC [M] /home/austriancoder/projects/em8300/modules/em8300_models.o LD [M] /home/austriancoder/projects/em8300/modules/em8300.o Building modules, stage 2. MODPOST 3 modules CC /home/austriancoder/projects/em8300/modules/adv717x.mod.o LD [M] /home/austriancoder/projects/em8300/modules/adv717x.ko CC /home/austriancoder/projects/em8300/modules/bt865.mod.o LD [M] /home/austriancoder/projects/em8300/modules/bt865.ko CC /home/austriancoder/projects/em8300/modules/em8300.mod.o LD [M] /home/austriancoder/projects/em8300/modules/em8300.ko make[1]: Leaving directory `/usr/src/linux-2.6.28-rc8' 2008/12/14, Nicolas Boullis <nboullis@...>: > Hi Christian, > > On Tue, Dec 09, 2008 at 09:51:32AM +0100, Christian Gmeiner wrote: >> Hi Nicolas, >> >> I think was was something.. but to be sure I will do a check later this >> day. > > Any result? > > > Cheers, > > Nicolas > -- Christian Gmeiner, B.Sc. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
|
|
Re: em8300 with linux 2.6.28?Hi,
On Mon, Dec 15, 2008 at 08:04:24AM +0100, Christian Gmeiner wrote: > Hi Nicolas, > > looks good: That's good news! :-) Cheers, Nicolas ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Dxr3-devel mailing list Dxr3-devel@... https://lists.sourceforge.net/lists/listinfo/dxr3-devel |
| Free embeddable forum powered by Nabble | Forum Help |