install RTL8192eu driver, without internet for wifi network 23 March 2022, 10:26:58 I installed this system :artix-cinnamon-suite66-20220123-x86_64everything went fine until I wanted to install a driver for my hardware:Network USB 2.0 : RTL8192euThe following situation happened:To install the driver offline, it requires "some dependencies" to be installedlike a GCC , DKMS , make and others?I kind of installed them all, downloaded them using windows 10went into the distribution, but he gave me just such an errortell me what I need to do, what I need to download so that I can finally connect to the Wi-Fi network? what files are needed? what is missing? what should i write in terminal?in other words, "how do I install the driver from the unpacked archive" WITHOUT the Internet, on Linux? (but, the Internet is on Windows 10) this adapter works in other distributions (after installing "DKMS")for some reason you can't do it!Maybe "I'm doing something wrong?"I tried it on several arch distributions, everything was fine there, but here, such a "trouble" (((99999"and oh my god, how hard was it to register on your forum =-="
Re: install RTL8192eu driver, without internet for wifi network Reply #1 – 23 March 2022, 11:32:42 Why are you running sudo as root? The purpose of sudo is to run an executable under different privileges (usually as root). When you are already logged in as root there is no point in using sudo.It is a bad idea to create directories and files with spaces and special characters in their names. Your install_wifi.sh and/or Makefile is badly written, so it chokes on the directory name "a (another copy)". Rename the directory to not contain spaces and () and retry.
Re: install RTL8192eu driver, without internet for wifi network Reply #2 – 23 March 2022, 17:05:03 Well, this is so, "just in case", I'm not experienced yet, that's why I try to run everything and everywhere with administrator rightsso that "certainly" there were no problemsis it true?do you mean to say that this is the cause of this error?you just need to rename the folder to the English character, and everything will be installed right away?))if it's really a mistake just because of that, then I'm very happy!though it's weirdin other distributions, it seems, there were no problems with installing from this foldercould you please provide a list of files that i don't need to download using windows 10 to install my driver on linux?i need << Build drivers offline >>how i can it? i others distro, need only install DKMS (one file) , here, thats not worked(( need more files((((heeelp?
Re: install RTL8192eu driver, without internet for wifi network Reply #3 – 23 March 2022, 17:24:09 Quote from: strajder – on 23 March 2022, 11:32:42Rename the directory to not contain spaces and () and retry.
Re: install RTL8192eu driver, without internet for wifi network Reply #4 – 23 March 2022, 18:23:48 I just did this by renaming the folder to a different namejust in case, reinstalled the whole systembut, it didn't help at all, renaming the folderthe error is still the same maybe you need to install something else?after installation, DKMS, the terminal said, optionally, you can install zen, and other kernelsmaybe your distribution is missing something from this?maybe, kernel-headers? or like thats ? heeeelp((what need download, and install, to build driver on RTL8192eu ?to use commans like:sudo makesudo make installsudo modprobe 8192eudeepmod (or like that , i used auto-install script)that is, it seems that it was not the wrong folder name, but something elsesee two screenshots?
Re: install RTL8192eu driver, without internet for wifi network Reply #5 – 23 March 2022, 19:31:47 I don't understand what's wrong?why is nothing working?i write.sudo makeand this sent me error not in artix kernel / or like thatI have a feeling that I have already installed about 60 packages and nothing changesWhy exactly does your distribution kit not allow me to install a driver?why GARUDA, Why MANJARO, why... endeavour .. why THATS arch WORK ?why you need to literally install 2-3 packages there, and that's itbut the same, does not work here?what the hell is wrong, i don't get it"I want to kill myself"
Re: install RTL8192eu driver, without internet for wifi network Reply #6 – 24 March 2022, 07:26:42 Do you have internet when running the ISO live? If you do, then don't need to download anything by Windows, everything you need is on your ISO image. If you use the installer from ISO, everything should work out of the box. Eventually you can check with both our and Arch's wiki on setting up a network connection (minus the systemd parts). Keep in mind though that Artix is not Manjaro. It requires the user to have at the very least a basic knowledge about working with GNU/Linux.
Re: install RTL8192eu driver, without internet for wifi network Reply #7 – 24 March 2022, 08:05:30 Quote from: Everyone – on 24 March 2022, 07:26:42Do you have internet when running the ISO live? If you do, then don't need to download anything by Windows, everything you need is on your ISO image. If you use the installer from ISO, everything should work out of the box. Eventually you can check with both our and Arch's wiki on setting up a network connection (minus the systemd parts). Keep in mind though that Artix is not Manjaro. It requires the user to have at the very least a basic knowledge about working with GNU/Linux.so after all, I have the most basic knowledgeI can install packages without internetjust write me what should i do that this distro doesn't like?I installed, everything is the same as in other distributions well, almost all distributions require ONLY the DKMS fileor, in exceptions MAKE, and other`s maybe.right there, some kind of incomprehensible error to me, as a beginner, tell me, how can I fix it?I don’t even understand “what’s wrong”, after all, I installed it like, everything that was needed ??I don't have internet, except through a wifi adapter that doesn't work without a driverwell, the basic Wi-Fi network driver sees, but you can’t connect to themthat is, I select the network, enter the password, and it tries to connect, but nothing comes out "basic drivers" - usually very bad
Re: install RTL8192eu driver, without internet for wifi network Reply #8 – 24 March 2022, 11:31:26 download git from the arch repo., install that on the pc without internet. Download the driver from AUR, install that on the pc without internet using the mkpkg -si command. If you get a load of dependencies missing, they'll have to be downloaded and installed in the same as git was.
Re: install RTL8192eu driver, without internet for wifi network Reply #9 – 24 March 2022, 22:17:07 You need base-devel group for makepkg, this is the Arch list, get the Artix packages:https://archlinux.org/groups/x86_64/base-devel/And you'll need the deps listed in the AUR PKGBUILD as mentioned by gavincchttps://aur.archlinux.org/packages/rtl8192eu-gitdepends=("dkms")makedepends=('bc' 'git' 'linux-headers')