...
- Use the windows executable from the download page to install NB | EASY software
- The installer will take care of installing the Java environment and the required drivers
- Start the program via the desktop shortcut or start menu entry
Linux
- Install the Java 8 runtime environment
- Connect the device via USB
- Check whether the CP210x UART kernel module is installed:
lsmod | grep cp210x
- Check whether you have read/write access to the USB-UART bridge:
ls -la /dev/ttyUSB*
- Download the NB | EASY jar-file from the download page
- Start the program via the command line:
java -jar Vodafone-NB-EASY-x.x.x.jar
...