fbpx

Uncategorized

How to run CentOS 8 on Acer Aspire 6920G

by , , revisited on


We have by far the largest RPM repository with NGINX module packages and VMODs for Varnish. If you want to install NGINX, Varnish, and lots of useful performance/security software with smooth yum upgrades for production use, this is the repository for you.
Active subscription is required.

Acer Aspire 6920G is now an ancient laptop, but I still own one so this article is quite personal 🙂

I had no use for it, so decided to give it a spin for a fresh install of CentOS 8 while my Macbook Air is undergoing repair.

Let’s see what happened and how I got things running smoothly on it.

This post still might be useful to some who also still own the machine.

Getting Wi-Fi to work

sudo dnf install crda

This part is required to install the regulatory compliance database for 802.11 wireless networking, at /usr/lib/firmware/regulatory.db.

In RHEL 8, support for iwl4965 (read: Intel Wireless module (4965AGN)) was removed.
So we can get a kmod (matching kernel module package) from a third-party repository (see elrepo ticket):

sudo dnf install https://www.elrepo.org/elrepo-release-8.0-2.el8.elrepo.noarch.rpm (external link)
sudo dnf install kmod-iwlegacy
modprobe iwl4965

The Wi-Fi adapter should be now available for setting things up.

The NVIDIA driver

sudo dnf install akmod-nvidia-340xx
akmods
reboot

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.