From owner-freebsd-usb@FreeBSD.ORG Tue Feb 9 00:10:08 2010 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 29DD81065679 for ; Tue, 9 Feb 2010 00:10:08 +0000 (UTC) (envelope-from wales.erick@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id D0EF28FC08 for ; Tue, 9 Feb 2010 00:10:07 +0000 (UTC) Received: by mail-gx0-f218.google.com with SMTP id 10so3216333gxk.3 for ; Mon, 08 Feb 2010 16:10:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=LYatJ5gFEW643yi6nFNR1m2bb1Gh+H3FJUxYvWCtJQI=; b=Q6umz2ANs8+mxY3uzg9zI1vHC4i9verVVA1ePa2cuZH2sf0vBlsZ17hhHg7i+JGnJ9 hE1RDD53msI6NCJjq8D7I1UNvXgbHBtI/gHZYHcOqseRDPW67DCvd/QVI61uslts2yj0 q/H2mHxqWCik9yp9jAPaDWh5q7IGMRpaPpL6s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=FvQtEi+NUXU39yASvuaJLX4oKNRZyDVCVY677g7v3VwK7TsfGZflhnRCTyQ3Z4lD4Z Lv4QQ/NUakvABU7JntyIecxPf2M3kVN+zdjc7uO2TFFuUYSYdpcqNRiE5s1ZQsG8WQTQ NOjhcsrLqIs6Oqm91CoBBUhKYCSFw00zNUmi4= Received: by 10.151.89.33 with SMTP id r33mr2565344ybl.290.1265672585831; Mon, 08 Feb 2010 15:43:05 -0800 (PST) Received: from ?10.20.30.101? ([76.89.76.212]) by mx.google.com with ESMTPS id 15sm1590295yxh.40.2010.02.08.15.43.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Feb 2010 15:43:05 -0800 (PST) From: Erick Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Mon, 8 Feb 2010 15:43:02 -0800 Message-Id: <3307144C-6CFE-4780-BAC8-91CE931CB69F@gmail.com> To: freebsd-usb@freebsd.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Subject: Problem with USB modem in 8.0 Release 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: Tue, 09 Feb 2010 00:10:08 -0000 Hi, I am using a Zoom 3095 USB modem on my system: http://zoom.com/products/dial_up_external_usb.html I had no problem using it on 7.2 Release using the ucom and umodem = drivers. It created a cuad0 device that I was able to use. Now with 8.0 Release I am having problems getting it to work. Here is = the output of dmesg when the modem is plugged in: usb_alloc_device:1586: set address 2 failed (USB_ERR_TIMEOUT, ignored) usb_alloc_device:1624: getting device descriptor at addr 2 failed, = USB_ERR_STALLED! usbd_req_re_enumerate:1539: addr=3D2, set address failed! = (USB_ERR_STALLED, ignored) usbd_req_re_enumerate:1553: getting device descriptor at addr 2 failed, = USB_ERR_STALLED! ugen1.2: at usbus1 umodem0: on = usbus1 umodem0: no CM or union descriptor! device_attach: umodem0 attach returned 6 umodem0: on = usbus1 umodem0: no CM or union descriptor! device_attach: umodem0 attach returned 6 Here is my uname -a : FreeBSD server.local 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Mon Feb 8 = 09:04:26 PST 2010 root@server.local:/usr/obj/usr/src/sys/UNIXCORN = i386 Here is the output from usbconfig dump_device_desc: ugen1.2: at usbus1, cfg=3D0 md=3DHOST spd=3DFULL = (12Mbps) pwr=3DON bLength =3D 0x0012=20 bDescriptorType =3D 0x0001=20 bcdUSB =3D 0x0110=20 bDeviceClass =3D 0x0002=20 bDeviceSubClass =3D 0x0000=20 bDeviceProtocol =3D 0x0000=20 bMaxPacketSize0 =3D 0x0040=20 idVendor =3D 0x0803=20 idProduct =3D 0x3095=20 bcdDevice =3D 0x0100=20 iManufacturer =3D 0x0001 iProduct =3D 0x0002 iSerialNumber =3D 0x0003 <24680246> bNumConfigurations =3D 0x0002=20 Thanks, -Erick=