Fedora Linux Support Community & Resources Center
  #1  
Old 30th December 2010, 01:48 AM
cvfreak Offline
Registered User
 
Join Date: Dec 2010
Posts: 11
linuxfirefox
Backlight on Samsung Q430

I have tried every single suggestion to get my backlight working on this laptop. I'm not an expert on linux, but I know a little bit. I have searched the internet for several weeks and have come up with nothing useful.

I have Fedora 14
a Nvidia 310m gpu
latest nvidia driver (260.19.29)

If anyone could help me, I would really appreciate it, because currently I'm only getting about a 2 hour battery life, where I know I can sqeeze about 20-30minutes more if I could decrease the backlight.

Thanks in advance.
Reply With Quote
  #2  
Old 1st January 2011, 07:28 AM
cvfreak Offline
Registered User
 
Join Date: Dec 2010
Posts: 11
windows_7firefox
Re: Backlight on Samsung Q430

nobody knows?
Reply With Quote
  #3  
Old 1st January 2011, 08:09 PM
DukeNukem Offline
Registered User
 
Join Date: Jul 2005
Posts: 237
linuxfedorafirefox
Re: Backlight on Samsung Q430

http://linuxtweaking.blogspot.com/20...amsung-fn.html

This is a guide I wrote for the Samsung R510/P510 laptop. It should work for you but you need to replace R510/P510 with your laptop model, which is the following,

Q430/Q530

Let me know how you get on.

**Please update your system fully before trying the guide.
__________________
Fedora KDE Multimedia Guide

2010-11-21 Dangermouse - i like thee name "DukeNukem" reminds me of a game i used to play yeeeeeeears ago.. (good game)

Last edited by DukeNukem; 2nd January 2011 at 05:22 PM. Reason: Updated website link
Reply With Quote
  #4  
Old 2nd January 2011, 03:24 AM
cvfreak Offline
Registered User
 
Join Date: Dec 2010
Posts: 11
linuxfirefox
Re: Backlight on Samsung Q430

Thank you for your guide, however its still not working.


When I boot, I can change the brightness at grub and it will stay, however when I try to use the function keys at the desktop, the brightness popup stays at 0 brightness, regardless of what setting I use at grub, or If I boot without touching anything.
Reply With Quote
  #5  
Old 2nd January 2011, 11:53 AM
DukeNukem Offline
Registered User
 
Join Date: Jul 2005
Posts: 237
linuxfedorafirefox
Re: Backlight on Samsung Q430

I have noticed an error in my guide,

su -c 'cp samsung-backlight.ko /lib/modules/$(uname -r)

it should be,

su -c 'cp samsung-backlight.ko /lib/modules/$(uname -r)/kernel/

Sorry :-)

Its not too hard to fix, open a terminal

cd lib/modules/$(uname -r)

dir

you should see a list of files, confirm that samsung-backlight.ko is in that list

su -c 'mv samsung-backlight.ko kernel/
su -c 'depmod -a'
su -c 'modprobe samsung-backlight'
__________________
Fedora KDE Multimedia Guide

2010-11-21 Dangermouse - i like thee name "DukeNukem" reminds me of a game i used to play yeeeeeeears ago.. (good game)
Reply With Quote
  #6  
Old 2nd January 2011, 09:32 PM
cvfreak Offline
Registered User
 
Join Date: Dec 2010
Posts: 11
unknownopera
Re: Backlight on Samsung Q430

ok. I'll try it as soon as I get home
Reply With Quote
  #7  
Old 3rd January 2011, 11:24 PM
cvfreak Offline
Registered User
 
Join Date: Dec 2010
Posts: 11
windows_7firefox
Re: Backlight on Samsung Q430

Ugh. I'm at school again, and they updated the network to wpa2 enterprise, so fedora is finicky. It might be a couple weeks before I get to try your fix.

Thank you sooooooo much though. I'm sure your guide will be perfect once i get the chance

Thanks again!
Reply With Quote
  #8  
Old 5th January 2011, 02:10 AM
cvfreak Offline
Registered User
 
Join Date: Dec 2010
Posts: 11
linuxfirefox
Re: Backlight on Samsung Q430

