I erased the good one

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nemeric

I erased the good one

Post by nemeric »

Hello everyone,

After I launch the new release Linux Mint 18.2. I accept to take the new changes.
But I had to configure the Wireless and I no longer have it. :(
I search on forum:
viewtopic.php?f=65&t=233146&p=1241742&h ... N#p1241720
So, I can't do MAKE

Code: Select all

make ARCH=i386 CROSS_COMPILE= -C /lib/modules/4.8.0-53-generic/build M=/home/blabla/rtl8192eu-linux-driver  modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-4.8.0-53-generic »
rm: impossible de supprimer '/home/blabla/rtl8192eu-linux-driver/.tmp_versions/8192eu.mod': Permission non accordée
Makefile:1478 : la recette pour la cible « crmodverdir » a échouée
make[1]: *** [crmodverdir] Erreur 1
make[1] : on quitte le répertoire « /usr/src/linux-headers-4.8.0-53-generic »
Makefile:1335 : la recette pour la cible « modules » a échouée
make: *** [modules] Erreur 2
So I tried to change permissions !

Code: Select all

sudo chmod u+rwx /rtl8192eu-linux-driver/.tmp_versions
chmod: impossible d'accéder à '/rtl8192eu-linux-driver/.tmp_versions': Aucun fichier ou dossier de ce type
I don't know, what is it "crmodverdir" It's something to have with the linux-headers. :?:
To have an objective view:

Code: Select all

lsusb
Bus 002 Device 005: ID 0480:a00c Toshiba America Inc 
Bus 002 Device 006: ID 14cd:125d Super Top 
Bus 002 Device 004: ID 214b:7000  
Bus 002 Device 002: ID 2357:0109  
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 003: ID 046d:c318 Logitech, Inc. Illuminated Keyboard
Bus 008 Device 002: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
If someone knows how to help me, it would be nice :D

Thanks
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: I erased the good one

Post by JeremyB »

Try

Code: Select all

cd rtl8192eu-linux-driver
make clean
make
sudo make install
Reboot
Locked

Return to “Networking”