Backlight on NF310 running Mandriva

Discussions about Linux installation and configuration on Samsung laptops
Post Reply
anthony
Newbie
Newbie
Posts: 1
Joined: 26 Dec 2010, 10:44

Backlight on NF310 running Mandriva

Post by anthony »

Hello,

I purchased a NF310 to do software development on the road. So far I am very happy with it. As I am familiar with Mandriva I installed powerpack 2010.1 on the NF310. All is working fine (speakers, microphone, camera, wifi, lan, usb etc) except backlight control. I read on this site that you solved this problem for Ubuntu. Can you assis me to do it for Mandriva as well as this is my preferred distribution.

Some hardware info I retrieved:
from lspci:
00:00.0 Host bridge: Intel Corporation Pineview DMI Bridge (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Pineview Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation Pineview Integrated Graphics Controller (rev 02)

from lsmod:
uvcvideo 46543 0
videodev 30258 1 uvcvideo
v4l1_compat 10471 2 uvcvideo,videodev
i2c_core 16701 6 videodev,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video 16395 1 i915
thermal_sys 11352 3 processor,video,thermal
output 1547 1 video
usbcore 118015 6 btusb,uvcvideo,uhci_hcd,ehci_hcd,usbhid

from dmesg:
agpgart-intel 0000:00:00.0: Intel Pineview Chipset
agpgart-intel 0000:00:00.0: detected 8188K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
fb0: inteldrmfb frame buffer device
fb0: VESA VGA frame buffer device
fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
Kernel command line: BOOT_IMAGE=netbook_2.6.33.7-7 root=UUID=be4937ee-baac-4e6c-819b-b723b73ee53e resume=UUID=790798b0-6d7f-4465-8d54-9e4aa527d0df splash=silent vga=788 acpi_backlight=vendor
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
pci 0000:00:02.0: Boot video device
Linux video capture interface: v2.00
uvcvideo: Found UVC 1.00 device WebCam SCB-0385N (2232:1005)
usbcore: registered new interface driver uvcvideo

My /sys/class/backlight/ directory is empty.
I would be happy with a console command or tool to set the backlight level (or GUI or keys).

Thanks.
Post Reply