From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 11:26:27 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 D32933B1 for ; Tue, 22 Apr 2014 11:26:27 +0000 (UTC) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (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 58F5C191A for ; Tue, 22 Apr 2014 11:26:27 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id mc6so4131735lab.22 for ; Tue, 22 Apr 2014 04:26:25 -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=vUVrPtS+yYGcUEGIzGGvnGUCMY+SAvRKtwrSL3mqC0k=; b=R6RI+1cHHOUq1jidX4pdt5Gl8C0IkNxMU3hxZLHhWb5kr/vNXQ7t5w4HxYYia+a2OD MvOD0F3N5y+xMLUbFzlxSyTutAqE3wEpqbHv569wPxyWhN+1qY2qtv9CYd7T48amsXjp OKAHC2mIxKGyQuoqGZqqWRtDJJPFkp5yhqkiTbLa9mzpXavXzxaf3K8Hm8LGy8le3BII Lgmk3cl8drHAwB/vdqs03nqDPEaydMqBLZ8u9W4E2fiHZPFdA0XkOtCKwvgZasRT4vw4 sPgdxsNLtGe0t4bWQpp2nLPoe253P3dYBsWUokEu2yKOxwr1Kv5YDc2O6o5xtNUL3SkX JkgQ== X-Received: by 10.112.202.3 with SMTP id ke3mr664878lbc.68.1398165985392; Tue, 22 Apr 2014 04:26:25 -0700 (PDT) Received: from [10.21.59.36] ([94.234.170.189]) by mx.google.com with ESMTPSA id rd5sm40545383lbb.0.2014.04.22.04.26.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Apr 2014 04:26:25 -0700 (PDT) From: Rolf Nielsen To: Thomas Mueller , Date: Tue, 22 Apr 2014 13:26:24 +0200 Message-ID: <145892fd300.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:26:27 -0000 Section 30.4 of the handbook clearly says I should kldload if_urndis. Is that for 11-CURRENT? Or is it dated? www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-usb-tethering.html If it matters, it's the SM-G900F variant of the Galaxy S5 I'm using. 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 >