Hello!
I wish you all an happy new year
I have bought a laptop two weeks ago and I wish to use it with Freebsd. I test it using NomadBsd on a usbkey to be sure there is no material detection problem. Everything works well but the touchpad doesn't work.
I have made a probe : https://bsd-hardware.info/?probe=77d8cc2e7c
With a
ugen1.2: <vendor 0x093a Gaming Mouse> at usbus1
ums0: <vendor 0x093a Gaming Mouse, class 0/0, rev 2.00/1.00, addr 1> on usbus1
ukbd0: <vendor 0x093a Gaming Mouse, class 0/0, rev 2.00/1.00, addr 1> on usbus1
iichid0: <ASUE1211:01 04F3:3211 I2C HID device> at addr 0x15 irq 57 on iicbus1
hms0: <ASUE1211:01 04F3:3211 Mouse> on hidbus0
hmt0: <ASUE1211:01 04F3:3211 TouchPad> on hidbus0
hconf0: <ASUE1211:01 04F3:3211 Configuration> on hidbus0
The touchpad is also in the list of detected material in the "mouse and touchpad configuration" menu (in the attached file, i've made a printscreen).
In the loader.conf file, we can read :
hw.snd.vpc_autoreset=0
hw.syscons.bell=0
hw.usb.no_pf=1
hw.usb.no_boot_wait=0
hw.usb.no_shutdown_wait=1
hw.psm.synaptics_support=1
hw.psm.trackpoint_support=1
hw.psm.elantech_support=1
I've tried to add by myself "hw.psm.elantech_support=1" and "hw.psm.trackpoint_support=1" on the loader.conf ... Maybe it makes no sense but after make search, i din't find some information that Synaptics was a "ASUE1211:01 04F3:3211".
Have you some clues to help me ? I'm not totally beginner on bsd system, but not an expert for sure
I wish you all an happy new year
I have bought a laptop two weeks ago and I wish to use it with Freebsd. I test it using NomadBsd on a usbkey to be sure there is no material detection problem. Everything works well but the touchpad doesn't work.
I have made a probe : https://bsd-hardware.info/?probe=77d8cc2e7c
With a
dmesg
, i can collect :ugen1.2: <vendor 0x093a Gaming Mouse> at usbus1
ums0: <vendor 0x093a Gaming Mouse, class 0/0, rev 2.00/1.00, addr 1> on usbus1
ukbd0: <vendor 0x093a Gaming Mouse, class 0/0, rev 2.00/1.00, addr 1> on usbus1
iichid0: <ASUE1211:01 04F3:3211 I2C HID device> at addr 0x15 irq 57 on iicbus1
hms0: <ASUE1211:01 04F3:3211 Mouse> on hidbus0
hmt0: <ASUE1211:01 04F3:3211 TouchPad> on hidbus0
hconf0: <ASUE1211:01 04F3:3211 Configuration> on hidbus0
The touchpad is also in the list of detected material in the "mouse and touchpad configuration" menu (in the attached file, i've made a printscreen).
In the loader.conf file, we can read :
hw.snd.vpc_autoreset=0
hw.syscons.bell=0
hw.usb.no_pf=1
hw.usb.no_boot_wait=0
hw.usb.no_shutdown_wait=1
hw.psm.synaptics_support=1
hw.psm.trackpoint_support=1
hw.psm.elantech_support=1
I've tried to add by myself "hw.psm.elantech_support=1" and "hw.psm.trackpoint_support=1" on the loader.conf ... Maybe it makes no sense but after make search, i din't find some information that Synaptics was a "ASUE1211:01 04F3:3211".
Have you some clues to help me ? I'm not totally beginner on bsd system, but not an expert for sure