Hello Scott,
?
Bind
failed with error: 98
address already in use
some other application is probably already using port
8000.
Try using a different port number with AGWPORT in the
configuration file.
Use -p command line option to enable KISS pseudo
terminal.
Bind failed with error: 98
address already in use
some other application is probably already using port
8001.
Try using a different port number with AGWPORT in the
configuration file.
These two errors are pretty obvious.. there is some other program on
your machine using ports 8000 and 8001.? To disable the use of those
ports in Direwolf, edit your direwolf.conf file, find the lines:
?? AGWPORT 8000
?? KISSPORT 8001
and change them to:
?? AGWPORT 0
?? KISSPORT 0
If you're curious what's using ports 8000/8001, you can use the lsof
program to find them but let's not get distracted.
Using
device 0: Generic RTL2832u OEM
usb_claim_interface error -6
Failed to open rtlsdr device #0.
This is probably the real issue.? Did you follow the various
documentation to BLACKLIST your RTL dongle from being used as a TV
receiver?? This URL should help you there:
??
--David
KI6ZHD