-
My config is https://linux-hardware.org/?probe=1a8e527488
I install the facetime driver as you discribe
But its dont work
mplayer tv://
MPlayer 1.4 (Debian), built with gcc-11 (C) 2000-2019…
-
bpftrace won't attach to tracepoint event that provided for uprobe [1] or kprobe [2]
```
# perf probe -x ./test -a func
Added new event:
probe_test:func (on func in /root/TTT/test)
Yo…
-
I have just started to explore the Dokan project so please excuse me if this suggestion has been made before.
It would be greatl if the DOKAN_OPERATIONS structure was extended to provide an option…
jimuk updated
2 years ago
-
### Windows Version
10.0.22631.3155
### WSL Version
2.1.4.0
### Are you using WSL 1 or WSL 2?
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
5.15.146.1-2
### Distro Version
Ubuntu20.04
### Other…
-
I'm getting the following error when trying to decrypt using keybase. Please let me know what debugging logs/steps you need.
```
❯ echo "foo" | keybase encrypt mike | keybase decrypt
warn: [GNUPG:] E…
-
Spun off from #1571.
> The events before the problematic socketcall is executed: https://gist.github.com/DarkPlayer/147f8f3f20cd4a2c8f35
The dump belongs to:
```
[FATAL /home/michael/projects/rr/sr…
-
### Which component impacted?
Video Processing
### Is it regression? Good in old configuration?
Yes, it's good in old version
### What happened?
$ GST_DEBUG=2 LIBVA_LOG=1 parole 2022-06…
-
Hi,
after loading Nexmon on Kali (on a Raspberry Pi 3) and successfully getting packets in monitor mode, I noticed the system seems to get the following message in dmesg when just running ```airmon…
-
Thunks will largely take care of this but for the fallback case we need to support emulation to work around struct packing quirks.
This mainly comes from 64bit values having a 4 byte alignment on x86…
-
I was trying to call `libc::ioctl` but I got type errors with Android aarch64 target. It works fine with x86_64. The second argument `request` has different size in these targets: `c_ulong` for x86_64…