Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

urndis(4) [freebsd man page]

URNDIS(4)						   BSD Kernel Interfaces Manual 						 URNDIS(4)

NAME
urndis -- USB Remote NDIS Ethernet device SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ehci device uhci device ohci device xhci device usb device urndis Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_urndis_load="YES" DESCRIPTION
The urndis driver provides Ethernet access over Remote NDIS (RNDIS), allowing mobile devices such as phones and tablets to provide network access. It is often referred to as USB tethering, and in most cases must be explicitly enabled on the device. urndis should work with any USB RNDIS devices, such as those commonly found on Android devices. It does not support different media types or options. For more information on configuring this device, see ifconfig(8). HARDWARE
The urndis driver supports the "tethering" functionality of many Android devices. SEE ALSO
arp(4), cdce(4), ipheth(4), netintro(4), usb(4), ifconfig(8) HISTORY
The urndis device driver first appeared in OpenBSD 4.7. The first FreeBSD release to include it was FreeBSD 9.3. AUTHORS
The urndis driver was written by Jonathan Armani <armani@openbsd.org>, Michael Knudsen <mk@openbsd.org>, and Fabien Romano <fabien@openbsd.org>. It was ported to FreeBSD by Hans Petter Selasky <hps@FreeBSD.org>. BSD
October 2, 2014 BSD

Check Out this Related Man Page

SMSC(4) 						   BSD Kernel Interfaces Manual 						   SMSC(4)

NAME
smsc -- USB SMSC LAN9xxx Fast Ethernet driver SYNOPSIS
To load the driver as a module at boot time, place the following line in loader.conf(5): if_smsc_load="YES" Alternatively, to compile this driver into the kernel, place the following lines in your kernel configuration file: device uhci device ohci device usb device miibus device smsc DESCRIPTION
The smsc device driver provides support for USB Fast Ethernet adapters based on the SMSC LAN9xxx chipsets. For more information on configuring this device, see ifconfig(8). HARDWARE
The following devices are supported by the smsc driver: o SMSC LAN9500, LAN9500A, LAN9505 and LAN9505A based Ethernet adapters o SMSC LAN89530, LAN9530 and LAN9730 based Ethernet adapters o SMSC LAN951x Ethernet adapters with integrated USB hub SEE ALSO
arp(4), intro(4), miibus(4), netintro(4), usb(4), ifconfig(8) HISTORY
The smsc device driver first appeared in FreeBSD 10.0. AUTHORS
The smsc driver was written by Ben Gray <bgray@FreeBSD.org>. BSD
September 26, 2014 BSD
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

please help with openbsd 2.9

Please help. I have downloaded the openbsd 2.9 snapshot from ftp.openbsd.org. the following files were downloaded from the snapshot dir. ( the whole dir. was downloaded ) base29,bsd,bsd.rd,cdrom29.fs,cksum,comp29,etc29,all three floppy images,game29,index,install.ata,install.chs... (11 Replies)
Discussion started by: Blunt_Killer
11 Replies

2. UNIX for Dummies Questions & Answers

FreeBSD or OpenBSD???

Greetings, Newbie to 'nix here. I ran slackware 7.0 for a few months, but am more interested in the BSD flavors. The two I've been considering for my new box are FreeBSD and OpenBSD. I'm in the process of researching the two, but wanted to know if anyone in the crowd could give some advice. Is... (4 Replies)
Discussion started by: networkz
4 Replies

3. IP Networking

OpenBSD + Network +ifconfig

This feels really silly, but i just dont get it.. I just installed openbsd on one of my machines, usually i dont have this problem, but now, when i try to use ifconfig to give myself an ipadress, i get this errormsg: OpenAMD# ifconfig ep0 192.168.51.16 ifconfig: SIOCGIFFLAGS: Device not... (5 Replies)
Discussion started by: CopyWrong
5 Replies

4. BSD

Snort on openbsd

Im trying to gather some info to set up snort on openbsd 3.2, has anyone out there managed to get it up and running ? My initial attempts seem to be quite below par (4 Replies)
Discussion started by: malcontent
4 Replies

5. OS X (Apple)

