You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,18 +44,22 @@ There are 2 possible reasons:
44
44
45
45
There are multiple possible causes:
46
46
47
+
---
48
+
47
49
#### All platforms:
48
50
49
51
<Tabs
50
52
defaultValue="button"
51
53
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'},
54
56
]}>
55
57
<TabItemvalue="button">Make sure you are pressing the right button, if you are in Recovery mode, press "Recovery" and not "Detect Calculator".</TabItem>
56
-
<TabItemvalue="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
+
<TabItemvalue="driver">Open the <ahref="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>
57
59
</Tabs>
58
60
61
+
---
62
+
59
63
#### Linux specific cases:
60
64
61
65
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
66
70
{label: 'Flatpak', value: 'flatpak'},
67
71
{label: 'Snap (usually on Ubuntu)', value: 'snap'},
68
72
]}>
69
-
<TabItemvalue="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
+
<TabItemvalue="flatpak">You will need to install <ahref="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/>
70
74
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).
71
75
</TabItem>
72
-
<TabItemvalue="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
+
<TabItemvalue="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>
73
77
</Tabs>
74
78
79
+
---
80
+
75
81
Don't forget that you may need to restart your web browser if you unplug and replug the calculator.
76
82
77
83
### Recovery mode (Black Screen + Red Led), calculator not recognized
0 commit comments