Master811129
Master811129
> 请问蓝灯用linux命令安装并设置代理 ```plain Google translate: Could you please use linux commands to install and set up the proxy for Lantern? ``` Are you a contributor? I'm not sure what you...
@kelebek333 fork is not working anymore with the new 5.15 kernel. It seems that the both developers have abandoned the project. Unfortunately for now there is no way to make...
@kelebek333 it hasn't worked for me on arch Linux kernel 5.15.11 for months!
@kelebek333 it does't work at all. I installed the driver from the source using the instructions and i can confirm by running. ``` ]$ uname -r 5.15.11-arch2-1 ]$dkms status nvidia/495.46,...
@kelebek333 I removed the driver completely and installed again from the source still it is not working. `REMAKE_INITRD` is now gone. ``` ]$ dkms status nvidia/495.46, 5.15.11-arch2-1, x86_64: installed rtl8188fu/1.0,...
@kelebek333 here is the command with sudo ``` ]$ sudo dmesg | egrep -i "RTL871X|rtl8188" [ 17.211828] RTL871X: module init start [ 17.211829] RTL871X: rtl8188fu v4.3.23.6_20964.20170110 [ 17.211866] usbcore: registered...
@kelebek333 I entered the followings but issue is still here. I also restarted `NetworkManager` service and unplug/replug the dongle but I can't scan. Thank you @ulli-kroll
@kelebek333 Here: ``` ]$ lsmod | grep 8188 rtl8188fu 2646016 0 cfg80211 1073152 1 rtl8188fu r8188eu 798720 0 ```
@ulli-kroll I currently do not have your driver. here is the kelebek333's one ``` ]$ modinfo r8188eu | grep -i usb: alias: usb:v7392pB811d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0B05p18F0d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v2C4Ep0102d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v2357p0111d*dc*dsc*dp*ic*isc*ip*in* alias:...
Thank you @kelebek333 ITS NOW WORKING AGAIN. please add this line to README.md so people can actually use the driver again. BTW, can I open issue about your driver on...