Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added instructions for use on Linux VM #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ This will automatically install the required dependencies.

If you need to update the library, you can use `pip install --upgrade splatplost`.

### Important for Use on a Linux VM (with Windows host)

You need:
A generic USB Bluetooth adapter
VirtualBox installed on the host computer

Make sure Bluetooth adapter is inserted into USB slot of host device. You should have a Linux virtual machine (Ubuntu works) running through VirtualBox, with guest additions enabled. In the VirtualBox menu, right click on the VM instance -> Settings -> USB -> Add Device to add your generic USB bluetooth adapter. On Windows host, right click on Win logo -> Device Manager -> Bluetooth, then right click on the bluetooth adapter and disable device to hand access over to the guest machine. You should now be able to enable Bluetooth in Ubuntu settings and pair to your Switch.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tried running the flashable image with VM? If it is applicable, it will be helpful for others to avoid the dependency installation part


I also tried passing through my onboard Bluetooth chip using VMware, but wasn't able to pair with the Switch even though I could enable Bluetooth in Ubuntu settings. I recommend attempting the above if you have a spare bluetooth adapter laying around.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this part can be rewritten as:

Although you will be able to see the Bluetooth feature enabled in the virtual machine, the program may have difficulty working through the onboard Bluetooth adapter using VMWare VM passthrough. The above recommendations only apply if you have a separate USB Bluetooth adapter. If you don't have one, consider the flashable image above.


### Use

Generate a plotting plan with:
Expand Down