From owner-freebsd-usb@FreeBSD.ORG Mon Apr 16 18:57:45 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1609C106564A for ; Mon, 16 Apr 2012 18:57:45 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id 970478FC19 for ; Mon, 16 Apr 2012 18:57:44 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 89075814; Mon, 16 Apr 2012 20:52:36 +0200 From: Hans Petter Selasky To: Matthias Apitz Date: Mon, 16 Apr 2012 20:51:34 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20120416041431.GA2604@tinyCurrent> <201204161651.55404.hselasky@c2i.net> <20120416184748.GA1183@tiny> In-Reply-To: <20120416184748.GA1183@tiny> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201204162051.34695.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: USB ethernet ue0 stops working X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2012 18:57:45 -0000 On Monday 16 April 2012 20:47:49 Matthias Apitz wrote: > Hi, >=20 > El d=EDa Monday, April 16, 2012 a las 04:51:55PM +0200, Hans Petter Selas= ky=20 escribi=F3: > > If this is an openmoko, you need to run: > Yes, it is an Openmoko Freerunner which I have updated from a SHR > version from year 2010 to now latest release (stage 046); >=20 > > usbconfig -d X.Y set_config 1 >=20 > I did this already in the past with a devd(8) hook script: >=20 > notify 1 { > match "vendor" "0x1457"; > match "product" "0x5122"; > action "/usr/local/etc/devd/moko.sh $ugen"; > }; >=20 > while watching devd(8) in debug mode I learned that they now have changed > the vendor and product ID to "0x0525" and "0xa4a2" which the Linux kernel > of the Freerunner presents to the FreeBSD host; and after updating the > values to the new ones all is fine again; >=20 > do you know why and how Linux this was changing? No. =2D-HPS