Paweł Marciniak
Paweł Marciniak
You have to install kernel-devel package
> Does anyone have any idea? Is module loaded? (lsmod|grep 8821au) if not try to load manually
> Same problem If secure boot is enabled you have to: 1. Sign the module [example](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/signing-a-kernel-and-modules-for-secure-boot_managing-monitoring-and-updating-the-kernel#signing-kernel-modules-with-the-private-key_signing-a-kernel-and-modules-for-secure-boot) 2. Enroll the key To enroll the key use command sudo mokutil --import /path/to/public_key...
@sunwire, Fedora, amd64, HP StorageWorks Ultrium 1760 LTO-4 SAS
@dalvenjah Can you run this command and show what it returns? `sg_raw -r 44 /dev/your_tape_dev a2 00 00 00 00 00 00 01 00 00 00`
> Please correct me if this is wrong.... You are not wrong :( For a newer g++ on CentOS 7 you can check [Devloper Toolset 8](https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/)
@eccen did you install pkg-config?
> @sunwire > Upon you suggestion, I tried that pkg install. My bad package is pkgconf https://www.freshports.org/devel/pkgconf You also need bash-completion
> I think `autogen.sh` should detect and report these dependencies. Am I right? Yes you are. > I can look at updating `autogen.sh` and submitting a pull request. Please, do.
1. `sudo dnf copr enable epel-9-x86_64` isn't a valid command. the format is copr_username/copr_projectname, so I guess based on the screenshot it should be `sudo dnf copr enable thonkdifferent/envycontrol` 2....