From owner-freebsd-questions@FreeBSD.ORG Sat Sep 16 11:12:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C2C16A40F for ; Sat, 16 Sep 2006 11:12:06 +0000 (UTC) (envelope-from azari@sepehrs.com) Received: from sepehrs.com (sepehrs.com [213.217.59.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B3843D62 for ; Sat, 16 Sep 2006 11:12:04 +0000 (GMT) (envelope-from azari@sepehrs.com) Received: from sepehrs.com (sst.co.ir [127.0.0.1]) by sepehrs.com (8.13.6/8.13.6) with ESMTP id k8GEhfkF044088; Sat, 16 Sep 2006 14:43:46 GMT (envelope-from azari@sepehrs.com) Received: (from nobody@localhost) by sepehrs.com (8.13.6/8.13.6/Submit) id k8GEhf7v044087; Sat, 16 Sep 2006 14:43:41 GMT (envelope-from azari@sepehrs.com) From: Hamid Azari X-Authentication-Warning: sepehrs.com: nobody set sender to azari@sepehrs.com using -f Received: from 192.168.3.1 (SquirrelMail authenticated user azari) by webmail.sepehrs.com with HTTP; Sat, 16 Sep 2006 14:43:41 -0000 (UTC) Message-ID: <4982.192.168.3.1.1158417821.squirrel@webmail.sepehrs.com> Date: Sat, 16 Sep 2006 14:43:41 -0000 (UTC) To: freebsd-questions@freebsd.org, azari@sepehrs.com User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Sepehr-MailScanner-Information: Please contact the ISP for more information X-Sepehr-MailScanner: Found to be clean X-Sepehr-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-MailScanner-From: azari@sepehrs.com X-Spam-Status: No Cc: Subject: My USB modem works under Linux, but not under FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2006 11:12:06 -0000 Hi all, I have a hardware(controller-based) USB modem(Zoom 2985-00-00C) that is identified under Liunx by acm driver and can be accessed through /dev/ttyACM0 and with some tools like “cu” and AT command set. This means that it supports CDC/ACM. But under FreeBSD 6.1(which have the latest umodem driver) with loaded ucom and umodem driver into kernel, after attaching the modem to the USB port, these messages appear on screen: ucom0: data interface 1, has CM over data, has break ucom0: Could not find data bulk in device_attach: ucom0 attach returned 6 and there is no ucom0 or any other appropriate devices in /dev directory and the modem does not work. With due attention to successful working under Linux, is there any hope to solve this problem under FreeBSD? Is it necessary to update umodem driver or there is an easy way? Best regards