Date: Sat, 13 Dec 2014 10:27:37 +0000 From: Daniel Peyrolon <tuchalia@gmail.com> To: Bernard Higonnet <bthcom@higonnet.net>, freebsd-net@freebsd.org Subject: Re: Howto tether my Android hone to FreeBSD10 Message-ID: <CA%2ByaQw-ovecvO7H-dt_xT2Cfd8iQGBTkF4zKGCsUJ3C-kEj9KQ@mail.gmail.com> References: <548BC6F0.6020907@higonnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Bernard: Unless you have compiled a custom kernel, you should have an urndis module, so you can load it quite easily with: # kldload urndis (Note the #, that means its done as root, you can also use "sudo kldload urndis"). By taking a quick look at the handbook ( http://www.freebsd.org/doc/handbook/network-usb-tethering.html): Once the device is attached ue0 will be available for use like a normal network device. I haven't ever used USB tethering on FreeBSD. Is it working now? Hopefuly someone more experienced than me will be able to lend a hand. El Sat Dec 13 2014 at 5:56:31 AM, Bernard Higonnet (<bthcom@higonnet.net>) escribi=F3: > Hello, > > My searching indicates I need urndis but it isn't in ports and I don't > know what to do with the C source file... > > Is there a simple cookbook way to tether? > > TIA > Bernard Higonnet > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2ByaQw-ovecvO7H-dt_xT2Cfd8iQGBTkF4zKGCsUJ3C-kEj9KQ>