Page 2 of 2

Re: Guide to Qubes 3.2 on Toughbook 19 mk6

Posted: Thu Jun 29, 2017 1:33 pm
by Karl Klammer
I'm a lazy bum and cron is the new init, at least until the systemd crap gets replaced
[user@dom0 ~]$ crontab -l
@reboot /usr/bin/bash -lc 'alsactl init'
@reboot /usr/bin/bash -lc 'sudo xenpm set-scaling-governor ondemand'
@reboot /usr/bin/bash -lc 'sudo powertop --auto-tune'

Re: Guide to Qubes 3.2 on Toughbook 19 mk6

Posted: Thu Jun 29, 2017 10:38 pm
by SHEEPMAN!
I see we agree on systemd....the rest is more than I want to look up right now.

alsactl init turns sound on in MK6 CF-19.....so we are not that much different.

Re: Guide to Qubes 3.2 on Toughbook 19 mk6

Posted: Sat Jul 01, 2017 9:08 am
by kode-niner
Karl Klammer wrote:I'm a lazy bum and cron is the new init, at least until the systemd crap gets replaced
[user@dom0 ~]$ crontab -l
@reboot /usr/bin/bash -lc 'alsactl init'
@reboot /usr/bin/bash -lc 'sudo xenpm set-scaling-governor ondemand'
@reboot /usr/bin/bash -lc 'sudo powertop --auto-tune'
Heh, powertop --auto-tune. Anyway, I forgot about the cron method. That could be the solution for that guy in NBR with sound issues.

Qubes is going to trash systemd?

Re: Guide to Qubes 3.2 on Toughbook 19 mk6 [Trustworthy/HAP/MILS, TPM/AEM/BadUSB, IntelME/AMT/AT, FDE/Linux/Windows]

Posted: Mon Sep 11, 2017 10:03 am
by Karl Klammer
added ME disablement info re https://github.com/corna/me_cleaner/issues/64
(local copy attached in case the github issue might be taken down after a while)

Re: Guide to Qubes 3.2 on Toughbook 19 mk6 [Trustworthy/HAP/MILS, TPM/AEM/BadUSB, IntelME/AMT/AT, FDE/Linux/Windows]

Posted: Sat Oct 28, 2017 3:31 pm
by Karl Klammer
btw, I was fooling around with Qubes 4.0rc2 for about 10 hours today, as I was eager to leverage the new HVM flexibility regarding PCI assignments.

it behaves rather buggy / crashy at this point in time.
I think its fair to say that RC2 will not be the final RC ... and 4.0 final will probably not ship this year.
So continue sticking with 3.2 for now, will be supported till end of 2018.

note to self: use a different ssd next time 8)
going to spend the weekend reinstallingl 3.2 :stupid:


EDIT: restoring qubes backups was relatively painless, altough I am left dumbstruck by some braindead-ish issues that the Devs have not yet ironed out:
1) could not restore/overwrite fedora-23 and debian-8 templates ... which means alls AppVMs based on those templates were broked (wrong kernel, firefox version....)
2) most dom0 settings got lost (AEM!!!, wifi passwords, wwan/umts connection profiles, crontabs, /etc/qubes*)

on the plus side ... I have stumbled upon a way to make the Touchscreen work via dom0 while keeping WWAN functionality in sys net ... info added to first post:
@reboot /usr/bin/sudo /usr/bin/bash -lc 'sleep 3; export DISPLAY=:0.0; echo 0000:00:1d.0 > /sys/bus/pci/drivers/pciback/unbind; sleep 1; echo 0000:00:1d.0 > /sys/bus/pci/drivers/ehci-pci/bind; sleep 1; /usr/bin/xinput set-int-prop "Fujitsu Component USB Touch Panel" "Evdev Axis Calibration" 32 918 15776 637 14913'