Score:1

How to install wi-fi driver?

ne flag

I have no other option to connect to internet except my wi-fi adapter (Mercusys MU6H). I'm completely new to ubuntu and linux itself so I don't exactly know the details of installation through the terminal.

So I tried to do install it from GitHub: https://github.com/jeremyb31/rtl8192eu-linux-driver but I didn't managed to do it (as I see it's because of I have no dkms and internet itself)

How do I install it? What should I do? My version of Ubuntu is 22.04.1 LTS

upd: I installed "make" package and tried to install driver but it instead it gave me this:

enter image description here

upd 2: so I did this:

sudo apt install build-essential -y sudo apt install git

git clone https://github.com/brektrou/rtl8821CU.git

and then went on github and paste that:

sudo apt-get install git linux-headers-generic build-essential dkms after that I added driver to dkms: sudo dkms add .

and then tried to install it:

sudo dkms install rtl8192eu/1.0

aaand it gave me this that:

'make' all KVER=5.15.0-43-generic.......(bad exit status: 2) ERROR (dkms apport): binary package for rtl8192eu: 1.0 not found Error! Bad return status for module build on kernel: 5.15.0-43-generic (x86_64) Consult /var/lib/dkms/rtl8192eu/1.0/build/make.log for more information.

havyal avatar
ne flag
looks like it is but the command "make" isn't found and terminal says that it can be downloaded through sudo apt install make
Pilot6 avatar
cn flag
Use your phone for a temporary internet connection.
Score:0
hm flag

Try to route/share your mobile phone's internet with you pc/notebook via usb, then:

sudo apt install make

Pilot6 avatar
cn flag
`sudo apt install build-essential`
chili555 avatar
cn flag
`sudo apt update && sudo apt install -y build-essential dkms`
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.