Well I have done some digging and if I run the command 'sudo rtl_test -t' I get the appropriate response from the system. Tried to create the file by:
Added what was in the rtl-sdr directory for the file that is there and saved it out, detached the usb stick in WSL, shutdown ubuntu through WSL. Restarted ubuntu, attached USB stick in WSL and ran command both ways, still cannot get it to work as user level, sudo level still gives correct response. So went back searching and found needed todo the file as root, so managed to get in as su, set password for su, exit out, log back in a su and went to create file, it is already there and populated with all the data. So then CTRL-O to write the file as the su and CTRL-X to exit out of nano. Then exited as su back to user permissions. Tried shutting down and restarting etc. Still have the same thing.
Will try running the ./rx.py as sudo as it sees the rtl info if run the rtl_test as sudo...... plot thickens.....
Code:
sudo nano /etc/udev/rules.d/10-rtl-sdr.rules
Added what was in the rtl-sdr directory for the file that is there and saved it out, detached the usb stick in WSL, shutdown ubuntu through WSL. Restarted ubuntu, attached USB stick in WSL and ran command both ways, still cannot get it to work as user level, sudo level still gives correct response. So went back searching and found needed todo the file as root, so managed to get in as su, set password for su, exit out, log back in a su and went to create file, it is already there and populated with all the data. So then CTRL-O to write the file as the su and CTRL-X to exit out of nano. Then exited as su back to user permissions. Tried shutting down and restarting etc. Still have the same thing.
Will try running the ./rx.py as sudo as it sees the rtl info if run the rtl_test as sudo...... plot thickens.....