有没有大佬知道怎么安装n卡最新驱动的啊
Tofloor
poster avatar
wispy
deepin
2020-02-20 07:39
Author
有没有大佬知道怎么安装n卡最新驱动的啊,哪个内核版本支持440的驱动啊,大概讲下我的步骤:
  1. #intramfs 的几个配置文件
Copy the Code


#修改wifi的一个配置文件,因为我的笔记本进入tty3后会有那个iwlwifi unhaned
#先看下wifi配置文件对不对
cat /etc/modprobe.d/iwlwifi.conf
#正确的是:
options iwlwifi 11n_disable=1 bt_coex_active=0 power_save=0 swcrypto=0
#不对的话用vim/vi修改
sudo vim /etc/modprobe.d/iwlwifi.conf


#在nv官方下载440.59驱动,改名为1.run,放在一个你记得住的目录下,我就直接放在根用户目录下
# crtl+alt+F3进入tty3,输入账密
#进入存放驱动目录,
cd 目录  
#关闭图形界面文件
sudo service lightdm stop# 安装sudo sh 1.run# 一路yes下去reboot

然后就是开机后图形界面进不去,安装失败了,我看了一下内核版本,。。。。,觉得是内核的问题,所以请问各位具体是不是内核的问题啊,还是我安装的步骤有问题?

Reply Favorite View the author
All Replies
avatar
jsjinpeng
deepin
2020-02-20 07:52
#1
去这里学习一下吧https://tieba.baidu.com/p/6399211471
Reply View the author
avatar
wispy
deepin
2020-02-20 07:54
#2
https://bbs.deepin.org/post/189116
去这里学习一下吧https://tieba.baidu.com/p/6399211471

...这不就是我关闭图形界面进行的操作吗。。。。
Reply View the author
avatar
jsjinpeng
deepin
2020-02-20 08:04
#3
https://bbs.deepin.org/post/189116
...这不就是我关闭图形界面进行的操作吗。。。。

这个是要重启后安装N卡驱动的,另外还需要下载install_nvidia.sh文件。你如果需要,我可以传给你,当然我也是贴吧教程上的大佬传给我的
Reply View the author
avatar
wispy
deepin
2020-02-20 08:11
#4
https://bbs.deepin.org/post/189116
这个是要重启后安装N卡驱动的,另外还需要下载install_nvidia.sh文件。你如果需要,我可以传给你,当然我 ...

不是,我就是这么做的,驱动是我在n卡官网下载的,按照deepin给的指导https://linuxconfig.org/how-to-install-the-latest-nvidia-drivers-on-debian-9-stretch-linux#h2-1-firmware,只是我的笔记本开机后wifi配置文件有点问题,还有就是几个intramfs的依赖
Reply View the author
avatar
wispy
deepin
2020-02-20 08:14
#5
https://bbs.deepin.org/post/189116
这个是要重启后安装N卡驱动的,另外还需要下载install_nvidia.sh文件。你如果需要,我可以传给你,当然我 ...

emmm,谢谢老哥,不过我jio得我的安装步骤和贴吧的是一样的,只是安装目录、下载方式和一些配置文件存在差异哈
Reply View the author
avatar
jsjinpeng
deepin
2020-02-20 08:30
#6
按我说的试试吧,应该可行。
Reply View the author
avatar
jsjinpeng
deepin
2020-02-20 08:32
#7
我混这个群:780033876
Reply View the author
avatar
wispy
deepin
2020-02-20 08:39
#8
https://bbs.deepin.org/post/189116
按我说的试试吧,应该可行。

emmm,我的步骤和你的真的没有实质区别,我用的是15.11
Reply View the author
avatar
何来
deepin
2020-02-20 09:35
#9
使用5.5.2-1内核,GTX750 正常
Reply View the author
avatar
wispy
deepin
2020-02-20 10:07
#10
https://bbs.deepin.org/post/189116
使用5.5.2-1内核,GTX750 正常

多谢,我先试下哈
Reply View the author
avatar
wispy
deepin
2020-02-20 11:17
#11
d-d-d-d-d 发表于 2020-2-20 01:35
使用5.5.2-1内核,GTX750 正常

惊了,居然不是内核的问题,是需要安装几个依赖………我tm。。。。
sudo apt -y install linux-headers-amd64 linux-headers-deepin-amd64 gcc make dkms
Reply View the author
avatar
何来
deepin
2020-02-20 23:40
#12
https://bbs.deepin.org/post/189116
惊了,居然不是内核的问题,是需要安装几个依赖………我tm。。。。
sudo apt -y install linux-headers-a ...

哦,安装头文件就好了?
Reply View the author
avatar
wispy
deepin
2020-02-21 02:18
#13
https://bbs.deepin.org/post/189116
哦,安装头文件就好了?

是的,头文件和gcc、make、dkms安装好后就是一步到位没出现啥问题,就很迷
Reply View the author
avatar
fushengwuyu
deepin
2020-02-23 05:05
#14
我今天刚装了N卡和cuda,参考https://blog.csdn.net/weixin_43329319/article/details/104106575
Reply View the author