[SOLVED] Package firmware-qlogic uninstalling proxmox-ve

igorfk

New Member
Jul 28, 2023
8
1
3
44
When I try to install the package firmware-qlogic APT tells me that the proxmox-ve package will be uninstalled.

What I have configured:
cat /etc/apt/sources.list
Code:
deb http://ftp.br.debian.org/debian bookworm main contrib non-free-firmware
deb http://ftp.br.debian.org/debian bookworm-updates main contrib non-free-firmware
deb http://security.debian.org bookworm-security main contrib non-free-firmware
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

Running apt upgrade I get
Code:
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Then, running apt install firmware-qlogic
Code:
The following packages will be REMOVED:
  proxmox-default-kernel proxmox-kernel-6.8 proxmox-ve pve-firmware

What I have to do to install the firmware-qlogic, without uninstall the proxmox-ve package?
 
Since I didn't see the hardware installed I thought the firmware wasn't installed.

But it was already installed as you said =)

In my case it was only a matter of enabling it.
Bash:
echo 'qla2xxx' > /etc/modules-load.d/qla2xxx.conf
update-initramfs -u
Marking as solved.
Thank you Sir!
 
  • Like
Reactions: JensF