diff --git a/README.md b/README.md index 9776ed5..d4f9ee3 100644 --- a/README.md +++ b/README.md @@ -76,36 +76,6 @@ Most features work with a basic RTL-SDR dongle (RTL2832U + R820T2). |----------------------------------------------- |gpsd is needed for real time location. Intercept automatically checks to see if you're running gpsd in the background when any maps are rendered. ---- - -## Troubleshooting - -### RTL-SDR not detected (Linux) - -Add udev rules: -```bash -sudo bash -c 'cat > /etc/udev/rules.d/20-rtlsdr.rules << EOF -SUBSYSTEM=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2838", MODE="0666" -SUBSYSTEM=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2832", MODE="0666" -EOF' -sudo udevadm control --reload-rules && sudo udevadm trigger -``` -Then unplug and replug your RTL-SDR. - -### "externally-managed-environment" error (Ubuntu 23.04+) - -The setup script handles this automatically by creating a virtual environment. Run: -```bash -./setup.sh -source venv/bin/activate -sudo venv/bin/python intercept.py -``` - -### dump1090 not available (Debian Trixie) - -On newer Debian versions, dump1090 may not be in repositories. The recommended action is to build from source or use the setup.sh script which will do it for you. - - --- ## Discord Server @@ -155,3 +125,4 @@ Created by **smittix** - [GitHub](https://github.com/smittix) [Celestrak](https://celestrak.org/) +