pixelbook-linux | repo documents the process of replacing ChromeOS
kandi X-RAY | pixelbook-linux Summary
kandi X-RAY | pixelbook-linux Summary
pixelbook-linux is a Python library. pixelbook-linux has no bugs, it has no vulnerabilities and it has low support. However pixelbook-linux build file is not available. You can download it from GitHub.
This repo documents the process of replacing ChromeOS on a stock Google Pixelbook with a "real" linux distribution. It also contains an automated configuration script that will fix things that are broken in a stock install, like sound, display and keyboard backlights, touchpad sensitivity, etc. A very nice feature of the method described here is that it does not require taking the machine apart! Previous resources I've come across have instructed people to disassemble their Pixelbook and disconnect the battery cable to disable the firmware write protect. This method avoids the need for that, although you will need to spend ~$20 USD on a special USB cable. See the installation instructions for details. The automated configuration targets Ubuntu 19.04 (Disco Dingo), although it's likely that the basic techniques used will work for any distribution. I initially tried using Fedora Workstation 29, but ran into an issue where the system would crash immediately after resuming from suspend. I assumed this was due to my tweaks, but decided to give another distro a shot and found Ubuntu worked without issue. As a nice bonus, bluetooth works out of the box on Ubuntu, whereas Fedora required some fiddling post-install.
This repo documents the process of replacing ChromeOS on a stock Google Pixelbook with a "real" linux distribution. It also contains an automated configuration script that will fix things that are broken in a stock install, like sound, display and keyboard backlights, touchpad sensitivity, etc. A very nice feature of the method described here is that it does not require taking the machine apart! Previous resources I've come across have instructed people to disassemble their Pixelbook and disconnect the battery cable to disable the firmware write protect. This method avoids the need for that, although you will need to spend ~$20 USD on a special USB cable. See the installation instructions for details. The automated configuration targets Ubuntu 19.04 (Disco Dingo), although it's likely that the basic techniques used will work for any distribution. I initially tried using Fedora Workstation 29, but ran into an issue where the system would crash immediately after resuming from suspend. I assumed this was due to my tweaks, but decided to give another distro a shot and found Ubuntu worked without issue. As a nice bonus, bluetooth works out of the box on Ubuntu, whereas Fedora required some fiddling post-install.
Support
Quality
Security
License
Reuse
Support
pixelbook-linux has a low active ecosystem.
It has 178 star(s) with 42 fork(s). There are 27 watchers for this library.
It had no major release in the last 12 months.
There are 40 open issues and 20 have been closed. On average issues are closed in 27 days. There are 5 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of pixelbook-linux is v0.1
Quality
pixelbook-linux has 0 bugs and 5 code smells.
Security
pixelbook-linux has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
pixelbook-linux code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
pixelbook-linux does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
pixelbook-linux releases are available to install and integrate.
pixelbook-linux has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions, examples and code snippets are available.
pixelbook-linux saves you 83 person hours of effort in developing the same functionality from scratch.
It has 213 lines of code, 30 functions and 1 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed pixelbook-linux and discovered the below as its top functions. This is intended to give you an instant insight into pixelbook-linux implemented functionality, and help decide if they suit your requirements.
- Listen for events
- Parse a cras node
- Set the device to active
- Returns the volume
- Set pump volume
- Set the active node
- Refresh node status
- Run a cras test
- Return the direction of the node
- Save a volume
- Returns the active node
- Prints the list of devices
Get all kandi verified functions for this library.
pixelbook-linux Key Features
No Key Features are available at this moment for pixelbook-linux.
pixelbook-linux Examples and Code Snippets
No Code Snippets are available at this moment for pixelbook-linux.
Community Discussions
No Community Discussions are available at this moment for pixelbook-linux.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pixelbook-linux
There are three main phases involved in getting from a stock Pixelbook to a really nice Ubuntu install:. Once the install is complete, you'll probably want to read the post-install notes to learn about the quirks that were added.
Flash UEFI firmware
Install stock Ubuntu
Run the automatic configuration script
Boot into your new fresh Ubuntu install and log in.
Here's some info about the scripts and other customizations I added. If you're interested in the details or for more context, see the implementation details doc. Support for the audio hardware relies on a component called cras, short for the Chromium Audio Server. The install script will build cras for vanilla Linux and add configuration for ALSA and Pulseaudio to make things work, however, there's no way to switch between headphone and speaker outputs using the standard GUI controls. To work around this, I wrote a little python script called eve-audio-ctl.py that wraps the cras_test_client program that gets built alongside cras.
Flash UEFI firmware
Install stock Ubuntu
Run the automatic configuration script
Boot into your new fresh Ubuntu install and log in.
Here's some info about the scripts and other customizations I added. If you're interested in the details or for more context, see the implementation details doc. Support for the audio hardware relies on a component called cras, short for the Chromium Audio Server. The install script will build cras for vanilla Linux and add configuration for ALSA and Pulseaudio to make things work, however, there's no way to switch between headphone and speaker outputs using the standard GUI controls. To work around this, I wrote a little python script called eve-audio-ctl.py that wraps the cras_test_client program that gets built alongside cras.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page