<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Lorin Olivier&#8217;s GL860 driver</title>
	<atom:link href="http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/</link>
	<description>they got a skin and they put me in</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:01:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Nol</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17195</link>
		<dc:creator>Nol</dc:creator>
		<pubDate>Mon, 01 Sep 2008 22:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17195</guid>
		<description>Just a precision : report here please as you post here.</description>
		<content:encoded><![CDATA[<p>Just a precision : report here please as you post here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nol</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17194</link>
		<dc:creator>Nol</dc:creator>
		<pubDate>Mon, 01 Sep 2008 16:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17194</guid>
		<description>Hi ! you have a lot of chance because I do not look at this page often. Please go to http://ubuntuforums.org/showthread.php?t=869263 next times.
After some google search, this error occured also with kernel 2.6.26something. Try what is in this post to solve the trouble : http://www.gossamer-threads.com/lists/linux/kernel/951452 and reports the result.</description>
		<content:encoded><![CDATA[<p>Hi ! you have a lot of chance because I do not look at this page often. Please go to <a href="http://ubuntuforums.org/showthread.php?t=869263" rel="nofollow">http://ubuntuforums.org/showthread.php?t=869263</a> next times.<br />
After some google search, this error occured also with kernel 2.6.26something. Try what is in this post to solve the trouble : <a href="http://www.gossamer-threads.com/lists/linux/kernel/951452" rel="nofollow">http://www.gossamer-threads.com/lists/linux/kernel/951452</a> and reports the result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: root_42</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17186</link>
		<dc:creator>root_42</dc:creator>
		<pubDate>Sat, 30 Aug 2008 17:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17186</guid>
		<description>I tried compiling the GIT version, as the released version on sf.net, but i get (with 2.6.27-rc4) the following error:

~/compile/nvgl$ ./install
*****************************************************************************
 1/8) [Kernel headers for current kernel installed]

 2/8) [Make is present]
*****************************************************************************
 3/8) [No old module...] Nothing to do

 4/8) [Clean up from previous compilations]
 $ make -f Makefile.standalone clean
make -C /lib/modules/2.6.27-rc4-wl/build SUBDIRS=/home/schmitz/compile/nvgl clean
make[1]: Entering directory `/root/compile/wireless-testing&#039;
  CLEAN   /home/schmitz/compile/nvgl/.tmp_versions
make[1]: Leaving directory `/root/compile/wireless-testing&#039;
*****************************************************************************
 5/8) [Source code generation...]
 6/8) [Compiling driver...]
 $ make -f Makefile.standalone
make -C /lib/modules/2.6.27-rc4-wl/build SUBDIRS=/home/schmitz/compile/nvgl modules
make[1]: Entering directory `/root/compile/wireless-testing&#039;
  CC [M]  /home/schmitz/compile/nvgl/gl860-usb.o
/home/schmitz/compile/nvgl/gl860-usb.c: In function &#039;usb_gl860_probe&#039;:
/home/schmitz/compile/nvgl/gl860-usb.c:755: error: implicit declaration of function &#039;PAGE_ALIGN&#039;
make[2]: *** [/home/schmitz/compile/nvgl/gl860-usb.o] Fehler 1
make[1]: *** [_module_/home/schmitz/compile/nvgl] Fehler 2
make[1]: Leaving directory `/root/compile/wireless-testing&#039;
make: *** [driver] Fehler 2

What do you make of that?</description>
		<content:encoded><![CDATA[<p>I tried compiling the GIT version, as the released version on sf.net, but i get (with 2.6.27-rc4) the following error:</p>
<p>~/compile/nvgl$ ./install<br />
*****************************************************************************<br />
 1/8) [Kernel headers for current kernel installed]</p>
<p> 2/8) [Make is present]<br />
*****************************************************************************<br />
 3/8) [No old module...] Nothing to do</p>
<p> 4/8) [Clean up from previous compilations]<br />
 $ make -f Makefile.standalone clean<br />
make -C /lib/modules/2.6.27-rc4-wl/build SUBDIRS=/home/schmitz/compile/nvgl clean<br />
make[1]: Entering directory `/root/compile/wireless-testing&#8217;<br />
  CLEAN   /home/schmitz/compile/nvgl/.tmp_versions<br />
make[1]: Leaving directory `/root/compile/wireless-testing&#8217;<br />
*****************************************************************************<br />
 5/8) [Source code generation...]<br />
 6/8) [Compiling driver...]<br />
 $ make -f Makefile.standalone<br />
