Discussion:
new laptop ASUS vivobook max X541SA problem
(too old to reply)
Wojciech Puchar
2023-07-20 15:37:14 UTC
Permalink
everything works under FreeBSD except touchpad
i can use this computer without problem after connecting external USB mouse but
it's not how i like it ;)
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
iichid0: <ELAN1200:01 04F3:3067 I2C HID device> at addr 0x15 on iicbus0
iichid0: Interrupt setup failed

how to fix it? thank you


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Mario Lobo
2023-07-20 16:45:20 UTC
Permalink
Post by Wojciech Puchar
everything works under FreeBSD except touchpad
i can use this computer without problem after connecting external USB mouse but
it's not how i like it ;)
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
iichid0: <ELAN1200:01 04F3:3067 I2C HID device> at addr 0x15 on iicbus0
iichid0: Interrupt setup failed
how to fix it? thank you
Hi, Wojciech. Long time no see :D !

Have you tried in loader,conf:?

#------------------------------[touchpad]
hw.psm.synaptics_support="1"
# hw.psm.elantech_support="1"
# hw.psm.trackpoint_support="1"
--
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!]
Andrea Venturoli
2023-07-21 17:57:51 UTC
Permalink
Post by Wojciech Puchar
everything works under FreeBSD except touchpad
i can use this computer without problem after connecting external USB mouse but
it's not how i like it ;)
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
iichid0: <ELAN1200:01 04F3:3067 I2C HID device> at addr 0x15 on iicbus0
iichid0: Interrupt setup failed
how to fix it? thank you
Hello.

I know nothing about your laptop, so this is a shot in the dark... but
I'll compare with mine (StarLite).



First, I get "Interrupt setup failed"; actually, I get "Interrupt setup
failed. Fallback to sampling".
In spite of this, my touchpad (partially) works.
This is just to say that, maybe, you're looking in the wrong place.

Have you tried kldloading the hmt driver?
Or hms?

Also check dev.hconf.0.input_mode.
See hconf(4):
_ 3 means your device will behave as touchpad (i.e. you can use
multitouch, but in my case I was never able to get right-button working);
_ 0 means mouse (no multitouch, but standard mouse buttons).

You might want to try both.



There's also the "synaptic" way, which in my case works too, but I
failed to see any improvement over the above.
I think there are two ways to achieve this:
_ as Mario suggested (although I read "WARNING: Device "psm" is Giant
locked and may be deleted before FreeBSD 14.0);
_ with x11-drivers/xf86-input-synaptics port.

HTH.

bye
av.


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Wojciech Puchar
2023-07-23 12:39:30 UTC
Permalink
for hms or hmt working at first iichid must work but doesn't. anyway i
tried loading what you specified - no effect.
Post by Andrea Venturoli
Post by Wojciech Puchar
everything works under FreeBSD except touchpad
i can use this computer without problem after connecting external USB mouse but
it's not how i like it ;)
iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0
iichid0: <ELAN1200:01 04F3:3067 I2C HID device> at addr 0x15 on iicbus0
iichid0: Interrupt setup failed
how to fix it? thank you
Hello.
I know nothing about your laptop, so this is a shot in the dark... but I'll
compare with mine (StarLite).
First, I get "Interrupt setup failed"; actually, I get "Interrupt setup
failed. Fallback to sampling".
the problem is that it doesn't fallback to sampling i think.
what i found in sources

#ifdef IICHID_SAMPLING device_printf(sc->dev,
"Interrupt setup failed. Fallback to sampling\n");
sc->sampling_rate_slow = IICHID_SAMPLING_RATE_SLOW; #else


added options IICHID_SAMPLING compiled kernel and works now.

iichid0: <ELAN1200:01 04F3:3067 I2C HID device> at addr 0x15 on iicbus0
iichid0: Interrupt setup failed. Fallback to sampling
hidbus0: <HID bus> on iichid0
hms0: <ELAN1200:01 04F3:3067 Mouse> on hidbus0

works completely, no problems. thank you very much


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...