From owner-freebsd-usb@FreeBSD.ORG Tue Dec 4 07:25:58 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D03BB50 for ; Tue, 4 Dec 2012 07:25:58 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id A50108FC1F for ; Tue, 4 Dec 2012 07:25:57 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 355908281; Tue, 04 Dec 2012 08:20:49 +0100 From: Hans Petter Selasky To: Volodymyr Kostyrko Subject: Re: USB devices not autodetecting anymore on stable Date: Tue, 4 Dec 2012 08:22:24 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <50BCC1F0.70208@gmail.com> <201212032225.25296.hselasky@c2i.net> <50BD53C7.9090803@gmail.com> In-Reply-To: <50BD53C7.9090803@gmail.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201212040822.24730.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 07:25:58 -0000 On Tuesday 04 December 2012 02:37:11 Volodymyr Kostyrko wrote: > 03.12.2012 23:25, Hans Petter Selasky: > > On Monday 03 December 2012 20:04:59 Volodymyr Kostyrko wrote: > >> 03.12.2012 20:09, Hans Petter Selasky: > >>> On Monday 03 December 2012 16:14:56 Volodymyr Kostyrko wrote: > >>>> Hi all. > >>>> > >>>> Maybe I just blow out my installation again but I have two machines on > >>>> 9_STABLE that for one week refuse to autoload usb device drivers. > >>>> > >>>> Before that my Keyboard and mice start automatically. But right now I > >>>> must explicitly load kernel module for each device. > >>> > >>> There has been some changes in /etc/ . Make sure you did a mergemaster > >>> and that devd is running. > > > > Hi, > > > >> I'm missing your point here. Which changes in etc? > > > > /etc/devd/usb.conf > > > > /etc/dev/devd.conf > > > > And you need to rebuild moused. > > My local files doesn't differ from files in svn. I had rebuilt moused. I > have no devd_enable in /etc/rc.conf but according to > /etc/defaults/rc.conf it's enabled by default. `service devd restart` > does nothing. This covers not just mice but keyboard and wifi usb, > however umass works: > > Dec 4 03:23:34 limbo kernel: ugen0.2: at usbus0 > Dec 4 03:23:35 limbo kernel: umass0: 0/0, rev 2.00/1.00, addr 2> on usbus0 > Dec 4 03:23:35 limbo kernel: umass0: SCSI over Bulk-Only; quirks = 0x4000 > Dec 4 03:23:35 limbo kernel: umass0:5:0:-1: Attached to scbus5 > Dec 4 03:23:37 limbo kernel: da0 at umass-sim0 bus 0 scbus5 target 0 lun 0 > Dec 4 03:23:37 limbo kernel: da0: > Removable Direct Access SCSI-0 device > Dec 4 03:23:37 limbo kernel: da0: 40.000MB/s transfers > Dec 4 03:23:37 limbo kernel: da0: 7441MB (15240576 512 byte sectors: > 255H 63S/T 948C) > > Maybe just my local glitch though. I'll try to retest tomorrow. devd must be enabled when you boot the system or plug the device. --HPS