http://bugzilla.kernel.org/show_bug.cgi?id=12233





------- Comment #37 from no...@gmx.net  2009-01-02 04:17 -------
(In reply to comment #36)
> (In reply to comment #35)
> > (In reply to comment #34)
> > > Created an attachment (id=19514)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=19514&action=view) [details] 
[details] [details]
> > > output of dmesg
> > hmmm ... strange can't see the debug output
> 
> I'm sorry that I really don't know how to load the fujitsu-laptop.ko module
> with debug=0xffff when the system is booting, what I did was just "modprobe -r
> fujitsu_laptop, then insmod fujitsu-laptop.ko debug=0xffff", but once I reboot
> the system, the value of debug at /sys/modules/fujitsu-laptop/parameters/debug
> turned to 3 again, I think that's why you can't find any debug message in the
> output of dmesg, because I can not make the system boot with debug=0xffff.
> 
you ca turn on debugging either by 
# modprobe -r fujitsu-laptop; modprobe fujitsu-laptop debug=0xffff
or
# echo 0xffff > /sys/module/fujitsu_laptop/parameters/debug
(here debugging is only on until the next module reload or reboot)
or add 
options fujitsu_laptop debug=0xffff
to a file in /etc/modprobe.d (this is use in any modprobe invocation)

Then look for lines stating with FUJ02B1: in dmesg

# dmesg | grep '^FUJ02B1:'
FUJ02B1: dmi_check_cb_common: auto-detecting usealt
FUJ02B1: dmi_check_cb_common: auto-detecting disable_keys
FUJ02B1: dmi_check_cb_common: auto-detecting disable_adjust
FUJ02B1: acpi_fujitsu_add: config: [alt interface: 1], [key disable: 1],
[adjust disable: 0]
FUJ02B1: get_max_brightness: get max lcd level via RBLL
FUJ02B1: get_lcd_level_alt: get lcd level via GBLS
FUJ02B1: acpi_fujitsu_hotkey_add: Invoking _INI
FUJ02B1: call_fext_func: FUNC 0x1002 (args 0x1, 0x0, 0x0) returned 0x0
FUJ02B1: acpi_fujitsu_hotkey_add: Discarded 0 ringbuffer entries
FUJ02B1: call_fext_func: FUNC 0x1000 (args 0x4, 0x0, 0x0) returned 0x120
FUJ02B1: call_fext_func: FUNC 0x1002 (args 0x0, 0x0, 0x0) returned 0xff0101
FUJ02B1: get_lcd_level: get lcd level via GBLL
FUJ02B1: acpi_fujitsu_notify: brightness button event [4 -> 5 (1)]
FUJ02B1: set_lcd_level_alt: set lcd level via SBL2 [5]
FUJ02B1: get_lcd_level_alt: get lcd level via GBLS


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

------------------------------------------------------------------------------
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to