I have a regular NIC and an USB to Ethernet Adapter. The NIC shows but the USB doesn't. How can I get this to work. asked 26 Jun '12, 12:02 gvbingel |
One Answer:
What is your OS? Windows Might be a problem with WinPcap. See here: http://www.winpcap.org/pipermail/winpcap-bugs/2010-March/001183.html Try to reload WinPcap, after you inserted the USB network adapter.
RESULT: It did work on my system. tshark -D gave this list of adapters. Before NPF reload:
After NPF reload:
If that does not work, chances are good, that your adapter is not supported. Linux Should work if you can see the interface with MacOS Don't know. I guess the same as with Linux. Regards answered 26 Jun '12, 13:44 Kurt Knochner ♦ wikified 28 Jun '12, 01:45 |
On just about any UN*X, it should work if you can see the interface with
ifconfig -a
, although the way you'd look for it if you can't see the interface withifconfig -a
differs from OS to OS.