pixelbook-linux
pixelbook-linux copied to clipboard
Script success on Unbuntu 18.04?
anyone have any luck or success running the Pixelbook script on Ubuntu 18.04 LTS? Any details or comments would be appreciated before I attempt it.
works on 18.04,19.04
With 18.04, I had set GCC8/C++8 as default, create lib folder, and install automake and the compile finished. My issue with 18.04 is the audio not working, even though the script seems to run normally (used default chrome kernel, and compiled kernel), so I am sill troubleshooting that.
sudo apt-get install gcc-8 g++-8 automake sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 800 --slave /usr/bin/g++ g++ /usr/bin/g++-8 sudo mkdir /etc/libinput