From owner-freebsd-current@FreeBSD.ORG Thu Apr 16 08:20:09 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 61386BAB for ; Thu, 16 Apr 2015 08:20:09 +0000 (UTC) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2678F121 for ; Thu, 16 Apr 2015 08:20:09 +0000 (UTC) Received: by iedfl3 with SMTP id fl3so52238545ied.1 for ; Thu, 16 Apr 2015 01:20:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=h0a6T5QJZjDoDFpqNaGq4tbUQ57PyfwxymCpiLGyASE=; b=IQtEkhkAhj4r8VqhNAQ0gp/TUE39vZcJyr/97SLx8jhLRUa21tRBgNp3olVBe6fy0Y 9aNW6ilDf6TZDA6n42Jqy8BZgd4enkwizCSNk6+S5fB9jevhRzE6sSzqbSN303XvvpmJ bDppLDBmWhvUfVZ1CT1xKTdvFjun72HU0UkuTcMJccHrkp8Xg8dU7mnKUXSzNQGWM460 IBjS9GcLlCvKRYP7xPysf32WoVjHOesC9ltywEZNJ6SXc5V8oXEKZJ/P23xgN3wkSACL zsAEef1laFu4sCgXEPU8jejz8HfNZEqjdfMGcrMAYkjXGyoL0WJL43D9GhNo+i9lpuZZ kxSA== MIME-Version: 1.0 X-Received: by 10.107.32.212 with SMTP id g203mr41621209iog.55.1429172408459; Thu, 16 Apr 2015 01:20:08 -0700 (PDT) Received: by 10.36.51.129 with HTTP; Thu, 16 Apr 2015 01:20:08 -0700 (PDT) In-Reply-To: <5584868.YqUHvGBcz4@akita> References: <5584868.YqUHvGBcz4@akita> Date: Thu, 16 Apr 2015 10:20:08 +0200 Message-ID: Subject: Re: Synaptics Touchpad stops working in r281560 From: "Ranjan1018 ." <214748mv@gmail.com> To: Rui Paulo Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 08:20:09 -0000 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 # Shutdown hw.usb.no_shutdown_wait=1 # Risparmio energia hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 drm.i915.enable_rc6=7 hw.snd.latency=10 # LAGG(4) #if_lagg_load="YES" # Lo carico in rc.conf # VirtualBox #vboxdrv_load="YES" # Lo carico in rc.conf # DVD: 18.6.2. Configuration hw.ata.atapi_dma="1" hw.pci.clear_buses=1 hw.pci.clear_bars=1 hw.pci.clear_pcib=1 # Qt paint engine makes common use of shared memory... kern.ipc.shmall=32768 kern.ipc.shmmni=1024 kern.ipc.shmseg=1024 # SOLO RPOVA #hw.x2apic_enable=0 Thanks, Maurizio