Difference between revisions of "Gr-smart meters on WSL"

From RECESSIM, A Reverse Engineering Community
Jump to navigation Jump to search
 
Line 5: Line 5:
 
<br />
 
<br />
  
===Install WSL and Ubuntu 22.04===
+
==Install WSL and Ubuntu 22.04==
 
Open PowerShell or cmd prompt as '''administrator''' and enter:
 
Open PowerShell or cmd prompt as '''administrator''' and enter:
 
  wsl --install
 
  wsl --install
Line 14: Line 14:
 
Once they are complete, start up Ubuntu which should be searchable through the Start menu as '''Ubuntu 22.04.'''x '''LTS App.'''
 
Once they are complete, start up Ubuntu which should be searchable through the Start menu as '''Ubuntu 22.04.'''x '''LTS App.'''
  
===Install GNURadio and gr-smart_meters===
+
<br />
 +
==Install GNURadio and gr-smart_meters==
 
You can follow the guide at [[Gr-smart meters Setup Guide]] since it is for Ubuntu 22.04. Come back to the next step below when you have finished.
 
You can follow the guide at [[Gr-smart meters Setup Guide]] since it is for Ubuntu 22.04. Come back to the next step below when you have finished.
  
===Install graphical support specific for WSL===
+
<br />
 +
==Install graphical support specific for WSL==
 
If you try to run gnuradio-companion without doing this you will get an error stating there is no window environment. Installing these packages within the Ubuntu terminal takes care of that.
 
If you try to run gnuradio-companion without doing this you will get an error stating there is no window environment. Installing these packages within the Ubuntu terminal takes care of that.
 
  sudo apt install libgtk-3-dev mesa-utils libgl1-mesa-glx ttf-mscorefonts-installer
 
  sudo apt install libgtk-3-dev mesa-utils libgl1-mesa-glx ttf-mscorefonts-installer
Line 23: Line 25:
  
 
[[File:Grc_on_wsl.jpg|alt=|frameless|600x600px]]
 
[[File:Grc_on_wsl.jpg|alt=|frameless|600x600px]]
===Connect Software Defined Radio (SDR) to WSL===
 
  
==== Install Command Line Interface ====
+
<br />
 +
==Connect Software Defined Radio (SDR) to WSL==
 +
 
 +
===Install Command Line Interface===
 
When you connect a SDR to Windows using USB, WSL can't see that device. You must use an application called '''usbipd''' to transfer them from Windows to WSL.
 
When you connect a SDR to Windows using USB, WSL can't see that device. You must use an application called '''usbipd''' to transfer them from Windows to WSL.
  
 
This [https://learn.microsoft.com/en-us/windows/wsl/connect-usb guide] by Microsoft provides instructions on how to install and use this open source project available [https://github.com/dorssel/usbipd-win/releases here].
 
This [https://learn.microsoft.com/en-us/windows/wsl/connect-usb guide] by Microsoft provides instructions on how to install and use this open source project available [https://github.com/dorssel/usbipd-win/releases here].
  
==== Optional GUI Interface ====
+
===Optional GUI Interface===
 
This [https://gitlab.com/alelec/wsl-usb-gui GUI interface] is a wrapper for the command line tool and can be downloaded [https://gitlab.com/alelec/wsl-usb-gui/-/releases here].
 
This [https://gitlab.com/alelec/wsl-usb-gui GUI interface] is a wrapper for the command line tool and can be downloaded [https://gitlab.com/alelec/wsl-usb-gui/-/releases here].
 
[[File:WSL USB GUI Manager.png|frameless|781x781px]]<br />
 
[[File:WSL USB GUI Manager.png|frameless|781x781px]]<br />

Latest revision as of 20:06, 14 April 2024

I recently (Apr. 12, 2024) set Windows Subsystem for Linux (WSL) up to run the gr-smart_meters flowgraph and it worked perfectly on Windows 11.

Below is a high level outline followed by some detailed steps.


Install WSL and Ubuntu 22.04

Open PowerShell or cmd prompt as administrator and enter:

wsl --install

Then install Ubuntu 22.04

wsl --install Ubuntu-22.04

There may be some restarts needed when performing these steps.

Once they are complete, start up Ubuntu which should be searchable through the Start menu as Ubuntu 22.04.x LTS App.


Install GNURadio and gr-smart_meters

You can follow the guide at Gr-smart meters Setup Guide since it is for Ubuntu 22.04. Come back to the next step below when you have finished.


Install graphical support specific for WSL

If you try to run gnuradio-companion without doing this you will get an error stating there is no window environment. Installing these packages within the Ubuntu terminal takes care of that.

sudo apt install libgtk-3-dev mesa-utils libgl1-mesa-glx ttf-mscorefonts-installer

Now running gnuradio-companion should open the application as seen below.


Connect Software Defined Radio (SDR) to WSL

Install Command Line Interface

When you connect a SDR to Windows using USB, WSL can't see that device. You must use an application called usbipd to transfer them from Windows to WSL.

This guide by Microsoft provides instructions on how to install and use this open source project available here.

Optional GUI Interface

This GUI interface is a wrapper for the command line tool and can be downloaded here. WSL USB GUI Manager.png