<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-3723</id>
	<title>Nabble - HW+ / DXR3 device driver for Linux</title>
	<updated>2009-11-24T04:13:57Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/HW+---DXR3-device-driver-for-Linux-f3723.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HW%2B---DXR3-device-driver-for-Linux-f3723.html" />
	<subtitle type="html">This project is an attempt to provide the Linux community with kernel drivers for two hugely popular DVD playback cards namely DXR3 from Creative Labs and Hollywood Plus from Sigma Designs. HW+ / DXR3 device driver for Linux home is &lt;a href=&quot;http://sourceforge.net/projects/dxr3/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26495149</id>
	<title>Re: vdr, em8300 0.17.4 and OSD</title>
	<published>2009-11-24T04:13:57Z</published>
	<updated>2009-11-24T04:13:57Z</updated>
	<author>
		<name>Christian Gmeiner-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;okay... the kernel is too new for 0.17.3. It looks like I have some
&lt;br&gt;hours free to work on it today. Maybe I can
&lt;br&gt;find the bug.
&lt;br&gt;&lt;br&gt;lg
&lt;br&gt;-- 
&lt;br&gt;Christian Gmeiner, MSc
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495149&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/vdr%2C-em8300-0.17.4-and-OSD-tp26480333p26495149.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494832</id>
	<title>Re: vdr, em8300 0.17.4 and OSD</title>
	<published>2009-11-24T04:09:01Z</published>
	<updated>2009-11-24T04:09:01Z</updated>
	<author>
		<name>yup-2</name>
	</author>
	<content type="html">I forgot to say, then even applying the proposed em8300.patch I still
&lt;br&gt;cannot compile modules, compilation hangs up with the following:
&lt;br&gt;&lt;br&gt;[vdr@archvdr modules]$ LANG=C make
&lt;br&gt;[ ! -x ./update_em8300_version.sh ] || ./update_em8300_version.sh
&lt;br&gt;em8300_version.h
&lt;br&gt;make -C /lib/modules/2.6.31-ARCH/build
&lt;br&gt;SUBDIRS=/home/vdr/install/em8300/em8300-0.17.3/modules modules
&lt;br&gt;make[1]: Entering directory `/usr/src/linux-2.6.31-ARCH'
&lt;br&gt;&amp;nbsp; &amp;nbsp;CC [M] &amp;nbsp;/home/vdr/install/em8300/em8300-0.17.3/modules/adv717x.o
&lt;br&gt;/home/vdr/install/em8300/em8300-0.17.3/modules/adv717x.c:236: error:
&lt;br&gt;unknown field 'detach_client' specified in initializer
&lt;br&gt;/home/vdr/install/em8300/em8300-0.17.3/modules/adv717x.c:236: warning:
&lt;br&gt;initialization from incompatible pointer type
&lt;br&gt;/home/vdr/install/em8300/em8300-0.17.3/modules/adv717x.c: In function
&lt;br&gt;'adv717x_detect':
&lt;br&gt;/home/vdr/install/em8300/em8300-0.17.3/modules/adv717x.c:726: error:
&lt;br&gt;implicit declaration of function 'i2c_attach_client'
&lt;br&gt;/home/vdr/install/em8300/em8300-0.17.3/modules/adv717x.c: In function
&lt;br&gt;'adv717x_detach_client':
&lt;br&gt;/home/vdr/install/em8300/em8300-0.17.3/modules/adv717x.c:756: error:
&lt;br&gt;implicit declaration of function 'i2c_detach_client'
&lt;br&gt;make[2]: *** [/home/vdr/install/em8300/em8300-0.17.3/modules/adv717x.o]
&lt;br&gt;Error 1
&lt;br&gt;make[1]: *** [_module_/home/vdr/install/em8300/em8300-0.17.3/modules]
&lt;br&gt;Error 2
&lt;br&gt;make[1]: Leaving directory `/usr/src/linux-2.6.31-ARCH'
&lt;br&gt;make: *** [build] Error 2
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Yarema
&lt;br&gt;&lt;br&gt;&amp;gt; The problem is know and I suggest you to switch back to em8300-0.17.3
&lt;br&gt;&amp;gt; and the OSD should be fixed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494832&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/vdr%2C-em8300-0.17.4-and-OSD-tp26480333p26494832.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26483073</id>
	<title>Re: vdr, em8300 0.17.4 and OSD</title>
	<published>2009-11-23T10:02:31Z</published>
	<updated>2009-11-23T10:02:31Z</updated>
	<author>
		<name>yup-2</name>
	</author>
	<content type="html">Right, problem is known, I have read the all thread about it. I even 
&lt;br&gt;tried to compile 0.17.3, but compilation stops with
&lt;br&gt;&lt;br&gt;~/install/em8300/em8300-0.17.3/modules/Kbuild:67: /Rules.make: No such 
&lt;br&gt;file or directory
&lt;br&gt;&lt;br&gt;As far I understand, there is some disagreement with kernel (2.6.31) and 
&lt;br&gt;lately it was fixed in 0.17.4.
&lt;br&gt;&lt;br&gt;Yarema
&lt;br&gt;&lt;br&gt;Christian Gmeiner написав(ла):
&lt;br&gt;&amp;gt; The problem is know and I suggest you to switch back to em8300-0.17.3
&lt;br&gt;&amp;gt; and the OSD should be fixed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26483073&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/vdr%2C-em8300-0.17.4-and-OSD-tp26480333p26483073.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26482602</id>
	<title>Re: vdr, em8300 0.17.4 and OSD</title>
	<published>2009-11-23T09:33:15Z</published>
	<updated>2009-11-23T09:33:15Z</updated>
	<author>
		<name>Christian Gmeiner-4</name>
	</author>
	<content type="html">The problem is know and I suggest you to switch back to em8300-0.17.3
&lt;br&gt;and the OSD should be fixed.
&lt;br&gt;&lt;br&gt;2009/11/23 YUP &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482602&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yupadmin@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a problem with the current em8300 driver. Actually I'm using
&lt;br&gt;&amp;gt; archlinux with the stock 2.6.31 kernel, em8300-0.17.4 drivers and vdr
&lt;br&gt;&amp;gt; 1.7.0 with dxr3 plugin. I have read that the previous version, 0.17.3,
&lt;br&gt;&amp;gt; had the  same bug with OSD.
&lt;br&gt;&amp;gt; I uploaded few of my screenshots: &lt;a href=&quot;http://omploader.org/vMnU5aQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://omploader.org/vMnU5aQ&lt;/a&gt;&amp;nbsp;,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://omploader.org/vMnU5bA&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://omploader.org/vMnU5bA&lt;/a&gt;&amp;nbsp;, &lt;a href=&quot;http://omploader.org/vMnU5bQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://omploader.org/vMnU5bQ&lt;/a&gt;&amp;nbsp;. I can also
&lt;br&gt;&amp;gt; provide any additional information, logs etc. Just please let me know
&lt;br&gt;&amp;gt; what you need.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yarema
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Dxr3-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482602&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Christian Gmeiner, MSc
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26482602&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/vdr%2C-em8300-0.17.4-and-OSD-tp26480333p26482602.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26480333</id>
	<title>vdr, em8300 0.17.4 and OSD</title>
	<published>2009-11-23T07:37:44Z</published>
	<updated>2009-11-23T07:37:44Z</updated>
	<author>
		<name>yup-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have a problem with the current em8300 driver. Actually I'm using 
&lt;br&gt;archlinux with the stock 2.6.31 kernel, em8300-0.17.4 drivers and vdr 
&lt;br&gt;1.7.0 with dxr3 plugin. I have read that the previous version, 0.17.3, 
&lt;br&gt;had the &amp;nbsp;same bug with OSD.
&lt;br&gt;I uploaded few of my screenshots: &lt;a href=&quot;http://omploader.org/vMnU5aQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://omploader.org/vMnU5aQ&lt;/a&gt;&amp;nbsp;, 
&lt;br&gt;&lt;a href=&quot;http://omploader.org/vMnU5bA&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://omploader.org/vMnU5bA&lt;/a&gt;&amp;nbsp;, &lt;a href=&quot;http://omploader.org/vMnU5bQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://omploader.org/vMnU5bQ&lt;/a&gt;&amp;nbsp;. I can also 
&lt;br&gt;provide any additional information, logs etc. Just please let me know 
&lt;br&gt;what you need.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Yarema
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26480333&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/vdr%2C-em8300-0.17.4-and-OSD-tp26480333p26480333.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25923584</id>
	<title>[Pull Request]</title>
	<published>2009-10-16T04:03:41Z</published>
	<updated>2009-10-16T04:03:41Z</updated>
	<author>
		<name>Christian Gmeiner-4</name>
	</author>
	<content type="html">Hi Nicolas,
&lt;br&gt;&lt;br&gt;at the moment I try to implement stillpicture support into the
&lt;br&gt;vdr-plugin-dxr3, but I run into some problems with playmodes.
&lt;br&gt;And after a quick look at the driver I found out why. Many playmodes
&lt;br&gt;are not supported and the ioctl does always return 0.
&lt;br&gt;Hope this patch get in... and I am quite sure I will find other places
&lt;br&gt;where I will write a patch for.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://hg.assembla.com/em8300-cgmeiner&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hg.assembla.com/em8300-cgmeiner&lt;/a&gt;&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;-- 
&lt;br&gt;Christian Gmeiner, MSc
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25923584&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Pull-Request--tp25923584p25923584.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25915895</id>
	<title>Re: 0.17.4 is out</title>
	<published>2009-10-15T13:54:59Z</published>
	<updated>2009-10-15T13:54:59Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Thu, Oct 15, 2009 at 11:11:36AM +0200, Christian Gmeiner wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; With commit 1b9e3804075c2dc6f70beb2e9d14ecbb6f23710c I done a minute
