haljhon

Results 8 comments of haljhon

Yeah. The procedure that I follow is pretty simple: (as regular user) make sudo make install sudo modprobe 8192du I don't know that much about git but I'll see what...

So I spent some time using the git bisect feature to find the offending code. Based on what I've found, this is the offending commit: commit eb36bf5adb44978d47f48087ada2704f7eb8bbf1 Author: Larry Finger...

I spent more time today working on this and I was able to stop the problems by just renaming the firmware out of the way and then using the updated...

The way that I eliminated the problem for myself with the latest code was by renaming the firmware file that was placed by the code. If it can't load the...

I'm not really sure how to answer this question since I don't really know what I'm doing... I've added some logging statements to the driver in an attempt to figure...

Here's my dmesg output: [261368.232457] usb 2-1.2: new high-speed USB device number 6 using ehci-pci [261368.327806] usb 2-1.2: New USB device found, idVendor=20f4, idProduct=664b [261368.327814] usb 2-1.2: New USB device...

For troubleshooting, I added this code to the get_fw_from_file() function: ``` if (request_firmware(&fw, fw_name, device)) { pr_err("request_firmware returned true, exiting process...\n"); return false; } ``` It looks like this is...

So I had previously documented the ntlmv1 config setting because I'm using HTTPS (so it's ok, right?). Unfortunately, I can also report that on Thunderbird 52.1.0 and EWS Provider 3.9.0,...