Skip to content

Instantly share code, notes, and snippets.

@sdenel
Last active March 27, 2023 21:46
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save sdenel/cfeb45e8b6db069cde1867672d9096e8 to your computer and use it in GitHub Desktop.
Save sdenel/cfeb45e8b6db069cde1867672d9096e8 to your computer and use it in GitHub Desktop.

Current status : working, but no fingerprint reader and no Fn key before first suspend.

Initial hardware setup

How I got it working

Not working yet...

Other personal installation notes

  • vital packages: apt install -y vim terminator zsh gnome-tweaks vlc gimp synaptic htop curl git p7zip-full jq
  • oh my zsh (officiel doc: https://ohmyz.sh/#install)
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
pip3 install thefuck
echo "# thefuck" >> ~/.zshrc
echo 'PATH="$PATH:/home/simon/.local/bin"' >> ~/.zshrc
echo 'eval $(thefuck --alias)' >> ~/.zshrc
echo "alias f=fuck" >> ~/.zshrc
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
sudo usermod -aG docker $USER

Others

@ciurca
Copy link

ciurca commented Nov 12, 2021

Did you get the fingerprint reader to work? I also have an E15 and have used Ubuntu & popOS before Windows, but got annoyed with the lack of drivers for Linux.

@MalikMlitat
Copy link

@ciurca (one year later), did you get the fingerprint reader work under linux?

@n1snt
Copy link

n1snt commented Mar 27, 2023

There is still work going on the fingerprint driver
Here is a tutorial to install the experimental version of it https://gist.github.com/d-k-bo/15e53eab53e2845e97746f5f8661b224
I haven't tried installing it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment