From owner-freebsd-usb@FreeBSD.ORG Mon Feb 23 18:31:49 2009 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 05CA91065686 for ; Mon, 23 Feb 2009 18:31:49 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id D250D8FC13 for ; Mon, 23 Feb 2009 18:31:48 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so2173143wfd.7 for ; Mon, 23 Feb 2009 10:31:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=4C7jyDMTdZCt1zmyKrksdWtPMMyO7T/wDP0lnZdERfA=; b=WEHGbv/+3BxeV1yubiwp+gm4KeExiGVvWXjQx93GLiC2NOO/1MSKittLL40egmPCyf PdqcZBAFTpym74OggYDvTs4LPR9fnlL2t45Oqoj0GmGy4Gw7fCAQJEEgjGW9Ajt1Z7Hg Jrk7YvGmyWjCPheZ9BH6pJUxQpsg8bktq4/10= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=LcJ6aHsRbauBio3Rf2SdSMC08sZfqY0PFgX2EGTN6NmeVw0h3RQhgKYnT7IVxOTqCc GIXZNDYXJhgd5HjKbjgRuzlLl6KtvOjQoMb4QuBec6s2aR//cXt6jZZdJj64dtbv5e/X zZwF/ijcwLWPuPkfTKBhDga+08w/kQf64gwSk= MIME-Version: 1.0 Received: by 10.142.237.20 with SMTP id k20mr2099267wfh.136.1235413908562; Mon, 23 Feb 2009 10:31:48 -0800 (PST) Date: Mon, 23 Feb 2009 13:31:48 -0500 Message-ID: <89dbfdc30902231031j4407614vdce09e8e58cdc346@mail.gmail.com> From: Kim Culhan To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: reattach 3g0 device: could not allocate new device 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, 23 Feb 2009 18:31:49 -0000 Running 8.0-CURRENT as of 2-22-09 The 3g0 device is a Novatel U727 EVDO wireless radio. If the machine boots with the device attached, dmesg reads: u3g0: on usbus2 Remove the device and this is logged: u3g0: at ushub2, port 2, addr 2 (disconnected) Reattach the device and there is this message: uhub_reattach_port:414: could not allocate new device! kernel config has: device usb2_serial_3g Any help is greatly appreciated thanks -kim --