make -C /lib/modules/2.6.27-rc4-wl/build SUBDIRS=/home/schmitz/compile/nvgl modules<br />
make[1]: Entering directory `/root/compile/wireless-testing&#8217;<br />
  CC [M]  /home/schmitz/compile/nvgl/gl860-usb.o<br />
/home/schmitz/compile/nvgl/gl860-usb.c: In function &#8216;usb_gl860_probe&#8217;:<br />
/home/schmitz/compile/nvgl/gl860-usb.c:755: error: implicit declaration of function &#8216;PAGE_ALIGN&#8217;<br />
make[2]: *** [/home/schmitz/compile/nvgl/gl860-usb.o] Fehler 1<br />
make[1]: *** [_module_/home/schmitz/compile/nvgl] Fehler 2<br />
make[1]: Leaving directory `/root/compile/wireless-testing&#8217;<br />
make: *** [driver] Fehler 2</p>
<p>What do you make of that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nol</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17068</link>
		<dc:creator>nol</dc:creator>
		<pubDate>Mon, 23 Jun 2008 10:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17068</guid>
		<description>OK thanks. There is no data in the logs I didn&#039;t use and that was important for the driver.</description>
		<content:encoded><![CDATA[<p>OK thanks. There is no data in the logs I didn&#8217;t use and that was important for the driver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: almighurt</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17067</link>
		<dc:creator>almighurt</dc:creator>
		<pubDate>Mon, 23 Jun 2008 06:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17067</guid>
		<description>Sorry, had no time before to make this log:

http://michael-gerhaeuser.de/gl860/brightness_min_max.log.c

no brightness changes in the captured images, so only the log.c file.</description>
		<content:encoded><![CDATA[<p>Sorry, had no time before to make this log:</p>
<p><a href="http://michael-gerhaeuser.de/gl860/brightness_min_max.log.c" rel="nofollow">http://michael-gerhaeuser.de/gl860/brightness_min_max.log.c</a></p>
<p>no brightness changes in the captured images, so only the log.c file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nol</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17059</link>
		<dc:creator>nol</dc:creator>
		<pubDate>Wed, 18 Jun 2008 14:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17059</guid>
		<description>@ Amighurt or Sur3

Hello, I need to be sure about the settings of parameter which are not asked to the webcam by the driver. So could you make a log while changing the brightness from the minimum to the maximum after the brightness of the picture is steady (not during the start of the webcam when the lumonisity chnages). If in the images created by relog there is no change in brightness, no problem, if there is a 
change, i need the raw log (not processed with relog).
Thanks</description>
		<content:encoded><![CDATA[<p>@ Amighurt or Sur3</p>
<p>Hello, I need to be sure about the settings of parameter which are not asked to the webcam by the driver. So could you make a log while changing the brightness from the minimum to the maximum after the brightness of the picture is steady (not during the start of the webcam when the lumonisity chnages). If in the images created by relog there is no change in brightness, no problem, if there is a<br />
change, i need the raw log (not processed with relog).<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nol</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17057</link>
		<dc:creator>Nol</dc:creator>
		<pubDate>Tue, 17 Jun 2008 11:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17057</guid>
		<description>Don&#039;t take these images into account.
Relog try to find the width and height of an image with the approximate number of bytes received and with Height=4/3*Width. Then it keeps as width the nearest of 320, 640, 800, 1024, 1280 or 1600 and infers a new height. When there is no prefered width near enough, it keeps the former width.
You have weird sizes because while making logs, there is too many data to log and USBSniff misses data, so you have smaller pictures than expected because image data were lost or bigger pictures because &quot;end of image marker&quot; were lost and the number of bytes received is that of 2 images or less depending on the data loss.

If you have clean images in 1280x960, that is the webcam send 1280x960 images.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t take these images into account.<br />
Relog try to find the width and height of an image with the approximate number of bytes received and with Height=4/3*Width. Then it keeps as width the nearest of 320, 640, 800, 1024, 1280 or 1600 and infers a new height. When there is no prefered width near enough, it keeps the former width.<br />
You have weird sizes because while making logs, there is too many data to log and USBSniff misses data, so you have smaller pictures than expected because image data were lost or bigger pictures because &#8220;end of image marker&#8221; were lost and the number of bytes received is that of 2 images or less depending on the data loss.</p>
<p>If you have clean images in 1280&#215;960, that is the webcam send 1280&#215;960 images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: almighurt</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17055</link>
		<dc:creator>almighurt</dc:creator>
		<pubDate>Tue, 17 Jun 2008 03:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17055</guid>
		<description>Of course, but you won&#039;t see much. Most of the image is white and black, just the upper part looks like there is something captured:
http://michael-gerhaeuser.de/gl860/im003.png
(converted to png, original bmp has about 5MB)

And with sizes &gt;= 640x480 there are only such pictures, nothing to see, mostly black, weird sizes (not only 1600x1080 but also 1600x1000, 1600x1002)</description>
		<content:encoded><![CDATA[<p>Of course, but you won&#8217;t see much. Most of the image is white and black, just the upper part looks like there is something captured:<br />
<a href="http://michael-gerhaeuser.de/gl860/im003.png" rel="nofollow">http://michael-gerhaeuser.de/gl860/im003.png</a><br />
(converted to png, original bmp has about 5MB)</p>
<p>And with sizes &gt;= 640&#215;480 there are only such pictures, nothing to see, mostly black, weird sizes (not only 1600&#215;1080 but also 1600&#215;1000, 1600&#215;1002)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nol</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17054</link>
		<dc:creator>Nol</dc:creator>
		<pubDate>Mon, 16 Jun 2008 21:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17054</guid>
		<description>Could you show me a picture in 1600x1080.</description>
		<content:encoded><![CDATA[<p>Could you show me a picture in 1600&#215;1080.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: almighurt</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/comment-page-3/#comment-17053</link>
		<dc:creator>almighurt</dc:creator>
		<pubDate>Mon, 16 Jun 2008 21:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185#comment-17053</guid>
		<description>p.s.: yes, it&#039;s really 1600x1080 and NOT 1600x1280 it&#039;s not a typo.</description>
		<content:encoded><![CDATA[<p>p.s.: yes, it&#8217;s really 1600&#215;1080 and NOT 1600&#215;1280 it&#8217;s not a typo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