&lt;br&gt;&amp;gt; ago it does check all ioctl syscalls.
&lt;br&gt;&lt;br&gt;So what? Does it report any failed ioctl? (I'm afraid it does not...)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; So here are the results with the same plugin/vdr version and kernel 2.6.29:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If i disable both em8300_spu_setpalette calls I get an osd with the
&lt;br&gt;&amp;gt; colors like in
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&lt;/a&gt;&lt;br&gt;&lt;br&gt;OK. At least, this is good news: It means that if nothing tries to set 
&lt;br&gt;the palette, then we get the same palette (I guess it is hardcoded in 
&lt;br&gt;the firmware) with linux 2.6.29 and 2.6.31. Nothing is changing the 
&lt;br&gt;palette behind the scene.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; If i disable the em8300_spu_setpalette call in em8300_spu_ioctl
&lt;br&gt;&amp;gt; function I get a good
&lt;br&gt;&amp;gt; looking OSD with different colors. This makes sense as the default
&lt;br&gt;&amp;gt; plaette colors are set.
&lt;br&gt;&lt;br&gt;Do you mean it is also different from the palette you had in
&lt;br&gt;&lt;a href=&quot;http://picasaweb.google.com/christian.gmeiner/Devel#5389194526505276370&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/christian.gmeiner/Devel#5389194526505276370&lt;/a&gt;&lt;br&gt;?
&lt;br&gt;&lt;br&gt;If it is, I think this is really bad news. I think it would mean that 
&lt;br&gt;the em8300_spu_setpalette function fails to work fine with 2.6.31, 
&lt;br&gt;always setting the palette to the same palette (and I have absolutely no 
&lt;br&gt;idea where this palette comes from). But reading the code of the 
&lt;br&gt;function, I don't se anything that could fail.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; If i enable all em8300_spu_setpalette calls I get a good looking OSD
&lt;br&gt;&amp;gt; with correct color palette
&lt;br&gt;&amp;gt; used.
&lt;br&gt;&lt;br&gt;At least it means that the hardware is good, and that the em8300 driver 
&lt;br&gt;still works fine with linux 2.6.29.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I dont know if its ioctl related, as on 2.6.31 the default color
&lt;br&gt;&amp;gt; palette gets not set.
&lt;br&gt;&lt;br&gt;It looks like you're right.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; So there might be a problem with register writes.
&lt;br&gt;&lt;br&gt;I can't imagine there is such a problem, as there are many other 
&lt;br&gt;places where write_register: if this function did not work, I think many 
&lt;br&gt;other things would not work. Moreover, the palette gets changed, since 
&lt;br&gt;you have a different palette when all calls to em8300_spu_setpalette are 
&lt;br&gt;disabled (the palette hardcoded in the firmware).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Hope I could help you
&lt;br&gt;&lt;br&gt;Unfortunately, not that much, since I now have no idea what fails...
&lt;br&gt;&lt;br&gt;It might be worth trying &amp;quot;funny&amp;quot; things, like replacing both pal[i] in 
&lt;br&gt;em8300_spu_setpalette with:
&lt;br&gt;&amp;nbsp;* pal[(i+8)%16]
&lt;br&gt;&amp;nbsp;* (((unsigned)i)&amp;lt;&amp;lt;24) | 0xFF0000
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; PS: Sorry for the long delay... I am very busy with vdr-plugin-dxr3 at
&lt;br&gt;&amp;gt; the moment.
&lt;br&gt;&lt;br&gt;No problem. As far as I am concerned, I don't use 2.6.31, so I'm not 
&lt;br&gt;affected by this bug...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25915895&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25915895.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25905327</id>
	<title>Re: 0.17.4 is out</title>
	<published>2009-10-15T02:11:36Z</published>
	<updated>2009-10-15T02:11:36Z</updated>
	<author>
		<name>Christian Gmeiner-4</name>
	</author>
	<content type="html">2009/10/5 Nicolas Boullis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25905327&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nboullis@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Christian,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Oct 05, 2009 at 09:15:06PM +0200, Christian Gmeiner wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Nicolas,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; doing only this:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;         case EM8300_IOCTL_SPU_SETPALETTE:
&lt;br&gt;&amp;gt;&amp;gt;                 if (copy_from_user(clu, (void *) arg, 16 * 4))
&lt;br&gt;&amp;gt;&amp;gt;                         return -EFAULT;
&lt;br&gt;&amp;gt;&amp;gt;                 //em8300_spu_setpalette(em, clu);
&lt;br&gt;&amp;gt;&amp;gt;                 break;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; results in the same wrong picture as in previous mail.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That's a very interesting point. It means that the
&lt;br&gt;&amp;gt; EM8300_IOCTL_SPU_SETPALETTE ioctl does nothing... But I still have no
&lt;br&gt;&amp;gt; idea why... Does the dxr3 plugin check the return value of this ioctl?
&lt;/div&gt;&lt;br&gt;With commit 1b9e3804075c2dc6f70beb2e9d14ecbb6f23710c I done a minute
&lt;br&gt;ago it does check all ioctl syscalls.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; doing only this;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; int em8300_spu_open(struct em8300_s *em)
&lt;br&gt;&amp;gt;&amp;gt; {
&lt;br&gt;&amp;gt;&amp;gt;         em-&amp;gt;sp_ptsfifo_ptr = 0;
&lt;br&gt;&amp;gt;&amp;gt;         em-&amp;gt;sp_ptsvalid = 0;
&lt;br&gt;&amp;gt;&amp;gt;         em-&amp;gt;sp_mode = 1;
&lt;br&gt;&amp;gt;&amp;gt;         //em8300_spu_setpalette(em, default_palette);
&lt;br&gt;&amp;gt;&amp;gt;         write_ucregister(SP_Command, 0x2);
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;         return 0;
&lt;br&gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; results in a new image:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; and doing both results also in the new image.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ohh and..... 32-bit kernel.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hmmm... Can you also check with both calls to em8300_spu_setpalette
&lt;br&gt;&amp;gt; disabled, the same version of vdr and its dxr3 plugin, but a kernel &amp;lt;
&lt;br&gt;&amp;gt; 2.6.31? And the same with only the first calls to em8300_spu_setpalette
&lt;br&gt;&amp;gt; disabled?
&lt;/div&gt;&lt;br&gt;So here are the results with the same plugin/vdr version and kernel 2.6.29:
&lt;br&gt;&lt;br&gt;If i disable both em8300_spu_setpalette calls I get an osd with the
&lt;br&gt;colors like in
&lt;br&gt;&lt;a href=&quot;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&lt;/a&gt;&lt;br&gt;&lt;br&gt;If i disable the em8300_spu_setpalette call in em8300_spu_ioctl
&lt;br&gt;function I get a good
&lt;br&gt;looking OSD with different colors. This makes sense as the default
&lt;br&gt;plaette colors are set.
&lt;br&gt;&lt;br&gt;If i enable all em8300_spu_setpalette calls I get a good looking OSD
&lt;br&gt;with correct color palette
&lt;br&gt;used.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you get the same results as with linux 2.6.31, I think that would
&lt;br&gt;&amp;gt; confirm that the em8300_spu_setpalette function works fine, and that the
&lt;br&gt;&amp;gt; problem is really related to the ioctl...
&lt;br&gt;&lt;br&gt;I dont know if its ioctl related, as on 2.6.31 the default color
&lt;br&gt;palette gets not set. So there
&lt;br&gt;might be a problem with register writes.
&lt;br&gt;&lt;br&gt;Hope I could help you
&lt;br&gt;-- 
&lt;br&gt;Christian Gmeiner, MSc
&lt;br&gt;&lt;br&gt;PS: Sorry for the long delay... I am very busy with vdr-plugin-dxr3 at
&lt;br&gt;the moment.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25905327&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25905327.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25759025</id>
	<title>Re: 0.17.4 is out</title>
	<published>2009-10-05T14:11:10Z</published>
	<updated>2009-10-05T14:11:10Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi Christian,
&lt;br&gt;&lt;br&gt;On Mon, Oct 05, 2009 at 09:15:06PM +0200, Christian Gmeiner wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Nicolas,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; doing only this:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case EM8300_IOCTL_SPU_SETPALETTE:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (copy_from_user(clu, (void *) arg, 16 * 4))
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return -EFAULT;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //em8300_spu_setpalette(em, clu);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; results in the same wrong picture as in previous mail.
&lt;/div&gt;&lt;br&gt;That's a very interesting point. It means that the 
&lt;br&gt;EM8300_IOCTL_SPU_SETPALETTE ioctl does nothing... But I still have no 
&lt;br&gt;idea why... Does the dxr3 plugin check the return value of this ioctl?
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; doing only this;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; int em8300_spu_open(struct em8300_s *em)
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; em-&amp;gt;sp_ptsfifo_ptr = 0;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; em-&amp;gt;sp_ptsvalid = 0;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; em-&amp;gt;sp_mode = 1;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //em8300_spu_setpalette(em, default_palette);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; write_ucregister(SP_Command, 0x2);
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return 0;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; results in a new image:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; and doing both results also in the new image.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ohh and..... 32-bit kernel.
&lt;/div&gt;&lt;br&gt;Hmmm... Can you also check with both calls to em8300_spu_setpalette 
&lt;br&gt;disabled, the same version of vdr and its dxr3 plugin, but a kernel &amp;lt; 
&lt;br&gt;2.6.31? And the same with only the first calls to em8300_spu_setpalette 
&lt;br&gt;disabled?
&lt;br&gt;&lt;br&gt;If you get the same results as with linux 2.6.31, I think that would 
&lt;br&gt;confirm that the em8300_spu_setpalette function works fine, and that the 
&lt;br&gt;problem is really related to the ioctl...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks Christian for your help,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25759025&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25759025.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25758927</id>
	<title>Re: 0.17.4 is out</title>
	<published>2009-10-05T14:02:45Z</published>
	<updated>2009-10-05T14:02:45Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi Sebastian,
&lt;br&gt;&lt;br&gt;On Mon, Oct 05, 2009 at 06:59:33PM +0200, Sebastian Frei wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have another kernel crash. I just wanted to give 0.17.4 a quick try, compiled the modules and 
&lt;br&gt;&amp;gt; copied them over to the modules dir. I didn't have the time to analyze the the environment in depth.
&lt;br&gt;&amp;gt; 
&lt;br&gt;(...)
&lt;br&gt;&amp;gt; Oct &amp;nbsp;3 20:15:35 192.168.1.14 em8300-0: encoder chip found but no driver found within 5 seconds
&lt;br&gt;(...)
&lt;br&gt;&amp;gt; Oct &amp;nbsp;3 20:15:35 192.168.1.14 Modules linked in:
&lt;br&gt;&amp;gt; Oct &amp;nbsp;3 20:15:35 192.168.1.14 uhci_hcd(+)
&lt;br&gt;&amp;gt; Oct &amp;nbsp;3 20:15:35 192.168.1.14 usbcore
&lt;br&gt;&amp;gt; Oct &amp;nbsp;3 20:15:35 192.168.1.14 em8300(+)
&lt;br&gt;&amp;gt; Oct &amp;nbsp;3 20:15:35 192.168.1.14 floppy
&lt;br&gt;&amp;gt; Oct &amp;nbsp;3 20:15:35 192.168.1.14 evdev
&lt;br&gt;&lt;br&gt;Hmmm... It looks like the em8300 driver did not find the adv717x module. 
&lt;br&gt;Did you forget to run &amp;quot;depmod -a&amp;quot;?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Oct &amp;nbsp;3 20:15:35 192.168.1.14 EIP is at em8300_i2c_lock_client+0xf/0x50 [em8300]
&lt;br&gt;&lt;br&gt;Anyway, it's no reason for em8300_i2c_lock_client to crash!
&lt;br&gt;I should be able to write a patch to fix that within a few days (I know 
&lt;br&gt;where the problem is, I have to find the best way to fix it.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks Sebastian for your report,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25758927&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25758927.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25756985</id>
	<title>Re: 0.17.4 is out</title>
	<published>2009-10-05T12:15:06Z</published>
	<updated>2009-10-05T12:15:06Z</updated>
	<author>
		<name>Christian Gmeiner-4</name>
	</author>
	<content type="html">Hi Nicolas,
&lt;br&gt;&lt;br&gt;doing only this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case EM8300_IOCTL_SPU_SETPALETTE:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (copy_from_user(clu, (void *) arg, 16 * 4))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return -EFAULT;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //em8300_spu_setpalette(em, clu);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;
&lt;br&gt;&lt;br&gt;results in the same wrong picture as in previous mail.
&lt;br&gt;&lt;br&gt;doing only this;
&lt;br&gt;&lt;br&gt;int em8300_spu_open(struct em8300_s *em)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; em-&amp;gt;sp_ptsfifo_ptr = 0;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; em-&amp;gt;sp_ptsvalid = 0;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; em-&amp;gt;sp_mode = 1;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //em8300_spu_setpalette(em, default_palette);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; write_ucregister(SP_Command, 0x2);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return 0;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;results in a new image:
&lt;br&gt;&lt;a href=&quot;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/christian.gmeiner/Devel#5389194589710723970&lt;/a&gt;&lt;br&gt;&lt;br&gt;and doing both results also in the new image.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ohh and..... 32-bit kernel.
&lt;br&gt;&lt;br&gt;2009/10/2 Nicolas Boullis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25756985&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nboullis@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Christian,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Fri, Oct 02, 2009 at 03:39:10PM +0200, Christian Gmeiner wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Nicolas,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have done an update to kernel version 2.6.31.1 and used this
&lt;br&gt;&amp;gt;&amp;gt; release. And I got osd color problems in vdr :(
&lt;br&gt;&amp;gt;&amp;gt; Here are two pictures:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://picasaweb.google.com/lh/sredir?uname=christian.gmeiner&amp;target=ALBUM&amp;id=5387994454666074289&amp;authkey=Gv1sRgCIOvp-q2rPmdnwE&amp;feat=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/lh/sredir?uname=christian.gmeiner&amp;target=ALBUM&amp;id=5387994454666074289&amp;authkey=Gv1sRgCIOvp-q2rPmdnwE&amp;feat=email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for the pictures. Are the wrong colors always the same?
&lt;br&gt;&amp;gt; Can you try to comment out the first call to em8300_spu_setpalette in
&lt;br&gt;&amp;gt; em8300_spu.c and see if it changes the colors? (If it does, a new
&lt;br&gt;&amp;gt; picture would be nice, so I can compare with the tests I can do myself.)
&lt;br&gt;&amp;gt; Same question if you comment out both calls to em8300_spu_setpalette.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As freehg has lot of problems, is there a way to publish you hg tree
&lt;br&gt;&amp;gt;&amp;gt; (newi2c) at an other hosting service? sf.net?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think there's no need to, since all the changes in the newi2c tree
&lt;br&gt;&amp;gt; have been merged to the main tree (which is published on sf.net).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for your help,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nicolas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PS: are you usig a 32- or a 64-bit kernel?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;&amp;gt; is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;&amp;gt; developing skills, take BlackBerry mobile applications to market and stay
&lt;br&gt;&amp;gt; ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Dxr3-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25756985&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Christian Gmeiner, B.Sc.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25756985&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25756985.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25754529</id>
	<title>Re: 0.17.4 is out</title>
	<published>2009-10-05T09:59:33Z</published>
	<updated>2009-10-05T09:59:33Z</updated>
	<author>
		<name>Bugzilla from dr.nop@gmx.net</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have another kernel crash. I just wanted to give 0.17.4 a quick try, compiled the modules and 
&lt;br&gt;copied them over to the modules dir. I didn't have the time to analyze the the environment in depth.
&lt;br&gt;&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 Sigma Designs EM8300 0000:00:0d.0: enabling device (0004 -&amp;gt; 0006)
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 Sigma Designs EM8300 0000:00:0d.0: PCI INT A -&amp;gt; Link[LNKA] -&amp;gt; GSI 11 
&lt;br&gt;(level, low) -&amp;gt; IRQ 11
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 em8300-0: EM8300 8300 (rev 1)
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 bus: 0, devfn: 104, irq: 11,
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 memory: 0xf4000000.
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 em8300-0: mapped-memory at 0xc4c00000
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 em8300-0: using MTRR
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 IRQ 11/em8300: IRQF_DISABLED is not guaranteed on shared IRQs
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 em8300-0: detected card: Hollywood+ type 2.
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 em8300-0: Chip revision: 2
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 usbcore: registered new interface driver usbfs
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 usbcore: registered new interface driver hub
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 usbcore: registered new device driver usb
&lt;br&gt;Oct &amp;nbsp;3 20:15:30 192.168.1.14 uhci_hcd: USB Universal Host Controller Interface driver
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 em8300-0: encoder chip found but no driver found within 5 seconds
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 BUG: unable to handle kernel
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 NULL pointer dereference
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 at 00000030
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 IP:
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c49eb04f&amp;gt;] em8300_i2c_lock_client+0xf/0x50 [em8300]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 *pde = 00000000
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 Oops: 0000 [#1]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 last sysfs file: /sys/devices/LNXSYSTM:00/modalias
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 Modules linked in:
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 uhci_hcd(+)
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 usbcore
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 em8300(+)
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 floppy
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 evdev
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 Pid: 518, comm: modprobe Not tainted (2.6.31-VDR2 #13)
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 EIP: 0060:[&amp;lt;c49eb04f&amp;gt;] EFLAGS: 00010286 CPU: 0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 EIP is at em8300_i2c_lock_client+0xf/0x50 [em8300]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 EAX: 00000000 EBX: c3912800 ECX: c033be67 EDX: c3912948
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 ESI: c3933e00 EDI: 00000032 EBP: c3aadcc0 ESP: c3aadcb8
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 Process modprobe (pid: 518, ti=c3aac000 task=c3aeeac0 task.ti=c3aac000)
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 Stack:
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c49f5538
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c3aadccc
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c3aadd88
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c49eb753
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c49f5538
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00000000
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c39128e8
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c033be67
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c49f6d10
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00000000
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c04a169e
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c3aadd78
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c3aeeac0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c3aa007b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c012007b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 ffff0000
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00000000
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 ffffffc5
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c0121d84
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00000060
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00000286
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c3aadd94
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c3aadd44
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c0276073
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 Call Trace:
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c49eb753&amp;gt;] ? em8300_i2c_init2+0x293/0x460 [em8300]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c033be67&amp;gt;] ? _spin_unlock_irqrestore+0x37/0x60
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c012007b&amp;gt;] ? copy_process+0x5cb/0x920
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0121d84&amp;gt;] ? vprintk+0x104/0x260
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0276073&amp;gt;] ? i2c_transfer+0x93/0xb0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c01440bb&amp;gt;] ? trace_hardirqs_on+0xb/0x10
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c014673c&amp;gt;] ? debug_check_no_locks_freed+0x8c/0xc0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c01717de&amp;gt;] ? kfree+0x7e/0xb0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0144072&amp;gt;] ? trace_hardirqs_on_caller+0xf2/0x130
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c49eacf5&amp;gt;] ? init_em8300+0x1d5/0x370 [em8300]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c49f4b67&amp;gt;] ? em8300_probe+0x2b7/0x3f0 [em8300]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c020488e&amp;gt;] ? local_pci_probe+0xe/0x10
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c02048a7&amp;gt;] ? pci_call_probe+0x17/0x20
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0204901&amp;gt;] ? __pci_device_probe+0x51/0x60
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0204936&amp;gt;] ? pci_device_probe+0x26/0x60
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c024fb04&amp;gt;] ? really_probe+0x94/0x130
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0144072&amp;gt;] ? trace_hardirqs_on_caller+0xf2/0x130
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c024fc6c&amp;gt;] ? driver_probe_device+0x1c/0x30
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c01386fa&amp;gt;] ? down+0x2a/0x40
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c024fe09&amp;gt;] ? __driver_attach+0x99/0xd0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c024eabd&amp;gt;] ? bus_for_each_dev+0x3d/0x60
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c024fe59&amp;gt;] ? driver_attach+0x19/0x20
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c024fd70&amp;gt;] ? __driver_attach+0x0/0xd0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c024f257&amp;gt;] ? bus_add_driver+0x107/0x1c0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c02049b0&amp;gt;] ? pci_device_shutdown+0x0/0x20
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c02049b0&amp;gt;] ? pci_device_shutdown+0x0/0x20
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c02502e2&amp;gt;] ? driver_register+0x62/0xc0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0204a1b&amp;gt;] ? __pci_register_driver+0x4b/0xa0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c49fe000&amp;gt;] ? em8300_init+0x0/0xcf [em8300]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c49fe08e&amp;gt;] ? em8300_init+0x8e/0xcf [em8300]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0101027&amp;gt;] ? _stext+0x27/0x190
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c014e032&amp;gt;] ? sys_init_module+0x132/0x1e0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0144072&amp;gt;] ? trace_hardirqs_on_caller+0xf2/0x130
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c01f8f44&amp;gt;] ? trace_hardirqs_on_thunk+0xc/0x10
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 [&amp;lt;c0102d38&amp;gt;] ? sysenter_do_call+0x12/0x36
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 Code:
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 50
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 08
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 89
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 e5
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 8b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 82
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 8b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 52
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 5c
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 8d
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 04
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 82
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 8b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 5d
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 8b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 51
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 04
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c1
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 e2
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 08
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 21
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 d0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c3
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 55
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 89
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 e5
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 83
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 ec
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 08
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 8b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 50
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 18
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 8b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 40
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 1c
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 83
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c2
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 60
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 unparseable log message: &amp;quot;&amp;lt;8b&amp;gt; &amp;quot;
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 40
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 30
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 8b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 52
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 64
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 85
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 c0
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 74
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 0b
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 83
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 38
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 02
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 74
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 0a
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 ff
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 80
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 18
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 01
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 00
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 EIP: [&amp;lt;c49eb04f&amp;gt;]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 em8300_i2c_lock_client+0xf/0x50 [em8300]
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 SS:ESP 0068:c3aadcb8
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 CR2: 0000000000000030
&lt;br&gt;Oct &amp;nbsp;3 20:15:35 192.168.1.14 ---[ end trace da645eb6f5f3fb2a ]---
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25754529&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25754529.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25727758</id>
	<title>Re: 0.17.4 is out</title>
	<published>2009-10-03T04:04:41Z</published>
	<updated>2009-10-03T04:04:41Z</updated>
	<author>
		<name>Jan Willies</name>
	</author>
	<content type="html">Hi Nicolas,
