cilynx / rtl88x2bu

rtl88x2bu driver updated for current kernels.
http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/
GNU General Public License v2.0
1.61k stars 316 forks source link

Can not connect to wifi #194

Open fapinheiro opened 2 years ago

fapinheiro commented 2 years ago

Hi, After driver installation, can not connect to wifi. Besides the password is ok, the network manager asks for password in loop. I would appreciate any help.

My wifi usb adapter: https://produto.mercadolivre.com.br/MLB-1660709828-adaptador-usb-wireless-dual-band-ac1200-5ghz-1200mbps-antena-_JM?matt_tool=31508429&matt_word=&matt_source=google&matt_campaign_id=14303413595&matt_ad_group_id=125984286637&matt_match_type=&matt_network=g&matt_device=c&matt_creative=539354956068&matt_keyword=&matt_ad_position=&matt_ad_type=pla&matt_merchant_id=505241090&matt_product_id=MLB1660709828&matt_product_partition_id=1457960502647&matt_target_id=pla-1457960502647&gclid=EAIaIQobChMI2czl5bDJ9QIVjYKRCh3cYAw4EAQYASABEgLIsfD_BwE

uname -a (output) Linux kali 5.14.0-kali4-amd64 #1 SMP Debian 5.14.16-1kali1 (2021-11-05) x86_64 GNU/Linux

dmesg and journal logs below. log.txt log3.txt

quasar51893 commented 2 years ago

Did you ever find a solution to this? I am also having the same issue, and all I find is dead end threads.

kuflierl commented 2 years ago

Same problem here on 5.13.0-39-generic #44~20.04.1-Ubuntu x86_64 in virtual-box and bare metal. Also trying to remove the module will cause a catastrophic hang in the system UPDATE: I somehow got the module working in the vm by enabling the VirtualBox Extension Pack and enabling usb 3.0. (same kernel version as bare metal)

fapinheiro commented 2 years ago

Same problem here on 5.13.0-39-generic #44~20.04.1-Ubuntu x86_64 in virtual-box and bare metal. Also trying to remove the module will cause a catastrophic hang in the system UPDATE: I somehow got the module working in the vm by enabling the VirtualBox Extension Pack and enabling usb 3.0. (same kernel version as bare metal)

Many thanks. It really worked for me with a plus config. I added an extension pack enableding USB 2.0 (in my case because of my adapter is 2.0), and also enabled dhcp in sudo vi /etc/network/interfaces.

quasar51893 commented 2 years ago

Same problem here on 5.13.0-39-generic #44~20.04.1-Ubuntu x86_64 in virtual-box and bare metal. Also trying to remove the module will cause a catastrophic hang in the system UPDATE: I somehow got the module working in the vm by enabling the VirtualBox Extension Pack and enabling usb 3.0. (same kernel version as bare metal)

Many thanks. It really worked for me with a plus config. I added an extension pack enableding USB 2.0 (in my case because of my adapter is 2.0), and also enabled dhcp in sudo vi /etc/network/interfaces.

Is this solution for inside VB VM or for a OS installed on main drive? Were you able to solve the issues by enabling 2.0 support and DHCP within the config files? Can you detail what you changed specifically?

fapinheiro commented 2 years ago

@quasar51893, yes. The solution is inside a VirtualBox. Yes, enabling 2.0 support and dhcp auto.

1 Install VirtualBox 6.1.32 2 Install extension pack and enable usb 2.0 3 Add a filter for you device as described in the image below: image 4 Start your VM 4 Enable dhcp as described below: image 5 Run dhclient wlan0. Note: change your network adapter. It may be wlan1, etc.