I have some issues on My WiFi.

youssef2020

New Member
Joined
Dec 4, 2022
Messages
2
Reaction score
0
Credits
23
Hi I i need some help.
My laptop connect to wifi but can't access to the internet and the icons not showing and I don't know what can I do to fix that
 


You probably would get better/more help if you read this link:

 
You really need to supply the make and model number, which Linux you have installed, how long Linux has been installed, what have you tried already, .....plus anything else that comes to mind.

If you can't supply the necessary...we can't supply the help
 
Hi I i need some help.
My laptop connect to wifi but can't access to the internet and the icons not showing and I don't know what can I do to fix that
If you could run the command: lsusb, then the wifi driver that needs to be loaded may become apparent. For example, in a terminal:
Code:
[flip@flop ~]$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 2357:0107 TP-Link TL-WN821N v5/v6 [RTL8192EU]
Bus 001 Device 003: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
Bus 001 Device 002: ID 03f0:0024 HP, Inc KU-0316 Keyboard
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
This output shows the wifi device to be a TP-Link that uses the 8192eu driver. One needs to know whether the driver is in the kernel, or alternatively one needs to install it from elsewhere, but first one needs to identify it.
 
I am willing to bet their distribution is Kali Linux, please let me be wrong about this.
 
Last edited:
I would agree with that Kali prediction, @f33dm3bits
 


Top