&lt;br&gt;&lt;br&gt;Am 02.10.2009 22:59, schrieb Nicolas Boullis:
&lt;br&gt;&amp;gt; On Fri, Oct 02, 2009 at 03:39:10PM +0200, Christian Gmeiner wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have done an update to kernel version 2.6.31.1 and used this
&lt;br&gt;&amp;gt;&amp;gt; release. And I got osd color problems in vdr :(
&lt;br&gt;&amp;gt;&amp;gt; Here are two pictures:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://picasaweb.google.com/lh/sredir?uname=christian.gmeiner&amp;target=ALBUM&amp;id=5387994454666074289&amp;authkey=Gv1sRgCIOvp-q2rPmdnwE&amp;feat=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/lh/sredir?uname=christian.gmeiner&amp;target=ALBUM&amp;id=5387994454666074289&amp;authkey=Gv1sRgCIOvp-q2rPmdnwE&amp;feat=email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for the pictures. Are the wrong colors always the same?
&lt;br&gt;&lt;br&gt;Yes, they are always the same on 2.6.31.
&lt;br&gt;&lt;br&gt;&amp;gt; PS: are you usig a 32- or a 64-bit kernel?
&lt;br&gt;&lt;br&gt;32-bit here.
&lt;br&gt;&lt;br&gt;I'm a bit afraid to screw my fs with 2.6.31 so I can't do any testing..
&lt;br&gt;&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; - jan
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25727758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25727758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25722614</id>
	<title>Re: 0.17.4 is out</title>
	<published>2009-10-02T13:59:10Z</published>
	<updated>2009-10-02T13:59:10Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi Christian,
&lt;br&gt;&lt;br&gt;On Fri, Oct 02, 2009 at 03:39:10PM +0200, Christian Gmeiner wrote:
&lt;br&gt;&amp;gt; Hi Nicolas,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have done an update to kernel version 2.6.31.1 and used this
&lt;br&gt;&amp;gt; release. And I got osd color problems in vdr :(
&lt;br&gt;&amp;gt; Here are two pictures:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://picasaweb.google.com/lh/sredir?uname=christian.gmeiner&amp;target=ALBUM&amp;id=5387994454666074289&amp;authkey=Gv1sRgCIOvp-q2rPmdnwE&amp;feat=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/lh/sredir?uname=christian.gmeiner&amp;target=ALBUM&amp;id=5387994454666074289&amp;authkey=Gv1sRgCIOvp-q2rPmdnwE&amp;feat=email&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks for the pictures. Are the wrong colors always the same?
&lt;br&gt;Can you try to comment out the first call to em8300_spu_setpalette in 
&lt;br&gt;em8300_spu.c and see if it changes the colors? (If it does, a new 
&lt;br&gt;picture would be nice, so I can compare with the tests I can do myself.)
&lt;br&gt;Same question if you comment out both calls to em8300_spu_setpalette.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; As freehg has lot of problems, is there a way to publish you hg tree
&lt;br&gt;&amp;gt; (newi2c) at an other hosting service? sf.net?
&lt;br&gt;&lt;br&gt;I think there's no need to, since all the changes in the newi2c tree 
&lt;br&gt;have been merged to the main tree (which is published on sf.net).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your help,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;PS: are you usig a 32- or a 64-bit kernel?
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25722614&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25722614.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25716545</id>
	<title>Re: 0.17.4 is out</title>
	<published>2009-10-02T06:39:10Z</published>
	<updated>2009-10-02T06:39:10Z</updated>
	<author>
		<name>Christian Gmeiner-4</name>
	</author>
	<content type="html">Hi Nicolas,
&lt;br&gt;&lt;br&gt;I have done an update to kernel version 2.6.31.1 and used this
&lt;br&gt;release. And I got osd color problems in vdr :(
&lt;br&gt;Here are two pictures:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://picasaweb.google.com/lh/sredir?uname=christian.gmeiner&amp;target=ALBUM&amp;id=5387994454666074289&amp;authkey=Gv1sRgCIOvp-q2rPmdnwE&amp;feat=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://picasaweb.google.com/lh/sredir?uname=christian.gmeiner&amp;target=ALBUM&amp;id=5387994454666074289&amp;authkey=Gv1sRgCIOvp-q2rPmdnwE&amp;feat=email&lt;/a&gt;&lt;br&gt;&lt;br&gt;As freehg has lot of problems, is there a way to publish you hg tree
&lt;br&gt;(newi2c) at an other hosting service? sf.net?
&lt;br&gt;Maybe this can be helpful to find the bug... i did a quick look at the
&lt;br&gt;diff of the two version, but I need more time to see what changed.
&lt;br&gt;&lt;br&gt;greets,
&lt;br&gt;Christian
&lt;br&gt;&lt;br&gt;2009/10/1 Nicolas Boullis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25716545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nboullis@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I just released version 0.17.4 of the em8300 driver.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This version adds (partial) support for linux 2.6.31. I write &amp;quot;partial&amp;quot;
&lt;br&gt;&amp;gt; because some color problems with the OSD have been reported, using this
&lt;br&gt;&amp;gt; version of the driver, with VDR and linux 2.6.31.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you experience problems using any kernel older than 2.6.31, please
&lt;br&gt;&amp;gt; report it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you experience problems using any application besides VDR, please
&lt;br&gt;&amp;gt; report it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you experience any problem besides a color problem with the OSD (or
&lt;br&gt;&amp;gt; subtitles), please report it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And, last but not least, if you experience this color problem with the
&lt;br&gt;&amp;gt; OSD, using this version of the em8300 driver, with VDR and linux 2.6.31,
&lt;br&gt;&amp;gt; I need more information about this problem. A picture showing the
&lt;br&gt;&amp;gt; problem would be nice (especially if you are using vdr's default skin).
&lt;br&gt;&amp;gt; I'd also like to know whether the wrong colors keep being the same with
&lt;br&gt;&amp;gt; time/reloading of the em8300 module/restart of vdr/reboot. And if you
&lt;br&gt;&amp;gt; have some time to spend, I'd be happy t give you things to test.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nicolas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;&amp;gt; is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;&amp;gt; developing skills, take BlackBerry mobile applications to market and stay
&lt;br&gt;&amp;gt; ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Dxr3-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25716545&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Christian Gmeiner, B.Sc.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25716545&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25716545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25689834</id>
	<title>0.17.4 is out</title>
	<published>2009-09-30T15:00:25Z</published>
	<updated>2009-09-30T15:00:25Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I just released version 0.17.4 of the em8300 driver.
&lt;br&gt;&lt;br&gt;This version adds (partial) support for linux 2.6.31. I write &amp;quot;partial&amp;quot; 
&lt;br&gt;because some color problems with the OSD have been reported, using this 
&lt;br&gt;version of the driver, with VDR and linux 2.6.31.
&lt;br&gt;&lt;br&gt;If you experience problems using any kernel older than 2.6.31, please 
&lt;br&gt;report it.
&lt;br&gt;&lt;br&gt;If you experience problems using any application besides VDR, please 
&lt;br&gt;report it.
&lt;br&gt;&lt;br&gt;If you experience any problem besides a color problem with the OSD (or 
&lt;br&gt;subtitles), please report it.
&lt;br&gt;&lt;br&gt;And, last but not least, if you experience this color problem with the 
&lt;br&gt;OSD, using this version of the em8300 driver, with VDR and linux 2.6.31, 
&lt;br&gt;I need more information about this problem. A picture showing the 
&lt;br&gt;problem would be nice (especially if you are using vdr's default skin). 
&lt;br&gt;I'd also like to know whether the wrong colors keep being the same with 
&lt;br&gt;time/reloading of the em8300 module/restart of vdr/reboot. And if you 
&lt;br&gt;have some time to spend, I'd be happy t give you things to test.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25689834&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/0.17.4-is-out-tp25689834p25689834.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25632355</id>
	<title>Re: Second release-candidate for 0.17.4 -- please	test!</title>
	<published>2009-09-27T03:01:18Z</published>
	<updated>2009-09-27T03:01:18Z</updated>
	<author>
		<name>Adam-51</name>
	</author>
	<content type="html">Nicolas Boullis wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Mon, Sep 21, 2009 at 07:40:51PM +0200, Adam wrote:
&lt;br&gt;&amp;gt;&amp;gt; Works with 2.6.31
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for your report.
&lt;br&gt;&amp;gt; Jan and Sebastian both reported problems with 2.6.31 using vdr. What 
&lt;br&gt;&amp;gt; application do you use?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;I'm using mplayer
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Adam
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25632355&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25632355.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25629314</id>
	<title>Fourth release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-26T15:17:42Z</published>
	<updated>2009-09-26T15:17:42Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Thanks to Sebastian Frei's report, I found a few problems that were 
&lt;br&gt;still in rc3.
&lt;br&gt;Hence, I just packed a new release candidate for 0.17.4. 
&lt;br&gt;As usual you can get it from
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://dxr3.sourceforge.net/download/em8300-0.17.4-rc4.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dxr3.sourceforge.net/download/em8300-0.17.4-rc4.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;All comments are welcome. Please give it a try and report. (Even if you 
&lt;br&gt;don't use a bleeding-edge kernel, things may be broken for old kernels 
&lt;br&gt;as well.)
&lt;br&gt;&lt;br&gt;Note that I read about problems when the em8300 drivers are used with 
&lt;br&gt;vdr and linux 2.6.31. I won't consider this a showstopper for 0.17.4, 
&lt;br&gt;since :
&lt;br&gt;&amp;nbsp;* it apparently does not affect users of linux &amp;lt; 2.6.31, so there is no 
&lt;br&gt;&amp;nbsp; &amp;nbsp;regression,
&lt;br&gt;&amp;nbsp;* it apparently does not affect osers of other applications, even with 
&lt;br&gt;&amp;nbsp; &amp;nbsp;linux 2.6.31.
&lt;br&gt;&lt;br&gt;Anyway, I'm willing to fix this, and consider the fix will deserve a new 
&lt;br&gt;release by itself. But I have no idea where the problem lies, so any 
&lt;br&gt;extra information is welcome. Are the wrong colors constant or do they 
&lt;br&gt;change with restarts of vdr, unloading/reloading of the em8300 module, 
&lt;br&gt;reboot, etc? A picture would be welcome (especially using vdr's default 
&lt;br&gt;skin).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25629314&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fourth-release-candidate-for-0.17.4----please-test%21-tp25629314p25629314.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25607473</id>
	<title>Re: Third release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-25T00:05:08Z</published>
	<updated>2009-09-25T00:05:08Z</updated>
	<author>
		<name>Bugzilla from dr.nop@gmx.net</name>
	</author>
	<content type="html">Am Donnerstag, 24. September 2009 23:11:23 schrieb Nicolas Boullis:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sebastian Frei pointed a kernel ooops when the em8300 module fails to
&lt;br&gt;&amp;gt; load the driver for the video encoder chip.
&lt;br&gt;&amp;gt; Hence, I just packed a new release candidate for 0.17.4.
&lt;br&gt;&amp;gt; As usual you can get it from
&lt;br&gt;&amp;gt; &amp;nbsp; &lt;a href=&quot;http://dxr3.sourceforge.net/download/em8300-0.17.4-rc3.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dxr3.sourceforge.net/download/em8300-0.17.4-rc3.tar.gz&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; All comments are welcome. Please give it a try and report. (Even if you
&lt;br&gt;&amp;gt; don't use a bleeding-edge kernel, things may be broken for old kernels
&lt;br&gt;&amp;gt; as well.)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nicolas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------------
&lt;br&gt;&amp;gt; --- Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;&amp;gt; &amp;nbsp;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;&amp;gt; &amp;nbsp;developing skills, take BlackBerry mobile applications to market and stay
&lt;br&gt;&amp;gt; &amp;nbsp;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register
&lt;br&gt;&amp;gt; &amp;nbsp;now&amp;#33; &lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Dxr3-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25607473&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;Hello,
&lt;br&gt;&lt;br&gt;VDR works, but shows wrong OSD colours.
&lt;br&gt;I tried various loading and unloading modules scenarios, and didn't get any kernel crashs.
&lt;br&gt;&lt;br&gt;I'll try a newer version of the dxr3 plugin to see if it solves the OSD issue.
&lt;br&gt;&lt;br&gt;S.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25607473&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Third-release-candidate-for-0.17.4----please-test%21-tp25602788p25607473.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25607357</id>
	<title>Re: Second release-candidate for 0.17.4 -- please	test!</title>
	<published>2009-09-24T23:40:49Z</published>
	<updated>2009-09-24T23:40:49Z</updated>
	<author>
		<name>Bugzilla from dr.nop@gmx.net</name>
	</author>
	<content type="html">Am Donnerstag, 24. September 2009 23:08:33 schrieb Nicolas Boullis:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Wed, Sep 23, 2009 at 09:54:52PM +0200, Sebastian Frei wrote:
&lt;br&gt;&amp;gt; &amp;gt; I copied the modules into the /lib/modules/2.6.31-VDR2/kernel/drivers
&lt;br&gt;&amp;gt; &amp;gt; directory, where all the other modules also are. Depmod did run.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Did you run it youself?
&lt;br&gt;&amp;gt; I just tried to &amp;quot;make install&amp;quot; the modules; make reported that &amp;quot;DEPMOD&amp;quot;
&lt;br&gt;&amp;gt; was run, but the modules.alias file and its friends were not updated.
&lt;br&gt;&amp;gt; Because of this, the em8300 module would not find the adv717x or bt865
&lt;br&gt;&amp;gt; modules.
&lt;br&gt;&amp;gt; I then ran &amp;quot;depmod -a&amp;quot; myself, and then everything was fine.
&lt;br&gt;&amp;gt; I have no idea why &amp;quot;make install&amp;quot; did not really run depmod...
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Yes I ran &amp;quot;depmod -a&amp;quot; myself after copying the modules into the modules directory.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; I'll try tomorrow if everything works after loading the adv717x module
&lt;br&gt;&amp;gt; &amp;gt; manually.
&lt;br&gt;&amp;gt; 
&lt;br&gt;Some tests, stiill with rc2:
&lt;br&gt;&lt;br&gt;/lib/modules/2.6.31-VDR2&amp;gt;modprobe em8300
&lt;br&gt;&lt;br&gt;dmesg:
&lt;br&gt;Sigma Designs EM8300 0000:00:0d.0: enabling device (0004 -&amp;gt; 0006) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;PCI: setting IRQ 11 as level-triggered &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Sigma Designs EM8300 0000:00:0d.0: PCI INT A -&amp;gt; Link[LNKA] -&amp;gt; GSI 11 (level, low) -&amp;gt; IRQ 11 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;em8300-0: EM8300 8300 (rev 1) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;bus: 0, devfn: 104, irq: 11, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;memory: 0xf4000000. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;em8300-0: mapped-memory at 0xc4c80000 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;em8300-0: using MTRR &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;IRQ 11/em8300: IRQF_DISABLED is not guaranteed on shared IRQs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;em8300-0: detected card: Hollywood+ type 2. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;em8300-0: Chip revision: 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;unable to register OSS PCM device 0:0
&lt;br&gt;&lt;br&gt;/lib/modules/2.6.31-VDR2&amp;gt;modprobe adv717x 
&lt;br&gt;&lt;br&gt;dmesg:
&lt;br&gt;adv717x.o: ADV7170 rev. 0 chip probed 
&lt;br&gt;&lt;br&gt;/lib/modules/2.6.31-VDR2&amp;gt;em8300setup &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Microcode uploaded to /dev/em8300-0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Current settings are: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Video &amp;nbsp; Aspect &amp;nbsp;Audio &amp;nbsp; Spu &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;PAL &amp;nbsp; &amp;nbsp; 4:3 &amp;nbsp; &amp;nbsp; ANALOG &amp;nbsp;OFF
&lt;br&gt;&lt;br&gt;dmesg:
&lt;br&gt;em8300-0: Microcode version 0x29 loaded 
&lt;br&gt;&lt;br&gt;/lib/modules/2.6.31-VDR2&amp;gt;rmmod adv717x em8300 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Killed
&lt;br&gt;&lt;br&gt;dmesg:
&lt;br&gt;&amp;nbsp;BUG: unable to handle kernel NULL pointer dereference at 00000024
&lt;br&gt;IP: [&amp;lt;c4bf420a&amp;gt;] release_em8300+0x9a/0xd0 [em8300]
&lt;br&gt;*pde = 00000000
&lt;br&gt;Oops: 0000 [#1]
&lt;br&gt;last sysfs file: /sys/kernel/uevent_seqnum
&lt;br&gt;Modules linked in: em8300(-) uhci_hcd usbcore floppy evdev [last unloaded: adv717x]
&lt;br&gt;&lt;br&gt;Pid: 663, comm: rmmod Not tainted (2.6.31-VDR2 #13)
&lt;br&gt;EIP: 0060:[&amp;lt;c4bf420a&amp;gt;] EFLAGS: 00010246 CPU: 0
&lt;br&gt;EIP is at release_em8300+0x9a/0xd0 [em8300]
&lt;br&gt;EAX: c3935600 EBX: 00000000 ECX: 00000000 EDX: 00000002
&lt;br&gt;ESI: c3922800 EDI: c389b400 EBP: c3bcfedc ESP: c3bcfed4
&lt;br&gt;&amp;nbsp;DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
&lt;br&gt;Process rmmod (pid: 663, ti=c3bce000 task=c388aa00 task.ti=c3bce000)
&lt;br&gt;Stack:
&lt;br&gt;&amp;nbsp;c3922800 c389b458 c3bcfef0 c4bfeb8d c389b400 c4c04e90 c4c04e90 c3bcfefc
&lt;br&gt;&amp;lt;0&amp;gt; c02049aa c389b458 c3bcff0c c024fee4 c389b458 c389b48c c3bcff20 c024fff8
&lt;br&gt;&amp;lt;0&amp;gt; c4c04e90 00000000 bff8f1d0 c3bcff2c c024f34d c4c04e90 c3bcff44 c0250387
&lt;br&gt;Call Trace:
&lt;br&gt;&amp;nbsp;[&amp;lt;c4bfeb8d&amp;gt;] ? em8300_remove+0x3d/0x60 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c02049aa&amp;gt;] ? pci_device_remove+0x3a/0x40
&lt;br&gt;&amp;nbsp;[&amp;lt;c024fee4&amp;gt;] ? __device_release_driver+0x84/0xd0
&lt;br&gt;&amp;nbsp;[&amp;lt;c024fff8&amp;gt;] ? driver_detach+0x88/0xc0
&lt;br&gt;&amp;nbsp;[&amp;lt;c024f34d&amp;gt;] ? bus_remove_driver+0x3d/0x60
&lt;br&gt;&amp;nbsp;[&amp;lt;c0250387&amp;gt;] ? driver_unregister+0x47/0x50
&lt;br&gt;&amp;nbsp;[&amp;lt;c025014f&amp;gt;] ? driver_remove_file+0xf/0x20
&lt;br&gt;&amp;nbsp;[&amp;lt;c0204a8a&amp;gt;] ? pci_unregister_driver+0x1a/0x30
&lt;br&gt;&amp;nbsp;[&amp;lt;c4bfebc2&amp;gt;] ? em8300_exit+0x12/0x28 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c014c2f4&amp;gt;] ? sys_delete_module+0x164/0x170
&lt;br&gt;&amp;nbsp;[&amp;lt;c0145feb&amp;gt;] ? __lock_release+0x3b/0x60
&lt;br&gt;&amp;nbsp;[&amp;lt;c0102d6b&amp;gt;] ? sysenter_exit+0xf/0x18
&lt;br&gt;&amp;nbsp;[&amp;lt;c0144072&amp;gt;] ? trace_hardirqs_on_caller+0xf2/0x130
&lt;br&gt;&amp;nbsp;[&amp;lt;c01f8f44&amp;gt;] ? trace_hardirqs_on_thunk+0xc/0x10
&lt;br&gt;&amp;nbsp;[&amp;lt;c0102d38&amp;gt;] ? sysenter_do_call+0x12/0x36
&lt;br&gt;Code: 8b 80 38 01 00 00 e8 66 cc 55 fb 8b 46 5c 85 c0 75 3f 89 f0 e8 68 d5 57 fb 5b 5e 5d c3 8d 74 
&lt;br&gt;26 00 8b 58 1c 31 c9 ba 02 00 00 00 &amp;lt;ff&amp;gt; 53 24 8b 46 78 85 c0 0f 84 74 ff ff ff 90 8d b4 26 00 00 00
&lt;br&gt;EIP: [&amp;lt;c4bf420a&amp;gt;] release_em8300+0x9a/0xd0 [em8300] SS:ESP 0068:c3bcfed4
&lt;br&gt;CR2: 0000000000000024
&lt;br&gt;---[ end trace 3528eaa7d6a88e3f ]---
&lt;br&gt;&lt;br&gt;&lt;br&gt;another test, now I saw that em8300 and adv717x were blacklisted in the modprobe.conf file:
&lt;br&gt;&lt;br&gt;/etc/modprobe.d&amp;gt;modprobe em8300
&lt;br&gt;&lt;br&gt;/etc/modprobe.d&amp;gt;lsmod &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Size &amp;nbsp;Used by
&lt;br&gt;adv717x &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9096 &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;em8300 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 71316 &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;uhci_hcd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23832 &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;usbcore &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 131288 &amp;nbsp;1 uhci_hcd
&lt;br&gt;floppy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 56904 &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;evdev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10884 &amp;nbsp;0 
&lt;br&gt;&lt;br&gt;/etc/modprobe.d&amp;gt;em8300setup &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Microcode uploaded to /dev/em8300-0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Current settings are: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Video &amp;nbsp; Aspect &amp;nbsp;Audio &amp;nbsp; Spu &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;PAL &amp;nbsp; &amp;nbsp; 4:3 &amp;nbsp; &amp;nbsp; ANALOG &amp;nbsp;OFF 
&lt;br&gt;&lt;br&gt;/etc/modprobe.d&amp;gt;rmmod adv717x &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;/etc/modprobe.d&amp;gt;lsmod &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Module &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Size &amp;nbsp;Used by &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;em8300 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 71316 &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;uhci_hcd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23832 &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;usbcore &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 131288 &amp;nbsp;1 uhci_hcd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;floppy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 56904 &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;evdev &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10884 &amp;nbsp;0 
&lt;br&gt;&lt;br&gt;/etc/modprobe.d&amp;gt;modprobe adv717x
&lt;br&gt;/etc/modprobe.d&amp;gt;em8300setup
&lt;br&gt;Killed
&lt;br&gt;&lt;br&gt;dmesg:
&lt;br&gt;Sigma Designs EM8300 0000:00:0d.0: enabling device (0004 -&amp;gt; 0006) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;PCI: setting IRQ 11 as level-triggered &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Sigma Designs EM8300 0000:00:0d.0: PCI INT A -&amp;gt; Link[LNKA] -&amp;gt; GSI 11 (level, low) -&amp;gt; IRQ 11 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;em8300-0: EM8300 8300 (rev 1) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;bus: 0, devfn: 104, irq: 11, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;memory: 0xf4000000.
&lt;br&gt;em8300-0: mapped-memory at 0xc4c80000
&lt;br&gt;em8300-0: using MTRR
&lt;br&gt;IRQ 11/em8300: IRQF_DISABLED is not guaranteed on shared IRQs
&lt;br&gt;em8300-0: detected card: Hollywood+ type 2.
&lt;br&gt;em8300-0: Chip revision: 2
&lt;br&gt;unable to register OSS PCM device 0:0
&lt;br&gt;adv717x.o: ADV7170 rev. 0 chip probed
&lt;br&gt;Sigma Designs EM8300 0000:00:0d.0: PCI INT A disabled
&lt;br&gt;Sigma Designs EM8300 0000:00:0d.0: PCI INT A -&amp;gt; Link[LNKA] -&amp;gt; GSI 11 (level, low) -&amp;gt; IRQ 11
&lt;br&gt;em8300-0: EM8300 8300 (rev 1)
&lt;br&gt;bus: 0, devfn: 104, irq: 11,
&lt;br&gt;memory: 0xf4000000.
&lt;br&gt;em8300-0: mapped-memory at 0xc4f00000
&lt;br&gt;em8300-0: using MTRR
&lt;br&gt;IRQ 11/em8300: IRQF_DISABLED is not guaranteed on shared IRQs
&lt;br&gt;em8300-0: detected card: Hollywood+ type 2.
&lt;br&gt;em8300-0: Chip revision: 2
&lt;br&gt;unable to register OSS PCM device 0:0
&lt;br&gt;adv717x.o: ADV7170 rev. 0 chip probed
&lt;br&gt;em8300-0: Microcode version 0x29 loaded
&lt;br&gt;BUG: unable to handle kernel NULL pointer dereference at 00000024
&lt;br&gt;IP: [&amp;lt;c4c3a8ca&amp;gt;] em8300_ioctl_setvideomode+0x9a/0xb0 [em8300]
&lt;br&gt;*pde = 00000000
&lt;br&gt;Oops: 0000 [#1]
&lt;br&gt;last sysfs file: /sys/kernel/uevent_seqnum
&lt;br&gt;Modules linked in: adv717x em8300 uhci_hcd usbcore floppy evdev [last unloaded: adv717x]
&lt;br&gt;&lt;br&gt;Pid: 734, comm: em8300setup Not tainted (2.6.31-VDR2 #13)
&lt;br&gt;EIP: 0060:[&amp;lt;c4c3a8ca&amp;gt;] EFLAGS: 00010296 CPU: 0
&lt;br&gt;EIP is at em8300_ioctl_setvideomode+0x9a/0xb0 [em8300]
&lt;br&gt;EAX: c39d2000 EBX: 00000000 ECX: 00000005 EDX: 00000001
&lt;br&gt;ESI: c3a67000 EDI: 00000005 EBP: c2c49e30 ESP: c2c49e24
&lt;br&gt;&amp;nbsp;DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
&lt;br&gt;Process em8300setup (pid: 734, ti=c2c48000 task=c38809e0 task.ti=c2c48000)
&lt;br&gt;Stack:
&lt;br&gt;&amp;nbsp;00000090 00000000 c3a67000 c2c49e50 c4c3815e c2c49e50 00000286 00000286
&lt;br&gt;&amp;lt;0&amp;gt; c3a90000 c3a67000 00000000 c2c49e84 c4c3a574 c0436980 c0436980 c3b0a1e0
&lt;br&gt;&amp;lt;0&amp;gt; c396c0ac fffffffa 094dc008 0000666e 00000000 c2c49eb4 40084300 bfcadea8
&lt;br&gt;Call Trace:
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c3815e&amp;gt;] ? em8300_video_setup+0x3de/0x490 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c3a574&amp;gt;] ? em8300_ioctl_init+0x74/0x220 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c3a0ba&amp;gt;] ? em8300_control_ioctl+0x78a/0xbd0 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c0144f9c&amp;gt;] ? __lock_acquire+0x22c/0x7f0
&lt;br&gt;&amp;nbsp;[&amp;lt;c0173800&amp;gt;] ? fd_install+0x40/0x50
&lt;br&gt;&amp;nbsp;[&amp;lt;c014414b&amp;gt;] ? trace_hardirqs_off+0xb/0x10
&lt;br&gt;&amp;nbsp;[&amp;lt;c014673c&amp;gt;] ? debug_check_no_locks_freed+0x8c/0xc0
&lt;br&gt;&amp;nbsp;[&amp;lt;c017173c&amp;gt;] ? kmem_cache_free+0x5c/0x80
&lt;br&gt;&amp;nbsp;[&amp;lt;c0144072&amp;gt;] ? trace_hardirqs_on_caller+0xf2/0x130
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c34240&amp;gt;] ? em8300_io_ioctl+0x0/0x90 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c3429d&amp;gt;] ? em8300_io_ioctl+0x5d/0x90 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c0180918&amp;gt;] ? vfs_ioctl+0x48/0x70
&lt;br&gt;&amp;nbsp;[&amp;lt;c01813b4&amp;gt;] ? do_vfs_ioctl+0x74/0x1c0
&lt;br&gt;&amp;nbsp;[&amp;lt;c0181539&amp;gt;] ? sys_ioctl+0x39/0x60
&lt;br&gt;&amp;nbsp;[&amp;lt;c0102d38&amp;gt;] ? sysenter_do_call+0x12/0x36
&lt;br&gt;Code: ec 5d c3 89 96 9c 06 00 00 89 f0 bf 01 00 00 00 e8 dc e6 ff ff 8b 86 38 04 00 00 85 c0 74 c5 89 
&lt;br&gt;f6 8b 58 1c 89 f9 ba 01 00 00 00 &amp;lt;ff&amp;gt; 53 24 eb b4 90 85 d2 bf 05 00 00 00 74 93 e9 75 ff ff ff 89
&lt;br&gt;EIP: [&amp;lt;c4c3a8ca&amp;gt;] em8300_ioctl_setvideomode+0x9a/0xb0 [em8300] SS:ESP 0068:c2c49e24
&lt;br&gt;CR2: 0000000000000024
&lt;br&gt;---[ end trace b423a404c69981b2 ]---
&lt;br&gt;&lt;br&gt;&lt;br&gt;After a reboot without blacklisted modules, the em8300 and the adv717x module were loaded 
&lt;br&gt;automatically and VDR works but with wrong OSD colours.
&lt;br&gt;&lt;br&gt;S.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25607357&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25607357.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25602788</id>
	<title>Third release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-24T14:11:23Z</published>
	<updated>2009-09-24T14:11:23Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Sebastian Frei pointed a kernel ooops when the em8300 module fails to 
