-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't rollback to T430 layout #234
Comments
That all looks like you are doing it right. Can you post the full output of your build? |
user@OEMCOMPUTER:~$ cd Reading package lists... Done The following make targets are the supported usb images: patched.t430.img - for patching Thinkpad T430 user@OEMCOMPUTER:
reverifying Your build has completed with the following details: Built ISO: 646c420f5d6c605a03fe7833e7be558fd2146e33 patched.t430.iso No patches applied: Lenovo default firmware ./scripts/geteltorito -o patched.t430.img.tmp patched.t430.iso Image has been written to file "patched.t430.img.tmp". Your build has completed with the following details: Built ISO: 646c420f5d6c605a03fe7833e7be558fd2146e33 patched.t430.iso No patches applied: Lenovo default firmware user@OEMCOMPUTER: |
Well, your Do you see any BIOS messages about firmware updating (and a percentage complete bar) when you next power on the computer? If you never see those, then the image didnt make it to the EC chip |
I boot the USB key by pressing F12. Then this is what I got (copied from pictures, I might miss a few lines of text): This will flash your Embedded controller firmware WARNING: Incorrectly flashing your firmware can damage your laptop. This disc will flash the file G1ETC1WW$01D2000.FL2 Based on code from: t430 BIOS 2.81 (G1ETC1WW) EC 1.13 (G1HT35WW) No patches applied: Lenovo default firmware Press any key to continue . . . Copyright (c) 2011-2012 Phoenix Technologies Ltd. Read BIOS image from file. Prepare to flash "ec" Do not turn off the computer during the update!!! Begin Flashing...... Flashing finished. BIOS is updated successfully. WARNING: System will shutdown or reboot in 5 seconds! |
What it doesnt say from the flash tool is that this is only phase-1 - You should see another set of messages at bootup and when that happens. We believe that the BIOS checks for a couple of other things before letting this happen, but it is all guesswork - we think that it looks for a >80% charged battery and a charger plugged in (sometimes it seems like it needs either, some reports were both, some people reported that removing the battery made this work - nothing is clear) |
I finally got it working. Thank you so much for your help. I couldn't have done it without you! Although I had a downgraded BIOS for previous attempts, I re-installed the 1vyrain BIOS given that I couldn't flash the embedded controller (I also prioritized being able to use my blacklisted WiFi card). Here is what I had to do: 1 - Downgrade the 1vyrain BIOS to 2.64 and remove the blacklisted WiFi card |
I've tried to rollback to the T430 keyboard layout after my T420 keyboard stopped working.
I entered the following lines in the terminal, and yet, the layout won't change back to the original one:
sudo apt-get update
sudo apt-get install make git
cd ~/
git clone https://github.com/hamishcoleman/thinkpad-ec
cd ~/thinkpad-ec
sudo make build-deps
make list_laptops
sudo make patch_disable_keyboard clean
sudo make patched.x230.img
sudo dd if=patched.x230.img of=/dev/sdx bs=4M status=progress conv=fsync
Have I misunderstood the CONFIG document? Am I doing something wrong here?
The text was updated successfully, but these errors were encountered: