Workstation power-off operation

Problem description 1

The graphics card driver disappears after a power outage.
使用nvidia-smi会显示NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver. Make sure t

Solution 1:

1. Check the corresponding driver version

cd /usr/src
ls

2.Install DKMS

sudo apt-get install dkms

Reinstall the driver module corresponding to nvidia (fill in according to the actual version number of the individual)

sudo dkms install -m nvidia -v srv-525.105.17

3. Restart the workstation

exception

Reinstall gcc

sudo apt install gcc-8
sudo update-alternatives --config gcc
sudo update-alternatives --remove-all gcc
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 10
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-8 10

Problem description 2

Can't connect to the Internet after power outage, IP changed
The workstation is obviously connected to the Internet, but the remote desktop cannot be connected.

Solution 2:

1. Enter the website

http://tplogin.cn/

password is:admin123

2. View IP

Open device management to view the IP address
Insert image description here

3. Modify IP

EnterApplication managementIn the virtual server inside
Insert image description here
, click Edit to change the IP addresses of the two ports to the IP addresses you just found:192.168.0.102
Insert image description here
3387 is the port number for remote desktop connection, and 33 is the port number for ssh.

Supongo que te gusta

Origin blog.csdn.net/ittongyuan/article/details/131638634
Recomendado
Clasificación