From owner-freebsd-stable@FreeBSD.ORG Wed Jul 23 08:37:36 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A5FA81B for ; Wed, 23 Jul 2014 08:37:36 +0000 (UTC) Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11B1C2138 for ; Wed, 23 Jul 2014 08:37:36 +0000 (UTC) Received: by mail-oi0-f41.google.com with SMTP id a141so616825oig.14 for ; Wed, 23 Jul 2014 01:37:33 -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=lbJsv5j1EPx899wxIqhMxTP85Mvd4I9Iw3sBEdmqv9k=; b=oM34CIeqHDzbppxg4Boc/h0qa4cPe/t4pCkeF1EwqDozlNpQ2hCEELZyI2ij33A5mg 0/RSyoWJuA2CltDFnufMJ+uLedoazESqUtWOk2E8Qk0QH4Ipq/9pZ7tKAODICzVoSFx0 ChcMbXpcnWwx3iHzYQh51lcxWO3FI9uHl2nXwPmb/Rufuw392PJernhqwQkysSE4yVhg oa5O3FDsIc6oICa8FlQnkVdHVcW4ke2th3SqVi5+4XGTgg5Uog4z0PUVXODAg98cseu7 ND4y9iAgJqDwf3kemfKV+yh2xgvHBi9dE/9ejwGjqqYOAh/6CQbxmZaX3qdD2yCjgZLs akcQ== MIME-Version: 1.0 X-Received: by 10.182.236.225 with SMTP id ux1mr55934720obc.57.1406104653540; Wed, 23 Jul 2014 01:37:33 -0700 (PDT) Received: by 10.76.170.39 with HTTP; Wed, 23 Jul 2014 01:37:33 -0700 (PDT) In-Reply-To: <53CF6007.4050406@dumbbell.fr> References: <53CE80D3.7090803@dumbbell.fr> <53CF6007.4050406@dumbbell.fr> Date: Wed, 23 Jul 2014 10:37:33 +0200 Message-ID: Subject: Re: Mouse does not work with new Xorg, works with old Xorg (9.3-STABLE) From: Andreas Nilsson To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: FreeBSD Stable Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 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, 23 Jul 2014 08:37:36 -0000 On Wed, Jul 23, 2014 at 9:11 AM, Jean-S=C3=A9bastien P=C3=A9dron < jean-sebastien.pedron@dumbbell.fr> wrote: > On 22.07.2014 21:11, Andreas Nilsson wrote: > > Interesting that it works for you. If I set that I get no umsX devices = at > > all :( > > That's very strange, because moused(8) isn't involved in the creation of > /dev entries. The ums(4) kernel module is responsible for that. It's > automatically loaded by devd(8) when a USB mouse is plugged in (see > /etc/devd/usb.conf, look for "ums"). > > Double-check that devd(8) is enabled (it is by default) and running. > > -- > Jean-S=C3=A9bastien P=C3=A9dron > > Devd is running, yes. If I load ums and reconnect the keyboard I get a umsX device. usbconfig dump_device_desc gives: ugen1.4: at usbus1, cfg=3D0 md=3DHOST spd=3DLOW (1.5Mbps) pwr=3DON (100mA) bLength =3D 0x0012 bDescriptorType =3D 0x0001 bcdUSB =3D 0x0110 bDeviceClass =3D 0x0000 bDeviceSubClass =3D 0x0000 bDeviceProtocol =3D 0x0000 bMaxPacketSize0 =3D 0x0008 idVendor =3D 0x17ef idProduct =3D 0x6009 bcdDevice =3D 0x0126 iManufacturer =3D 0x0001 iProduct =3D 0x0002 iSerialNumber =3D 0x0000 bNumConfigurations =3D 0x0001 So maybe some quirks are needed for this to trigger the devd-rule. Having ums in loader.conf and moused_nondefault_enable=3D"NO" seems to work just fine though. Thanks! Best regards Andreas