Coder Social home page Coder Social logo

Comments (8)

flantel avatar flantel commented on August 15, 2024

Hi,

You could try editing ansible/roles/common/tasks/main.yml and change {{ ansible_distribution }} to Ubuntu

from pixelbook-linux.

jfeeney100 avatar jfeeney100 commented on August 15, 2024

Hi flantel,

Thank you for the suggestion. I will give that a try this afternoon.

from pixelbook-linux.

jfeeney100 avatar jfeeney100 commented on August 15, 2024

update: Editing the main.yml file was a success in getting the script to run in Linux Mint 19.1. However, after completing the installation and rebooting, sound is still not working, and touchpad remains the same.

from pixelbook-linux.

flantel avatar flantel commented on August 15, 2024

@jfeeney100 A couple of things to check:

  1. Check if you have xserver-xorg-input-synaptics installed, and if so, remove it - I am not sure about Mate, but XFCE installs this and if it is present then the proper touchpad driver does not get used.
  2. Run uname -r and if it is not 4.4.178chromium-g4245c5e1 then try removing any other kernels you have installed, or change grub to use 4.4.178chromium-g4245c5e1 as the default.

Hope this helps.

from pixelbook-linux.

jfeeney100 avatar jfeeney100 commented on August 15, 2024

@flantel

Thank you for the reply!

  1. Yes, I do have xserver-xorg-input-synaptics installed. I will be sure to remove before giving the script another go.
  2. I will be sure to verify the kernel and remove other instances.

This is fantastic information, thank you. I will give this another shot this evening and report results.

from pixelbook-linux.

flantel avatar flantel commented on August 15, 2024

You should not need to re-run the Ansible - a reboot should suffice!

I hope it works for you. Love pure Linux in my Pixelbook!

from pixelbook-linux.

jfeeney100 avatar jfeeney100 commented on August 15, 2024

@flantel
So, I'm making progress. Touchpad issue is resolved now by using your suggestion of removing synaptics input. And, backlight control now works with the slider. However, I have an issue with sound now. I don't have any sound and running eve-audio-ctl.py returns:

john@pixelbook:~$ eve-audio-ctl.py
Traceback (most recent call last):
File "/usr/local/bin/eve-audio-ctl.py", line 277, in
main()
File "/usr/local/bin/eve-audio-ctl.py", line 258, in main
cras = CrasClient()
File "/usr/local/bin/eve-audio-ctl.py", line 73, in init
self.refresh_status()
File "/usr/local/bin/eve-audio-ctl.py", line 83, in refresh_status
output = self._cras()
File "/usr/local/bin/eve-audio-ctl.py", line 77, in _cras
proc = subprocess.run(cmd, capture_output=True, encoding='utf-8')
File "/usr/lib/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: init() got an unexpected keyword argument 'capture_output'

Additionally, eve-keyboard-brightness.sh does not appear to be present in usr/local/bin either.

uname -r confirms I am running the chromium specific Kernel: 4.4.178chromium-g4245c5e1

Any ideas why I would getting these errors?

from pixelbook-linux.

jfeeney100 avatar jfeeney100 commented on August 15, 2024

Update: I ran the ansible script again and was able to get eve-keyboard-brightness.sh installed and working from /usr/local/bin.

The only thing left to resolve is the sound issue:

john@pixelbook:~$ eve-audio-ctl.py
Traceback (most recent call last):
File "/usr/local/bin/eve-audio-ctl.py", line 277, in
main()
File "/usr/local/bin/eve-audio-ctl.py", line 258, in main
cras = CrasClient()
File "/usr/local/bin/eve-audio-ctl.py", line 73, in init
self.refresh_status()
File "/usr/local/bin/eve-audio-ctl.py", line 83, in refresh_status
output = self._cras()
File "/usr/local/bin/eve-audio-ctl.py", line 77, in _cras
proc = subprocess.run(cmd, capture_output=True, encoding='utf-8')
File "/usr/lib/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: init() got an unexpected keyword argument 'capture_output'

from pixelbook-linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.