Brian Chen

Results 35 comments of Brian Chen

for the echo 0 > ... thing i recommend putting it in rc.local (just google it). Make sure you enable rc.local to start up on boot (by default it doesn't...

For some reason I can always hibernate. I am using [this](https://www.reddit.com/r/SurfaceLinux/comments/5pwaa6/superkerneltouch_for_sp4_ubuntu/) prebuilt kernel, which uses this repo as base. However, when I resume from hibernate, neither touch nor wifi works....

I've tried unloading/reloading MWIFIEX but that doesn't work (by itself at least). What else should I try? ``` sudo rmmod mwifiex_pcie sudo modprobe mwifiex_pcie ```` I'm on ubuntu 16.04 btw

This is _very_ weird. I've got wifi working after resume now. I added the line > ip link set wlp2s0 up Furthermore, *multitouch* works after resume. Before resume I had...

Just tried again. I think I can reliably get wifi, keyboard, power/vol buttons working after hibernate. Touch only worked once after resume (multitouch), but I can live without that. However...

@natd89 For interfacing the MPU-9250 with Arduino I suggest you use https://github.com/brianc118/MPU9250/. And yes, SPI.transfer() is reading 1 byte of data *but* also sending one byte of data to the...

``` # mount | grep cgroup cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) tmpfs on /sys/fs/cgroup/portage type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/portage/python3.9/cgroup-release-agent,name=portage) ``` I think the problem here is that we have another hierarchy...

Yeah this sounds like a good idea - there have been times where I've wanted this as well

The custom build command is failing to extract clang version with this function: https://github.com/libbpf/libbpf-rs/blob/master/libbpf-cargo/src/build.rs#L33 Can you show the output of `clang --version` on your system?

Yeah that definitely fails on the regex: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=73762a6c7452f51f289cbfe5f0c580bc