From owner-freebsd-current@FreeBSD.ORG Fri Aug 8 22:00:45 2008 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 1082C1065680 for ; Fri, 8 Aug 2008 22:00:45 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.swipnet.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id 97B518FC0C for ; Fri, 8 Aug 2008 22:00:44 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=lOtd0pf-uFY64xG773QA:9 a=H7SSZts09qMZRIlhgGYA:7 a=3DTlA2tZ0yznwOM2nMAFytoCrQkA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.228]) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 294576781; Fri, 08 Aug 2008 23:00:41 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Fri, 8 Aug 2008 23:02:24 +0200 User-Agent: KMail/1.9.7 References: <489BDFF7.2000401@bielefeldt.org> In-Reply-To: <489BDFF7.2000401@bielefeldt.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808082302.24716.hselasky@c2i.net> Cc: Daniel Bielefeldt Subject: Re: ucom0 - instant detached 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: Fri, 08 Aug 2008 22:00:45 -0000 On Friday 08 August 2008, Daniel Bielefeldt wrote: > Hi, > > I've just purchased a samba 75 GSM modem. Unfortunly, I have some > problems when i plug it in my server. The server is running FreeBSD > RELENG 7.0 current. > > I have been searching around for a while now. And the only thig I can > find is something about putting "{ 0x0681, 0x0034, ANY, > {UQ_ASSUME_CM_OVER_DATA }}," into usb_quirks.c and then rebuild my > kernel. But as I can see "CM_ASSUMCE_CM_OVER_DATA" has been removed, > according to this: > http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/usb_quirks.c > > > Everytime I plug in the GSM modem I get this in my message log. > > --- snip ---- > Aug 6 14:00:41 apollon root: Unknown USB device: vendor 0x0681 product > 0x0034 bus uhub0 > Aug 6 14:00:42 apollon kernel: ucom0: MC75, class 2/0, rev 1.10/0.00, addr 2> on uhub0 > Aug 6 14:00:42 apollon kernel: ucom0: iclass 2/2 > Aug 6 14:00:42 apollon kernel: ucom0: data interface 1, has CM over > data, has no break > Aug 6 14:00:42 apollon kernel: ucom0: status change notification available > Aug 6 14:00:42 apollon kernel: ucom0: at uhub0 port 2 (addr 2) > disconnected Aug 6 14:00:42 apollon kernel: ucom0: detached > --- snip ---- Maybe it is some kind of auto-installer that kicks in. --HPS