工作站断电操作

问题描述1

断电后显卡驱动消失。
使用nvidia-smi会显示NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver. Make sure t

解决方案1:

1.查看对应驱动版本

cd /usr/src
ls

2.安装DKMS

sudo apt-get install dkms

重新安装对应nvidia的驱动模块(根据个人实际的版本号填写)

sudo dkms install -m nvidia -v srv-525.105.17

3.重启工作站

例外

重新安装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

问题描述2

断电后连不上网,IP变更了
工作站明明有网,但是远程桌面却连不上

解决方案2:

1.进入网站

http://tplogin.cn/

密码是: admin123

2.查看IP

打开设备管理查看IP地址
在这里插入图片描述

3.修改IP

进入应用管理里面的虚拟服务器
在这里插入图片描述
点击编辑把俩端口的IP地址改成刚刚查到的IP地址:192.168.0.102
在这里插入图片描述
3387是远程桌面连接的端口号,33是ssh的端口号。

猜你喜欢

转载自blog.csdn.net/ittongyuan/article/details/131638634