Re: [qubes-users] modeles & firmware packages for the kernel-latest packages?

2022-03-11 Thread Demi Marie Obenour
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Fri, Mar 11, 2022 at 05:57:46PM +0100, 'Johannes Graumann' via qubes-users 
wrote:
> Hi,
> 
> The wireless card in my new machine (AX260) is reported to only start working 
> with kernel 5.12, which means the stable kernel is not enough, but the 
> kernel-latest package (now 5.16 in security-testing) should be fine.

The wireless card is handled by sys-net if it is a PCI device, or
sys-usb if it is a USB device.  The kernel and kernel-latest packages
provide the kernel used in dom0, which is distinct and not relevant
here.  You need to install the kernel-latest-qubes-vm package and set
the kernel of your network-providing VM appropriately.

> I am wondering though where to get the appropriate firmware and modules 
> packages from ... they appear to be only available for 5.11 in 
> security-testing.

Kernel modules for dom0 are provided by the main kernel and
kernel-latest packages.  The firmware will need to come from whichever
qube the device is attached to.

> When I tried kernel-latest yesterday (it was still 5.15), booting worked just 
> fine until the login manager GUI was supposed to come up and than the machine 
> blacked out, which I assum to mean missing modules?

I am not sure.  Do the system logs from that time show anything
interesting?

> Thank you for any advise in this matter.

You are welcome.

- -- 
Sincerely,
Demi Marie Obenour (she/her/hers)
Invisible Things Lab
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEdodNnxM2uiJZBxxxsoi1X/+cIsEFAmIrqOAACgkQsoi1X/+c
IsELSA/+IYtot7VnqOsgMiIAezSUR4DtKcb2VHZSqJAhc6Cv9bHff+0iroL7iexy
otbDERGqhyzCoK35EuX6uHNSIU60UHMxnhWp0i5cOXLVTRuOa1tRLQR9WJ63jaGz
SJ0Nqc1GFw0UXAT4jcHJ0e+MiWFE2mmYjQ1Xe7eRQzW5KB0oM2NwYw3Udh89XbIe
ZLJw6l5fnW/8TXFe4KvFAvT9YiLDYxbAUWpfa0D92guRqYx28CxyKPnONOntAxZ0
HgRDyP9uuO4u3SYsZ1rMCbr0OIxfzzVPNV0pZyp6Y8VS7t9B5AHtAjWfFqiS0EZg
SSergQjPk81DReRdilMpFRVg1tB/rS0oUErz5OqL6jfbtRvYPZ2Lt4H/V9iU3nKe
0aBwDqRP1LrhLfmrZHjVzw8v6/4uTA2A8Ii41fRuZwuM1hx+d/G7vQ3v3T2C4Xiw
eY6E1tpAEMtrWc1R0/A7FSqRhwo1bp0SBMeZGSQQxWUXy2tArIwXKNwHcOc7/37M
KhxuKprkS9IRvEK8QuC74XUE/HWpgmldTxhGKPlEpPdq9VJVaPOrDA0FlsE1RGrQ
0Ref984zd8QEypkT+LkQZgDAEBuzxKJ1v9xavkx+SmhUGq+CQ+mOhUC74PeKNbSw
xje107jBr14kI8G1464g4SILLKYFGMgPSXx8ghqeoyaLCLvMMUM=
=oDvJ
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/Yiuo31QjIIRI6VP6%40itl-email.


[qubes-users] modeles & firmware packages for the kernel-latest packages?

2022-03-11 Thread 'Johannes Graumann' via qubes-users
Hi,

The wireless card in my new machine (AX260) is reported to only start working 
with kernel 5.12, which means the stable kernel is not enough, but the 
kernel-latest package (now 5.16 in security-testing) should be fine.

I am wondering though where to get the appropriate firmware and modules 
packages from ... they appear to be only available for 5.11 in security-testing.

When I tried kernel-latest yesterday (it was still 5.15), booting worked just 
fine until the login manager GUI was supposed to come up and than the machine 
blacked out, which I assum to mean missing modules?

Thank you for any advise in this matter.

Sincerely, Joh

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/642484360.96161.1647017866427%40office.mailbox.org.


Re: [qubes-users] dom0 update broken after upgrade to 4.1

2022-03-11 Thread Michael Carbone

On 2/8/22 09:58, badgateway wrote:

Hello list,

after upgrading from 4.0.4 to 4.1 my dom0 update seems broken:

$ sudo qubesctl update.qubes-dom0
[ERROR   ] Failed to import module localemod, this is due most likely to 
a syntax error:

Traceback (most recent call last):
   File "/usr/lib/python3.8/site-packages/salt/loader.py", line 1685, in 
_load_module

     mod = spec.loader.load_module()
   File "", line 522, in 
_check_name_wrapper

   File "", line 1027, in load_module
   File "", line 852, in load_module
   File "", line 265, in _load_module_shim
   File "", line 702, in _load
   File "", line 671, in _load_unlocked
   File "", line 848, in exec_module
   File "", line 219, in 
_call_with_frames_removed
   File "/var/cache/salt/minion/extmods/modules/localemod.py", line 222, 
in 

     @decorators.which('locale-gen')
AttributeError: module 'salt.utils.decorators' has no attribute 'which'
'update.qubes-dom0' is not available.
DOM0 configuration failed, not continuing

I also found 
https://forum.qubes-os.org/t/error-failed-to-import-module-localemod/7938 which 
seems to be the exact same error.



On another note: I tried to install the new gentoo template by issuing 
`sudo qubes-dom0-update --enablerepo=qubes-templates-community 
qubes-template-gentoo`,
which results in `qvm-template: error: template 'gentoo' not found.` 
Could this be related, maybe because dom0 repo cache cannot be updated 
because of the error mentioned above?



Kind regards



tracked here: https://github.com/QubesOS/qubes-issues/issues/7114

no solution I've seen yet. (I'm also affected)

--
Michael Carbone

Qubes OS | https://www.qubes-os.org
@QubesOS 

PGP fingerprint: D3D8 BEBF ECE8 91AC 46A7 30DE 63FC 4D26 84A7 33B4
my.pronoun.is/they

--
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/48b7eb69-4701-fda0-d5b8-0a07ba7a2051%40qubes-os.org.


OpenPGP_signature
Description: OpenPGP digital signature