나는이 소니 바이오 노트북에 맞는 15E 모델 SVF1521DCXW을 하고 나는 그것의 키보드 백라이트를 끄고 싶다. 키보드에는 phisycal 기능 단축키가 없습니다. Windows OS에서 VAIO Control Center 를 사용 하여 끌 수는 있지만 Ubuntu 14.04에서 어떻게 끌 수 있는지 모르겠습니다.
를 실행 하여 SVF1521DCXW 를 얻 습니다sudo dmidecode -s system-product-name
.
우선 /sys/devices/platform/sony-laptop/kbd_backlight
내 컴퓨터에 파일 이 없습니다 .
기본적으로 키보드 백라이트는 꺼져 있습니다. 아무 키나 누르면 15 초 동안 켜집니다. 아무 키도 누르지 않으면 다시 꺼집니다.
중요 : 모든 시도는 배터리와 AC 전원에서 동일한 결과를 나타 냈습니다
이 ls -l /sys/devices/platform/sony-laptop/
명령은 다음과 같이 files / directoes / symbolic 링크를 표시했습니다 (추가 속성을 제거하고 해당 유형을 []에 강조 표시했습니다. 모두 루트 소유자입니다).
[-]r--r--r-- 1 battery_care_health
[-]rw-r--r-- 1 battery_care_limiter
[l]rwxrwxrwx 1 driver -> ../../../bus/platform/drivers/sony-laptop
[-]r--r--r-- 1 modalias
[d]rwxr-xr-x 2 power
[l]rwxrwxrwx 1 subsystem -> ../../../bus/platform
[-]rw-r--r-- 1 touchpad
[-]rw-r--r-- 1 uevent
lsmod
명령을 실행하면 어떤 모듈이로드됩니까?
Module Size Used by
sony_laptop 54219 0
uvcvideo 80885 0
videobuf2_vmalloc 13216 1 uvcvideo
videobuf2_memops 13362 1 videobuf2_vmalloc
videobuf2_core 40664 1 uvcvideo
videodev 134688 2 uvcvideo,videobuf2_core
rfcomm 69160 0
bnep 19624 2
bluetooth 391136 10 bnep,rfcomm
snd_hda_codec_hdmi 46368 1
snd_hda_codec_realtek 65580 1
microread_mei 12811 0
microread 13420 1 microread_mei
mei_phy 13881 1 microread_mei
crc_ccitt 12707 1 microread
hci 44425 2 mei_phy,microread
snd_hda_intel 56451 3
snd_hda_codec 192906 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 13602 1 snd_hda_codec
nfc 95012 2 hci,microread
intel_rapl 18773 0
x86_pkg_temp_thermal 14205 0
intel_powerclamp 14705 0
coretemp 13435 0
kvm_intel 143109 0
kvm 451552 1 kvm_intel
snd_pcm 102099 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
crct10dif_pclmul 14289 0
crc32_pclmul 13113 0
ghash_clmulni_intel 13216 0
snd_page_alloc 18710 2 snd_pcm,snd_hda_intel
snd_seq_midi 13324 0
snd_seq_midi_event 14899 1 snd_seq_midi
snd_rawmidi 30144 1 snd_seq_midi
aesni_intel 55624 1683
aes_x86_64 17131 1 aesni_intel
lrw 13286 1 aesni_intel
gf128mul 14951 1 lrw
glue_helper 13990 1 aesni_intel
ablk_helper 13597 1 aesni_intel
lib80211_crypt_tkip 17619 0
cryptd 20359 844 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_seq 61560 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 29482 2 snd_pcm,snd_seq
joydev 17381 0
serio_raw 13462 0
wl 4207846 0
lib80211 14381 2 wl,lib80211_crypt_tkip
cfg80211 484040 1 wl
lpc_ich 21080 0
rtsx_pci_ms 18151 0
snd 69322 17 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
memstick 16966 1 rtsx_pci_ms
soundcore 12680 1 snd
mei_me 18627 0
mei 82276 3 mei_phy,mei_me,microread_mei
mac_hid 13205 0
parport_pc 32701 0
ppdev 17671 0
lp 17759 0
binfmt_misc 17468 1
parport 42348 3 lp,ppdev,parport_pc
rtsx_pci_sdmmc 23274 0
nouveau 1097199 1
i915 783805 4
mxm_wmi 13021 1 nouveau
wmi 19177 2 mxm_wmi,nouveau
ttm 85150 1 nouveau
i2c_algo_bit 13413 2 i915,nouveau
psmouse 106678 0
ahci 25819 2
drm_kms_helper 55071 2 i915,nouveau
libahci 32716 1 ahci
drm 303102 8 ttm,i915,drm_kms_helper,nouveau
r8169 67581 0
rtsx_pci 46202 2 rtsx_pci_ms,rtsx_pci_sdmmc
mii 13934 1 r8169
video 19476 2 i915,nouveau
이것은 다음을 실행 한 결과입니다 modinfo sony-laptop
. (NB : 마지막 두 줄 참조)
filename: /lib/modules/3.13.0-37-generic/kernel/drivers/platform/x86/sony-laptop.ko
version: 0.6
license: GPL
description: Sony laptop extras driver (SPIC and SNC ACPI device)
author: Stelian Pop, Mattia Dongili
srcversion: 5C6E050349475558A231C59
alias: acpi*:SNY6001:*
alias: acpi*:SNY5001:*
depends:
intree: Y
vermagic: 3.13.0-37-generic SMP mod_unload modversions
signer: Magrathea: Glacier signing key
sig_key: 2C:B1:13:3B:35:F9:5A:9E:24:DE:AB:EE:B1:2B:A4:49:BC:BA:BB:C9
sig_hashalgo: sha512
parm: debug:set this to 1 (and RTFM) if you want to help the development of this driver (int)
parm: no_spic:set this if you don't want to enable the SPIC device (int)
parm: compat:set this if you want to enable backward compatibility mode (int)
parm: mask:set this to the mask of event you want to enable (see doc) (ulong)
parm: camera:set this to 1 to enable Motion Eye camera controls (only use it if you have a C1VE or C1VN model) (int)
parm: minor:minor number of the misc device for the SPIC compatibility code, default is -1 (automatic) (int)
parm: kbd_backlight:set this to 0 to disable keyboard backlight, 1 to enable it (default: no change from current value) (int)
parm: kbd_backlight_timeout:meaningful values vary from 0 to 3 and their meaning depends on the model (default: no change from current value) (int)
실행하면 동일한 출력 ^^ modinfo sony_laptop
(참고 : 대시 대신 밑줄 _)
내가 시도한 것은 다음과 같습니다.
1. modprobe
다음 명령을 전달하여 모듈을 다시로드하십시오 .
sudo modprobe -r sony_laptop # <- No output. back to command prompt. And with -l option I get modprobe: invalid option -- 'l'
sudo modprobe -v sony_laptop kbd_backlight=0
위의 두 번째 명령의 출력 : (모두 노력에 대한 sony_laptop
및 / 또는 sony-laptop
. 또한 나는 변경 kbd_backlight=0
에 kbd-backlight=0
나는 오류를 얻을 내게 출력 아래를 준)
insmod /lib/modules/3.13.0-35-generic/kernel/drivers/platform/x86/sony-laptop.ko kbd_backlight=0
결과 : 변경 사항이 없습니다.
modprobe
이 명령을 전달하여 모듈을 재배치 :
sudo modprobe -v sony_laptop kbd_backlight_timeout=3 kbd_backlight=0
출력 : 없음
그래서이 스레드에서 모든 것을 시도했습니다.
결과 : 변화가 없습니다.
삼. ls -l /sys/class/leds
출력 : 총 0 (실제로 아무것도 없음)
4. 파일 생성 시도
cat /etc/modprobe.d/sony-laptop.conf
cat /etc/modprobe.d/options.conf
cat /sys/class/leds/smc::kbd_backlight/brightness
출력 : 해당 파일이나 디렉토리가 없습니다.
4 단계에서 Expande 옵션 1 : 나는라는 파일 작성 sony-laptop.conf
에 /etc/modprobe.d
및 옵션을 추가 sony-laptop kbd_backlight=0
그것을 저장, 파일을 컴퓨터를 다시 시작합니다. 재부팅하지 않아도 작동하지 않으며 거기에서 파일을 제거했습니다.
4 단계에서 옵션 2를 펼치십시오. 이름이 지정 options.conf
되어 파일 에 /etc/modprobe.d
추가 options sony-laptop kbd_backlight=0
된 파일 (Yes options command is part of command here
)을 저장 한 후 컴퓨터를 다시 시작하십시오. 재부팅하지 않아도 작동하지 않으며 거기에서 파일을 제거했습니다.
4 단계에서 옵션 3을 펼치십시오. 3 단계에서 이미 언급했지만 파일이 없습니다.)
결과 (모든 옵션) : 변경 없음
5. 많은 사이트에 의심스러운 패키지를 설치하려고합니다.
sudo apt-get install nvidia-bl-dkms pommed
산출: E: Unable to locate package nvidia-bl-dkms
그리고 그것이 도움이된다면 그것을 추가했습니다 : lshw
명령의 일부 :
*-serial UNCLAIMED
description: SMBus
product: 7 Series/C210 Series Chipset Family SMBus Controller
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 04
width: 64 bits
clock: 33MHz
configuration: latency=0
resources: memory:d1815000-d18150ff ioport:4040(size=32)
sony-laptop.conf
에서가 /etc/modprobe.d
. options sony-laptop kbd_backlight=0
파일에 추가 하고 저장 한 다음 컴퓨터를 다시 시작하십시오. 작동하지 않으면 파일을 제거하십시오.