LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-25-2015, 03:51 PM   #1
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Rep: Reputation: 65
intel_backlight with no value...


howdy folks...

bad news: I'm gettin BLIND cause can't reduce brightness

got my /sys/class/backlight/intel_backlight(actual,brightness and max) empty I mean NO values on each

[Fn] + [down-up keys] doesn't work ... neither apci backlight vendor on kernel ...

how to fix it ?

tia!

Last edited by gor0; 02-25-2015 at 04:02 PM.
 
Old 02-25-2015, 03:54 PM   #2
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Are you using a laptop?
 
Old 02-25-2015, 03:59 PM   #3
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
yep buddie !
 
Old 02-25-2015, 04:03 PM   #4
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Which distribution (and version, if applicable) is this?

What is the output of:
Code:
lspci -knn|grep -iA3 vga
Have you tried the various kernel parameters:
https://wiki.archlinux.org/index.php...d-line_options

You can test these by simply pressing "e" at the GRUB menu (if you use that), adding the parameter at the end of the line that starts with "linux" and pressing <Ctrl>+x to boot.
 
Old 02-25-2015, 04:08 PM   #5
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
[QUOTE=Head_on_a_Stick;5323340]

What is the output of:
Code:
lspci -knn|grep -iA3 vga
Code:
# lspci -knn|grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0106] (rev 09)
	Subsystem: Acer Incorporated [ALI] Device [1025:0718]
	Kernel driver in use: i915
	Kernel modules: i915
GRUB is governed by Debian's partition! >>> sda3 | sda4 bleedin-edge | sda5 mint | sda6 slack
 
Old 02-25-2015, 04:20 PM   #6
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Edit the file at /etc/default/grub and add the kernel parameter(s) inside the quotation marks on the GRUB_CMDLINE_LINUX line then run:
Code:
# update-grub
 
Old 02-25-2015, 04:21 PM   #7
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
Quote:
Originally Posted by Head_on_a_Stick View Post
Code:
# update-grub
Code:
# update-grub
bash: update-grub: command not found
 
Old 02-25-2015, 04:37 PM   #8
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
unbareable to use Slack with full brightness!
 
Old 02-25-2015, 04:41 PM   #9
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by gor0 View Post
Code:
# update-grub
bash: update-grub: command not found
Hmmm...

Try:
Code:
# grub-mkconfig -o /boot/grub/grub.cfg
I'm not using a bootloader ATM so this is all from (rusty) memory...
 
Old 02-25-2015, 04:52 PM   #10
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
Quote:
Originally Posted by Head_on_a_Stick View Post
Try:
Code:
# grub-mkconfig -o /boot/grub/grub.cfg
thx 4 reply buddie!

but...

bad news:

Code:
# grub-mkconfig -o /boot/grub/grub.cfg
/usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?).
 
Old 02-25-2015, 04:57 PM   #11
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Are you trying to do this from a live distribution?

What is the output of:
Code:
# lsblk -f
 
Old 02-25-2015, 05:04 PM   #12
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
again tia!

Code:
# lsblk -f
NAME   FSTYPE LABEL    UUID                                 MOUNTPOINT
sda                                                         
├─sda1 ext4            alphanumeric 
├─sda2 ext4   EFI Boot      "
├─sda3 ext4                 "
├─sda4 btrfs  root          "                               /run/media/root/root
├─sda5 ext4                 "   
└─sda6 btrfs           alphanumeric                        /
sr0
 
Old 02-25-2015, 05:08 PM   #13
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
I'll look into this further tomorrow -- I have to go to sleep now.

For now, just edit the individual GRUB menu entries as I described in post #4 and check if the various kernel parameters actually do anything.
 
Old 02-25-2015, 05:14 PM   #14
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
momentarily

this did the job:

http://www.linuxquestions.org/questi...4/#post5247239

Code:
echo 100 > /sys/class/backlight/intel_backlight/brightness
 
Old 02-25-2015, 07:49 PM   #15
gor0
Member
 
Registered: Jun 2014
Distribution: quad BOOT!
Posts: 549

Original Poster
Rep: Reputation: 65
How to update /etc/default/grub ?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to make system use intel_backlight instad of acpi_video0? Abscissa256 Linux - Hardware 4 10-28-2014 03:26 PM
[SOLVED] How to make intel_backlight settings permanent amaro Slackware 8 10-03-2014 02:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration