[qubes-users] ASUS AC-1200 USB AC53 Driver Compilation

2018-08-23 Thread Matthew Wyenandt
So, I know there have been some issues with getting these Broadcom chips to work with Linux, but I do have an Edimax N150 802.11n adapter that works well in Qubes and uses older broadcom drivers. There is source code for drivers that do compile and work well on Fedora28 using kernel > 4.15.

Re: [qubes-users] Qubes 4.0 SSD Encryption

2018-08-23 Thread jonbrownmasterit
> > Anything TCG is bad news - it was spawned by microsofts project > palladium "trusted computing" concept and it is not owner controlled. > > Do you trust proprietary closed source firmware to protect you? I don't > - those kinds of things have many holes. > > There is no reason to use an SED

[qubes-users] Re: Nvidia drivers in dom0 still works? (need to get a GTX 1070 off the ground)

2018-08-23 Thread jpmenicucci
The detailed instructions above were rolled with no issue however as soon as xtarting does not work with dom0. Same system without xen works. The Nvidia drivers are a pain in the neck as always. Returning this GTX1080 and reusing my GeForce 210 which is perfect with the Nouveau driver ... and

Re: [qubes-users] how to forward webcam to a VM?

2018-08-23 Thread taii...@gmx.com
On 08/17/2018 05:08 PM, 'awokd' via qubes-users wrote: > On Fri, August 17, 2018 12:54 pm, Aliaksandr Kavaliou wrote: >> >> Hey Guys! >> after some time i installed Qubes 4.0 and here the usb-proxy goes over the >> grafic icon. But i still can not run my webcam Logitech C920. I attach it >> to the

Re: [qubes-users] Re: Best Laptop for Qubes 4+ and Heads

2018-08-23 Thread taii...@gmx.com
On 08/20/2018 01:21 PM, stallmanro...@gmail.com wrote: > > ME disabled (works!) It is a nice laptop and I recommend it sometimes BUT: As someone with your screen-name I would hope you know that it is impossible to disable ME. In your case the BUP module still runs along with any mask roms -

Re: [qubes-users] Qubes 4.0 SSD Encryption

2018-08-23 Thread taii...@gmx.com
On 08/23/2018 01:35 PM, brendan.h...@gmail.com wrote: > On Thursday, August 23, 2018 at 10:30:17 AM UTC-4, Jonathan Seefelder wrote: >> If you keep wear-leveling in mind, and encrypt the ssd before you fill >> it with sensitive data, id suggest an ssd. Ideally, you should encrypt >> /boot also. >

[qubes-users] Re: USB Printer

2018-08-23 Thread smcmj
...as an FYI I did have to add my drivers as they were not included, I downloaded my drivers in a DVM, moved the driver to my templates DeskTop and then did the following to install them: su cd Desktop sh "driver file" I was then prompted with a long list of commands in terminal that are

[qubes-users] Qubes Server HVM network problem

2018-08-23 Thread Who Cares
Hello there, I am trying to build a Qubes Server and I want 2 Windows HVMs. Heres the Setup: __ --> sys-net(internal(Lan2)) --> Some other Windows-Clients --/ Windows Server-|

Re: [qubes-users] Qubes 4.0 SSD Encryption

2018-08-23 Thread brendan . hoar
On Thursday, August 23, 2018 at 10:30:17 AM UTC-4, Jonathan Seefelder wrote: > If you keep wear-leveling in mind, and encrypt the ssd before you fill > it with sensitive data, id suggest an ssd. Ideally, you should encrypt > /boot also. I've posted recommendations on how to add hardware drive

Re: [qubes-users] Dracut and a detached LUKS header

2018-08-23 Thread tierlebu
On Tuesday, August 21, 2018 at 12:31:26 PM UTC+1, Unman wrote: > On Tue, Aug 21, 2018 at 02:23:56AM -0700, tierl...@gmail.com wrote: > > Is this possible? Can dracut be configured to decrypt a LUKS volume with a > > detached header? > > > > I think that dracut generally wants to have a UUID,

[qubes-users] Re: USB Printer

2018-08-23 Thread Joe
On Thursday, 23 August 2018 09:56:59 UTC-4, sm...@tutamail.com wrote: > I am not sure I have all the answers but here are some thoughts and hints > based on how I have my printer setup(wirelessly): > > 1) I created a dedicated Template for printing, in that template I have my > CUPs installed

[qubes-users] Re: How to ccache kernel compilations

2018-08-23 Thread Marcus Linsner
On Thursday, August 23, 2018 at 5:21:48 PM UTC+2, Marcus Linsner wrote: > On Thursday, August 23, 2018 at 4:27:13 PM UTC+2, Marcus Linsner wrote: > > I'm trying to use ccache to compile kernel(s) but after 1k files of cache > > miss, I see only 8% hit rate, even if I keep the compilation dir > >

[qubes-users] Re: How to ccache kernel compilations

2018-08-23 Thread Marcus Linsner
On Thursday, August 23, 2018 at 4:27:13 PM UTC+2, Marcus Linsner wrote: > I'm trying to use ccache to compile kernel(s) but after 1k files of cache > miss, I see only 8% hit rate, even if I keep the compilation dir > ('linux-obj'), do a clean (kernel Makefile's clean, not rpm's clean) and >

[qubes-users] Re: Unable to assign USB microphone to a VM

2018-08-23 Thread Elias Mårtenson
On Tuesday, 21 August 2018 14:02:57 UTC+8, Elias Mårtenson wrote: > I then start a VM, and run the following from dom0: > > qvm-device mic attach dom0:mic > > I start pavucontrol and audacity in the VM. As soon as I click on “monitor” > in audacity I can see it show up in the VM's

[qubes-users] Re: How to ccache kernel compilations

2018-08-23 Thread Marcus Linsner
On Thursday, August 23, 2018 at 4:36:51 PM UTC+2, Marcus Linsner wrote: > Quick question: > If kernel-4.14.57/linux-obj/Makefile is being regenerated on every build > (even if `linux-obj` dir is being kept between successing builds) does that > automatically cause `make` to rebuild everything

Re: [qubes-users] Qubes 4.0 SSD Encryption

2018-08-23 Thread Jonathan Seefelder
If you keep wear-leveling in mind, and encrypt the ssd before you fill it with sensitive data, id suggest an ssd. Ideally, you should encrypt /boot also. cheers On 08/23/18 16:15, jonbrownmaste...@gmail.com wrote: > I know the most secure way of using Qubes 4.0 is using full disk encryption >

[qubes-users] How to ccache kernel compilations

2018-08-23 Thread Marcus Linsner
I'm trying to use ccache to compile kernel(s) but after 1k files of cache miss, I see only 8% hit rate, even if I keep the compilation dir ('linux-obj'), do a clean (kernel Makefile's clean, not rpm's clean) and re-issue the just-build again after a ccache -z (to clear ccache stats). So, just

[qubes-users] Qubes 4.0 SSD Encryption

2018-08-23 Thread jonbrownmasterit
I know the most secure way of using Qubes 4.0 is using full disk encryption but should I use a regular HD or is an SSD better without losing security? -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop

Re: [qubes-users] I want to use a HVM as a NetVM, cat assign vif+ interface

2018-08-23 Thread Unman
On Wed, Aug 22, 2018 at 07:41:36AM -0700, lite...@gmail.com wrote: > Also I thought HVM implies that it is a VM that can be started from an ISO. > https://www.qubes-os.org/doc/hvm/ > And the fact that I posted the link to the tutorial should make it easier to > understand what I want to do here:

Re: [qubes-users] HCL - Lenovo Thinkpad T480

2018-08-23 Thread sagi-qubes-users
Hi, On 2018-04-14 23:13, bbrr3...@gmail.com wrote: > System basically works nicely out of the box with Q4.0. I recommend > the laptop. That is my experience as well, save for your next point. > The only glitch was consistent crash when resuming from suspend. I > debugged by shutting down

[qubes-users] Re: HCL - Lenovo Thinkpad T480

2018-08-23 Thread aedcop
On Friday, August 17, 2018 at 10:07:00 PM UTC+2, aed...@gmail.com wrote: > I am considering acquiring a T480 and using it with AEM, but it seems to have > TPM 2.0 which is a priori incompatible with AEM. However, I stumbled upon a > blog post [1] which mentions (in the section "BIOS