Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't change brightness [HP EliteBook 8560w]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
kgdrenefort
Apprentice
Apprentice


Joined: 19 Sep 2023
Posts: 186
Location: Somewhere in the 77

PostPosted: Sat Mar 16, 2024 8:41 pm    Post subject: Can't change brightness [HP EliteBook 8560w] Reply with quote

Hello,

I never was able to change brightness level of my laptop screen, a HP EliteBook 8560w.

It's using the last 6.6.16 kernel.

After trying the differents things reported in the wiki, it just doesn't works, no matter which brightness file is edited.

On #gentoo, someone told me I might need the HP WMI support in the kernel, compile it and try.

Despite having now:
Code:

laptopGentoo ~ # uname -a
Linux laptopGentoo 6.6.16-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Mar 15 00:32:59 CET 2024 x86_64 Intel(R) Core(TM) i7-2820QM CPU @ 2.30GHz GenuineIntel GNU/Linux

Code:
laptopGentoo ~ # modprobe hp-wmi

Code:
laptopGentoo ~ # lsmod | grep hp
hp_wmi                 20480  0
sparse_keymap          12288  1 hp_wmi
platform_profile       12288  1 hp_wmi
rfkill                 32768  6 hp_wmi,bluetooth,cfg80211
hp_accel               28672  0
lis3lv02d              28672  1 hp_accel
wmi                    36864  5 hp_wmi,video,wmi_bmof,mxm_wmi,nouveau


So, if hp_wmi was needed, what it is missing now ?

Shortcut as the Plasma GUI doesn't change it too, by the way.

Any ideas ?

Regards,
GASPARD DE RENEFORT Kévin
_________________
«Gentoo does not have problems, only learning opportunities.» - NeddySeagoon
«If your Gentoo installation isn't valuable to you, feel free to continue to ignore the instructions.» - figueroa
Back to top
View user's profile Send private message
kgdrenefort
Apprentice
Apprentice


Joined: 19 Sep 2023
Posts: 186
Location: Somewhere in the 77

PostPosted: Sat Mar 16, 2024 9:05 pm    Post subject: Reply with quote

Adding the dmesg:

Code:
laptopGentoo ~ # dmesg |grep wmi
[    4.861397] wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances
[    4.861581] wmi_bus wmi_bus-PNP0C14:01: [Firmware Info]: 8F1F6435-9F42-42C8-BADC-0E9424F20C9A has zero instances
[   16.935734] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device uvcvideo uvc videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 btusb videobuf2_common btrtl btintel videodev btbcm btmtk mc bluetooth 8021q garp mrp stp llc snd_ctl_led snd_hda_codec_idt snd_hda_codec_generic ledtrig_audio snd_hda_codec_hdmi iTCO_wdt iwldvm snd_hda_intel intel_pmc_bxt intel_rapl_msr ppdev mei_wdt mei_hdcp mei_pxp snd_intel_dspcfg intel_rapl_common mac80211 iTCO_vendor_support snd_intel_sdw_acpi x86_pkg_temp_thermal libarc4 nouveau intel_powerclamp snd_hda_codec coretemp mxm_wmi gpu_sched snd_hda_core rapl iwlwifi snd_hwdep i2c_algo_bit drm_ttm_helper intel_cstate ttm snd_pcm hp_wmi drm_exec intel_uncore sparse_keymap snd_timer drm_display_helper platform_profile mei_me cfg80211 snd wmi_bmof pcspkr cec soundcore mei lpc_ich e1000e rfkill parport_pc parport tpm_infineon hp_accel lis3lv02d joydev loop fuse nfnetlink crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic ghash_clmulni_intel sha512_ssse3
[   16.935847]  sha256_ssse3 firewire_ohci sdhci_pci sha1_ssse3 cqhci sdhci firewire_core crc_itu_t mmc_core video wmi serio_raw


List of GUID and WMI event:

Code:
laptopGentoo ~ # find /sys -name modalias -exec cat '{}' \; |grep wmi
wmi:95F24279-4D7B-4334-9387-ACCDC67EF61C
wmi:988D08E3-68F4-4C35-AF3E-6A1B8106F83C
wmi:DF4E63B6-3BBC-4858-9737-C74F82F821F3
wmi:2D114B49-2DFB-4130-B8FE-4A3C09E75133
wmi:5FB7F034-2C63-45E9-BE91-3D44E2C707E4
wmi:2B814318-4BE8-4707-9D84-A190A859B5D0
wmi:322F2028-0F84-4901-988E-015176049E2D
wmi:1F4C91EB-DC5C-460B-951D-C7CB9B4B8D5E
wmi:7391A661-223A-47DB-A77A-7BE84C60822D
wmi:8232DE3D-663D-4327-A8F4-E293ADB9BF05
wmi:14EA9746-CE1F-4098-A0E0-7045CB4DA745
wmi:05901221-D566-11D1-B2F0-00A0C9062910
platform:hp-wmi
wmi:05901221-D566-11D1-B2F0-00A0C9062910
wmi:EDBCEDF1-BBC9-420E-A3C0-322B1D37C3AA
wmi:21D355E1-498D-4C1F-AE01-05CEF8DD053F
wmi:921A2F40-0DC4-402D-AC18-B48444EF9ED2
wmi:377E84E1-13DE-41FB-A096-0F08528BA689
wmi:BE907006-D603-4714-9AE2-9DBA8997A805
wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0
wmi:93263095-DA5F-46A0-8B1C-DB2F1F7D66AF


And maybe that is relevant, but at this point I'm lost:

Code:
laptopGentoo ~ # modinfo  $(find /sys -name modalias -exec cat {} \;) |& grep wmi: -B1
modinfo: ERROR: Module bus not found.
modinfo: ERROR: Module wmi:988D08E3-68F4-4C35-AF3E-6A1B8106F83C not found.
modinfo: ERROR: Module wmi:DF4E63B6-3BBC-4858-9737-C74F82F821F3 not found.
modinfo: ERROR: Module wmi:2D114B49-2DFB-4130-B8FE-4A3C09E75133 not found.
modinfo: ERROR: Module wmi:5FB7F034-2C63-45E9-BE91-3D44E2C707E4 not found.
modinfo: ERROR: Module wmi:2B814318-4BE8-4707-9D84-A190A859B5D0 not found.
modinfo: ERROR: Module wmi:322F2028-0F84-4901-988E-015176049E2D not found.
modinfo: ERROR: Module wmi:1F4C91EB-DC5C-460B-951D-C7CB9B4B8D5E not found.
modinfo: ERROR: Module wmi:7391A661-223A-47DB-A77A-7BE84C60822D not found.
modinfo: ERROR: Module wmi:8232DE3D-663D-4327-A8F4-E293ADB9BF05 not found.
modinfo: ERROR: Module wmi:14EA9746-CE1F-4098-A0E0-7045CB4DA745 not found.
--
filename:       /lib/modules/6.6.16-gentoo-dist/kernel/drivers/platform/x86/hp/hp-wmi.ko
alias:          wmi:5FB7F034-2C63-45e9-BE91-3D44E2C707E4
alias:          wmi:95F24279-4D7B-4334-9387-ACCDC67EF61C
--
author:         Andrew Lutomirski <luto@kernel.org>
alias:          wmi:05901221-D566-11D1-B2F0-00A0C9062910
--
alias:          pci:v00008086d00001E5Asv*sd*bc*sc*i*
alias:          pci:v00008086d00001E59smodinfo: ERROR: Module wmi:EDBCEDF1-BBC9-420E-A3C0-322B1D37C3AA not found.
modinfo: ERROR: Module wmi:21D355E1-498D-4C1F-AE01-05CEF8DD053F not found.
modinfo: ERROR: Module wmi:921A2F40-0DC4-402D-AC18-B48444EF9ED2 not found.
modinfo: ERROR: Module wmi:377E84E1-13DE-41FB-A096-0F08528BA689 not found.
modinfo: ERROR: Module wmi:BE907006-D603-4714-9AE2-9DBA8997A805 not found.
modinfo: ERROR: Module wmi:93263095-DA5F-46A0-8B1C-DB2F1F7D66AF not found.
--
author:         Andrew Lutomirski <luto@kernel.org>
alias:          wmi:05901221-D566-11D1-B2F0-00A0C9062910
--
filename:       /lib/modules/6.6.16-gentoo-dist/kernel/drivers/platform/x86/mxm-wmi.ko
alias:          wmi:F6CB5C3C-9CAE-4EBD-B577-931EA32A2CC0

_________________
«Gentoo does not have problems, only learning opportunities.» - NeddySeagoon
«If your Gentoo installation isn't valuable to you, feel free to continue to ignore the instructions.» - figueroa
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum