Package Details: system76-driver 20.04.94-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.000085
First Submitted: 2013-08-18 05:41 (UTC)
Last Updated: 2024-08-17 15:39 (UTC)

Dependencies (36)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 Next › Last »

ava1ar commented on 2014-05-09 18:54 (UTC)

@shadeless Your system is in Airplane mode after you change the script and press Fn+F11: May 09 14:16:14 arch python[223]: 2014-05-09 14:16:14,925 INFO airplane_mode: True Actually, second press of Fn+F11 should disable it, but you said it didn't. Unfortunately you did not post sudo systemctl -l status system76.service output after it, so I can only guess what happened and why flight mode did not turned off. To enable your wifi back to the following: rfkill list will provide list of wireless devices on your laptop (usually this is wifi and bluetooth). Devices with Soft blocker: yes are blocked on software level (this is what Fn+F11 do). To unblock them, execute sudo rfkill unblock <number> where number is number of you device in list. This should solve the issue.

shadeless commented on 2014-05-09 18:27 (UTC)

Now my wifi doesn't work!!! What do I do????

shadeless commented on 2014-05-09 18:21 (UTC)

Hi ava1ar I tried editing the python script. This is the output of sudo systemctl -l status system76.service ● system76.service - System76 driver Loaded: loaded (/usr/lib/systemd/system/system76.service; enabled) Active: active (running) since Fri 2014-05-09 14:16:14 EDT; 29s ago Main PID: 223 (python) CGroup: /system.slice/system76.service └─223 /usr/bin/python /usr/lib/system76-driver/system76-daemon May 09 14:16:14 arch python[223]: 2014-05-09 14:16:14,402 INFO check_call: ['setcap', 'cap_ipc_lock+ep', '/usr/bin/gnome-keyring-daemon'] May 09 14:16:14 arch python[223]: 2014-05-09 14:16:14,405 ERROR Could not create '/var/lib/system76-driver/caps-fixed' May 09 14:16:14 arch python[223]: Traceback (most recent call last): May 09 14:16:14 arch python[223]: File "/usr/lib/python3.4/site-packages/system76driver/daemon.py", line 93, in fix_caps May 09 14:16:14 arch python[223]: open(MARKER_CAPS_FIXED, 'xb').close() May 09 14:16:14 arch python[223]: FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/system76-driver/caps-fixed' May 09 14:16:14 arch python[223]: 2014-05-09 14:16:14,406 INFO Brightness hack not needed for 'gazp8' May 09 14:16:14 arch python[223]: 2014-05-09 14:16:14,406 INFO Enabling airplane mode hack for 'gazp8' May 09 14:16:14 arch python[223]: 2014-05-09 14:16:14,920 INFO {'phy0': False} != None May 09 14:16:14 arch python[223]: 2014-05-09 14:16:14,925 INFO airplane_mode: True I restarted my computer, and the wireless doesn't work. I do Fn-F11, but the wireless doesn't turn on. Any suggestions? For now, I'll undo the change in the python script.

ava1ar commented on 2014-05-04 19:36 (UTC)

Updated to 14.04.5

ava1ar commented on 2014-05-04 18:11 (UTC)

One more minor update, related to Galago model: - disabling brightness hack for system76.service. Looks like with actual arch, brightness hack is not needed, since systemd itself now correctly saves and restores brightness level between reboots. Please report if you see other behavior.

ava1ar commented on 2014-05-04 17:43 (UTC)

According to the line: May 04 07:31:26 arch python[223]: 2014-05-04 07:31:26,340 INFO Airplane mode hack not needed for 'gazp8' airline mode hack, this is done by system76.service is not enabled for your laptop model. I assume, this means flightmode was working out of the box on Ubuntu, which came with all System76 laptops. Did you try flight mode in Ubuntu before installing arch? Anyway, I suggest you to enable hack manually and see what's happened. To do this, follow the steps: 1. sudo systemctl stop system76.service 2. open /usr/lib/python3.4/site-packages/system76driver/daemon.py file for editing as root, and add your model (gazp8) to the NEEDS_AIRPLANE list. After editing it should look like this: NEEDS_AIRPLANE = frozenset([ 'bonx7', 'bonx8', 'daru4', 'galu1', 'gazp9', 'kudp1', 'gazp8', ]) 3. sudo systemctl start system76.service 4. sudo systemctl -l status system76.service Output of command #4, it should report following line: Enabling airplane mode hack for 'gazp8' After you see this line in the output, try Airplane mode combination.

shadeless commented on 2014-05-04 11:47 (UTC)

Also, when I run the driver gui, the the option to restore the system to defaults is still greyed out. When I tell it to create a log file, it gives me the following message pcilib: sysfs_read_vpd: read failed: Connection timed out system76-logs/ system76-logs/Xorg.0.log system76-logs/dmesg system76-logs/lsusb system76-logs/lspci system76-logs/dmidecode system76-logs/systeminfo.txt The pcilib error seems to be online everywhere for different reasons, but I'm not quite sure what the fix is.

shadeless commented on 2014-05-04 11:44 (UTC)

Here it goes. I even pressen Fn+F11 a couple of times before running the command. I don't see the computer going in airplane mode. ● system76.service - System76 driver Loaded: loaded (/usr/lib/systemd/system/system76.service; enabled) Active: active (running) since Sun 2014-05-04 07:31:26 EDT; 10min ago Main PID: 223 (python) CGroup: /system.slice/system76.service └─223 /usr/bin/python /usr/lib/system76-driver/system76-daemon May 04 07:31:26 arch systemd[1]: Starting System76 driver... May 04 07:31:26 arch systemd[1]: Started System76 driver. May 04 07:31:26 arch python[223]: 2014-05-04 07:31:26,339 INFO **** Process start at monotonic time 4.005231428 May 04 07:31:26 arch python[223]: 2014-05-04 07:31:26,339 INFO model: gazp8 May 04 07:31:26 arch python[223]: 2014-05-04 07:31:26,340 INFO Brightness hack not needed for 'gazp8' May 04 07:31:26 arch python[223]: 2014-05-04 07:31:26,340 INFO Airplane mode hack not needed for 'gazp8'