RES: RES: RES: usb mouse not work on boot

2024-05-20 Thread Ivan Quitschal
> Current > Assunto: Re: RES: RES: usb mouse not work on boot > > Ivan Quitschal writes: > > > Ivan Quitschal writes: > > > > diff --git a/sys/dev/usb/input/usbhid.c > > > > b/sys/dev/usb/input/usbhid.c index 174e1c28ae96..7b19d713c943 > > >

Re: RES: RES: usb mouse not work on boot

2024-05-20 Thread Dag-Erling Smørgrav
Ivan Quitschal writes: > > Ivan Quitschal writes: > > > diff --git a/sys/dev/usb/input/usbhid.c b/sys/dev/usb/input/usbhid.c > > > index 174e1c28ae96..7b19d713c943 100644 > > > --- a/sys/dev/usb/input/usbhid.c > > > +++ b/sys/dev/usb/input/usbhid.c > > > @@ -802,6 +802,7 @@ usbhid_probe(device_t

RES: RES: usb mouse not work on boot

2024-05-19 Thread Ivan Quitschal
curr...@freebsd.org> Em nome de Ivan Quitschal > Enviada em: domingo, 19 de maio de 2024 19:49 > Para: Dag-Erling Smørgrav > Cc: Vladimir Kondratyev ; Warner Losh > ; Oleksandr Kryvulia ; FreeBSD > Current > Assunto: RES: RES: usb mouse not work on boot > > Yeap, i

RES: RES: usb mouse not work on boot

2024-05-19 Thread Ivan Quitschal
t > Assunto: Re: RES: usb mouse not work on boot > > Ivan Quitschal writes: > > diff --git a/sys/dev/usb/input/usbhid.c b/sys/dev/usb/input/usbhid.c > > index 174e1c28ae96..7b19d713c943 100644 > > --- a/sys/dev/usb/input/usbhid.c > > +++ b/sys/dev/usb/input/usbh

Re: RES: usb mouse not work on boot

2024-05-19 Thread Dag-Erling Smørgrav
Ivan Quitschal writes: > diff --git a/sys/dev/usb/input/usbhid.c b/sys/dev/usb/input/usbhid.c > index 174e1c28ae96..7b19d713c943 100644 > --- a/sys/dev/usb/input/usbhid.c > +++ b/sys/dev/usb/input/usbhid.c > @@ -802,6 +802,7 @@ usbhid_probe(device_t dev) > if (hid_test_quirk(>sc_hw,

Re: usb mouse not work on boot

2024-05-18 Thread Chris
On 2024-05-18 08:33, Warner Losh wrote: On Sat, May 18, 2024, 9:22 AM Oleksandr Kryvulia wrote: 18.05.24 16:06, Warner Losh: On Sat, May 18, 2024, 6:51 AM Oleksandr Kryvulia wrote: 18.05.24 12:59, Oleksandr Kryvulia: 18.05.24 12:55, Dag-Erling Smørgrav: Oleksandr Kryvulia writes:

Re: RES: RES: usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
18.05.24 21:39, Ivan Quitschal: Not sure, im on 14-current because of my synergy  insists on crashing  after version synergy-1.14.0.4,3 But that’s pretty simple to check Just do a # grep ‘return (BUS_PROBE_’ /user/src/sys/dev/usb/input/usbhidc in your own kernel source tree to see what

RES: RES: usb mouse not work on boot

2024-05-18 Thread Ivan Quitschal
-freebsd-curr...@freebsd.org Em nome de Oleksandr Kryvulia Enviada em: sábado, 18 de maio de 2024 15:29 Para: freebsd-current@freebsd.org Assunto: Re: RES: usb mouse not work on boot 18.05.24 19:29, Ivan Quitschal: Hi Warner / WBR / Oleksandr Im not sure if that's the case with this uhid.ko

Re: RES: usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
18.05.24 19:29, Ivan Quitschal: Hi Warner /  WBR / Oleksandr Im not sure if that’s the case with this uhid.ko, but you guys remember I had a priority issue with this module and Vladimir made me a patch to fix the attach priority? Warner, was it fixed since then? Let me show the patch I

RES: usb mouse not work on boot

2024-05-18 Thread Ivan Quitschal
Em nome de Warner Losh Enviada em: sábado, 18 de maio de 2024 12:33 Para: Oleksandr Kryvulia Cc: FreeBSD Current Assunto: Re: usb mouse not work on boot On Sat, May 18, 2024, 9:22 AM Oleksandr Kryvulia mailto:shur...@shurik.kiev.ua>> wrote: 18.05.24 16:06, Warner Losh: On Sat, May 18, 2024

Re: usb mouse not work on boot

2024-05-18 Thread Warner Losh
On Sat, May 18, 2024, 9:22 AM Oleksandr Kryvulia wrote: > 18.05.24 16:06, Warner Losh: > > > > On Sat, May 18, 2024, 6:51 AM Oleksandr Kryvulia > wrote: > >> 18.05.24 12:59, Oleksandr Kryvulia: >> >> 18.05.24 12:55, Dag-Erling Smørgrav: >> >> Oleksandr Kryvulia writes: >> >> Gary Jennejohn

Re: usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
18.05.24 16:06, Warner Losh: On Sat, May 18, 2024, 6:51 AM Oleksandr Kryvulia wrote: 18.05.24 12:59, Oleksandr Kryvulia: 18.05.24 12:55, Dag-Erling Smørgrav: Oleksandr Kryvulia writes: Gary Jennejohn writes:

Re: usb mouse not work on boot

2024-05-18 Thread Warner Losh
On Sat, May 18, 2024 at 6:51 AM Oleksandr Kryvulia wrote: > 18.05.24 12:59, Oleksandr Kryvulia: > > 18.05.24 12:55, Dag-Erling Smørgrav: > > Oleksandr Kryvulia writes: > > Gary Jennejohn writes: > > Try adding uhid_load="YES" to your /boot/loader.conf. With that > added the module should be

Re: usb mouse not work on boot

2024-05-18 Thread Warner Losh
On Sat, May 18, 2024, 6:51 AM Oleksandr Kryvulia wrote: > 18.05.24 12:59, Oleksandr Kryvulia: > > 18.05.24 12:55, Dag-Erling Smørgrav: > > Oleksandr Kryvulia writes: > > Gary Jennejohn writes: > > Try adding uhid_load="YES" to your /boot/loader.conf. With that > added the module should be

Re: usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
18.05.24 12:59, Oleksandr Kryvulia: 18.05.24 12:55, Dag-Erling Smørgrav: Oleksandr Kryvulia writes: Gary Jennejohn writes: Try adding uhid_load="YES" to your /boot/loader.conf. With that added the module should be automatically loaded during the kernel boot. As workaround I already have

Re: usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
18.05.24 12:55, Dag-Erling Smørgrav: Oleksandr Kryvulia writes: Gary Jennejohn writes: Try adding uhid_load="YES" to your /boot/loader.conf. With that added the module should be automatically loaded during the kernel boot. As workaround I already have kld_list+="uhid" in /etc/rc.conf. I

Re: usb mouse not work on boot

2024-05-18 Thread Dag-Erling Smørgrav
Oleksandr Kryvulia writes: > Gary Jennejohn writes: > > Try adding uhid_load="YES" to your /boot/loader.conf. With that > > added the module should be automatically loaded during the kernel > > boot. > As workaround I already have kld_list+="uhid" in /etc/rc.conf. I hope you don't mean that

Re: usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
18.05.24 12:42, Tomek CEDRO: does it also affect usb keyboard in single boot mode? Good question. I don't have usb keyboerd right now and will check it a bit later.

Re: usb mouse not work on boot

2024-05-18 Thread Nuno Teixeira
Hello, To fix my setup with usb mouse and audio dac on both amd64 (laptop) and rpi4: /boot/loader.conf.local: snd_uaudio_load="YES" ums_load="YES" This restores previous behaviour as it detects mouse before login prompt and audio dac that it is processed correctly by sysctl. Cheers, Oleksandr

Re: usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
18.05.24 10:26, Gary Jennejohn: On Sat, 18 May 2024 09:20:24 +0300 Oleksandr Kryvulia wrote: After 6437872c1d665c2605f54e8ff040b0ba41edad07 my usb mouse no longer works on boot because uhid(4) is not autoloaded. To make it work I need manualy load uhid or replug my usb mouse. Try adding

Re: usb mouse not work on boot

2024-05-18 Thread Gary Jennejohn
On Sat, 18 May 2024 09:20:24 +0300 Oleksandr Kryvulia wrote: > After 6437872c1d665c2605f54e8ff040b0ba41edad07 my usb mouse no longer > works on boot because uhid(4) is not autoloaded. To make it work I need > manualy load uhid or replug my usb mouse. > Try adding uhid_load="YES" to your

usb mouse not work on boot

2024-05-18 Thread Oleksandr Kryvulia
After 6437872c1d665c2605f54e8ff040b0ba41edad07 my usb mouse no longer works on boot because uhid(4) is not autoloaded. To make it work I need manualy load uhid or replug my usb mouse.