Skip to content

Commit ed5a434

Browse files
authored
Update troubleshooting.md
1 parent c883f86 commit ed5a434

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/troubleshooting.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,22 @@ There are 2 possible reasons:
4444

4545
There are multiple possible causes:
4646

47+
---
48+
4749
#### All platforms:
4850

4951
<Tabs
5052
defaultValue="button"
5153
values={[
52-
{label: 'You didn't press on the right button', value: 'button'},
53-
{label: 'The driver or config file isn't installed on Windows or Linux', value: 'driver'},
54+
{label: "You didn't press on the right button", value: 'button'},
55+
{label: "The driver or config file isn't installed on Windows or Linux", value: 'driver'},
5456
]}>
5557
<TabItem value="button">Make sure you are pressing the right button, if you are in Recovery mode, press "Recovery" and not "Detect Calculator".</TabItem>
56-
<TabItem value="driver">Open the [Rescue page](https://numworks.com/rescue/) on NumWorks' website and it will give it and tell you how to install it. **Don't plug in your calculator to make sure you don't lock it.**</TabItem>
58+
<TabItem value="driver">Open the <a href="https://numworks.com/rescue/">Rescue page</a> on NumWorks' website and it will give it and tell you how to install it. **Don't plug in your calculator to make sure you don't lock it.**</TabItem>
5759
</Tabs>
5860

61+
---
62+
5963
#### Linux specific cases:
6064

6165
If you are using Linux, it may still not be detected. It can happen if your web browser is installed as a flatpak or snap.
@@ -66,12 +70,14 @@ If you are using Linux, it may still not be detected. It can happen if your web
6670
{label: 'Flatpak', value: 'flatpak'},
6771
{label: 'Snap (usually on Ubuntu)', value: 'snap'},
6872
]}>
69-
<TabItem value="button">You will need to install [Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal), select your web browser, and add `/run/udev` in the "Other files" into the "Filesystem" category.<br>
73+
<TabItem value="flatpak">You will need to install <a href="https://flathub.org/apps/com.github.tchx84.Flatseal">Flatseal</a>, select your web browser, and add `/run/udev` in the "Other files" into the "Filesystem" category.<br/><br/>
7074
You can also run this command: `flatpak override --user --filesystem=/run/udev [Application ID]` (Replace `[Application ID]` with your web browser's ID, try to run `flatpak list` to find it).
7175
</TabItem>
72-
<TabItem value="driver">Run the following command: `snap connect [Application ID]:raw-usb` (Replace `[Application ID]` with your web browser's ID, try to run `snap list` to find it).</TabItem>
76+
<TabItem value="snap">Run the following command: `snap connect [Application ID]:raw-usb` (Replace `[Application ID]` with your web browser's ID, try to run `snap list` to find it).</TabItem>
7377
</Tabs>
7478

79+
---
80+
7581
Don't forget that you may need to restart your web browser if you unplug and replug the calculator.
7682

7783
### Recovery mode (Black Screen + Red Led), calculator not recognized

0 commit comments

Comments
 (0)