ok, got my networking trouble fixed. hopefully. so i run through your tut from scratch, and it outputs the error " No rule to make target `modules' " after downloading. it previously said there was not a /lib/modules/2.6.35.6-45.fc14.x86_64/build so i added that manually and it out put this error. any ideas?
Reply With Quote
  #9  
Old 5th January 2011, 12:25 PM
DukeNukem Offline
Registered User
 
Join Date: Jul 2005
Posts: 237
linuxfedorafirefox
Re: Backlight on Samsung Q430

This is why I said update your fedora before running the guide

su -c 'yum -y update'

Reboot if necessary

su -c 'yum install kernel-devel gcc'

now try the make command again
__________________
Fedora KDE Multimedia Guide

2010-11-21 Dangermouse - i like thee name "DukeNukem" reminds me of a game i used to play yeeeeeeears ago.. (good game)
Reply With Quote
  #10  
Old 10th January 2011, 11:38 AM
DukeNukem Offline
Registered User
 
Join Date: Jul 2005
Posts: 237
linuxsusefirefox
Re: Backlight on Samsung Q430

Your grub is fine.

Lets see you 95-keyboard-force-release.rules file.
__________________
Fedora KDE Multimedia Guide

2010-11-21 Dangermouse - i like thee name "DukeNukem" reminds me of a game i used to play yeeeeeeears ago.. (good game)
Reply With Quote
  #11  
Old 11th January 2011, 05:19 AM
cvfreak Offline
Registered User
 
Join Date: Dec 2010
Posts: 11
linuxfirefox
Re: Backlight on Samsung Q430

# Set model specific atkbd force_release quirk
#
# Several laptops have hotkeys which don't generate release events,
# which can cause problems with software key repeat.
# The atkbd driver has a quirk handler for generating synthetic
# release events, which can be configured via sysfs since 2.6.32.
# Simply add a file with a list of scancodes for your laptop model
# in /lib/udev/keymaps, and add a rule here.
# If the hotkeys also need a keymap assignment you can copy the
# scancodes from the keymap file, otherwise you can run
# /lib/udev/keymap -i /dev/input/eventX
# on a Linux vt to find out.

ACTION=="remove", GOTO="force_release_end"
SUBSYSTEM!="serio", GOTO="force_release_end"
KERNEL!="serio*", GOTO="force_release_end"
DRIVER!="atkbd", GOTO="force_release_end"

ENV{DMI_VENDOR}="$attr{[dmi/id]sys_vendor}"


ENV{DMI_VENDOR}=="[sS][aA][mM][sS][uU][nN][gG]*", ATTR{[dmi/id]product_name}=="*Q430/Q530*|*E252*|*N120*|*N128*|*N130*|*N140*|*N148/N208*|*N150*|*N150/N210/N220*|*N220*|*N308*|*N310*|*N510*|*NB30*|*NC10/N110*|*ND10*|*Q210/P210*|*R410P*|*R425/R525*|*R428/P428*|*R460*|*R463*|*R468/R418*|*R480/R431/R481*|*R509*|*R518*|*R519/R719*|*R520/R522/R620*|*R528/R728*|*R530/R730*|*R530/R730/P590*|*R560*|*R580*|*R580/R590*|*R59/R60/R61*|*R59P/R60P/R61P*|*R710*|*R720*|*R780/R778*|*SR58P*|*SR700*|*SR70S/SR71S*|*SX22S*|*X118*|*X120*|*X460*", RUN+="keyboard-force-release.sh $devpath samsung-other"

ENV{DMI_VENDOR}=="Dell Inc.", ATTR{[dmi/id]product_name}=="Studio 1557|Studio 1558", RUN+="keyboard-force-release.sh $devpath common-volume-keys"

ENV{DMI_VENDOR}=="FUJITSU SIEMENS", ATTR{[dmi/id]product_name}=="AMILO Si 1848+u", RUN+="keyboard-force-release.sh $devpath common-volume-keys"

ENV{DMI_VENDOR}=="FOXCONN", ATTR{[dmi/id]product_name}=="QBOOK", RUN+="keyboard-force-release.sh $devpath common-volume-keys"

