注意
请向下滚动以获取答案(它有几点但它是正确的)。该问题通过将在内核 3.12.7 及更高版本中的补丁解决;我希望它也能移植到早期的版本。
我的笔记本电脑是三星 Chronos 系列 s 7。Ubuntu Gnome Remix 13.04,带有英特尔更新的驱动程序。
我的内部 SSD 驱动器(8G 容量)有问题。它因 COMRESET 和输入/输出错误而失败。我非常确信问题出在硬件上;不幸的是,我没有在笔记本电脑中安装 Windows 来检查它是否是 SSD 配置问题或其他问题。
问题是udev识别了磁盘:
KERNEL[9.515930] add /devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb (block)
ACTION=add
DEVNAME=sdb
DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
DEVTYPE=disk
MAJOR=8
MINOR=16
SEQNUM=1785
SUBSYSTEM=block
UDEV_LOG=3
Run Code Online (Sandbox Code Playgroud)
之后它在许多检查中失败,延迟启动,延迟关闭,并使(我认为)无法挂起。
是否可以告诉 Linux 完全忽略 ata2 链接上的任何内容?我尝试将此行添加到 /etc/udev/rules.d/10-local.rules
SUBSYSTEMS=="pci" DRIVERS=="ahci" KERNELS=="ata2" OPTIONS=="ignore_device"
Run Code Online (Sandbox Code Playgroud)
但它不起作用。
另一方面,如果有人知道如何在不使用 Windows 的情况下将 SSD 置于“缓存”模式时如何重置 SSD……或者启动“实时”Windows 以执行相同操作……
谢谢!
数据补充:
完整udevadm info -a -n /dev/sdb粘贴到http://paste.ubuntu.com/6186145/
smartctl -i /dev/sdb -T permissive 给出:
root@samsung-romano:/home/romano# smartctl -i /dev/sdb -T permissive
smartctl …Run Code Online (Sandbox Code Playgroud) 旧标题 - “使用 xrandr 将分辨率更改为 1280x1024 给出:失败请求的 X 错误:BadValue(整数参数超出操作范围)”
我已经安装了一个全新的 Ubuntu 17.10,并且有一个分辨率为 5:4 的显示器。设置没有高于 1024x768 的分辨率。但我需要 1280x1024 (5:4) 的分辨率。我使用默认主板显卡:
# lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
Run Code Online (Sandbox Code Playgroud)
xrandr 还提供以下内容:
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
XWAYLAND0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 59.92*+
Run Code Online (Sandbox Code Playgroud)
我尝试使用 xrandr 添加 1280x1024 分辨率。所以首先使用gtf创建分辨率信息:
$ gtf 1280 1024 60 …Run Code Online (Sandbox Code Playgroud) 几天前,我发现启动 Ubuntu 20.04 时会出现以下消息(以前没有出现过):
[ 0.113770] x86/cpu: SGX disable by BIOS.
Run Code Online (Sandbox Code Playgroud)
经过一番研究后,我发现其他人也有这个“问题”。在某些情况下,我看到操作系统在该错误后甚至没有启动(似乎是因为操作系统没有检测到磁盘),但这不是我的情况,我的磁盘被正确检测到,并且 Ubuntu 20.04 启动时没有任何反应。
所以对我来说这并不是一个真正的问题,但我担心它会变成一个问题。所以我想知道是否有解决方案。我搜索了我的 BIOS,但没有看到允许我启用 SGX 的选项。
我的主板和CPU是“MSI H510M Pro-E”和“Intel Core i5 10400”(我使用集成显卡,具体称为“Intel HD Graphics 630”)
我最近在我的 HP-15AC122TU 笔记本电脑中安装了 ubuntu gnome 16.04 LTS。
我已经使用了一段时间了。我想生成一个 xorg.conf 文件,因为每当我播放电影或滚动页面时都会出现屏幕撕裂(尝试过硬件加速但没有用)。我不记得我做了什么,但我最终破坏了 xserver。我以某种方式修复了它。当我启动时,我开始收到这些消息。
我正在输入它们,因为我不知道如何生成该 O/P。
ACPI: watchdog: Device creation failed -16
starting version 232
ata2: exception Emask 0x10 SAct 0x0 Serr 0x4000000 action 0xe fro
ata2: irq_stat 0x00000040, connection status changed
ata2: SError: { DevExch }
/dev/sda3/: clean, 253461/6406144 files/25601330 blocks
ata2: COMRESET failed (errno=-32)
irq: Invalid fwnode type (2) for irqdomain
ACPI Error: [\_SB_.PC10.LPCB.H_EC.ECWT] Namespace lookup failure,
ACPI Error: Methode parse/execution failed [\_TZ.FN00._ON] (Mode f
ACPI Error: [\_SB_.PC10.LPCB.H_EC.ECWT] Namespace lookup failure, …Run Code Online (Sandbox Code Playgroud) 我从12.04升级到14.04,性能极其卡顿;窗户以慢动作打开和关闭。想必我的图形硬件还没有被系统识别。我想我需要关于如何弄清楚该怎么做的建议。也许我应该安装一些图形软件,或者我应该禁用 Unity 中的某些东西,但我不知道从哪里开始。
我的“uname -a”命令是这样说的:
Linux home0 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
命令“sudo lshw”提供了大量信息,我将尝试提取可能最相关的信息:
home0
description: Desktop Computer
product: TPS01 ()
vendor: FOXCONN
version: 1.0
serial: To Be Filled By O.E.M.
width: 32 bits
capabilities: smbios-2.6 dmi-2.6 smp-1.4 smp
configuration: boot=normal chassis=desktop cpus=2 uuid=6013CF95-1E02-E531-FD14-D027881B608D
*-core
[...]
*-firmware
description: BIOS
vendor: American Megatrends Inc.
physical id: 0
version: 080015
date: 06/07/2010
size: 64KiB
capacity: 960KiB
capabilities: isa pci pnp apm upgrade shadowing cdboot …Run Code Online (Sandbox Code Playgroud) 我买了一台预装了 Windows 7 的新笔记本电脑。我喜欢在 Ubuntu 上工作,因此在我的笔记本电脑上安装了 12.04。我可以在 Windows 上连续工作 6 个小时,感觉笔记本电脑只是有点热,但是在运行 Ubuntu 15 分钟后,我的笔记本电脑太热了。
电池在 Ubuntu 上也很快耗尽。Ubuntu 上的备份时间为 1.5 小时,而 Windows 上的备份时间为 5-6 小时。
我以前拥有一台戴尔 Inspiron N5010,一切都运行得很顺利。没有加热问题。它配备了英特尔 i3 处理器。所以我想知道这个问题是否与处理器有关?(AMD A8)
我已经安装了 Ubuntu 建议的 ATI 专有驱动程序。但是sensors温度是70摄氏度。
这个问题有什么解决方法吗?
我最近安装了 Ubuntu,但无法加载它。通过在 Interned 上搜索,我找到了一个对我有用的解决方案,但我不明白。解决方案取自此处。
更详细地说,当我加载 Ubuntu 时,我会进入一个菜单,询问我想做什么。此时我按e。之后,我会看到一个带有一些文本的屏幕,我将在其中替换quiet splash为nomodeset,然后按F10。之后 Ubuntu 加载。
现在,我的问题是:
我曾尝试在 Ubuntu 14.04 中为 ATI Radeon HD 5670 使用 fglrx 专有驱动程序,但是当我安装它时(使用 apt-get 或“软件和更新”应用程序中的“附加驱动程序”选项卡)我在下一个屏幕上出现空白屏幕重新启动而不是登录屏幕。
我有 2 个 GPU 在“双”模式(交火)下工作。
我已经尝试了 fglrx 和 fglrx-updates,两者的结果相同。
我遵循了帮助 Wiki 中的所有步骤,但同样的问题仍然存在。
的输出grep "] (EE)" /var/log/Xorg.0.log:
[ 10.550] (EE) open /dev/dri/card0: No such file or directory
[ 10.769] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
[ 10.769] (EE) AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: …Run Code Online (Sandbox Code Playgroud) 请参阅https://www.youtube.com/watch?v=qC3EwNMvfS0:
可以删除一些观察到的更改/使其看起来相似吗?
例如,我不知道观察到的步骤 2 - 7 中发生了什么。或者为什么步骤 11 存在。
使登录/加载屏幕看起来与我的个人屏幕更相似/更相似不是主要问题。
如果我关闭我的笔记本电脑(联想ideapad 100),它会死机并且不会关机。我在 Deepin 或 Debian 等其他发行版中也有这个问题。
我花了一些时间并用谷歌搜索了它。
我试图编辑 grub 文件并将“quiet splash”替换为“quiet splash acpi=force”。不起作用。
命令的结果sudo journalctl -b -1 -e:
Apr 29 11:53:39 marcel-lenovo-ubuntu systemd[1]: run-snapd-ns.mount: Succeeded.
Apr 29 11:53:39 marcel-lenovo-ubuntu systemd[1]: Unmounted /run/snapd/ns.
Apr 29 11:53:39 marcel-lenovo-ubuntu systemd[1]: Stopped target Swap.
Apr 29 11:53:39 marcel-lenovo-ubuntu systemd[1]: Deactivating swap /swapfile...
Apr 29 11:53:39 marcel-lenovo-ubuntu systemd[1]: swapfile.swap: Succeeded.
Apr 29 11:53:39 marcel-lenovo-ubuntu systemd[1]: Deactivated swap /swapfile.
Apr 29 11:53:39 marcel-lenovo-ubuntu systemd[1]: snap-discord-109.mount: Succeeded.
Apr 29 11:53:39 marcel-lenovo-ubuntu systemd[1]: Unmounted Mount unit …Run Code Online (Sandbox Code Playgroud)