This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Disclaimer | |
| Mesa is a 3-D graphics library with an API which is very similar to | |
| that of OpenGL* | |
| To the extent that Mesa utilizes the OpenGL command syntax or state | |
| machine, it is being used with authorization from Silicon Graphics, | |
| Inc.(SGI). However, the author does not possess an OpenGL license | |
| from SGI, and makes no claim that Mesa is in any way a compatible | |
| replacement for OpenGL or associated with SGI. Those who want a | |
| licensed implementation of OpenGL should contact a licensed |
It's possible to install everything from AUR without using the helper, however that's not very conveniet. See here for some common ones: https://wiki.archlinux.org/title/AUR_helpers
yay and paru are commonly used AUR helpers. I use paru so this guide will use it as well.
Upstream paru repository is here: https://github.com/Morganamilo/paru
- blacklist the module to Prevent it from load on boot:
#echo "blacklist rtbth" > /etc/modprobe.d/ralink-bt.conf
- Local script, / usr / local / sbin / rtbth, to load and start rtbt tool:
#!/bin/bash
sleep 5
/sbin/modprobe --ignore-install rtbth; /usr/bin/mknod /dev/rtbth c 192 0; /usr/bin/rtbt &
Install the dependencies for the archiso package:
(root): pacman -S make squashfs-tools libisoburn dosfstools patch lynx devtools git
I recommend archiso getting them from git, there is a package in the repositories, however, at this time of writing, it will not work with the instructions below.
So, grab the most recent version from git and install it:
(user): git clone git://projects.archlinux.org/archiso.git && cd archiso