Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2014 08:07:21 +0100
From:      Hans Petter Selasky <hps@bitfrost.no>
To:        "Lundberg, Johannes" <johannes@brilliantservice.co.jp>,  FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: Move 3G modem from u3g to uhso?
Message-ID:  <52CF9C29.7080306@bitfrost.no>
In-Reply-To: <CAASDrVnuve=BMMYHKc4rCmMji=b0=QzC52ce1Mw5yS0cR5wcNg@mail.gmail.com>
References:  <CAASDrVnuve=BMMYHKc4rCmMji=b0=QzC52ce1Mw5yS0cR5wcNg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/10/14 06:06, Lundberg, Johannes wrote:
> 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),

Hi,

When you remove the device entry from the u3g.c driver, the usb.conf
file will be updated later. Can you submit a complete patch for this?

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52CF9C29.7080306>