<div dir="ltr">Hi Alan,<br><div><div class="gmail_extra"><br><br><div class="gmail_quote">On 24 April 2014 09:49, Alan Pope <span dir="ltr"><<a href="mailto:alan@popey.com" target="_blank">alan@popey.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Tony,<br>
<div class=""><br>
On 23 April 2014 23:43, Tony Pursell <<a href="mailto:ajp@princeswalk.fsnet.co.uk">ajp@princeswalk.fsnet.co.uk</a>> wrote:<br>
> Can someone tell me what package I should be reporting my screen brightness<br>
> control problem against.  I reported it against linux with the result that I<br>
> am being asked to test it against the latest upstream kernel.  Something I<br>
> would rather not get involved in, if it's not necessary, as its a bit beyond<br>
> my technical capabilities. For details of the bug, see<br>
> <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1311297" target="_blank">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1311297</a><br>
><br>
<br>
</div>You filed the bug in the right place, and you're being asked for<br>
legitimate debug data as a result. Moving the bug somewhere else won't<br>
get it fixed :)<br>
<br>
So, what you need to do in simple terms is:-<br>
<br>
1. Identify and download a kernel build<br>
2. Install the kernel<br>
3. Reboot into the new kernel<br>
4. Test while running the new kernel<br>
5. Clean up.<br>
<br>
For 1:-<br>
<br>
mkdir ~/kernel_test<br>
cd ~/kernel_test<br>
wget <a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc2-trusty/linux-headers-3.15.0-031500rc2-generic_3.15.0-031500rc2.201404201435_i386.deb" target="_blank">http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc2-trusty/linux-headers-3.15.0-031500rc2-generic_3.15.0-031500rc2.201404201435_i386.deb</a><br>

wget <a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc2-trusty/linux-headers-3.15.0-031500rc2_3.15.0-031500rc2.201404201435_all.deb" target="_blank">http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc2-trusty/linux-headers-3.15.0-031500rc2_3.15.0-031500rc2.201404201435_all.deb</a><br>

wget <a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc2-trusty/linux-image-3.15.0-031500rc2-generic_3.15.0-031500rc2.201404201435_i386.deb" target="_blank">http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc2-trusty/linux-image-3.15.0-031500rc2-generic_3.15.0-031500rc2.201404201435_i386.deb</a><br>

<br>
For 2:-<br>
<br>
cd ~/kernel_test<br>
sudo dpkg -i *.deb<br>
<br>
For 3:-<br>
<br>
Close all your applications and reboot.<br>
Hold down the shift key as soon as the computer powers up, to get the grub menu.<br>
When you see the grub menu, use the arrow keys to highlight the<br>
3.15-rc2 kernel and then press [enter[ to boot from it.<br>
<br>
For 4:-<br>
<br>
Test using the brightness keys<br>
Report back on the bug if it's working or not.<br>
<br>
For 5:-<br>
<br>
Reboot back to your old kernel using the same method as step 3:- but<br>
boot to the old one, not the new one<br>
sudo apt-get remove linux-headers-3.15.0-031500rc2-generic<br>
linux-headers-3.15.0-031500rc2 linux-image-3.15.0-031500rc2-generic<br>
rm -rf ~/kernel_test<br>
<br>
Done.<br>
<br>
Hope that's helpful<br>
<br>
Cheers,<br>
Al.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br></div></div></blockquote></div><br></div><div class="gmail_extra">Thanks a lot for these instructions.  I'm sure that if the kernel team could be as helpful they would get more people like me, who just need a little bit more hand holding, helping them with their bugs.  I'm a total user of Ubuntu (at home) now and would love to see it replace Microsoft but a regression bug, like this one, in a LTS release really shouldn't happen.  It is fixed in the mainline 3.15.0 kernel but I cannot continue to use it as doesn't build with my wireless driver.  I hope it will get into Trusty some time.  <br>
<br></div><div class="gmail_extra">Thanks again<br><br></div><div class="gmail_extra">Tony<br></div></div></div>