Jetse Verschuren

Results 7 comments of Jetse Verschuren

Hi, I'm trying to get the NFC reader in my T590 working. It is detected by rfkill ``` % rfkill list nfc 0: nfc0: NFC Soft blocked: no Hard blocked:...

According to [this](https://stackoverflow.com/a/65513989) stackoverflow answer, try: ```bash cd /usr/lib/x86_64-linux-gnu/ ln -s -f libc.a liblibc.a ```

According to [this](https://stackoverflow.com/a/65513989) stackoverflow answer, try: ```bash cd /usr/lib/x86_64-linux-gnu/ ln -s -f libc.a liblibc.a ``` P.S. This is the same answer I gave to #1413.

For deauthentication you need a wireless card that supports monitor mode. If you don't have another wireless card, you need to buy a new one. Have a look at #558...

Hi @s7x, First of all, thanks for the detailed report. I'd like to mention PyRIC is a separate library maintained by @wraith-wireless. That being said, I can't replicate your issue...

In what file is this?

Apple didn't include drivers for RNDIS in mac. So it will show up as connected device but mac doesn't know that it is a ethernet adapter. https://en.wikipedia.org/wiki/RNDIS > The Remote...