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'
Guide to Qubes 3.2 on Toughbook 19 mk6 [Trustworthy/HAP/MILS, TPM/AEM/BadUSB, IntelME/AMT/AT, FDE/Linux/Windows]
- Karl Klammer
- Posts: 193
- Joined: Tue Oct 13, 2015 3:19 am
- Location: Old Europe
Re: Guide to Qubes 3.2 on Toughbook 19 mk6
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.
alsactl init turns sound on in MK6 CF-19.....so we are not that much different.
Fair for you/ Fair for me.
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
I chose to NOT be organized.
-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Guide to Qubes 3.2 on Toughbook 19 mk6
Heh, powertop --auto-tune. Anyway, I forgot about the cron method. That could be the solution for that guy in NBR with sound issues.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'
Qubes is going to trash systemd?
Daily drives a CF-31
- Karl Klammer
- Posts: 193
- Joined: Tue Oct 13, 2015 3:19 am
- Location: Old Europe
Re: Guide to Qubes 3.2 on Toughbook 19 mk6 [Trustworthy/HAP/MILS, TPM/AEM/BadUSB, IntelME/AMT/AT, FDE/Linux/Windows]
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)
(local copy attached in case the github issue might be taken down after a while)
- Attachments
-
- IntelME-hijack-fwupdlcl.pdf
- (108.05 KiB) Downloaded 807 times
- Karl Klammer
- Posts: 193
- Joined: Tue Oct 13, 2015 3:19 am
- Location: Old Europe
Re: Guide to Qubes 3.2 on Toughbook 19 mk6 [Trustworthy/HAP/MILS, TPM/AEM/BadUSB, IntelME/AMT/AT, FDE/Linux/Windows]
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
going to spend the weekend reinstallingl 3.2
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'
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

going to spend the weekend reinstallingl 3.2

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'