我刚刚安装了带有 Nvidia 专有驱动程序的 Ubuntu 20.04,与 Windows 进行双引导。
一切都很顺利,但我无法登录。输入密码后,没有任何反应,它陷入了登录循环。
我尝试重新安装,但它导致了同样的问题。

我已经尝试过:
sudo apt-get install libcanberra-gtk-modul
sudo apt-get install libcanberra-gtk-module:i386
Run Code Online (Sandbox Code Playgroud) 像世界各地的许多人一样,我的生活已经完全通过 Zoom 等视频通话平台转移到网上。
当我运行时,我的大部分软件都会通过终端自动更新
$ sudo apt-get update
$ sudo apt-get upgrade
Run Code Online (Sandbox Code Playgroud)
但是,Zoom 似乎没有以这种方式更新,它会定期要求手动安装更新。
有没有办法通过终端自动更新 Zoom,例如通过添加正确的存储库?甚至他们帮助中心的“终端”说明也要求为每次更新手动下载。
我有卡 Sandisk SDXC 128 GB EXTREME PRO 95MB/s C10 V30 UHS-I U3。它适用于 Windows/Mac 和我的 Fujifilm 相机。
在我的笔记本电脑上(也在其他带有 Ubuntu 的笔记本电脑上测试过)我收到错误:
mmc0: error -110 whilst initialising SD card
Run Code Online (Sandbox Code Playgroud)
详细信息:Dell Precision 5520,lsusb 未列出此卡。卡在驱动器中不可见。Ubuntu 18.04.2 LTS
$ uname -a
Linux dell-5520 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
用 exfat 格式化的卡,但我安装了这个文件系统的驱动程序。
我正在使用最新版本的 Ubuntu 19.04。内核版本是 5.0.0-13 通用。我将它与 Windows 一起使用双启动。每当我暂停或关闭笔记本电脑的盖子时,笔记本电脑就会挂起并且屏幕变黑。唯一的方法是强制关闭笔记本电脑。我试过编辑/etc/systemd/logind.conf,/etc/default/grub
但没有任何反应。
我还尝试按照某些帖子中的建议将启动菜单从AHCI更改IDE为 。
改变后的唯一区别/etc/default/grub是:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to nouveau.modeset=0
Run Code Online (Sandbox Code Playgroud)
是锁定屏幕出现但仍处于冻结模式。
我在我的 AMD Ryzen 台式机上安装 Nvidia GeForce RTX 2070 驱动程序时遇到了麻烦。我输入了以下终端命令:
ubuntu-drivers devicessudo ubuntu-drivers autoinstall
可以看出,一切似乎都安装正确,但是当我重新启动它时,它会进入一个以我的名字作为帐户名的登录屏幕。当我尝试通过输入密码登录时,没有任何反应。它只是停留在登录屏幕上。修复它的唯一方法是通过以 root 身份(ctrl+alt+F2)进入命令终端并输入以下内容来恢复到 nouveau 驱动程序:
sudo apt-get remove --purge nvidia-*sudo dpkg-reconfigure xserver-xorg我知道已经有很多关于此的帖子(但对于 18.04、16.04、14.04 和 12.04)并且建议使用以下命令:
sudo prime-select nvidia然后是这些命令:
sudo add-apt-repository ppa:bumblebee/stablesudo apt-get updatesudo apt-get install bumblebee bumblebee-nvidia然而,这真的是解决这个问题的正确方法吗?它会奏效吗?(或者什么是大黄蜂?)
谢谢
Ubuntu 18.04.4(几周前从 18.04.3 自动升级)
/bin/bash
从 Gnome shell 登录后,当屏幕为纯紫色且桌面出现之前,会出现此消息:
Error found when loading /home/hfinger/.profile:
/home/hfinger/.profile: line 1: #: command not found
/home/hfinger/.bashrc: line 1: syntax error near unexpected token '('
/home/hfinger/.bashrc: line 1: '# ~/.bashrc: executed by bash(1) for non-login shells.'
As a result the session will not be configured correctly.
You should fix the problem as soon as feasible.
Run Code Online (Sandbox Code Playgroud)
问题是,有什么问题?我已经搜索过 AskUbuntu,但似乎没有人遇到过这个确切的问题。我不认为这是升级,因为在出现此问题之前它已经运行了大约一个月。
我从来没有接触过这两个文件,因为我很高兴让系统创建和配置它们。此外,我尽量让 Ubuntu 保持原样,以避免在升级到新版本后必须恢复设置。值得一提的是,以下是每个文件的第一行:
.profile, line 1: # ~/.profile: executed by the command interpreter for login shells.
.bashrc, line …Run Code Online (Sandbox Code Playgroud) 我尝试了几个命令,但都不起作用,请参阅命令:
khalilullah@khalilullah-W65-67SZ:~$ sudo ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:164 errors:0 dropped:0 overruns:0 frame:0
TX packets:164 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:12080 (12.0 KB) TX bytes:12080 (12.0 KB)
khalilullah@khalilullah-W65-67SZ:~$ nmcli device show enp3s0|grep -i hw
Error: Device 'enp3s0' not found.
khalilullah@khalilullah-W65-67SZ:~$ nmcli device show enp3s0 | grep -i hw
Error: Device 'enp3s0' not found.
khalilullah@khalilullah-W65-67SZ:~$ nmcli device show wlp4s0 | grep -i hw
Error: Device 'wlp4s0' …Run Code Online (Sandbox Code Playgroud) 我按照 https://docs.docker.com/engine/install/ubuntu/ 和https://docs.docker.com/desktop/linux/install/ubuntu/中提到的步骤安装了 docker 引擎,然后安装了 Docker Desktop 。
安装过程完成后,我使用命令启动docker桌面 -
$ systemctl --user start docker-desktop
Run Code Online (Sandbox Code Playgroud)
它在“Docker Desktop 正在启动...”处停留了几个小时。

priyeshy@AMGBLR1682-LT:~$ docker run hello-world docker: Cannot connect to the Docker daemon at
unix:///home/priyeshy/.docker/desktop/docker.sock. Is the docker daemon running?. See 'docker run --help'.
priyeshy@AMGBLR1682-LT:~$ sudo docker run --rm -it hello-world
[sudo] password for priyeshy:
Hello from Docker! This message shows that your installation appears to be working correctly. .....
Run Code Online (Sandbox Code Playgroud)
我已添加我的$USERdocker 组并使用 重新启动newgrp docker。docker …
我刚刚下载了 Ubuntu,正在尝试设置我的 WiFi。我尝试对此进行研究,但找不到 17.04 的任何内容。
当我将它放入 USB 驱动器时,它会立即弹出并显示可用的网络。它尝试连接一分钟,然后说已断开连接。我刚刚连接到另一台笔记本电脑,所以我知道连接或密码没有问题...
即使它立即显示我的 wifi 网络,我是否需要下载/安装任何驱动程序?
我运行了网络诊断,结果如下:http : //paste.ubuntu.com/25343050/
16.04 ×2
command-line ×2
.profile ×1
17.04 ×1
18.04 ×1
19.04 ×1
20.04 ×1
apt ×1
bashrc ×1
bumblebee ×1
docker ×1
drivers ×1
dual-boot ×1
ethernet ×1
gtk ×1
gtk3 ×1
login ×1
mount ×1
networking ×1
nvidia ×1
repository ×1
sd-card ×1
suspend ×1
syntax ×1
updates ×1
upgrade ×1
usb ×1
wireless ×1
zoom-meeting ×1