&lt;br&gt;load the driver for the video encoder chip.
&lt;br&gt;Hence, I just packed a new release candidate for 0.17.4. 
&lt;br&gt;As usual you can get it from
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://dxr3.sourceforge.net/download/em8300-0.17.4-rc3.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dxr3.sourceforge.net/download/em8300-0.17.4-rc3.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;All comments are welcome. Please give it a try and report. (Even if you 
&lt;br&gt;don't use a bleeding-edge kernel, things may be broken for old kernels 
&lt;br&gt;as well.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25602788&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Third-release-candidate-for-0.17.4----please-test%21-tp25602788p25602788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25602742</id>
	<title>Re: Second release-candidate for 0.17.4 -- please	test!</title>
	<published>2009-09-24T14:08:33Z</published>
	<updated>2009-09-24T14:08:33Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Wed, Sep 23, 2009 at 09:54:52PM +0200, Sebastian Frei wrote:
&lt;br&gt;&amp;gt; I copied the modules into the /lib/modules/2.6.31-VDR2/kernel/drivers directory, where all the other 
&lt;br&gt;&amp;gt; modules also are. Depmod did run.
&lt;br&gt;&lt;br&gt;Did you run it youself?
&lt;br&gt;I just tried to &amp;quot;make install&amp;quot; the modules; make reported that &amp;quot;DEPMOD&amp;quot; 
&lt;br&gt;was run, but the modules.alias file and its friends were not updated.
&lt;br&gt;Because of this, the em8300 module would not find the adv717x or bt865 
&lt;br&gt;modules.
&lt;br&gt;I then ran &amp;quot;depmod -a&amp;quot; myself, and then everything was fine.
&lt;br&gt;I have no idea why &amp;quot;make install&amp;quot; did not really run depmod...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I'll try tomorrow if everything works after loading the adv717x module manually.
&lt;br&gt;&lt;br&gt;Any result?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25602742&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25602742.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25584199</id>
	<title>Re: Second release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-23T12:54:52Z</published>
	<updated>2009-09-23T12:54:52Z</updated>
	<author>
		<name>Bugzilla from dr.nop@gmx.net</name>
	</author>
	<content type="html">Am Dienstag, 22. September 2009 22:47:28 schrieb Nicolas Boullis:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Sebastian,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, Sep 22, 2009 at 02:17:23PM +0200, Sebastian Frei wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; this crash occured after loading the module and starting VDR.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Modules linked in: em8300 lirc_serial lirc_dev uhci_hcd usbcore floppy
