From owner-freebsd-current@FreeBSD.ORG Tue Oct 25 03:59:22 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DCB4106564A for ; Tue, 25 Oct 2011 03:59:22 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 56CF28FC0A for ; Tue, 25 Oct 2011 03:59:22 +0000 (UTC) Received: by qadz32 with SMTP id z32so52953qad.13 for ; Mon, 24 Oct 2011 20:59:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=e8TBhe2O9cMF5SLrMuRiO6BXsIb6vSeLrs+eSP1hVUA=; b=U8QxitHfC0pZqukxwi5Ndueyo6ZBCQvA8W3fHB36zZHAu0zKVgw2qyi3Ipa7Uao2+f nSwpoAJoaY0YVsiXVlXeL/IOQSHp5MuVWRzp8GTzXgWgQ947gXww+ytrIEh2WQ3G8NnC A7ssqKL3LMe5RXbfiZQAo9lX7EtCVNnGzb1vA= MIME-Version: 1.0 Received: by 10.224.205.68 with SMTP id fp4mr20790528qab.63.1319515160768; Mon, 24 Oct 2011 20:59:20 -0700 (PDT) Received: by 10.224.19.212 with HTTP; Mon, 24 Oct 2011 20:59:20 -0700 (PDT) In-Reply-To: References: Date: Mon, 24 Oct 2011 23:59:20 -0400 Message-ID: From: Mehmet Erol Sanliturk To: Warren Block Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Current Subject: Re: FreeBSD 9.0 RC1 USB Mouse and Keyboard X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 25 Oct 2011 03:59:22 -0000 On Mon, Oct 24, 2011 at 7:46 PM, Warren Block wrote: > On Sun, 23 Oct 2011, Mehmet Erol Sanliturk wrote: > > I have installed FreeBSD 9.0 RC1 . >> >> During installation and boots , and ( as root ) console mode , both USB >> keyboard and mouse are working . >> >> When a graphical desktop ( Fluxbox , Gnome , or KDE ) is started , both of >> them are becoming frozen . >> Detach and attach of mouse are detected , but input is not possible . >> PS/2 mouse is also not working . >> I did not check PS/2 keyboard . >> Only Ctrl-Alt-F1 is discontinuing graphical display , and Ctrl-C is >> returning to root prompt . >> >> KDE is staying as it is after displaying of hard disk symbol and then it >> is >> waiting there . >> Gnome is displaying all the parts , but no input possibility . >> Fluxbox is displaying its window , but no input possibility . >> >> It seems that X is NOT able to register dbus related parts ( understood >> from >> messages left on the screen after discontinuation ) . >> >> On the same computer , I have installed Fedora 15 and everything is >> working >> as expected , means there is no any hardware problem . >> > > The same symptoms happen if X is configured to use hald for input device > detection but hald is not running. The easy way to test that is to put > Option "AutoAddDevices" "Off" > in the ServerLayout section. > And also : Has this computer successfully run other versions of FreeBSD with X? I seem to recall there can be odd interactions with hald, xorg.conf, and others. Some googling brings up http://www.wonkity.com/~wblock/docs/html/aei.html which seems to cover many of the relevant issues. -Ben Kaduk ---------------------------- Unfortunately , ( 9.0 RC1 amd64 ) is overwritten by Fedora 15 . On the same computer , from another hard disk : FreeBSD 9.0-Current #13 r220539M Mon Apr 11 Generic amd4 : root : Fluxbox : USB Keyboard and mouse is working . user : KDE 3.5 : USB Keyboard and mouse is working . /etc/rc.conf contains : moused_type = "auto" moused_enable = "YES" hald_enable = "YES" dbus_enable = "YES" This FreeBSD is from http://people.freebsd.org/~nwhitehorn/bsdinstall-amd64-20110411/ The 9.0 RC1 amd64 contained the same statements listed above . Both of them listed starting of hald and dbus without error during booting . Thank you very much . Mehmet Erol Sanliturk