Package Details: system76-driver 20.04.88-1

Git Clone URL: https://aur.archlinux.org/system76-driver.git (read-only, click to copy)
Package Base: system76-driver
Description: Universal driver for System76 computers
Upstream URL: https://github.com/pop-os/system76-driver
Licenses: GPL-2.0-or-later
Submitter: ava1ar
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 23
Popularity: 0.001439
First Submitted: 2013-08-18 05:41 (UTC)
Last Updated: 2024-03-19 01:10 (UTC)

Dependencies (35)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »

halon314 commented on 2016-08-03 16:45 (UTC)

Most current is now 16.04.8. The current AUR package is 16.04.4 and throws a 404 error trying to fetch.

mcstayinskool commented on 2016-06-29 19:20 (UTC)

Package needs to be updated. Most current is now 16.04.4. The current AUR package is 16.04.2-1 and throws a 404 error trying to fetch.

bricka commented on 2016-02-10 02:31 (UTC)

I ended up resolving my issues by mapping keycodes to commands myself. For example, from my i3 config: # Brightness controls bindsym XF86MonBrightnessUp exec light -A 10 bindsym XF86MonBrightnessDown exec light -U 10 # Volume controls bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 1 +5% bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 1 -5% bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 1 toggle

mthx commented on 2016-02-08 19:26 (UTC)

Package needs to be updated. Failing to find 15.10.12 tar.gz. Update pkgver to '15.10.13' Replace the first sha1sums entry 'd5ad09d76e3aa9581ccb67ae13449f6e39fefa2f' with 'd6df7cffd903f297a4772e25e0302edc53429310'

ava1ar commented on 2015-12-19 17:46 (UTC)

Hi, kzvezdarov I added /var/lib/system76-driver folder into the package - this should fix the issue you had with brighness saving. What about the brightness/sound keys - these are device specific and I can't help you with tem, sorry. But if you find how to fix the issue - let me know and I will incorporate the fix into the package.

kzvezdarov commented on 2015-12-19 17:19 (UTC)

I have the same problem as bricka - additionally, the sound control keys do not work. Model is `lemu6`. I've tried several combinations of kernel parameters with no success, such as: `acpi_osi=Linux`, `acpi_osi=` `acpi_brightness=vendor` `video.use_native_backlight=vendor` `i915.invert_brightness=1` as well as explicitly setting the brightness provider in X: `Option "Backlight" "intel_backlight"` Also, I think that this directory needs to be created as part of the installation, as the driver stores the brightness settings in it: `{pkgdir}/var/lib/system76-driver` It currently fails to save (and therefore restore) changes to the brightness settings due to this. To reproduce: Adjust brightness with xbacklight, e.g.: `xbacklight -set 20` Check driver log: `systemctl status system76` It will show that it failed to save due to not being able to create `/var/lib/system76-driver/brightness.json.tmp`, which is due to the missing directory. Creating the directory fixes the issue, however the brightness/sound keys are still dead. Thanks in advance!

bricka commented on 2015-10-21 18:07 (UTC)

I just got a System76 laptop and love Arch, so thanks for this! I managed to get the driver installed and running, but the brightness keys don't seem to be working. Fn+F8/F9 does nothing. I'd love some assistance. Here's some output: $ sudo system76-driver-cli INFO product_version: 'gazp9c' INFO wifi_pm_disable: Improve WiFi performance on Battery WARNING Skipping 'wifi_pm_disable' as it was already applied INFO hdmi_hotplug_fix: Fix HDMI hot-plugging when on battery WARNING Skipping 'hdmi_hotplug_fix' as it was already applied INFO internal_mic_gain: Fix Internal Mic Gain WARNING Skipping 'internal_mic_gain' as it was already applied $ systemctl status system76 ● system76.service - System76 driver Loaded: loaded (/usr/lib/systemd/system/system76.service; enabled; vendor preset: disabled) Active: active (running) since Wed 2015-10-21 11:01:54 PDT; 4min 41s ago Main PID: 339 (python) CGroup: /system.slice/system76.service └─339 /usr/bin/python /usr/lib/system76-driver/system76-daemon

ava1ar commented on 2015-10-14 03:08 (UTC)

javsalgar, the issue is fixed - please check.

javsalgar commented on 2015-10-13 14:35 (UTC)

It does not compile, I got this: Writing /tmp/yaourt-tmp-javsalgar/aur-system76-driver/pkg/system76-driver/usr/lib/python3.5/site-packages/system76driver-15.04.7-py3.5.egg-info patching file usr/bin/system76-driver-cli can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- a/usr/lib/python3.4/site-packages/system76driver/daemon.py 2014-12-21 15:51:54.899761693 -0500 |+++ b/usr/lib/python3.4/site-packages/system76driver/daemon.py 2014-12-21 15:52:43.496397059 -0500