ENV{DMI_VENDOR}=="MTC", ATTR{[dmi/id]product_version}=="A0", RUN+="keyboard-force-release.sh $devpath common-volume-keys"

ENV{DMI_VENDOR}=="PEGATRON CORP.", ATTR{[dmi/id]product_name}=="Spring Peak", RUN+="keyboard-force-release.sh $devpath common-volume-keys"

ENV{DMI_VENDOR}=="TOSHIBA", ATTR{[dmi/id]product_name}=="Satellite U300|Satellite Pro U300|Satellite U305", RUN+="keyboard-force-release.sh $devpath common-volume-keys"

ENV{DMI_VENDOR}=="Viooo Corporation", ATTR{[dmi/id]product_name}=="PT17", RUN+="keyboard-force-release.sh $devpath common-volume-keys"

# These are all the HP laptops that setup a touchpad toggle key
ENV{DMI_VENDOR}=="Hewlett-Packard*", ATTR{[dmi/id]product_name}=="*[pP][aA][vV][iI][lL][iI][oO][nN]*", RUN+="keyboard-force-release.sh $devpath hp-other"
ENV{DMI_VENDOR}=="Hewlett-Packard*", ATTR{[dmi/id]product_name}=="*[tT][xX]2*", RUN+="keyboard-force-release.sh $devpath hp-other"
ENV{DMI_VENDOR}=="Hewlett-Packard*", ATTR{[dmi/id]product_name}=="*2510p*|*2530p*|HP G60 Notebook PC", RUN+="keyboard-force-release.sh $devpath hp-other"

LABEL="force_release_end"
Reply With Quote
  #12  
Old 11th January 2011, 01:37 PM
DukeNukem Offline
Registered User
 
Join Date: Jul 2005
Posts: 237
windows_7firefox
Re: Backlight on Samsung Q430

Looks all good too

I am thinking maybe the samsung-backlight.ko module does not support the Q430/Q530, or we got the wrong product name.

In a console, as root type

dmidecode -s system-product-name

See if it matches Q430/Q530
__________________
Fedora KDE Multimedia Guide

2010-11-21 Dangermouse - i like thee name "DukeNukem" reminds me of a game i used to play yeeeeeeears ago.. (good game)
Reply With Quote
  #13  
Old 11th January 2011, 04:01 PM
cvfreak Offline
Registered User
 
Join Date: Dec 2010
Posts: 11
linuxfirefox
Re: Backlight on Samsung Q430

You had it right. it is Q430/Q530.

I searched to see if it worked on ubuntu, but I couldn't find anything on it
Reply With Quote
  #14  
Old 12th January 2011, 12:08 AM
DukeNukem Offline
Registered User
 
Join Date: Jul 2005
Posts: 237
linuxsusefirefox
Re: Backlight on Samsung Q430

http://www.voria.org/forum/

The samsung-backlight.c driver is modded and maintained by Voria, try posting on his forum, ask for your laptop to be added to samsung-backlight module.

Good luck
__________________
Fedora KDE Multimedia Guide

2010-11-21 Dangermouse - i like thee name "DukeNukem" reminds me of a game i used to play yeeeeeeears ago.. (good game)
Reply With Quote
  #15  
Old 12th January 2011, 04:12 AM
cvfreak Offline
Registered User
 
Join Date: Dec 2010
Posts: 11
windows_7firefox
Re: Backlight on Samsung Q430

Ok, thank you for your help anyway. I appreciate it very much.
Reply With Quote
Reply

Tags
backlight, nvidia

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Samsung Q430-11 Hardware Support CamoAnimal Hardware & Laptops 3 8th December 2010 09:12 AM
Backlight Not Working duke11235 Using Fedora 3 24th December 2009 03:11 AM
Thinkpad X40 backlight ntimperio Hardware & Laptops 6 5th December 2009 01:21 PM
Can't Adjust LCD Backlight jcs Hardware & Laptops 14 1st December 2009 02:28 PM
Backlight won`t turn on. ZenGeist Hardware & Laptops 2 21st July 2005 02:08 PM


Current GMT-time: 00:49 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat