Re: USB ports not working on Thinkpad T420 after latest update.

2024-10-12 Thread Walter Alejandro Iglesias
Hi Mark, On Fri, Oct 11, 2024 at 02:03:09PM +0200, Walter Alejandro Iglesias wrote: > Same issue in my HP Compaq dc7700 CMT. I just ran sysupgrade and all > usb ports stopped working. Reverting ehci(4) bits patch also fixed the USB issue in this machine. > > dmesg: > OpenBSD 7.6-current (GEN

cc(1): -pg not documented and segfault if not statically linked

2024-10-12 Thread Lorenz (xha)
gprof(1) mentions that the "-pg" flag in cc(1) can be used to create a gmon.out file. this is not documented (in the cc man page) and results in a segfault: $ cat main.c #include #include int main() { (void)printf("Hello, World!\n");

Re: Prtsc button doesn't work on USB keyboard in X11

2024-10-12 Thread Kirill A . Korinsky
On Sat, 12 Oct 2024 11:32:02 +0200, Miod Vallat wrote: > > Does the following diff also fix the problem for you? > > Index: hidkbd.c > === > RCS file: /OpenBSD/src/sys/dev/hid/hidkbd.c,v > retrieving revision 1.14 > diff -u -p -r1.1

Re: Prtsc button doesn't work on USB keyboard in X11

2024-10-12 Thread Miod Vallat
Does the following diff also fix the problem for you? Index: hidkbd.c === RCS file: /OpenBSD/src/sys/dev/hid/hidkbd.c,v retrieving revision 1.14 diff -u -p -r1.14 hidkbd.c --- hidkbd.c1 Sep 2024 03:08:56 - 1.14 +++ hidkb

Re: Upgrade 7.5 to 7.6 "ebx == fpu_save_len" failed

2024-10-12 Thread Masayoshi Fujimoto
Hi. I reinstalled. But my computer does not boot. ddb{1}> show reg rdi    0 rsi     0x24 rbp    0x8000313c2e80 rbx    0x340 rdx    0xfe00 rcx     0x86 rax    0x76 r8    0 r9    0 r10    0xd229955bf951dbab r11     0x2d34e64ab975b70b r12    0x8000313bcb88 r13    0 r14    0 r15    

Prtsc button doesn't work on USB keyboard in X11

2024-10-12 Thread Kirill A . Korinsky
>Synopsis: Prtsc button doesn't work on USB keyboard >Category: xenocara >Environment: System : OpenBSD 7.6 Details : OpenBSD 7.6-current (GENERIC.MP) #20: Fri Oct 11 23:56:48 CEST 2024 catap@matebook.local:/usr/src/sys/arch/amd64/comp

Re: Prtsc button doesn't work on USB keyboard in X11

2024-10-12 Thread Kirill A . Korinsky
On Sat, 12 Oct 2024 11:32:02 +0200, Miod Vallat wrote: > > Does the following diff also fix the problem for you? > > Index: hidkbd.c > === > RCS file: /OpenBSD/src/sys/dev/hid/hidkbd.c,v > retrieving revision 1.14 > diff -u -p -r1.1