reynhout / chrx

Chromebook Unix
419 stars 56 forks source link

[SOLVED]KEYBOARD NOT WORKING AFTER INSTALLING UBUNTU ON BRASWELL #59

Closed yaolin902 closed 6 years ago

yaolin902 commented 6 years ago

After I install the latest ubuntu, 18.04 lts. and boot it up, my keyboard doesn't work. I can log in with on screen keyboard, but the on screen keyboard is very limited without ctrl, shift, and arrow keys.

how do i fix this?

reynhout commented 6 years ago

What model Chromebook? What firmware?

yaolin902 commented 6 years ago

i have asus c300sa. my chromebook's version is Version 66.0.3359.203 (Official Build) (64-bit).

reynhout commented 6 years ago

So, TERRA. And RW_LEGACY firmware from MrChromebox, I assume?

Keyboard might not work on Braswell in Ubuntu.

The issue is fixed in GalliumOS 2.2 (nightly) and 3.0 (alpha).

To install the GalliumOS 2.2 nightly:

cd ; curl -O https://chrx.org/go && sh go -r nightly .....

To install GalliumOS 3.0 alpha (very stable on Braswell):

export CHRX_WEB_ROOT=https://chrx.org/dev
cd ; curl -O $CHRX_WEB_ROOT/go && sh go -r alpha ......
yaolin902 commented 6 years ago

ok, thx. i'll try