LenovoThinkPad T510 report

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello.

As I tried to get all my notebooks acpi-capabilities working I consulted the kernels documentation of the 'thinkpad-acpi'-kernel-module, which asks me to report to this mailinglist if I need the 'force_load=1' module-parameter to load it.

I am using Gentoo Linux with kernel 2.6.32-gentoo-r7 (sys-kernel/gentoo-sources, not vanilla) on an Lenovo ThinkPad T510 (NTH4JGE). I dont know if it matters, but here is the output of lspci:

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:16.3 Serial controller: Intel Corporation 5 Series/3400 Series Chipset KT Controller (rev 06)
00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
01:00.0 VGA compatible controller: nVidia Corporation NVIDIA NVS 3100M (rev a2)
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
03:00.0 Network controller: Intel Corporation WiFi Link 6000 Series (rev 35)
0d:00.0 SD Host controller: Ricoh Co Ltd Device e822 (rev 01)
0d:00.1 System peripheral: Ricoh Co Ltd Device e230 (rev 01)
0d:00.3 FireWire (IEEE 1394): Ricoh Co Ltd Device e832 (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)

The module-dmesg-output:

[ 1743.983441] thinkpad_acpi: ThinkPad ACPI Extras v0.23
[ 1743.983444] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 1743.983445] thinkpad_acpi: ThinkPad BIOS unknown, EC unknown
[ 1743.983753] thinkpad_acpi: radio switch found; radios are enabled
[ 1743.983838] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 1743.983841] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 1743.993836] Registered led device: tpacpi::thinklight
[ 1743.993962] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one.
[ 1743.994354] input: ThinkPad Extra Buttons as /devices/virtual/input/input7


I'll comment on the features for the proc-interface in order they are mentioned in Documentation/laptops/thinkpad-acpi.txt

/proc/acpi/ibm/drivers:
driver:         ThinkPad ACPI Extras
version:        0.23

/proc/acpi/ibm/hotkey:
status:         enabled
mask:           0x078c7fff
commands:       enable, disable, reset, <mask>

setting a mask seem to work - at least does not complain, but setting 0xffffffff as mask results in :
status:         enabled
mask:           0x07ffffff
commands:       enable, disable, reset, <mask>

dmesg shows:
thinkpad_acpi: asked for hotkey mask 0xffffffff, but firmware forced it to 0x07ffffff



/proc/acpi/ibm/bluetooth:
seems to work (if rf-switch is on)
the module at least appears/disappears in 'lsusb'

/proc/acpi/ibm/light: works

/proc/acpi/ibm/video:
{lcd,crt,dvi}_enable, {lcd,crt,dvi}_disable, video_switch and expand_toggle do nothing
auto_enable and disable changes the value but i can not see that anything happens

/etc/acpi/ibm/volume:
'mute' is reported correctly and i am able to mute by 'echo mute...'
'up'/'down'/'level <x>' take affect on the reported volume-level but not on the volume itself

/proc/acpi/ibm/cmos: nothing happens...

/proc/acpi/ibm/beep seems not to work

/proc/acpi/ibm/thermal: not present

/proc/acpi/ibm/ecdump: not present

/proc/acpi/ibm/brightness: not present (as the driver said while loading..)

/proc/acpi/ibm/fan:
status:         enabled
speed:          2357
level:          auto

i have not tried to insert the module with 'fan_control=1' as this feature is marked as unsafe in the documentation, sorry.

/proc/acpi/ibm/wan:
the led switches on/off, but the device seems to stay up/available. got no ap to test.

Following buttons generate acpi-events:
Fn-(F1-F8)
Fn-(F11-F12)
Fn-Space
Fn-Home
Fn-End
Fn-Scroll
mute-microphone-button
hardware-RF-Switch
Thinkvantage-Button
lid open/close
power-button
hardware-rw-switch switches on and of bluetooth and wlan
(the bluetooth-module appears/disappears in 'lsusb', the led for bt and wlan switch on/off, but the wlan-device
seems to stay up)


Mail back to me if I there is anything else you need to know, excuse me if
this does not matter at all.


Sebastian
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
ibm-acpi-devel mailing list
ibm-acpi-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/ibm-acpi-devel



[Index of Archives]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Photo]     [Yosemite Photos]     [Yosemite Advice]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]

  Powered by Linux