SimplyCEO

Results 55 comments of SimplyCEO

Review the code, if you find any errors or changes you want to make. I have tried to do a "Reply" button. Successfully could make it interact with the application,...

> Some weird C++ thing is going on here. Maybe because I used a function in C to return a "safe" message value back to the command. I tried doing...

I can guess what it could be. Some notifications don't show up sometimes, maybe because of the string getting a value out of memory or weird value return.

> distributions like Pop_os don't use libnotify but use the standard systemd-notify to deliver notifications Thank you about this fact. I personally don't use Pop!_OS. If you know a way...

IPX is not supported since kernel 5.15 and may have already fixed in "recent" [PRs](https://github.com/aircrack-ng/rtl8188eus/pulls).

[Try this repository](https://github.com/KanuX-14/rtl8188eus). There are some among the [PRs](https://github.com/aircrack-ng/rtl8188eus/pulls).

`cfg80211_ch_switch_notify` function changed it's operation method, now using the `link_id`. As you can notice [here](https://github.com/torvalds/linux/blob/master/include/net/cfg80211.h#L8276). This change applied to kernel 5.19+. Some repositories already included the fix for this, including...

Please, could you explain the process? I tested with the kernel 6.0.2 and the interference to the router can be done.

I looked up into the files and the kernel version is grabbed by doing the `uname -r` command. Could you post the output of the command, please? It seems like...