x230 - battery patch and keyboard patch conflict
I have been using x220 keyboard mod for a long time. Recently I installed new battery and applied battery mod. Battery is charging, but several keys changed behavior. For instance "Del" works as "Home", "Home" doesn't work. Then I used keyboard patch again and it repaired keyboard. But battery is not recognised as genuine and not charging. I repeated several times to be sure that it was not accidental. My BIOS is G2ETB3WW (2.73). I used the ready-built images - in case if this fact can have any importance.
Hi. I think,You need activate BOTH patches at the same time Read the readme file how to do it. What you make is - activating keyboard patch OR battery patch afterwards. BUT you need BOTH
HI,
Same to me. battery OK, in v2.76 , but keyboard keys changed *fn , supr, up, down, etc ...
what do you mean with ~at the same time~ , sorry i dont find the special characters in linux, i use windows normally. how can i make them work toghether, step by step please, cause I am a windows user.
what I do is this>
sudo apt-get install build-essential git mtools libssl-dev
git clone https://github.com/hamishcoleman/thinkpad-ec
cd thinkpad-ec
4 make patch_enable_keyboard clean
but if i do it now, linux console show this>
ubuntu@ubuntu:~/thinkpad-ec$ make patch_disable_keyboard clean
Makefile:137: .config: No such file or directory
Generated dependancies from descriptions
cp defconfig .config
echo "CONFIG_KEYBOARD = n" >>.config
rm -f .d/generated.deps
patched..iso patched..img *.FL2 *.FL2.orig *.img.enc
*.img.enc.orig *.img.orig *.bat *.report
*.img
*.txt.orig
rm -rf *.iso.extract *.iso.orig.extract
and if i copy and paste it again, the message is slightly different *doesnt show @no such file or directory@
ubuntu@ubuntu:~/thinkpad-ec$ make patch_disable_keyboard clean
Generated dependancies from descriptions
echo "CONFIG_KEYBOARD = n" >>.config
rm -f .d/generated.deps
patched..iso patched..img *.FL2 *.FL2.orig *.img.enc
*.img.enc.orig *.img.orig *.bat *.report
*.img
*.txt.orig
rm -rf *.iso.extract *.iso.orig.extract
ubuntu@ubuntu:~/thinkpad-ec$
what can I do
thanks