From owner-freebsd-current@FreeBSD.ORG Fri Jan 10 05:06:40 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E96265AD for ; Fri, 10 Jan 2014 05:06:40 +0000 (UTC) Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6B59155E for ; Fri, 10 Jan 2014 05:06:40 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id c10so18125849igq.4 for ; Thu, 09 Jan 2014 21:06:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=FUAjuRiZ73K7NU+/U1BRtdFs8+D7OOQZ1NqBAUB4CCA=; b=ZHirIHUc0fVC+oG4cm+5Dir+d3wS2aQnWgJOcVeq76Rj3lxcdg3vAAwSK2eefIUXM/ Vj/c1/0bBNCFM6ThQoRARbq+385Mc/83ZKMO9YkVKof+mIIHNL1zJqOGJ3K8oIu3xvce +6B28KLT9e9V+3u/PYkh0WH0ZYsGSxQJ+pjYDgD1VNTUz7ucwETHltzhaYFBE1fyEA7Q py/oo7YPlStBQQenhk9v2WOYrKzlY8Pmw+JsVR7Wn4HPFBhd+02x6zxpe3SMtr7WCBtS icWB5umT5oL6MngVNFJfsH4zSqKuGPXyrH+EAIuZUU1Rjix+vS9RoOAQZTCsEqH1E0x9 lXjA== X-Gm-Message-State: ALoCoQnqYNRS917DE4Gj1ViRWY0KbxV6wlTRzAWCGFnGkGIdMkuWANC1+0b/nuHjqYDFsTMQxTi3X7QKnLq+EbrSqEo/QWgk6Yh7O44f6pPfIktI2KUPz1s= X-Received: by 10.50.227.139 with SMTP id sa11mr944172igc.46.1389330399799; Thu, 09 Jan 2014 21:06:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.128.200 with HTTP; Thu, 9 Jan 2014 21:06:23 -0800 (PST) From: "Lundberg, Johannes" Date: Fri, 10 Jan 2014 14:06:23 +0900 Message-ID: Subject: Move 3G modem from u3g to uhso? To: FreeBSD Current Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 10 Jan 2014 05:06:41 -0000 Hi I have been using "Globetrotter HSUPA Modem Option N.V." usb modem for a while with the uhso driver and now I installed 11-CURRENT and see that it has been added to devd and u3g is loaded automatically. Since this device has support for it wouldn't it be better to use uhso driver so we get the uhso0 network interface? The device in question is nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; match "vendor" "0x0af0"; match "product" "0x9000"; action "kldload -n u3g"; }; which I changed to nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; match "vendor" "0x0af0"; match "product" "0x9000"; action "kldload -n uhso"; }; But this also requires adding the device in sys/dev/usb/net/uhso.c /* Option GTM661W */ UHSO_DEV(OPTION, GTM661W, UHSO_AUTO_IFACE), Best regards -- Johannes Lundberg -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。 もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、 複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。 --- CONFIDENTIALITY NOTE: The information in this email is confidential and intended solely for the addressee. Disclosure, copying, distribution or any other action of use of this email by person other than intended recipient, is prohibited. If you are not the intended recipient and have received this email in error, please destroy the original message.