[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2011-02-04 Thread Bug Watch Updater
** Changed in: linux
   Importance: Unknown => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/448885

Title:
  Samsung NC10 screen brightness up/down function keys do not work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-11-10 Thread Shaun Menzies
The bios is not available for other Samsung Netbooks (such as my n310)
so a definitive key scan code mapping and key_release solution is still
required .

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-28 Thread Stefan Bader
Based on the last comments, I set this to invalid (as the preferred way
to get it fixed is to use the updated BIOS).

** Changed in: linux (Ubuntu)
   Status: Triaged => Invalid

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-25 Thread StuJordan
Thanks Fortunato, the updated BIOS from Samsung did the trick.

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-23 Thread Fortunato Ventre
Updating the NC10 bios to version 11CA fixes the problem.
Alternatively, you can use an additional kernel module which enables the 
backlight control when KMS is enabled.
More info at: http://github.com/gregkh/samsung-backlight

I've packaged it for karmic, it's available on my repository 'PPA for Samsung 
NC10':
https://launchpad.net/~voria/+archive/ppa/

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-23 Thread Brian Murray
** This bug is no longer a duplicate of bug 397617
   brightness no more working on karmic (KMS)

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-22 Thread Drew Snellgrove
*** This bug is a duplicate of bug 397617 ***
https://bugs.launchpad.net/bugs/397617

** This bug has been marked a duplicate of bug 397617
   brightness no more working on karmic (KMS)

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-22 Thread Barry Carroll
I had the same issue on the N130 where it was reported that "No outputs
have backlight property".  That was with bios rev 00.  I updated the
bios to revision 4 and then I was able to get at the backlight through
sysfs.

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-19 Thread Mathieu Marquer
I'm using 2.6.32-rc5 kernel, and there is no improvement. xbacklight
still returns "No outputs have backlight property" if I don't use the
"nomodeset" option.

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-14 Thread Leann Ogasawara
Indeed this patch is already upstream and will land in 2.6.32.
Unfortunately the current kernel for Karmic is frozen except for
critical bug fixes.  As a workaround for now, I'd encourage you to use
an upstream kernel for now:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.32-rc4/

I've pasted the upstream commit id below:

ogasaw...@yoji:~/linux-2.6$ git show 1ba36e11b227e32f818aea5b4d84f5cbff71e7db
commit 1ba36e11b227e32f818aea5b4d84f5cbff71e7db
Author: Dmitry Torokhov 
Date:   Thu Sep 3 17:22:04 2009 -0700

Input: atkbd - allow setting force-release bitmap via sysfs

There are more and more laptop requiring use of force_release quirk
for their multimedia and other specialized keys. Adding their DMI data
to the kernel is not sustainable; instead we will rely on help from
userspace (HAL) to do that for us.

This patch creates a new 'force_release' sysfs attribute (that belongs
to serio device to which keyboard is attached) which can be used to set
up force_release keymap. For example, Dell laptop owners might do:

echo 133-139,143,147 > /sys/devices/platform/i8042/serio0/force_release

Signed-off-by: Dmitry Torokhov 


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: New => Triaged

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-13 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown => Fix Released

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-13 Thread Brian Murray
** Package changed: gnome-power-manager (Ubuntu) => linux (Ubuntu)

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-12 Thread StuJordan
There is some more info on bug #295251

** This bug is no longer a duplicate of bug 295251
   Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-12 Thread StuJordan
There is some more info on bug #295251

** This bug has been marked a duplicate of bug 295251
   Samsung NC10 brightness keys block keyboard and produce all-or-nothing effect

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-12 Thread StuJordan
*** This bug is a duplicate of bug 295251 ***
https://bugs.launchpad.net/bugs/295251

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=14052
   Importance: Unknown
   Status: Unknown

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-12 Thread StuJordan
Hi,

Just to follow up. If I follow these instructions in the kernel bug
#12021 (http://bugzilla.kernel.org/show_bug.cgi?id=12021) and switch off
the acpi (acpi=off) then I can control the up/down brightness. However
obviously my battery is no longer detected.

Changing the BIOS setting between "Auto" and "User Controlled" method of
controlling screen brightness doesn't make any difference either.

According to bug #12021 the bug was fixed with patch in bug 14052
(http://bugzilla.kernel.org/show_bug.cgi?id=14052)

"This bug concerns NC10 only and since the code is in the kernel I am
closing it. Please try the patch in 14052 for the more general
solution."

which is apparently fixed in 2.6.32

"The code is in mainline, will be released in 2.6.32."


** Bug watch added: Linux Kernel Bug Tracker #12021
   http://bugzilla.kernel.org/show_bug.cgi?id=12021

** Bug watch added: Linux Kernel Bug Tracker #14052
   http://bugzilla.kernel.org/show_bug.cgi?id=14052

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-12 Thread Brian Murray
** Package changed: ubuntu => gnome-power-manager (Ubuntu)

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-12 Thread Brian Murray
This is unlikely to be a duplicate of bug 449145 as that bug report is
about completely different hardware.

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-12 Thread Jarlen
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.
This particular bug looks like a duplicate of bug 449145. Please look at the 
other bug report to see if this is a duplicate entry, and if there is any 
missing information that you can provide, or to see if there is a workaround 
for the bug.
Feel free to continue to report any other bugs you may find.

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-11 Thread StuJordan
** Tags added: regression-potential

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 448885] Re: Samsung NC10 screen brightness up/down function keys do not work

2009-10-11 Thread StuJordan

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33456334/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/33456335/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/33456336/ProcStatus.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33456337/XsessionErrors.txt

-- 
Samsung NC10 screen brightness up/down function keys do not work
https://bugs.launchpad.net/bugs/448885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs