From owner-freebsd-questions@FreeBSD.ORG Sun Aug 31 21:59:56 2008 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18D05106567A for ; Sun, 31 Aug 2008 21:59:56 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id CD2598FC15 for ; Sun, 31 Aug 2008 21:59:55 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (83.10.87-79.rev.gaoland.net [79.87.10.83]) by smtp.lamaiziere.net (Postfix) with ESMTPA id B3476633662; Sun, 31 Aug 2008 23:33:02 +0200 (CEST) Received: from baby-jane-lamaiziere-net.local (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 5ADA85A7746; Sun, 31 Aug 2008 23:44:15 +0200 (CEST) Date: Sun, 31 Aug 2008 23:44:14 +0200 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: "Artur :)" Message-ID: <20080831234414.3005998b@baby-jane-lamaiziere-net.local> In-Reply-To: <1220174419.48ba6253af573@www.inbox.lv> References: <1220174419.48ba6253af573@www.inbox.lv> Organization: /dave/nulle X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-apple-darwin9.3.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Cc: questions@FreeBSD.org Subject: Re: USB modem: how to enable driver? 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: Sun, 31 Aug 2008 21:59:56 -0000 Le Sun, 31 Aug 2008 12:20:19 +0300, "Artur :)" a écrit : > Hello! I am going to install FreeBSD on my desktop, currently running > M$ Windows. I have ZTE wireless USB modem, and there is no specific > driver provided for *NIX. But, this device can be used with generic > USB serial port driver. In Linux, device is not recognized > automatically, but can be enabled with command: "sudo modprobe > usbserial vendor=0x19d2 product=0xfffe". Which command can do same > effect in FreeBSD? The command to load a kernel module is kldload. For your modem, try the ubsa driver (I'm not sure) kldload ubsa See man ubsa, man kldload, man loader.conf and the FreeBSD Handbook. Regards.