&lt;br&gt;&amp;gt; &amp;gt; evdev
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hmmm... No adv717x or bt865 module? That's strange...
&lt;br&gt;&amp;gt; Is it possible that the em8300 module tried to load the adv717x module
&lt;br&gt;&amp;gt; but did not find it?
&lt;br&gt;&amp;gt; A guess is that you did not install the modules in /lib/modules/... or
&lt;br&gt;&amp;gt; did not run depmod.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That would explain the Ooops (although it certainly has to be fixed)...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; 
&lt;/div&gt;I copied the modules into the /lib/modules/2.6.31-VDR2/kernel/drivers directory, where all the other 
&lt;br&gt;modules also are. Depmod did run.
&lt;br&gt;I'll try tomorrow if everything works after loading the adv717x module manually.
&lt;br&gt;&lt;br&gt;S.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25584199&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25584199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25567162</id>
	<title>Re: Second release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-22T13:47:28Z</published>
	<updated>2009-09-22T13:47:28Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi Sebastian,
&lt;br&gt;&lt;br&gt;On Tue, Sep 22, 2009 at 02:17:23PM +0200, Sebastian Frei wrote:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; this crash occured after loading the module and starting VDR.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modules linked in: em8300 lirc_serial lirc_dev uhci_hcd usbcore floppy evdev
&lt;br&gt;&lt;br&gt;Hmmm... No adv717x or bt865 module? That's strange...
&lt;br&gt;Is it possible that the em8300 module tried to load the adv717x module 
&lt;br&gt;but did not find it?
&lt;br&gt;A guess is that you did not install the modules in /lib/modules/... or 
&lt;br&gt;did not run depmod.
&lt;br&gt;&lt;br&gt;That would explain the Ooops (although it certainly has to be fixed)...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25567162&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25567162.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25559392</id>
	<title>Re: Second release-candidate for 0.17.4 -- please	test!</title>
	<published>2009-09-22T05:17:23Z</published>
	<updated>2009-09-22T05:17:23Z</updated>
	<author>
		<name>Bugzilla from dr.nop@gmx.net</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;this crash occured after loading the module and starting VDR.
