In addition:
Looks like the two kernel modules are correctly loaded.
Code:
lsmod
Module Size Used by
easy_slow_down_manager 4081 0
samsung_backlight 2917 0
binfmt_misc 6587 1
ppdev 5259 0
joydev 8708 0
snd_hda_codec_realtek 203168 1
fbcon 35102 71
tileblit 2031 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
vga16fb 11385 0
vgastate 8961 1 vga16fb
snd_hda_intel 21877 2
snd_hda_codec 74201 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5412 1 snd_hda_codec
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70662 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26726 0
arc4 1153 2
snd_seq_midi 4557 0
snd_rawmidi 19056 1 snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
ath9k 306010 0
snd_timer 19098 2 snd_pcm,snd_seq
i915 282354 3
mac80211 204922 1 ath9k
snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ath 7611 1 ath9k
drm_kms_helper 29297 1 i915
intel_agp 24177 2 i915
uvcvideo 56990 0
snd 54148 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,
snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
cfg80211 126485 3 ath9k,mac80211,ath
drm 162471 4 i915,drm_kms_helper
i2c_algo_bit 5028 1 i915
videodev 34361 1 uvcvideo
v4l1_compat 13251 2 uvcvideo,videodev
psmouse 63245 0
serio_raw 3978 0
soundcore 6620 1 snd
video 17375 1 i915
led_class 2864 1 ath9k
agpgart 31724 2 intel_agp,drm
snd_page_alloc 7076 2 snd_hda_intel,snd_pcm
output 1871 1 video
lp 7028 0
parport 32635 2 ppdev,lp
usbhid 36110 0
hid 67032 1 usbhid
ahci 32008 3
sky2 40775 0
Code:
root@ubuntu:/# modinfo samsung-backlight
filename: /lib/modules/2.6.32-21-generic/updates/dkms/samsung-backlight.ko
alias: dmi:*:svnSAMSUNGELECTRONICSCO.,LTD.:pn*:*:rn*:*
license: GPL
description: Samsung Backlight driver
author: Kobelkov S. <sergeyko81@gmail.com>, Greg Kroah-Hartman <gregkh@suse.de>
srcversion: 8246F633825215B79E4B228
depends:
vermagic: 2.6.32-21-generic SMP mod_unload modversions 586
parm: offset:The offset into the PCI device for the brightness control (int)
parm: debug:Verbose output (bool)
parm: use_sabi:Use SABI to control brightness (bool)
parm: force:Skip model/vendor check (bool)