Howto tether my Android hone to FreeBSD10

Daniel Peyrolon tuchalia at gmail.com
Sat Dec 13 10:27:40 UTC 2014


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 at higonnet.net>)
escribió:

> 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe at freebsd.org"
>


More information about the freebsd-net mailing list