&lt;br&gt;&lt;br&gt;Sigma Designs EM8300 0000:00:0d.0: enabling device (0004 -&amp;gt; 0006)
&lt;br&gt;ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
&lt;br&gt;PCI: setting IRQ 11 as level-triggered
&lt;br&gt;Sigma Designs EM8300 0000:00:0d.0: PCI INT A -&amp;gt; Link[LNKA] -&amp;gt; GSI 11 (level, low) -&amp;gt; IRQ 11
&lt;br&gt;em8300-0: EM8300 8300 (rev 1)
&lt;br&gt;bus: 0, devfn: 104, irq: 11,
&lt;br&gt;memory: 0xf4000000.
&lt;br&gt;em8300-0: mapped-memory at 0xc4c80000
&lt;br&gt;em8300-0: using MTRR
&lt;br&gt;IRQ 11/em8300: IRQF_DISABLED is not guaranteed on shared IRQs
&lt;br&gt;em8300-0: detected card: Hollywood+ type 2.
&lt;br&gt;em8300-0: Chip revision: 2
&lt;br&gt;unable to register OSS PCM device 0:0
&lt;br&gt;BUG: unable to handle kernel NULL pointer dereference at 00000024
&lt;br&gt;IP: [&amp;lt;c4c498ca&amp;gt;] em8300_ioctl_setvideomode+0x9a/0xb0 [em8300]
&lt;br&gt;*pde = 00000000
&lt;br&gt;Oops: 0000 [#1]
&lt;br&gt;last sysfs file: /sys/kernel/uevent_seqnum
&lt;br&gt;Modules linked in: em8300 lirc_serial lirc_dev uhci_hcd usbcore floppy evdev
&lt;br&gt;&lt;br&gt;Pid: 962, comm: vdr Not tainted (2.6.31-VDR2 #13)
&lt;br&gt;EIP: 0060:[&amp;lt;c4c498ca&amp;gt;] EFLAGS: 00010296 CPU: 0
&lt;br&gt;EIP is at em8300_ioctl_setvideomode+0x9a/0xb0 [em8300]
&lt;br&gt;EAX: c3935600 EBX: 00000000 ECX: 00000005 EDX: 00000001
&lt;br&gt;ESI: c39a8800 EDI: 00000005 EBP: c397fe30 ESP: c397fe24
&lt;br&gt;&amp;nbsp;DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
&lt;br&gt;Process vdr (pid: 962, ti=c397e000 task=c384e090 task.ti=c397e000)
&lt;br&gt;Stack:
&lt;br&gt;&amp;nbsp;00000090 00000000 c39a8800 c397fe50 c4c4715e c397fe50 00000286 00000286
&lt;br&gt;&amp;lt;0&amp;gt; c3b48000 c39a8800 00000000 c397fe84 c4c49574 0000010e c397fe98 c01435d2
&lt;br&gt;&amp;lt;0&amp;gt; 00000001 c07ee7a0 09f5eea0 0000666e 00000001 c0806418 40084300 bfdc83b8
&lt;br&gt;Call Trace:
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c4715e&amp;gt;] ? em8300_video_setup+0x3de/0x490 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c49574&amp;gt;] ? em8300_ioctl_init+0x74/0x220 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c01435d2&amp;gt;] ? validate_chain+0x3d2/0x4e0
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c490ba&amp;gt;] ? em8300_control_ioctl+0x78a/0xbd0 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c01837ec&amp;gt;] ? dput+0xcc/0xd0
&lt;br&gt;&amp;nbsp;[&amp;lt;c0145feb&amp;gt;] ? __lock_release+0x3b/0x60
&lt;br&gt;&amp;nbsp;[&amp;lt;c01896d6&amp;gt;] ? mntput_no_expire+0x16/0x80
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c43240&amp;gt;] ? em8300_io_ioctl+0x0/0x90 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c4c4329d&amp;gt;] ? em8300_io_ioctl+0x5d/0x90 [em8300]
&lt;br&gt;&amp;nbsp;[&amp;lt;c0180918&amp;gt;] ? vfs_ioctl+0x48/0x70
&lt;br&gt;&amp;nbsp;[&amp;lt;c01813b4&amp;gt;] ? do_vfs_ioctl+0x74/0x1c0
&lt;br&gt;&amp;nbsp;[&amp;lt;c0181539&amp;gt;] ? sys_ioctl+0x39/0x60
&lt;br&gt;&amp;nbsp;[&amp;lt;c0102d38&amp;gt;] ? sysenter_do_call+0x12/0x36
&lt;br&gt;Code: ec 5d c3 89 96 9c 06 00 00 89 f0 bf 01 00 00 00 e8 dc e6 ff ff 8b 86 38 04 00 00 85 c0 74 c5 89 
&lt;br&gt;f6 8b 58 1c 89 f9 ba 01 00 00 00 &amp;lt;ff&amp;gt; 53 24 eb b4 90 85 d2 bf 05 00 00 00 74 93 e9 75 ff ff ff 89
&lt;br&gt;EIP: [&amp;lt;c4c498ca&amp;gt;] em8300_ioctl_setvideomode+0x9a/0xb0 [em8300] SS:ESP 0068:c397fe24
&lt;br&gt;CR2: 0000000000000024
&lt;br&gt;---[ end trace 03568fd5c311d885 ]---
&lt;br&gt;&lt;br&gt;I don't have physical access to the machine until Saturday, so debugging is a bit complicated.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25559392&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25559392.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25549661</id>
	<title>Re: Second release-candidate for 0.17.4 -- please	test!</title>
	<published>2009-09-21T12:33:51Z</published>
	<updated>2009-09-21T12:33:51Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Mon, Sep 21, 2009 at 07:40:51PM +0200, Adam wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Works with 2.6.31
&lt;br&gt;&lt;br&gt;Thanks for your report.
&lt;br&gt;Jan and Sebastian both reported problems with 2.6.31 using vdr. What 
&lt;br&gt;application do you use?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25549661&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25549661.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25547965</id>
	<title>Re: Second release-candidate for 0.17.4 -- please	test!</title>
	<published>2009-09-21T10:40:51Z</published>
	<updated>2009-09-21T10:40:51Z</updated>
	<author>
		<name>Adam-51</name>
	</author>
	<content type="html">Nicolas Boullis pisze:
&lt;br&gt;&amp;gt; Thanks for your report.
&lt;br&gt;&amp;gt; Anyone else wants to give it a try?
&lt;br&gt;&amp;gt; Unless I get some negative feedback, I'd like to release 0.17.4 ASAP 
&lt;br&gt;&amp;gt; (probably tomorrow).
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;Works with 2.6.31
&lt;br&gt;&lt;br&gt;Thanks again
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;Adam
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25547965&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25547965.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25535577</id>
	<title>Re: Second release-candidate for 0.17.4 -- please	test!</title>
	<published>2009-09-20T13:28:39Z</published>
	<updated>2009-09-20T13:28:39Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi Sebastian,
&lt;br&gt;&lt;br&gt;On Sun, Sep 20, 2009 at 10:36:34AM +0200, Sebastian Frei wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I tried the rc2 with kernel 2.6.31 yesterday, but I got various kernel OOPSes 
&lt;br&gt;&amp;gt; and wrong OSD colours with VDR.
&lt;br&gt;&amp;gt; This could be an issue not related to the dxr3 driver, I don't know. I'll try 
&lt;br&gt;&amp;gt; again this evening with a debug kernel.
&lt;br&gt;&lt;br&gt;Thanks for your report, although this certainly is bad news.
&lt;br&gt;You made no change to the userspace applications you are using, did you?
&lt;br&gt;It certainly looks like the problem Jan Willies described a little while 
&lt;br&gt;ago. But he also reported that his problem vanished when switching back 
&lt;br&gt;to 2.6.30, while I'm pretty confident the source code for the em8300, 
&lt;br&gt;adv717x and bt865 modules is excatly the same for kernels 2.6.30 and 
&lt;br&gt;2.6.31...
&lt;br&gt;It would be nice if you could send a backtrace of your kernel OOPSes, 
&lt;br&gt;with the hope it is related to the color problem you have...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25535577&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25535577.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25528584</id>
	<title>Re: Second release-candidate for 0.17.4 -- please	test!</title>
	<published>2009-09-20T01:36:34Z</published>
	<updated>2009-09-20T01:36:34Z</updated>
	<author>
		<name>Bugzilla from dr.nop@gmx.net</name>
	</author>
	<content type="html">Am Samstag, 19. September 2009 23:12:07 schrieb Nicolas Boullis:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Jan,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Fri, Sep 18, 2009 at 08:20:35AM +0200, Jan Willies wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi Nicolas,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Am 16.09.2009 00:29, schrieb Nicolas Boullis:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; All comments are welcome. Please give it a try and report. (Even if you
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; don't use a bleeding-edge kernel, things may be broken for old kernels
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; as well.)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Works fine with 2.6.30 and I even got my colors in vdr-dxr3-plugin back.
&lt;br&gt;&amp;gt; &amp;gt; Had to switch back to .30 because my filesystem didn't like the new
&lt;br&gt;&amp;gt; &amp;gt; kernel too much.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for your report.
&lt;br&gt;&amp;gt; Anyone else wants to give it a try?
&lt;br&gt;&amp;gt; Unless I get some negative feedback, I'd like to release 0.17.4 ASAP
&lt;br&gt;&amp;gt; (probably tomorrow).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nicolas
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------------
&lt;br&gt;&amp;gt; --- Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;&amp;gt; &amp;nbsp;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;&amp;gt; &amp;nbsp;developing skills, take BlackBerry mobile applications to market and stay
&lt;br&gt;&amp;gt; &amp;nbsp;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register
&lt;br&gt;&amp;gt; &amp;nbsp;now&amp;#33; &lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Dxr3-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25528584&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;I tried the rc2 with kernel 2.6.31 yesterday, but I got various kernel OOPSes 
&lt;br&gt;and wrong OSD colours with VDR.
&lt;br&gt;This could be an issue not related to the dxr3 driver, I don't know. I'll try 
&lt;br&gt;again this evening with a debug kernel.
&lt;br&gt;&lt;br&gt;S.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25528584&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25528584.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25525470</id>
	<title>Re: Second release-candidate for 0.17.4 -- please	test!</title>
	<published>2009-09-19T14:12:07Z</published>
	<updated>2009-09-19T14:12:07Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi Jan,
