惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 乔闻

关于NVIDIA-geforce 1650和tesla-P4系列显卡,共用一个驱动的办法。其他型号一样。 记一次安装nvidia-container-runtme后,作为containerd默认的runtime,k8s节点挂掉的问题。 Docker Swarm Keepalived Operator:高可用集群虚拟 IP 管理方案 scheduler报错: Failed to watch *v1beta1.PodDisruptionBudget: failed to list *v1beta1.PodDisruptionBudget, no kind "KubeSchedulerConfiguration" is registered for version "componentconfig/v1alpha1" 介绍一个prometheus监控数据生成工具 EOS:dfuse stream 保证不会错过一个心跳 Supervisor-类unix系统下的进程控制工具 windows10 自带的OpenSSH Client(Beta) windows10 易升 下载失败 解决方法 Visual Studio for Mac 安装时无法连接到网络等问题 用VsCode编辑TypeScript OWIN是什么? Dapper 实例字段与静态字段区别 ref - 按引用传递参数 TweenMax 前台脚本库 如何使用CSS Sprites技术进行图片合并 QQ群开放接口 使用 Hexo 生成一套静态博客网页
ubuntu18.04安装时ACPI error 无法进入系统的问题
乔闻 · 2018-07-14 · via 博客园 - 乔闻

问题描述:安装系统时无法进入图形界面 出现 一堆错误

布拉布拉布拉

[0.101261] ACPI Error: [_ppc] Namespace lookup failure, AE_ALREADY_EXISTS (20170531/dswload-378)

[0.101268] ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20170531/psobject-252)

[0.170056] platform MSFT0101:00: failed to claim resource 1: [mem 0xfed40000-0xfed40fff]

[0.170062] acpi msft0101:00: platform device creation failed: -16

布拉布拉布拉

问题原因:

显卡是英伟达10系列

ubuntu18没有自带该系列驱动 所以会有电源方面问题

解决办法

选择 install ubuntu 的地方 按e   在linux开头那行末尾处 加入 acpi=off

这样就可以进行安装了

安装完成后

重启如果遇到进不去系统的问题

同样在选择ubuntu的地方 按e 在末尾的地方 加入 acpi=off

然后就可以进取了

这时候在终端输入命令来更新n卡在linux下的驱动

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update

安装

sudo apt-get install nvidia-381

如果你要向安装最新的版本修改对应的版本号就好了

如果不想使用apt-get的方式也可以自己去英伟达官网下载 .run驱动文件 安装
安装会遇到资源被占用的问题 需要进入命令行模式 关闭资源 才能安装 所以 自己去官网下载驱动的方法不推荐 麻烦
安装好驱动就可以正常使用了 分辨率什么的 都好了
└(^o^)┘;欧也~!

资料来源
https://blog.nelsonliu.me/2017/04/29/installing-and-updating-gtx-1080-ti-cuda-drivers-on-ubuntu/
https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/acpi-error-on-ubuntu-18-04-boot-4175628907/
https://askubuntu.com/questions/149206/how-to-install-nvidia-run