Re: iichid touchpad stopped working

2021-01-13 Thread Vladimir Kondratyev
On 13.01.2021 23:29, Jakob Alvermark wrote:
> On 1/13/21 5:56 PM, Vladimir Kondratyev wrote:
>> On 13.01.2021 18:54, Jakob Alvermark wrote:
>>> Hi,
>>>
>>>
>>> After updating -current on my Acer laptop the touchpad stopped working.
>>>
>>> The device is detected fine:
>>>
>>> iichid0:  at addr 0x2c irq 67 on
>>> iicbus0
>>>
>>> But there are no events from it.
>>>
>>> Might it have something to do with this:
>>>
>>> commit b1f1b07f6d412cb3ec8588a634836e26396eec70
>>> Author: Vladimir Kondratyev 
>>> Date:   Wed Oct 7 00:50:16 2020 +0300
>>>
>>>  hid: Import iichid - I2C transport backend for HID subsystem
>>>
>>   It is quite possible. You should remove sysutils/iichid after this
>> commit.
> 
> I did. Still no luck.
> 
> Anything I can do to debug?
> 

Add following options to kernel config and rebuild kernel:

options IICHID_DEBUG
options IICHID_SAMPLING

Than add hw.iichid.debug=5 to /boot/loader.conf, than reboot and send me
a boot log.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: iichid touchpad stopped working

2021-01-13 Thread Jakob Alvermark

On 1/13/21 6:52 PM, Mario Lobo wrote:

On Wed, Jan 13, 2021 at 1:57 PM Vladimir Kondratyev 
wrote:


On 13.01.2021 18:54, Jakob Alvermark wrote:

Hi,


After updating -current on my Acer laptop the touchpad stopped working.

The device is detected fine:

iichid0:  at addr 0x2c irq 67 on
iicbus0

But there are no events from it.

Might it have something to do with this:

commit b1f1b07f6d412cb3ec8588a634836e26396eec70
Author: Vladimir Kondratyev 
Date:   Wed Oct 7 00:50:16 2020 +0300

 hid: Import iichid - I2C transport backend for HID subsystem


  It is quite possible. You should remove sysutils/iichid after this commit.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Try:

kern.evdev.rcpt_mask=3

in /etc/sysctl.conf and see if it helps.


No, it doesn't help...


Jakob

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: iichid touchpad stopped working

2021-01-13 Thread Jakob Alvermark

On 1/13/21 5:56 PM, Vladimir Kondratyev wrote:

On 13.01.2021 18:54, Jakob Alvermark wrote:

Hi,


After updating -current on my Acer laptop the touchpad stopped working.

The device is detected fine:

iichid0:  at addr 0x2c irq 67 on
iicbus0

But there are no events from it.

Might it have something to do with this:

commit b1f1b07f6d412cb3ec8588a634836e26396eec70
Author: Vladimir Kondratyev 
Date:   Wed Oct 7 00:50:16 2020 +0300

     hid: Import iichid - I2C transport backend for HID subsystem


  It is quite possible. You should remove sysutils/iichid after this commit.


I did. Still no luck.

Anything I can do to debug?


Jakob

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: iichid touchpad stopped working

2021-01-13 Thread Mario Lobo
On Wed, Jan 13, 2021 at 1:57 PM Vladimir Kondratyev 
wrote:

> On 13.01.2021 18:54, Jakob Alvermark wrote:
> > Hi,
> >
> >
> > After updating -current on my Acer laptop the touchpad stopped working.
> >
> > The device is detected fine:
> >
> > iichid0:  at addr 0x2c irq 67 on
> > iicbus0
> >
> > But there are no events from it.
> >
> > Might it have something to do with this:
> >
> > commit b1f1b07f6d412cb3ec8588a634836e26396eec70
> > Author: Vladimir Kondratyev 
> > Date:   Wed Oct 7 00:50:16 2020 +0300
> >
> > hid: Import iichid - I2C transport backend for HID subsystem
> >
>  It is quite possible. You should remove sysutils/iichid after this commit.
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>

Try:

kern.evdev.rcpt_mask=3

in /etc/sysctl.conf and see if it helps.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!]
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: iichid touchpad stopped working

2021-01-13 Thread Vladimir Kondratyev
On 13.01.2021 18:54, Jakob Alvermark wrote:
> Hi,
> 
> 
> After updating -current on my Acer laptop the touchpad stopped working.
> 
> The device is detected fine:
> 
> iichid0:  at addr 0x2c irq 67 on
> iicbus0
> 
> But there are no events from it.
> 
> Might it have something to do with this:
> 
> commit b1f1b07f6d412cb3ec8588a634836e26396eec70
> Author: Vladimir Kondratyev 
> Date:   Wed Oct 7 00:50:16 2020 +0300
> 
>     hid: Import iichid - I2C transport backend for HID subsystem
> 
 It is quite possible. You should remove sysutils/iichid after this commit.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"