Author Topic: Samsung N148 PLUS, no brightness control  (Read 2501 times)

Offline bicol_willem

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2378
Samsung N148 PLUS, no brightness control
« on: October 25, 2011, 06:47:41 PM »
Hi guys 'n doll's, any one knows a workaround this problem?
I installed PCLinuxOS on this netbook of a lady friend and it works very fine, as expected.
Just one little glitch..... we can't control brightness of the screen. We see the progress bar moving up and down, when trying, but the screen itself is always at one and the same brightness. We could do with some more brightness.
Desktop is KDE fully updated. Kernel is 2.6.38.8-pclos3.bfs
Anyone?

Offline Ɗα√ϵς§

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5524
  • PCLinuxOS: A revolution in personal computing
Re: Samsung N148 PLUS, no brightness control
« Reply #1 on: October 26, 2011, 01:49:32 AM »
I'm afraid that I had the same problem on an N150 which I installed for someone - that is using LXDE with gnome-power-manager so the problem seems to be elsewhere - maybe a kernel update will fix it at some point ?
PCLinuxOS has no wealthy sponsors and can only survive with your donations! Don't wait it might be too late.

Running PCLOS on Athlon II/250 with 2Gb Ram using ASUS M2N68-AM Plus Mobo with Nvidia GF7600GT graphics, and Samsung NC10 Netbook

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Samsung N148 PLUS, no brightness control
« Reply #2 on: October 26, 2011, 03:17:28 AM »
Hi guys 'n doll's, any one knows a workaround this problem?
I installed PCLinuxOS on this netbook of a lady friend and it works very fine, as expected.
Just one little glitch..... we can't control brightness of the screen. We see the progress bar moving up and down, when trying, but the screen itself is always at one and the same brightness. We could do with some more brightness.
Desktop is KDE fully updated. Kernel is 2.6.38.8-pclos3.bfs
Anyone?

I can provide only some hints: the problem exist because of samsung not using the standard ACPI commands to control the brightness, however there exist a kernel module that should take care of the difference: samsung-laptop.

as of kernel 2.6.38.8 the following are the supported models:
Quote
# modinfo samsung-laptop
filename:       /lib/modules/2.6.38.8-pclos3.pae/kernel/drivers/platform/x86/samsung-laptop.ko.gz
license:        GPL
description:    Samsung Backlight driver
author:         Greg Kroah-Hartman <gregkh@suse.de>
srcversion:     882473D8EE6A77A25E825C2
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*P460*:rn*P460*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*R70/R71*:rn*R70/R71*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*N145P/N250P/N260P*:rn*N145P/N250P/N260P*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*NF110/NF210/NF310*:rn*NF110/NF210/NF310*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*R530/R730*:rn*R530/R730*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*N150P/N210P/N220P*:rn*N150P/N210P/N220P*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*N150/N210/N220*:rn*N150/N210/N220*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*R519/R719*:rn*R519/R719*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*R518*:rn*R518*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*X360*:rn*X360*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*SQ45S70S*:rn*SQ45S70S*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*NC10*:rn*NC10*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*X120/X170*:rn*X120/X170*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*X125*:rn*X125*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*N130*:rn*N130*:
alias:          dmi*:svn*SAMSUNGELECTRONICSCO.,LTD.*:pn*N128*:rn*N128*:
depends:        rfkill
vermagic:       2.6.38.8-pclos3.pae SMP mod_unload modversions 686
parm:           force:Disable the DMI check and forces the driver to be loaded (bool)
parm:           debug:Debug enabled or not (bool)

I think you need to wait for a kernel update. You can also try to manually load the module, but I doubt it will work if it will not recognize your samsung model.

@davecs,
the N150 seems to be supported from this module ...

AS

Offline bicol_willem

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2378
Re: Samsung N148 PLUS, no brightness control
« Reply #3 on: October 26, 2011, 03:56:47 AM »
Thanks guys, at least the problem is recognized and obviously known of.

AS:
I was looking in the repo's for samsung-laptop (just wanted to try regardless) but could not find it. Is it out there any other place?
Not a biggy for likely we will have to wait for a new(er) kernel for comfort and ease.
Thanks again.

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Samsung N148 PLUS, no brightness control
« Reply #4 on: October 26, 2011, 04:14:06 AM »
Thanks guys, at least the problem is recognized and obviously known of.

AS:
I was looking in the repo's for samsung-laptop (just wanted to try regardless) but could not find it. Is it out there any other place?
Not a biggy for likely we will have to wait for a new(er) kernel for comfort and ease.
Thanks again.

samsung-laptop is a kernel module, simply (from root account) try the following command:
# modprobe samsung-laptop

if you don't get any error, check if module is properly loaded using:
# lsmod | grep samsung

the above command will not be permanent, the module will be lost on next reboot, but should be sufficient to perform some test.


Offline bicol_willem

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2378
Re: Samsung N148 PLUS, no brightness control
« Reply #5 on: October 26, 2011, 05:01:11 AM »
Ah, OK
First command returns: modprobe samsung-laptop
FATAL: Error inserting samsung_laptop (/lib/modules/2.6.38.8-pclos3.bfs/kernel/drivers/platform/x86/samsung-laptop.ko.gz): No such device

This thing here seems not supported?

Second command returns nothing ...
Guess that is "it" for now ..... (I meanwhile read not much good about the samsung module in newer kernels):  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/810093

We better prepare for a longer wait...... :-\
« Last Edit: October 26, 2011, 05:03:57 AM by bicol_willem »