From owner-freebsd-usb@FreeBSD.ORG Sun Aug 29 09:33:32 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 4E9C610656A7 for ; Sun, 29 Aug 2010 09:33:32 +0000 (UTC) (envelope-from mjl@luckie.org.nz) Received: from mailfilter68.ihug.co.nz (mailfilter68.ihug.co.nz [203.109.136.68]) by mx1.freebsd.org (Postfix) with ESMTP id EB86D8FC08 for ; Sun, 29 Aug 2010 09:33:31 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAGbGeUx2XRG0/2dsb2JhbACgSXK3RoU3BIoJhxM X-IronPort-AV: E=Sophos;i="4.56,286,1280664000"; d="scan'208";a="292310530" Received: from 118-93-17-180.dsl.dyn.ihug.co.nz (HELO spandex.luckie.org.nz) ([118.93.17.180]) by cust.filter4.content.vf.net.nz with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Aug 2010 21:33:29 +1200 Received: from localhost ([::1] helo=spandex.luckie.org.nz) by spandex.luckie.org.nz with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1OpeGX-000Non-1W; Sun, 29 Aug 2010 21:33:29 +1200 Message-ID: <4C7A2968.3040503@luckie.org.nz> Date: Sun, 29 Aug 2010 21:33:28 +1200 From: Matthew Luckie User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100814 Thunderbird/3.1.2 MIME-Version: 1.0 To: Mike Tancsa References: <4C789A4E.9030409@luckie.org.nz> <201008280950.35903.hselasky@c2i.net> <4C78F7D7.7010507@luckie.org.nz> <201008282322.o7SNME6T077721@lava.sentex.ca> In-Reply-To: <201008282322.o7SNME6T077721@lava.sentex.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: ZTE USB 3g stick 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: Sun, 29 Aug 2010 09:33:32 -0000 On 08/29/10 11:22, Mike Tancsa wrote: > At 07:49 AM 8/28/2010, Matthew Luckie wrote: > ugen6.2: at usbus6 >> umass0: > 2.00/0.00, addr 2> on usbus6 >> cd1 at umass-sim0 bus 0 scbus2 target 0 lun 0 >> cd1: Removable CD-ROM SCSI-2 device >> cd1: 40.000MB/s transfers >> cd1: cd present [31484 x 2048 byte records] >> >> Sadly no /dev/cuaU* entries. After the set_config, I have new /dev >> entries for cd1, iso9660, pass1, and of course ugen6.2. > > What if you do a > camcontrol eject pass0 (or pass1 if its 1) > > I have also found the odd ZTE stick where post power up, I need to do a > reset for some odd reason. Perhaps a firmware issue with some ZTE sticks > ? not sure > > usbconfig -d 6.2 reset > or > usbconfig -d 6.2 power_off > usbconfig -d 6.2 power_on Yeah, that worked. I went with cdcontrol -f cd1 eject but your camcontrol command worked fine too. Now I'm battling with my provider who does not want to offer me an IP address during IPCP :( http://www.geekzone.co.nz/forums.asp?forumid=40&topicid=67161 It seems to be an issue others have struck with other providers, but I think I need to tweak my ppp.conf somehow. http://old.nabble.com/Australian-3G-ppp.conf-td29135444.html Thanks for your help, Matthew