我的笔记本电脑Lenovo T520有一个 SIM 卡插槽,可以在取出电池时露出。我有一个带有 SIM 卡的 3G USB 加密狗,可以正常工作,但是我想利用内置的 SIM 插槽。
不幸的是,在将 SIM 卡插入 SIM 插槽的情况下启动笔记本电脑时,Ubuntu 似乎无法识别插槽本身,因为我的网络管理器没有提及移动宽带连接。
有没有人在 Ubuntu 中使用并解决过类似的问题?我已经为 Ubuntu 和 *nix 解决方案搜索了一些网络,但没有多少出现。
不确定什么输出会有所帮助,但这是我的 lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: …
Run Code Online (Sandbox Code Playgroud) 我正在尝试使用我的联想 Thinkpad E320 的内置蓝牙设备。它似乎很难阻止,但我找不到任何解除阻止的可能性。
rfkill list
返回:
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: yes
Hard blocked:yes
Run Code Online (Sandbox Code Playgroud)
cat /proc/acpi/ibm/bluetooth
返回:
status: disabled
commands: enable, disable
Run Code Online (Sandbox Code Playgroud)
我试图通过以下方式启用它:
echo enable | tee /proc/acpi/ibm/bluetooth
rfkill unblock bluetooth
没有任何操作影响上述输出。
我的 Lenovo G560 有时会从背包中的悬挂状态中醒来,我讨厌它。我会关闭整个系统,但 gnome shell(我喜欢)启动非常缓慢。
有没有办法只按电源按钮让系统从挂起状态恢复?
我使用 Ubuntu 12.04 和 GNOME 3.4.2
我最近在 Lenovo W540 Thinkpad 上安装了 Ubuntu 16.04 LTS,但我的无线网络允许网络流量出现问题。的/var/log/syslog
和journalctl -xe
问题期间输出如下。
Oct 15 18:41:34 phil-ubuntu whoopsie[2221]: [18:41:34] offline
Oct 15 18:41:34 phil-ubuntu whoopsie[2221]: [18:41:34] online
Oct 15 18:41:55 phil-ubuntu NetworkManager[1320]: <info> [1508110915.3547] policy: set 'Home Internet Connection' (wlp3s0) as default for IPv6 routing and DNS
Oct 15 18:42:32 phil-ubuntu whoopsie[2221]: [18:42:32] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:42:32 phil-ubuntu whoopsie[2221]: [18:42:32] offline
Oct 15 18:42:53 phil-ubuntu whoopsie[2221]: [18:42:53] Cannot reach: https://daisy.ubuntu.com
Oct 15 18:43:14 phil-ubuntu whoopsie[2221]: [18:43:14] Cannot reach: …
Run Code Online (Sandbox Code Playgroud) 我有一个问题,与这个 bug相关。
我已经从我的 Lenovo G-50 上的 U 盘启动了 Ubuntu 17.10(我现在不记得是处于实时模式还是持久模式),在那之后我无法再更改 BIOS 设置,现在每次我打开我的电源时笔记本电脑出现一条消息说:
EFI USB boot failed
Run Code Online (Sandbox Code Playgroud)
而且我需要按Enter进入 Windows 8.1(在我的硬盘上),如果我更改 BIOS 中的设置,它们将不会被保存,更改 Ubuntu 内核的解决方法是否也适用于我?
我该怎么办?用 Ubuntu 17.10 创建一个 USB 启动设备并按照说明更改内核?
在我的 Lenovo Yoga 900 笔记本电脑上的 Ubuntu 18.04 中,内置麦克风突然停止工作。它之前工作了一段时间,所以我怀疑某些更新导致它停止工作。
检测到内部麦克风,但只是没有声音(请注意此屏幕截图中的输入电平)。我试过外接麦克风,它成功地拾取了声音。
我的 alsa 信息可以在这里找到。
我的 kern.log 每 5 分钟就有这样一段歌舞:
Sep 10 20:56:41 cabron kernel: [99978.849080] CPU6: Core temperature/speed normal
Sep 10 20:56:41 cabron kernel: [99978.849081] CPU4: Package temperature/speed normal
Sep 10 20:56:41 cabron kernel: [99978.849082] CPU0: Package temperature/speed normal
Sep 10 20:56:41 cabron kernel: [99978.849082] CPU2: Core temperature/speed normal
Sep 10 20:56:41 cabron kernel: [99978.849083] CPU2: Package temperature/speed normal
Sep 10 20:56:41 cabron kernel: [99978.849083] CPU6: Package temperature/speed normal
Sep 10 20:56:41 cabron kernel: [99978.849118] CPU7: Package temperature/speed normal
Sep 10 20:56:41 cabron kernel: …
Run Code Online (Sandbox Code Playgroud) 我的机器是32位的。
我的理解是,今天(2019 年 8 月)没有一个受支持的 Ubuntu 版本是 32 位的。
历史是:
在过去的几年里,我在我的机器上运行的 v16.04 遇到了越来越多的问题,包括死机。所以最近我从我购买的可引导光盘中用 v16.10 替换了 v16.04。
但是,现在使用新安装的 v16.10,我发现(就像之前的 v16.04 一样)我需要在我的(联想)机器上安装 Broadcom 网络控制器的驱动程序。
我遵循的安装驱动程序的说明首先要求我运行sudo apt update
. 但是该命令不起作用,显然是因为现在不支持 v16.xx。
我有一台运行 Ubuntu 20.04 的 Thinkpad X380 Yoga 全新安装(我是一个来自 Windows 的完整初学者)。
我已经尝试过这里建议的解决方案:
sudo add-apt-repository ppa:fingerprint/fingerprint-gui
Run Code Online (Sandbox Code Playgroud)
Packages for Fingerprint GUI (http://www.ullrich-online.cc/fingerprint/)
NOTE: Fingerprint GUI is no longer maintained and is not compatible with Ubuntu 20.04 and newer
Supported readers (run command lsusb to find out the ID of your reader)
============
https://fprint.freedesktop.org/supported-devices.html
and
0483:2015 147e:1003 147e:3000
0483:2016 147e:2015 147e:3001
147e:1000 147e:2016 147e:5002
147e:1001 147e:2020 147e:5003
147e:1002
Run Code Online (Sandbox Code Playgroud)
但是,我的读者的 ID 似乎不在列表中:
joe@joe-ThinkPad-X380-Yoga:~$ lsusb
Bus 002 Device 001: ID …
Run Code Online (Sandbox Code Playgroud) 我刚刚安装了 Ubuntu 20.04,除了声音之外,一切都运行得很好。奇怪的是,当音频被触发(由系统声音、静音/取消静音)时,会发出奇怪的蜂鸣声(听起来像是放气的东西)。当使用有线耳机时,只有静电。我猜蓝牙耳机可以工作是因为它是另一个接口?
我尝试过升级内核,我也研究了其他一些类似的问题,但似乎这是不同的。
sudo lshw -C multimedia
这是@sancho.s的输出
*-usb:0
description: Video
product: Integrated Camera
vendor: SunplusIT Inc
physical id: 5
bus info: usb@3:5
version: 56.14
capabilities: usb-2.01
configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
*-multimedia
description: Multimedia audio controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 20
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=sof-audio-pci latency=64
resources: iomemory:600-5ff iomemory:600-5ff irq:165 memory:601d180000-601d183fff memory:601d000000-601d0fffff
Run Code Online (Sandbox Code Playgroud)
这是其他命令的输出@sancho
$ cat /proc/asound/cards
0 [sofhdadsp ]: sof-hda-dsp - sof-hda-dsp …
Run Code Online (Sandbox Code Playgroud)