Pinebook Pro Revised Keyboard Firmware - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Pinebook Pro Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=116) +--- Thread: Pinebook Pro Revised Keyboard Firmware (/showthread.php?tid=8884) |
RE: Pinebook Pro Revised Keyboard Firmware - tllim - 10-16-2020 (10-15-2020, 10:22 AM)wrzomar Wrote: Is there a way to make Fn+F3 do what is suggested by its icon? I think it should send KEY_SWITCHVIDEOMODE defined in /usr/include/linux/input-event-codes.h file, but I can't find anything similar in include/keycodes.h. Thanks on the solution. RE: Pinebook Pro Revised Keyboard Firmware - erock22 - 10-30-2020 I am having issues with f 4-6. They seem to not work at all. There is no change in volume and nothing is displayed showing volume change. RE: Pinebook Pro Revised Keyboard Firmware - wrzomar - 10-31-2020 (10-30-2020, 09:06 PM)erock22 Wrote: I am having issues with f 4-6. They seem to not work at all. There is no change in volume and nothing is displayed showing volume change.Did you pressed Fn and one of these three keys or just them alone? You can use Code: sudo showkey -s Code: sudo showkey -k The second one should print out this: Code: keycode 113 press Code: ^[OSkeycode 62 press RE: Pinebook Pro Revised Keyboard Firmware - erock22 - 10-31-2020 Code: keycode 113 press Yes, I am holding fn and the f keys together. I get the same output as above when I run the command you suggested. RE: Pinebook Pro Revised Keyboard Firmware - wrzomar - 11-01-2020 (10-31-2020, 08:25 PM)erock22 Wrote:These are the keycodes defined in /usr/include/linux/input-event-codes.h: Code: #define KEY_MUTE 113 It means the keyboard is working fine, the problem is the keys are not used to change volume in your system. RE: Pinebook Pro Revised Keyboard Firmware - erock22 - 11-01-2020 It means the keyboard is working fine, the problem is the keys are not used to change volume in your system. Interesting, I have the same problem in both the stock Manjaro OS and on Armbian from the SDcard. RE: Pinebook Pro Revised Keyboard Firmware - ColoBill - 11-04-2020 I applied the suggested fix for this months ago. Today, I installed a big update for Manjaro 20.10. Something like 30 packages. Upon reboot this issue remarkably appeared again. I find that strange? Worse yet that this now boots up with the numlock on! Now: pine-F9 = keycode 69 -- should be "Print Screen" but is KEY_NUMLOCK pine-F10 = keycode 70 -- should be "NumLK" but is KEY_SCROLLLOCK pine-F11 = keycode 119 -- should be "ScrLK" but is KEY_PAUSE pine-F12 = keycode 69 -- should be "Pause Break" but is KEY_NUMLOCK RE: Pinebook Pro Revised Keyboard Firmware - ab1jx - 04-20-2021 For resizing things, if openbox is involved, there's a property called border width. By default this is set to 1 pixel so it's very hard to grab. And it lives in a theme of all places. http://openbox.org/wiki/Help:Themes#border.width openbox underlies LXDE, not sure what else. (11-04-2020, 04:01 PM)ColoBill Wrote: I applied the suggested fix for this months ago. Today, I installed a big update for Manjaro 20.10. Something like 30 packages. Upon reboot this issue remarkably appeared again. I find that strange? Worse yet that this now boots up with the numlock on!Yes, I have numlock on print screen and pause, but not on numlock. I never use any of them, but if numlock is on you can't type letters if they have numbers on them. You can turn it back off with one of the keys that's doing that or Code: xdotool key Num_Lock And this stays the same in mrfixit Stretch, Daniel Thomas Bullseye, or Manjaro so it's not the OS. It's maybe only been a problem since I updated the keyboard/touchpad firmware which I did 4 months ago, I don't remember, didn't notice it right away. RE: Pinebook Pro Revised Keyboard Firmware - dsimic - 06-04-2021 I've just updated the keyboard firmware and the touchpad firmware on my first-batch ISO PineBook Pro, using the community updater, and the two steps went as expected. The keyboard remained usable after completing the first step, although something inside the laptop produced a hissing sound until the second step got completed. The hissing sound was there before and after power cycling the laptop, upon the completion of the first step. I've also completed the third, flash-kb step, which unfortunately caused the Fn + NumLock key combination to stop working. The green LED still turned on and off as a result of depressing the Fn + NumLock key combination, but the respective "numpad" keys still produced letters instead of numbers with the green LED illuminated. I haven't attempted to debug that; instead, I've repeated the two steps, ending up with the latest unpatched version of the keyboard firmware. There are a couple of questions arising from this:
RE: Pinebook Pro Revised Keyboard Firmware - ab1jx - 06-05-2021 Hiss, don't rememer that. From the speakers? Does a mixer like alsamixer affect it? Does it stop if you play a sound file? You aren't mixing iso and ansi versions are you? A hiss is what random bytes sent to a PCM sounds like. |