From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 16:09:07 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50BEC707 for ; Thu, 16 Apr 2015 16:09:07 +0000 (UTC) Received: from st11p00mm-asmtp001.mac.com (st11p00mm-asmtp001.mac.com [17.172.81.0]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26ABCA6 for ; Thu, 16 Apr 2015 16:09:06 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00mm-asmtp001.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NMW005GJQ6YOU00@st11p00mm-asmtp001.mac.com> for freebsd-current@freebsd.org; Thu, 16 Apr 2015 16:09:00 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-16_06:2015-04-16,2015-04-16,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=4 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504160135 From: Rui Paulo To: freebsd-current@freebsd.org Cc: "Ranjan1018 ." <214748mv@gmail.com> Subject: Re: Synaptics Touchpad stops working in r281560 Date: Thu, 16 Apr 2015 09:08:58 -0700 Message-id: <2838530.zBVvjosoSM@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-reply-to: References: <5584868.YqUHvGBcz4@akita> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 16:09:07 -0000 On Thursday 16 April 2015 10:20:08 Ranjan1018 . wrote: > 2015-04-16 6:36 GMT+02:00 Rui Paulo : > > On Thursday 16 April 2015 06:16:45 Ranjan1018 . wrote: > > > Upgrade from r280855 to r281560 (amd64) on a Samsung Ativ Book 2 Laptop. > > > The Synaptics Touchpad stops working, in Xorg.0.log I have the error > > > message : > > > > > > [ 1047.413] (EE) synaptics: Mouse: Unable to query/initialize Synaptics > > > hardware. > > > > > > [ 1047.449] (EE) PreInit returned 11 for "Mouse" > > > > What are your boot loader settings? > > > > -- > > Rui Paulo > > My /boot/loader.conf is: > zfs_load=YES > vfs.root.mountfrom="zfs:sys/ROOT/CURRENT" > > # solo prova > drm.i915.init_backlight=10 > #i915kms_load="YES" > > # ZFS tunable > vfs.zfs.prefetch_disable=0 # funzia! > > # Synaptics > hw.psm.synaptics_support=1 I don't think you can use the kernel synaptics driver with the xorg synaptics driver. Can you try this one instead? Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection -- Rui Paulo