[Bug 266819] ID 06cb:75bf not recognized as Synaptics
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266819] ID 06cb:75bf not recognized as Synaptics"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Oct 2022 15:45:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266819
Bug ID: 266819
Summary: ID 06cb:75bf not recognized as Synaptics
Product: Base System
Version: 13.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: usb
Assignee: usb@FreeBSD.org
Reporter: portmaster@bsdforge.com
I'm attempting to get the touchpad working
on my fresh FreeBSD 13.1 install
FreeBSD 13.1-STABLE n252407-f42139db639: Fri Sep 16 02:35:00 UTC 2022.
An attempt from a 14 image dated September 30 also failed to
recognize it.
It's an Inspiron 5755. dmesg(8) shows nothing. dmidecode(8)
shows it. According to Slackware, it's a Synaptics touchpad
and works with all the options on a usb bus (Bus 003 Device 004).
Slackware also indicates it's "ID 06cb:75bf Synaptics, Inc."
the results of kldstat(8):
Id Refs Address Size Name
1 97 0xffffffff80200000 1f3a9e8 kernel
2 1 0xffffffff8213b000 af60 cuse.ko
3 1 0xffffffff8288f000 153c80 radeonkms.ko
4 2 0xffffffff829e3000 739e0 drm.ko
5 3 0xffffffff82a57000 5220 linuxkpi_gplv2.ko
6 4 0xffffffff82a5d000 62d8 dmabuf.ko
7 1 0xffffffff82a64000 c758 ttm.ko
8 1 0xffffffff82a71000 4358 radeon_mullins_pfp_bin.ko
9 1 0xffffffff82a76000 4358 radeon_mullins_me_bin.ko
10 1 0xffffffff82a7b000 4358 radeon_mullins_ce_bin.ko
11 1 0xffffffff82a80000 6358 radeon_mullins_mec_bin.ko
12 1 0xffffffff82a87000 49d8 radeon_mullins_rlc_bin.ko
13 1 0xffffffff82a8c000 3240 radeon_mullins_sdma_bin.ko
14 1 0xffffffff82a90000 3ae08 radeon_bonaire_uvd_bin.ko
15 1 0xffffffff82acb000 15280 radeon_BONAIRE_vce_bin.ko
16 1 0xffffffff82ae1000 3240 iichid.ko
17 2 0xffffffff82ae5000 31f8 hidbus.ko
18 1 0xffffffff82ae9000 3378 acpi_wmi.ko
19 1 0xffffffff82aed000 880c8 if_iwlwifi.ko
20 1 0xffffffff82b76000 17310 if_iwm.ko
21 1 0xffffffff82b8e000 3218 intpm.ko
22 1 0xffffffff82b92000 2180 smbus.ko
23 1 0xffffffff82b95000 1023d8 iwm7260fw.ko
24 1 0xffffffff82c98000 4d00 ng_ubt.ko
25 3 0xffffffff82c9d000 aac8 netgraph.ko
26 2 0xffffffff82ca8000 a238 ng_hci.ko
27 2 0xffffffff82cb3000 25a8 ng_bluetooth.ko
28 1 0xffffffff82cb6000 2340 uhid.ko
29 1 0xffffffff82cb9000 3380 usbhid.ko
30 1 0xffffffff82cbd000 3320 wmt.ko
The contents of
/usr/local/etc/X11/xorg.conf.d/driver-touchpad.conf:
Section "InputDevice"
Identifier "Touchpad"
Driver "libinput"
Option "Device" "/dev/input/event6"
Option "AutoServerLayout" "true"
EndSection
grep -rF 06cb /usr/src/ returns (among other things)
/usr/src/contrib/libfido2/udev/ 0x06cb Synaptics Inc.,
as well as one other related entry.
Any thoughts on how I might get my touchpad to get recognized?
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.