&lt;br&gt;&lt;br&gt;On Fri, Sep 18, 2009 at 08:20:35AM +0200, Jan Willies wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Nicolas,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Am 16.09.2009 00:29, schrieb Nicolas Boullis:
&lt;br&gt;&amp;gt; &amp;gt; All comments are welcome. Please give it a try and report. (Even if you
&lt;br&gt;&amp;gt; &amp;gt; don't use a bleeding-edge kernel, things may be broken for old kernels
&lt;br&gt;&amp;gt; &amp;gt; as well.)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Works fine with 2.6.30 and I even got my colors in vdr-dxr3-plugin back. 
&lt;br&gt;&amp;gt; Had to switch back to .30 because my filesystem didn't like the new 
&lt;br&gt;&amp;gt; kernel too much.
&lt;/div&gt;&lt;br&gt;Thanks for your report.
&lt;br&gt;Anyone else wants to give it a try?
&lt;br&gt;Unless I get some negative feedback, I'd like to release 0.17.4 ASAP 
&lt;br&gt;(probably tomorrow).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25525470&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25525470.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25503651</id>
	<title>Re: Second release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-17T23:20:35Z</published>
	<updated>2009-09-17T23:20:35Z</updated>
	<author>
		<name>Jan Willies</name>
	</author>
	<content type="html">Hi Nicolas,
&lt;br&gt;&lt;br&gt;Am 16.09.2009 00:29, schrieb Nicolas Boullis:
&lt;br&gt;&amp;gt; All comments are welcome. Please give it a try and report. (Even if you
&lt;br&gt;&amp;gt; don't use a bleeding-edge kernel, things may be broken for old kernels
&lt;br&gt;&amp;gt; as well.)
&lt;br&gt;&lt;br&gt;Works fine with 2.6.30 and I even got my colors in vdr-dxr3-plugin back. 
&lt;br&gt;Had to switch back to .30 because my filesystem didn't like the new 
&lt;br&gt;kernel too much.
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;&lt;br&gt;&amp;nbsp; - jan
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25503651&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25503651.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25462958</id>
	<title>Second release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-15T15:29:27Z</published>
	<updated>2009-09-15T15:29:27Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Jan Willies discovered a problem with the first RC, that was published 
&lt;br&gt;yesterday.
&lt;br&gt;Hence, I just packed a new release candidate for 0.17.4. 
&lt;br&gt;As usual you can get it from
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://dxr3.sourceforge.net/download/em8300-0.17.4-rc2.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dxr3.sourceforge.net/download/em8300-0.17.4-rc2.tar.gz&lt;/a&gt;&lt;br&gt;&lt;br&gt;All comments are welcome. Please give it a try and report. (Even if you 
&lt;br&gt;don't use a bleeding-edge kernel, things may be broken for old kernels 
&lt;br&gt;as well.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25462958&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Second-release-candidate-for-0.17.4----please-test%21-tp25462958p25462958.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25450325</id>
	<title>Re: First release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-15T01:47:05Z</published>
	<updated>2009-09-15T01:47:05Z</updated>
	<author>
		<name>Jan Willies</name>
	</author>
	<content type="html">Hi Nicolas,
&lt;br&gt;&lt;br&gt;Am 15.09.2009 10:35, schrieb Nicolas Boullis:
&lt;br&gt;&amp;gt; Is that using a kernel you built yourself or a kernel provided by a distro?
&lt;br&gt;&lt;br&gt;This is a vanilla kernel, which I've built myself.
&lt;br&gt;&lt;br&gt;&amp;gt; Anyway, this quick patch should help, and I'll try to pack up a new RC asap.
&lt;br&gt;&lt;br&gt;Yes, it works fine with your patch.
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;&lt;br&gt;&amp;nbsp; - jan
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25450325&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/First-release-candidate-for-0.17.4----please-test%21-tp25445695p25450325.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25450199</id>
	<title>Re: First release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-15T01:35:33Z</published>
	<updated>2009-09-15T01:35:33Z</updated>
	<author>
		<name>Nicolas Boullis</name>
	</author>
	<content type="html">Hi Jan and others,
&lt;br&gt;&lt;br&gt;Selon Jan Willies &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25450199&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jan@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; [jan@server modules]$ LANG=C make
&lt;br&gt;&amp;gt; [ ! -x ./update_em8300_version.sh ] || ./update_em8300_version.sh
&lt;br&gt;&amp;gt; em8300_version.h
&lt;br&gt;&amp;gt; make -C /lib/modules/2.6.31/build
&lt;br&gt;&amp;gt; SUBDIRS=/usr/local/src/em8300-0.17.4-rc1/modules modules
&lt;br&gt;&amp;gt; make[1]: Entering directory `/usr/src/linux-2.6.31'
&lt;br&gt;&amp;gt; /usr/local/src/em8300-0.17.4-rc1/modules/Kbuild:67: /Rules.make: No such
&lt;br&gt;&amp;gt; file or directory
&lt;br&gt;&amp;gt; make[2]: *** No rule to make target `/Rules.make'. &amp;nbsp;Stop.
&lt;br&gt;&lt;br&gt;Oh, thanks for reporting this.
&lt;br&gt;I experienced this at home with linux 2.6.30, and thought it was related to
&lt;br&gt;something strange Debian does with its kernel headers...
&lt;br&gt;Is that using a kernel you built yourself or a kernel provided by a distro?
&lt;br&gt;&lt;br&gt;Anyway, this quick patch should help, and I'll try to pack up a new RC asap.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Nicolas
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[em8300.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff -r e10d20ee23a6 modules/Kbuild
&lt;br&gt;--- a/modules/Kbuild	Tue Sep 15 01:43:59 2009 +0200
&lt;br&gt;+++ b/modules/Kbuild	Tue Sep 15 10:31:46 2009 +0200
&lt;br&gt;@@ -59,8 +59,7 @@
&lt;br&gt;&amp;nbsp;obj-m += bt865.o
&lt;br&gt;&amp;nbsp;obj-m += em8300.o
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-# The following hack tests for old kernels (2.4 and old 2.5).
&lt;br&gt;-ifneq ($(TOPDIR),$(shell /bin/pwd))
&lt;br&gt;+ifeq ($(shell expr $(VERSION) \* 10000 + $(PATCHLEVEL) \* 100 + $(SUBLEVEL) \&amp;lt; 20600),1)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;EXTRA_CFLAGS += -include $(TOPDIR)/include/linux/config.h
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25450199&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/First-release-candidate-for-0.17.4----please-test%21-tp25445695p25450199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25448819</id>
	<title>Re: First release-candidate for 0.17.4 -- please test!</title>
	<published>2009-09-14T23:43:49Z</published>
	<updated>2009-09-14T23:43:49Z</updated>
	<author>
		<name>Jan Willies</name>
	</author>
	<content type="html">Hi Nicolas,
&lt;br&gt;&lt;br&gt;Am 15.09.2009 01:59, schrieb Nicolas Boullis:
&lt;br&gt;&amp;gt; All comments are welcome. Please give it a try and report. (Even if you
&lt;br&gt;&amp;gt; don't use a bleeding-edge kernel, things may be broken for old kernels
&lt;br&gt;&amp;gt; as well.)
&lt;br&gt;&lt;br&gt;[jan@server modules]$ LANG=C make
&lt;br&gt;[ ! -x ./update_em8300_version.sh ] || ./update_em8300_version.sh 
&lt;br&gt;em8300_version.h
&lt;br&gt;make -C /lib/modules/2.6.31/build 
&lt;br&gt;SUBDIRS=/usr/local/src/em8300-0.17.4-rc1/modules modules
&lt;br&gt;make[1]: Entering directory `/usr/src/linux-2.6.31'
&lt;br&gt;/usr/local/src/em8300-0.17.4-rc1/modules/Kbuild:67: /Rules.make: No such 
&lt;br&gt;file or directory
&lt;br&gt;make[2]: *** No rule to make target `/Rules.make'. &amp;nbsp;Stop.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; - jan
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Dxr3-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25448819&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Dxr3-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/dxr3-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/dxr3-devel-f3724.html&quot; embed=&quot;fixTarget[3724]&quot; target=&quot;_top&quot; &gt;dxr3-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/First-release-candidate-for-0.17.4----please-test%21-tp25445695p25448819.html" />
</entry>

</feed>
