Facundo Galán

Results 11 comments of Facundo Galán

Hi, I'm trying to use a usb wifi, with this driver. I've tried the installation method, but didn't work. I also tried this blacklisting you said, and when I run...

Sorry, I didn't know that. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 006: ID 04f3:0103 Elan Microelectronics Corp. ActiveJet K-2024 Multimedia Keyboard Bus...

Just in case, I did those 3 steps again, but I have the same result, no output for `lsmod | grep 8188`

Thank you @lwfinger , now when I execute `lsmod | grep 8188`, it outputs `8188eu 729088 0`, and my computer recognize the wifi usb. The problem now is that there's...

A friend of mine has the same dongle and has the same problem, so it is not something particular to mine.

I have the CD of the dongle, and the driver inside says "RTL8188EUS_linux_v4.1.4_6773.20130222". The problem is that when I try to compile it, it throws an error. I've tried the...

As you said, I tried one I found for RTL8188FU (https://github.com/kelebek333/rtl8188fu), and it worked. Thank you so much lwfinger!

Is that CMake script working for you? Because torchvision target shouldn't exist, Torch doesn't create it. What I could do is work on a PR to add a cmake config...

It would be great if someone could do some kind of planning so that everyone willing to help can address those different issues without overlapping each other. I know it's...

For those having the TorchVisionTargets.cmake issue, just install the library after building it and it should work fine. Something like `sudo cmake --build /home/investigacion/dep/vision/build --target install -- -j 4`.