Skip to content

Commit f33e001

Browse files
committed
modified cuda and reboot router
1 parent fc380c8 commit f33e001

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed
601 KB
Loading

docs/apps/cuda.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,30 @@ Following are references for installing for the purpose of "iGPU for screen rend
240240
Using GPU for CUDA and integrated graphics for display - can’t make it work "
241241
htmlPath="/assets/cuda/use_integrated_graphics/Using GPU for CUDA and integrated graphics for display - can't make it work - CUDA _ CUDA Setup and Installation - NVIDIA Developer Forums.html"
242242
originalUrl="https://forums.developer.nvidia.com/t/using-gpu-for-cuda-and-integrated-graphics-for-display-cant-make-it-work/49820"
243-
/>
243+
/>
244+
245+
## Final Talk
246+
247+
After installing with the `-no-opengl-files`, the `nvidia-smi` initially work fine, but eventually same problem after say several week
248+
249+
![CUDA Fail Again](/assets/cuda/cuda_fail_again.png)
250+
251+
```
252+
_———— +--------------------------------------+
253+
//¯¯\\\\ | _ _ _ _ _ |
254+
// _ _\\ | | \| |_ _(_)__| (_)__ _ |
255+
\|(0)(0)\ | | .` \ V / / _` | / _` |_ |
256+
d n ¨ b | |_|\_|\_/|_\__,_|_\__,_( ) |
257+
\_U_^ / | |/ |
258+
/ \_/|_____ | Nvidia, |
259+
___\ |__/\ \_ | Fuck you! |
260+
/ | / |:| \ | ___ _ _ |
261+
/ / /\ |:| | \ | | __| _ __| |__ _ _ ___ _ _| | |
262+
| /\__/ \|:\ | \ | | _| || / _| / / | || / _ \ || |_| |
263+
\ /\ / ||: \ \ | | |_| \_,_\__|_\_\ \_, \___/\_,_(_) |
264+
\/ \_/ ||: | | \| |__/ |
265+
/ / //; \ | |+--------------------------------------+
266+
\ / /|; \ | \
267+
```
268+
269+
I eventually have to plug my DP cable to GPU rather than to motehrboard. Hope that it will not have problem later.

docs/utils/common_cmd/reboot_router.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
Rebooting router is common technique to reobtain a public ip. Just log into your `192.168.1.1` (or sth similar), click restart router. Or if your router has manual start button, just click it.
44

55
Now but above is not automated enough, we need write scripts to automate router rebooting bu inspecting element of admin page.
6+
7+
你可以查看我的fork仓库: [Restart-Router](https://github.com/plae-tljg/Restart-Router)
8+
9+
You can view the original repo to see what is the complete flow to make the restarting call. *I try for several hours to try to view the assets js of the page and write a code with cursor but then fail.*

0 commit comments

Comments
 (0)