我已经在我的三星 550P(NP550P5C)上安装了新的 Ubuntu 22.04,但是安装后重新启动时它会冻结!
经过大量的时间的耗费,我怀疑nvidia驱动才是“罪魁祸首”。
我已经进行了最小安装并且它启动了,但是当我安装软件包时nvidia-driver-390
它再次在启动时冻结。
为了使其再次启动,我module_blacklist=nvidia
在 grub 启动菜单中添加了内核行。
发生了什么事?我该如何让它工作?
System:
Host: 550p Kernel: 5.15.0-27-generic x86_64 bits: 64 compiler: gcc v: 11.2.0 Console: pty pts/1
Distro: Ubuntu 22.04 (Jammy Jellyfish)
Machine:
Type: Laptop System: SAMSUNG product: 550P5C/550P7C v: P09ABI serial: HX1K9QBD203259
Mobo: SAMSUNG model: SAMSUNG_NP1234567890 v: SEC_SW_REVISION_1234567890ABCD
serial: 123490EN400015 UEFI: American Megatrends v: P09ABI.026.141024.dg date: 10/24/2014
CPU:
Info: quad core model: Intel Core i7-3630QM bits: 64 type: MT MCP arch: Ivy Bridge rev: 9
cache: L1: 256 KiB L2: 1024 KiB L3: 6 MiB
Speed (MHz): avg: 1902 high: 2395 min/max: 1200/3400 cores: 1: 1259 2: 2395 3: 1248 4: 2395
5: 2395 6: 1396 7: 1737 8: 2395 bogomips: 38312
Flags: avx ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
Device-1: Intel 3rd Gen Core processor Graphics vendor: Samsung Co driver: N/A bus-ID: 00:02.0
Device-2: NVIDIA GF108M [GeForce GT 620M/630M/635M/640M LE] vendor: Samsung Co driver: N/A
bus-ID: 01:00.0
Device-3: Silicon Motion WebCam SC-13HDL11939N type: USB driver: uvcvideo bus-ID: 1-1.4:4
Display: server: X.org v: 1.21.1.3 with: Xwayland v: 22.1.1 driver: X: loaded: vesa
unloaded: fbdev,modesetting gpu: N/A tty: 183x42
Message: GL data unavailable in console for root.
答案1
总而言之,我正在使用带有内核 5.13.0-30 的 Ubuntu 20.04,使用此 Ubuntu/内核版本,nvidia-driver-390 可与我的 GeForce GT 630M 配合使用。
答案2
我的笔记本电脑 MS Surface 2 也存在同样的问题。我通过我的配置解决了这个问题:
sudo gedit /etc/modprobe.d/blacklist-local.conf
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.
blacklist power_ctrl_logic
保存此文件
sudo update-initramfs -u
重启