From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 13:56:06 2014 Return-Path: Delivered-To: freebsd-questions@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 96B03813 for ; Tue, 22 Apr 2014 13:56:06 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CCB818DF for ; Tue, 22 Apr 2014 13:56:05 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id pv20so4338522lab.38 for ; Tue, 22 Apr 2014 06:56:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=rJST0ahEqZIt+dZWqYMQ9uPkqt5KnOT9XMj2lip5gKc=; b=BZy2dTjBaRQyEEMgu2ai1skBU5xTSguRarc1qFYtHP6+P8dIDUqCUC5ICVx6vrQCDC j9Rz05gTh5IbgRtrXMg8YUqfKNoumasf2VKyvhln+npEVDwW22kDKx0A4bRdbR2VyGGk PmZQJaqOyM7mRFuj5ViweT0jxFwAJe6Nqkvo8W1+m4D4yc9rOq+e17Khv6MD4igR9wH8 PhdNpDh2OQ16f5YYMvSzZkquzzGCLpX7GPU9EalhhWmiwHMTSH0rQVlQhpuiUmVHCmAk kb8Iw0UEIxO5fsjc3RdHThf5UqEdAsaDLarwazJba1nbNaof5l85B216muTuOc5+Pfj2 t4wg== X-Received: by 10.152.10.72 with SMTP id g8mr1973854lab.50.1398174963922; Tue, 22 Apr 2014 06:56:03 -0700 (PDT) Received: from lazlar.no-ip.biz (c-5eeaaa3d-74736162.cust.telenor.se. [94.234.170.61]) by mx.google.com with ESMTPSA id sx1sm40167071lac.1.2014.04.22.06.56.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Apr 2014 06:56:03 -0700 (PDT) Message-ID: <535674C9.1090502@gmail.com> Date: Tue, 22 Apr 2014 15:55:21 +0200 From: Rolf Nielsen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Thomas Mueller , freebsd-questions@freebsd.org Subject: Re: urndis References: <296633.17536.bm@smtp115.mail.ne1.yahoo.com> In-Reply-To: <296633.17536.bm@smtp115.mail.ne1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 13:56:06 -0000 On 2014-04-22 13:07, Thomas Mueller wrote: >> I need to use the USB tethering ability of my Samsung Galaxy S5, and the >> handbook suggests using either cdce or urndis. I've tried cdce with no luck, >> and I'm not surprised because windows identifies the phone as RNDIS. However, >> I can't find any urndis anywhere on my system. Some pointers would be greatly >> appreciated. > >> Sincerely, >> Rolf Nielsen > > I remember seeing urndis as an option in NetBSD kernel config, but not FreeBSD. > > Here is the line from NetBSD-current i386 GENERIC kernel config: > > urndis* at uhub? port ? # Microsoft RNDIS specification > > I am not really familiar with this. > > Tom > I've had my desktop in storage for some time now, so I think I still had a PRERELEASE of 10. I managed to get my old HTC Sensation working as cdce, and updated the sources. And the new sources have a urndis driver. I'm still compiling though, so I haven't tried it yet. Rolf