From owner-freebsd-stable@FreeBSD.ORG Wed Feb 6 23:05:35 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4112D16A419 for ; Wed, 6 Feb 2008 23:05:35 +0000 (UTC) (envelope-from mattboll@penia.org) Received: from penia.org (penia.org [82.228.156.113]) by mx1.freebsd.org (Postfix) with ESMTP id E89B913C478 for ; Wed, 6 Feb 2008 23:05:34 +0000 (UTC) (envelope-from mattboll@penia.org) Received: from [192.168.0.3] (unknown [192.168.0.3]) by penia.org (Postfix) with ESMTP id B16A1660E for ; Wed, 6 Feb 2008 23:48:39 +0100 (CET) From: Matthieu Bollot To: freebsd-stable@freebsd.org Content-Type: text/plain Date: Wed, 06 Feb 2008 22:48:56 +0100 Message-Id: <1202334536.6146.10.camel@sarah.penia.org> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: synaptics problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2008 23:05:35 -0000 Hi, I've recently installed FreeBSD 6.3, and I've got a problem with synaptics. I've installed it, followed the pkg-message : hw.psm.synaptics_support=1 It works, dmesg gives : psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Synaptics Touchpad, device ID 0 moused_enable="NO" ps shows me that moused doesn't run. xorg.conf : InputDevice "Synaptics_Touchpad" "CorePointer" ... Section "InputDevice" Identifier "Synaptics_Touchpad" Driver "synaptics" Option "Device" "/dev/psm0" Option "Protocol" "psm" ... And here is a part of Xorg.log : (WW) : No Device specified, looking for one... (II) : Setting Device option to "/dev/psm0" (--) : Device: "/dev/psm0" (==) : Protocol: "Auto" ... Synaptics DeviceInit called SynapticsCtrl called. (II) : SetupAuto: hw.iftype is 3, hw.model is 13 (II) : SetupAuto: protocol is SysMouse (WW) fcntl(15, O_ASYNC): Inappropriate ioctl for device Synaptics DeviceOn called (EE) xf86OpenSerial: Cannot open device /dev/psm0 Device busy. (WW) Synaptics_Touchpad: cannot open input device couldn't enable device 3 Protocol isn't psm, why ? Can I force it ? /dev/psm0 isn't used or it is used by Xorg (I saw it with fstat) any idea ? I didn't had this problem with 6.2 but may be I wasn't up to date with xorg.