From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 16:36:04 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 21F4EF4D for ; Wed, 23 Apr 2014 16:36:04 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (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 9EF2E1B13 for ; Wed, 23 Apr 2014 16:36:03 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id el20so978007lab.25 for ; Wed, 23 Apr 2014 09:36:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8MD41QyXLPuY6AVFQZap9gFux7kVBG/JaKwsQhc9MXo=; b=vkTnjSGpKw0J1124STbGZG1yUzWFgzZmso48vZPLmUTgQmhT4p6sMA3txplOKekgCX 9ECAhC1hwCqRttiOiSMyYaowFqU6hd6si93+GeH3SiypusLiR1nLld4OLM4HkZdKksE4 BHi12W7E2MH1UcH8I5N2arIyK8WgTn38OXaPaUpIHx5gW7N2icHJKPJtpIwcgD0ZHOBW R71oJ1OEfHn8U+UcuRJabmxRzO7lEV5pj9z5k2pE4do1/TNftOP3JOl/EGmlK6mICeTn hhfWgnUNG5x/aj6fjeIO3S6Aj+Nxj22BY02SglKbQA0O4cGbhlvEm24YxFsxd7LN/PIQ arsg== MIME-Version: 1.0 X-Received: by 10.112.147.36 with SMTP id th4mr11259095lbb.32.1398270961494; Wed, 23 Apr 2014 09:36:01 -0700 (PDT) Received: by 10.152.1.1 with HTTP; Wed, 23 Apr 2014 09:36:01 -0700 (PDT) In-Reply-To: <5356B3FD.5060300@onetel.com> References: <296633.17536.bm@smtp115.mail.ne1.yahoo.com> <5356B3FD.5060300@onetel.com> Date: Wed, 23 Apr 2014 18:36:01 +0200 Message-ID: Subject: Re: urndis From: Rolf Nielsen To: Chris Whitehouse Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-questions@freebsd.org 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: Wed, 23 Apr 2014 16:36:04 -0000 I want to use my phone's 3G/4G capability as an ethernet connection. And I got that working through urndis. I had an outdated prerelease of 10.0, and when I updated the sources and compiled, urndis was installed. When I connect my phone and enble USB tethering, the interface ue0 appears. 2014-04-22 20:25 GMT+02:00 Chris Whitehouse : > On 22/04/2014 12: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. >> > > urndis man page says it provides support for Ethernet access over Remote > NDIS. Is that what you want? Or do you want to use your phone's 3(/4)g > capability? > > I tether my phone to my laptop in the sense that I use it as a modem for > my laptop when I don't have access to wifi or ethernet. I connect the two > with a USB cable and use ppp. The laptop is then using the phone's 3g > connection. > > If that's what you want see the handbook: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html > > Sorry if that's off message. > > Chris > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >