From owner-freebsd-usb@FreeBSD.ORG Sun Dec 21 21:28:43 2014 Return-Path: Delivered-To: freebsd-usb@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 55011667 for ; Sun, 21 Dec 2014 21:28:43 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (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 D2BBB31BB for ; Sun, 21 Dec 2014 21:28:42 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id n3so6356858wiv.1 for ; Sun, 21 Dec 2014 13:28:41 -0800 (PST) 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=TiSfn+DIYPkAh6N47Zq6SiO7lIao+7b0eEgS+y3uvDE=; b=EReZVXnDTmrAqgtzp4Ms/7WrXwPFarAJe7veH1BP6okzXSJPTDW6ck46lRsLooZJcZ k6q5ZKhVXT16HAkgOhcm5cbC3SXpwc5QJ8+bBl4defBQaB/XV1B0IeMJnW2lNVdns6+c 1amn/14HdA/StGHA0UKVbCsSuya4MLOmZnlw6TA8EVVV+enZwWaFuwNGJ+0iDIsc2SGj nC6EInJi0286NKLj7XhOpaJUcyhZDdf+XFXoxV9uStsoXJ2LEFNC67I3uiX7S0XiMJfj B9xcePP2wwZU45/wBmpu+yvqX9NCsOA9KL4eH83atzBuh0i9mTBMMVFfvZTdDbm5XGX3 eVpQ== MIME-Version: 1.0 X-Received: by 10.180.88.33 with SMTP id bd1mr25533450wib.10.1419197321265; Sun, 21 Dec 2014 13:28:41 -0800 (PST) Received: by 10.27.174.20 with HTTP; Sun, 21 Dec 2014 13:28:41 -0800 (PST) In-Reply-To: <54973560.4090908@selasky.org> References: <1580934.Kkj0kKdA3z@bigguy.am-productions.biz> <1993304.2n7h1o4Guv@bigguy.am-productions.biz> <548EABCA.7090908@selasky.org> <2834715.Xnaz94KKIN@bigguy.am-productions.biz> <54972C6E.2080906@selasky.org> <54973560.4090908@selasky.org> Date: Sun, 21 Dec 2014 13:28:41 -0800 Message-ID: Subject: Re: urndis and umodem device collision for ue device From: Randall Fox To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2014 21:28:43 -0000 On Sun, Dec 21, 2014 at 1:02 PM, Hans Petter Selasky wrote: > On 12/21/14 21:40, Randall Fox wrote: > >> Did you update /etc/devd/usb.conf, install new kernel and reboot your >>> >> system? >> >> I actually had the FreeNAS team apply this fix to the nightly build and I >> created a whole new install based on their Nightly Build. The DEVs put >> the >> fix in, and it must have been correct because it worked for someone else. >> >> Here is the link to the ticket for this: >> https://bugs.freenas.org/issues/7153 >> It appears they are familiar with you! >> >> I will try putting the usb.conf in the location you specify, to see if >> that >> works. I would be surprised if the dev's missed this. >> >> >> >> On Sun, Dec 21, 2014 at 12:24 PM, Hans Petter Selasky >> wrote: >> >> On 12/21/14 21:21, Randall Fox wrote: >>> >>> Hi, >>>> >>>>> >>>>> The following patches should fix your problem: >>>>> >>>>> https://svnweb.freebsd.org/changeset/base/275790 >>>>> https://svnweb.freebsd.org/changeset/base/275791 >>>>> >>>>> --HPS >>>>> >>>>> >>>> >>>> > Can you get the dmesg when plugging your device? > > --HPS > > uhid0: on usbus1 ugen1.3: at usbus1 (disconnected) uhid0: at uhub3, port 1, addr 3 (disconnected) ugen1.3: at usbus1 uhid0: on usbus1 ugen1.3: at usbus1 (disconnected) uhid0: at uhub3, port 1, addr 3 (disconnected) I tried putting the usb.conf in /etc/devd and rebooting, but no change..