Not mounted, no-driver USB device in terminal (how to access?)

hi, i am on a quest to access and even mount if possible a drive on os x. there is no driver for the device, but it lists fine in the system profiler. can i access its location from the terminal? how? here is what i get on the system profiler: Speed: Up to 480 Mb/sec Manufacturer: SAMSUNG ... (3 Replies)
Discussion started by: sontarieh
3 Replies

6. What is on Your Mind?

Will You Move to an Android Phone or Tablet?

(6 Replies)
Discussion started by: Neo
6 Replies

7. Android

Will You Move to an Android Phone or Tablet?

Let's find out about users of Android. I'm becoming a big Android follower. You? After a lot of research, I am thinking to by the Samsung Galaxy S as soon as it updates to Android 2.2. I'm also closely following the release of the Samsung Galaxy Tab! (14 Replies)
Discussion started by: Neo
14 Replies

8. Android

Any Android Developers in the Forums?

I'm about to make the switch over to Android OS for my mobile phone. I'm thinking my first Android phone might be something like a Samsung Galaxy S or an HTC Desire HD, or I might wait for one of the new Android tablets coming out later this year (like the Samsung 7" tablet on Android). Was... (10 Replies)
Discussion started by: Neo
10 Replies

9. OS X (Apple)

USB File Transfer MacOS 10.6.5 to Android 2.2?

I'm trying to get a MacBook Air (MBA) running 10.6.5 to recognize a Samsung Galaxy S (Android 2.2) vis the USB interface for simple file transfers back and forth. Nothing works so far. I've tried many things! :wall: I noticed when I connect my phone to the MBA, there is a message in system.log... (2 Replies)
Discussion started by: Neo
2 Replies

10. Shell Programming and Scripting

GPS-Tracker script [Android]

Hi UNIX-Forum! I don't know if this is the right Forum for my question, but since Android technically is a UNIX-based system... I have a rooted Android and a Terminal emulator and bash installed. I wanted to write a little script for my android that activates GPS, gets the location and sends... (3 Replies)
Discussion started by: al0x
3 Replies

11. UNIX for Dummies Questions & Answers

Problem with Sed

Hi, I'm and Android developer using Mac OSX 10.7. I use Dsixda's Android Kitchen to develop my roms. I had it working fine on 10.6.8 and it still worked flawlessly when updating to 10.7. I installed Macports, and installed some packages, and then tried to run the Android Kitchen. I CD'd to the... (2 Replies)
Discussion started by: dmeadows013
2 Replies

12. OS X (Apple)

GNU Sed Problem

Hi, I'm and Android developer using Mac OSX 10.7. I use Dsixda's Android Kitchen to develop my roms. I had it working fine on 10.6.8 and it still worked flawlessly when updating to 10.7. I installed Macports, and installed some packages, and then tried to run the Android Kitchen. I CD'd to the... (3 Replies)
Discussion started by: dmeadows013
3 Replies

13. Shell Programming and Scripting

Shellscript to copy music from handy to pc over Android Development Bridge (ADB)

Hi Friends, I want to copy my .mp4 files from a file of my mobile to my pc using the programm adb (Android Development Bridge). My Script: ./copyfiletopc /sdcard/Playtube ~/musik/PlayTube \.mp4 #!/bin/bash # $1 = from dir # $2 = to dir # $3 = search # adb is the... (2 Replies)
Discussion started by: Bergiu
2 Replies

14. Android

Basic Android platform information.

I am thinking of developing an app' for Android mobile devices... Two questions here:- 1) Does anyone _develop_ for the Android _mobile_ platform? If so do you use OSX 10.7.5 or greater as your _development_platform_? 2) I know ********* is gonna say that the Android terminal/shell is... (13 Replies)
Discussion started by: wisecracker
13 Replies

15. Android

Device Names on Android

Hi, I have a program that logs serial port data. In order to do so it requires the full device name in linux (e.g. /dev/ttyUSB0) and a baudrate. Does anyone know how I can find out the device name in the terminal? I am trying to port this application to Android and cant figure it out. ... (22 Replies)
Discussion started by: fedora18
22 Replies