From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 11:28:48 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 258F9452 for ; Tue, 22 Apr 2014 11:28:48 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (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 9F94F1931 for ; Tue, 22 Apr 2014 11:28:47 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id el20so780912lab.15 for ; Tue, 22 Apr 2014 04:28:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:date:message-id:in-reply-to:references:user-agent:subject :mime-version:content-type:content-transfer-encoding; bh=mRhRUZVtaET6p1HSJDbUUuo743hMiO5tii6AfR8tG4Q=; b=bpQ3vmc8QOalGAdxYYfsd73OpoeK5SOP9tAasMhwYSX4VEg5VcmorBn/FwFWSz1lom CeDk+oQwreMmCswovaAwaKhD2jHSMAXXHBvTt3IM5BI0WLfNlPyAo0SHoVOju/Xv4XEn pxg8kBho8/kT47wqV4X28PmviJ3+MN4diJ5l0hLsaC3wyH5F1PAtK4FFcNRyGLI6k9aw IiIxz+gGcQx04STjdb/yrNrpv11/S/eBgR/GZE0johaoTUzzxgKeYJeioV/i8klIQunb 2Oe33kKOpCXGtOw2g5TDhJxlRIc58jgnVfVD63y/hfL1CNACLbMF5na4BcwDvpaBDjZk S18Q== X-Received: by 10.152.18.170 with SMTP id x10mr1097681lad.55.1398166125480; Tue, 22 Apr 2014 04:28:45 -0700 (PDT) Received: from [10.21.59.36] (c-5eeaaabd-74736162.cust.telenor.se. [94.234.170.189]) by mx.google.com with ESMTPSA id dl4sm40548494lbc.4.2014.04.22.04.28.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Apr 2014 04:28:45 -0700 (PDT) From: Rolf Nielsen To: Thomas Mueller , Date: Tue, 22 Apr 2014 13:28:44 +0200 Message-ID: <1458931f5e0.27fe.aa46a2d16892926c25fd4f85418944bf@gmail.com> In-Reply-To: <296633.17536.bm@smtp115.mail.ne1.yahoo.com> References: <296633.17536.bm@smtp115.mail.ne1.yahoo.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 AquaMail/1.3.8 (build: 2100414) Subject: Re: urndis MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit 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 11:28:48 -0000 And I'm sorry for top posting. My mail app doesn't let me put my reply below the original message. On 22 april 2014 13:07:58 "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 >