From owner-freebsd-current@FreeBSD.ORG Tue Sep 1 20:50:29 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BF10106568F for ; Tue, 1 Sep 2009 20:50:29 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id C31648FC14 for ; Tue, 1 Sep 2009 20:50:28 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=g63cz5HrQV0A:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=PptMg8wYu3Rv6-94eFwA:9 a=_NCq5TPgoqmF9M2BIOxFges7G1YA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1300355255; Tue, 01 Sep 2009 22:50:27 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 1 Sep 2009 22:50:47 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <15577E21-9A9B-45CA-BC56-D1AB1FF6A5A9@lassitu.de> In-Reply-To: <15577E21-9A9B-45CA-BC56-D1AB1FF6A5A9@lassitu.de> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909012250.48439.hselasky@c2i.net> Cc: Stefan Bethke Subject: Re: Elsa MicroLink 56k USB is not picked up by umodem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2009 20:50:29 -0000 On Tuesday 01 September 2009 22:45:15 Stefan Bethke wrote: > Just dug out my sturdy old Elsa modem, and the new USB stack does not > recognize it anymore. Is that intentional, or did the device IDs just > dropped between the cracks on the conversion to the new USB stack? > > > # dmesg > ... > ugen0.3: at usbus0 > # usbconfig list > ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL > (12Mbps) pwr=ON > ugen1.1: at usbus1, cfg=0 md=HOST spd=HIGH > (480Mbps) pwr=ON > ugen0.2: at usbus0, cfg=0 md=HOST > spd=FULL (12Mbps) pwr=SAVE > ugen0.3: at usbus0, cfg=0 md=HOST > spd=FULL (12Mbps) pwr=ON > > > 7-stable sees this: > # usbdevs -v > Controller /dev/usb0: > addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), > Intel(0x0000), rev 1.00 > port 1 addr 3: full speed, power 400 mA, config 2, ELSA Modem > Board(0x2265), Lucent Technologies, Inc.(0x05cc), rev 1.00 > ... > # dmesg > ... > ucom0: 1.00/1.00, addr 3> on uhub0 > ucom0: iclass 2/2 > ucom0: data interface 1, has CM over data, has break > ucom0: status change notification available > > > Stefan Did you load umodem ?? kldstat ? Also check if your modem has multiple configurations. Maybe you have to set a configuration different from config index = 0. usbconfig -u XXX -a YYY set_config 1 --HPS