Ivan Tham

Results 525 comments of Ivan Tham

> Does crashing with sysrq trigger trigger the kdump properly? I guess something might went wrong during the crash kexec() and made it freeze. No, I did `echo c >...

Now after I updated kernel to `5.17.9-zen1-1-zen` it seemed like I no longer get kernel panic. But my computer still hangs. Kernel log ``` ... 5月 21 10:48:29 mi kernel:...

Mainline log `5.18.0-rc7-1-mainline` ``` ... 5月 21 11:15:01 mi kernel: Bluetooth: hci0: AOSP extensions version v1.00 5月 21 11:15:01 mi kernel: Bluetooth: hci0: AOSP quality report is supported 5月 21...

Not sure, I never tweaked it myself. But I thought it was null pointer dereference? I can't see how is it division by zero.

I believe other people faced the same issue. https://bbs.archlinux.org/viewtopic.php?id=276196 Lately I could connect using bluetooth (wired still kernel panic), my mouse can still move but the computer does not seemed...

@jorgelukas you can try the method I suggested, blacklist `hid_nintendo` and use `hid-nintendo-dkms` instead, that one at least it won't hang, at least still usable.

@JohnoKing Interesting, if you are free, do you mind sharing you did you debug it and test it out? Did you recompile the linux kernel with that patch? If it...

But I wonder if there is any way to manually construct the table, I saw a place where we have a use case to build a two way Map, I...

This would be a nice project to be done in https://github.com/pickfire/babelfish as well, maybe we could collaborate?

Not really a converter for encodings, just a converter for stuff. Right now only encodings is there because encodings conversion is the easiest. This is probably a good first non-encoding...