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
Check Out this Related Man Page
UDAV(4) BSD Kernel Interfaces Manual UDAV(4)NAME
udav -- Davicom DM9601 USB Ethernet driver
SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device ehci
device uhci
device ohci
device usb
device miibus
device udav
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_udav_load="YES"
HARDWARE
The udav driver supports the following adapters:
o Corega FEther USB-TXC
o ShanTou ST268 USB NIC
DESCRIPTION
The udav driver provides support for USB Ethernet adapters based on the Davicom DM9601 chipset.
For more information on configuring this device, see ifconfig(8).
SEE ALSO altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), usb(4), ifconfig(8)
Davicom DM9601 data sheet, http://ptm2.cc.utu.fi/ftp/network/cards/DM9601/From_NET/DM9601-DS-P01-930914.pdf.
HISTORY
The udav device driver first appeared in NetBSD 2.0.
AUTHORS
The udav driver was written by Shingo WATANABE <nabe@nabechan.org>.
BSD July 16, 2005 BSD
I suspect that someone is using a sniffer on my Ethernet connection,
OS X 10.3.9, DSL,
ok, I'm in terminal using the "ifconfig" command >
flags=8049<UP,LOOPBACK,RUNNING,MULTICAST>mtu 16384
right, it's not in "promiscuous mode", but i think it's Trojaned, can anyone point me in the... (1 Reply)
I understand that one should setup virtual ethernet adapters in the lpars which is the best way for various lpars to communicate with each other - Does anyone have info on this or can point me to a doc that explains how to set this up? (1 Reply)
Hey. i have been trying to configure the on board Ethernet in My Sparcstation 5, i have spent a lot of time on the ifconfig man pages. but it could really be nice with some pro. help. i don't think the interface is running . i don't know what name the interface have, le0 eth0 et0, it just says no... (4 Replies)
I have the below string and regex. However I cant understand why it works the way it does. IP has been changed for safety ;)
String = NowSMS Error Report. Error initializing SMSC Interface 'SMPP - 10.15.8.10:17600'. Interface is not available.
Regex = (.+\.)\s(.+)
I get two... (1 Reply)
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)
Hi
I have to buy my selfe external case for hdd but I don't know whether my ubuntu linux, needs some driver to be able to work with this device or it has inside of itselfe this driver ?
rhx for help. (1 Reply)
Hi
I'm looking for a simple and nice sample for writing a device driver in SCO OpenServer 5.0.7. I'm asked to write a device driver for some usb printer. I have already the linux version of the driver but it won't get compiled. I have some basic knowledge of device drivers phenomena such as kernel... (4 Replies)
I am not very much familiar with telnet based scripting so I would need your help to directly submitting sms as deliver_sm or submit_sm msg to SMSC (IP & system_id and password are already known). So, need your help to provide such script. I previously used such script but my harddisk crashed and... (1 Reply)
Hi,
I have a server program that reads data coming in on USB ports. Device paths are in the format: /dev/ttyUSB0
Now, I would like to log data from another device coming in over Ethernet. My first step is trying to track down what the correct device path is which I am unsure of.
Anyone... (9 Replies)
Hi,
I have posted several times regarding my application.
In a nutshell, I have a server application that logs attached instrument data over USB and Ethernet. My restriction here is having two wires or more to plug all instrumentation in - at least one for USB and at least one for ethernet.
... (16 Replies)
Hey All,
I have running dual VIOS on a P9 systems, and just created a new LPAR profile. My objective is to create LPAR Client VFC adapters, and then DLPAR VFC Server adapters on the VIOS.
In the HMC v9 Enhanced GUI, I have DLPAR a VFC adapter to both VIOS, however, you can't specify the... (1 Reply)