AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / unix / 问题

问题[manjaro](unix)

Martin Hope
munHunger
Asked: 2025-01-19 00:22:29 +0800 CST

蓝牙坏了,不再显示任何控制器

  • 5

好吧,就在几天前,我知道我的 manjaro 系统上的蓝牙可以正常工作。但现在却不行了。

首先它没有被阻止(虽然现在每次我重新启动时都必须解除阻止)

 rfkill list all     
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

bluetoothctl不是特别好

bluetoothctl      
[bluetooth]# Agent registered
[bluetooth]# show
No default controller available
[bluetooth]# list
[bluetooth]#

据我所知,蓝牙服务没有任何实际问题

systemctl status bluetooth.service                                                                                  ✔  46s 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Sat 2025-01-18 17:06:16 CET; 9min ago
 Invocation: 71ca38d20a35419da96497ee6313211c
       Docs: man:bluetoothd(8)
   Main PID: 1025 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 37005)
     Memory: 2M (peak: 2.5M)
        CPU: 10ms
     CGroup: /system.slice/bluetooth.service
             └─1025 /usr/lib/bluetooth/bluetoothd

jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: src/plugin.c:init_plugin() System does not support bap plugin
jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: src/plugin.c:init_plugin() System does not support bass plugin
jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: src/plugin.c:init_plugin() System does not support mcp plugin
jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: src/plugin.c:init_plugin() System does not support vcp plugin
jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: src/plugin.c:init_plugin() System does not support micp plugin
jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: src/plugin.c:init_plugin() System does not support ccp plugin
jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: src/plugin.c:init_plugin() System does not support csip plugin
jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: src/plugin.c:init_plugin() System does not support asha plugin
jan 18 17:06:16 munhunger-desktop bluetoothd[1025]: Bluetooth management interface 1.23 initialized

我得到了一些东西dmesg,但我真的不明白它是什么

sudo dmesg | grep  Bluetooth                                                                                                ✔
[    4.025890] usb 1-12: Product: Bluetooth Radio
[    6.248215] Bluetooth: Core ver 2.22
[    6.293760] Bluetooth: HCI device and connection manager initialized
[    6.293765] Bluetooth: HCI socket layer initialized
[    6.293767] Bluetooth: L2CAP socket layer initialized
[    6.293769] Bluetooth: SCO socket layer initialized
[    7.160288] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.160291] Bluetooth: BNEP filters: protocol multicast
[    7.160294] Bluetooth: BNEP socket layer initialized
[    8.460411] Bluetooth: hci0: command 0xfc61 tx timeout
[    8.460419] Bluetooth: hci0: RTL: Failed to generate devcoredump
[    8.460431] Bluetooth: hci0: RTL: RTL: Read reg16 failed (-110)

我尝试让它再次工作,插入了一个 USB 蓝牙适配器,但没有作用。

我也尝试安装一些驱动程序(以前不需要)

yay -S rtl8821ce-dkms-git

我已经重新安装了所有相关bluez

当然,我也尝试过重启,但没有成功

manjaro
  • 1 个回答
  • 10 Views
Martin Hope
Latin1
Asked: 2024-10-09 01:54:55 +0800 CST

Manjaro 不再关机

  • 7

从几天前开始,关闭 Manjaro 就会导致屏幕变黑,鼠标光标也变黑。

通常系统上还连接着另一个可启动驱动器,但以前没有出现过这个问题。因此,我认为这是最近系统更新的结果,但我不能确定。

根据论坛帖子的建议,我尝试编辑/etc/default/grub。找到以下行:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3"

我首先添加了acpi=force,然后,看到没有变化,apm=power_off:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3 acpi=force apm=power_off"

sudo update-grub每次尝试后,在关闭之前我都会运行一个命令。

我读到过,如果系统没有/proc/acpi/目录,ACPI 参数将不起作用,而我确实有目录。我无法确定系统是否具有或使用 APM。

是什么原因导致 Manjaro 无法正常关闭?

manjaro
  • 2 个回答
  • 222 Views
Martin Hope
RWS
Asked: 2024-06-19 16:59:42 +0800 CST

/dev/sda 上的递归分区是什么

  • 5

我尝试从磁盘恢复文件系统时出现错误invalid partition table - recursive partition on /dev/sda。有没有办法修复这个特定问题?我正在使用它parted来恢复文件。

manjaro
  • 1 个回答
  • 48 Views
Martin Hope
cicoria67
Asked: 2024-05-26 13:52:29 +0800 CST

消除输入错误密码后的延迟

  • 6

密码输入错误时的3秒延迟可以取消吗?

示例如下:

su -

命令?

我尝试配置pam_unix和su模块,但它不起作用。

我的/etc/pam.d/system-auth文件:

#%PAM-1.0

#auth       required                    pam_faillock.so      preauth
# Optionally use requisite above if you do not want to prompt for the password on locked accounts.

-auth      [success=2 default=ignore]  pam_systemd_home.so
auth       [success=1 default=bad]     pam_unix.so          try_first_pass nullok nodelay
#auth       [default=die]               pam_faillock.so      authfail
auth       optional                    pam_permit.so
auth       required                    pam_env.so
#auth       required                    pam_faillock.so      authsucc
# If you drop the above call to pam_faillock.so the lock will be done also on non-consecutive authentication failures.

-account   [success=1 default=ignore]  pam_systemd_home.so
account    required                    pam_unix.so
account    optional                    pam_permit.so
account    required                    pam_time.so

-password  [success=1 default=ignore]  pam_systemd_home.so
password   required                    pam_unix.so          try_first_pass nullok shadow
password   optional                    pam_permit.so

-session   optional                    pam_systemd_home.so
session    required                    pam_limits.so
session    required                    pam_unix.so
session    optional                    pam_permit.so

我的/etc/pam.d/su文件:

#%PAM-1.0
auth            sufficient      pam_rootok.so
#Uncomment the following line to implicitly trust users in the "wheel" group.
#auth           sufficient      pam_wheel.so trust use_uid
#Uncomment the following line to require a user to be in the "wheel" group.
#auth           required        pam_wheel.so use_uid
auth            required        pam_unix.so nodelay
account         required        pam_unix.so
session         required        pam_unix.so
password        include         system-auth

当我输入错误的通行证时,会有 2.3 秒的延迟:

[myuser@myhost ~]$ time su -
Password: 
su: Authentication failed

real    0m3,265s
user    0m0,008s
sys     0m0,008s

Bug 或者错误的 pam 配置?

谢谢大家

我的 Manjaro 信息:

Operating System: Manjaro Linux 
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Kernel Version: 6.9.0-MANJARO (64-bit)
Graphics Platform: X11
manjaro
  • 1 个回答
  • 54 Views
Martin Hope
Julien
Asked: 2023-12-03 06:42:27 +0800 CST

“mount”在终端中工作;通过接口安装不

  • 9

从昨天开始,我无法使用任务栏或文件管理器(Dolphin)安装外部硬盘驱动器,这显示了以下错误:

在 /run/media/用户名/Backup Plus处安装 /dev/sdf2 时出错:文件系统类型错误、选项错误、/dev/sdf2 上的超级块错误、缺少代码页或帮助程序或其他错误

该驱动器的名称(“Backup Plus”,品牌名称)中确实有一个空格,但这在历史上并不是一个问题。

驱动器采用 NTFS 格式。它显示在 GParted 中,我可以使用以下命令通过终端安装它:

sudo mount /dev/sdf2 temp

我什至不需要指定文件系统。但是,如果我尝试在不设置相应文件夹的情况下挂载它(~/temp在本例中为 ),则该命令会失败,告诉我在 fstab 中找不到该驱动器(这是正常的;我没有为其添加条目)。

我相当确定在问题出现的同一天或前一天(因此在重新启动之前)有大量的程序更新。最初,驱动器还存在其他问题,我的 Windows 分区上的 CHKDSK 命令似乎可以解决这些问题。

什么会阻止驱动器安装?通过接口连接设备时,系统是否以某种方式假设或检测到错误的文件系统?

谢谢。

编辑:根据fdisk -l命令,分区表条目不按磁盘顺序排列。显然这并不太严重,但我想知道这是否相关。

编辑:fdisk -l /dev/sdf2这是(分区)的输出:

Disk /dev/sdf2: 3,64 TiB, 4000575389696 bytes, 7813623808 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x6c727443

Device      Boot      Start        End    Sectors   Size Id Type
/dev/sdf2p1      1970237472 3672215697 1701978226 811,6G 75 PC/IX
/dev/sdf2p2      1929382413 3883035520 1953653108 931,6G 72 unknown
/dev/sdf2p3               0          0          0     0B  0 Empty
/dev/sdf2p4        27394442   27394879        438   219K  0 Empty

Partition 2 does not start on physical sector boundary.
Partition 4 does not start on physical sector boundary.
Partition table entries are not in disk order.

编辑:(sudo fdisk -l /dev/sdf完整驱动器)的输出

GPT PMBR size mismatch (4294967294 != 7814037166) will be corrected by write.
Disk /dev/sdf: 3,64 TiB, 4000787029504 bytes, 7814037167 sectors
Disk model: BUP Portable    
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: EE9D3032-782B-4064-A29D-CAB337DCA488

Device      Start        End    Sectors  Size Type
/dev/sdf1      40     409639     409600  200M EFI System
/dev/sdf2  411648 7814035455 7813623808  3,6T Microsoft basic data

输出gdisk -l /dev/sdf:

GPT fdisk (gdisk) version 1.0.9.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sdf: 7814037167 sectors, 3.6 TiB
Model: BUP Portable    
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): EE9D3032-782B-4064-A29D-CAB337DCA488
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 7814037133
Partitions will be aligned on 8-sector boundaries
Total free space is 3692 sectors (1.8 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1              40          409639   200.0 MiB   EF00  EFI System Partition
   2          411648      7814035455   3.6 TiB     0700  
manjaro
  • 2 个回答
  • 177 Views
Martin Hope
Umtalilives
Asked: 2023-09-14 23:17:41 +0800 CST

从 xxxlinux64.zip 安装应用程序 manjaro

  • 5

我需要在 manjaro 操作系统上安装一个应用程序 betaflight-configurator_10.3.1_linux64.zip。我通过 Aur 和软件管理器安装了最新版本,但需要从 git-hub 下载的旧版本。我之前从 git-hub 安装应用程序时遇到了问题,希望今天能学到一些东西。我只是找不到进行网络搜索的解决方案。谢谢你的帮助。

manjaro
  • 1 个回答
  • 18 Views
Martin Hope
Nate
Asked: 2022-07-12 13:18:46 +0800 CST

Manjaro 中的未知信任问题

  • 1

我有一个与此问题类似的问题:无法更新 Manjaro Linux:与 Archlinux-keyring 的未知信任

但是,我的问题是我得到了未知的信任,即使

sudo pacman -S manjaro-keyring

我在这里尝试过修复,但没有成功。

它可能相关也可能不相关,但是我的系统在下载(但未安装)更新的过程中崩溃了,我在重新启动后重新启动了该更新。那是我注意到这个问题的时候。

此外,这个答案表明这可能是某个地方的损坏包,并且需要完全重新安装 Manjaro。我该如何确定?

manjaro pacman
  • 1 个回答
  • 105 Views
Martin Hope
SingularisArt
Asked: 2022-06-10 22:54:12 +0800 CST

Xdg-Mime 不会更改 .xopp (Xournalpp) 文件的默认应用程序

  • 1

我正在尝试更改 filetype 的默认应用程序.xopp,它是 xournalpp 应用程序的文件。我目前运行了以下命令:

xdg-mime query filetype 2022-06-09/note.xopp

这给了我:application/gzip。如何仅.xopp在 xournalpp 中打开以 open 结尾的文件?当我使用文件浏览器时它可以工作,但是当我运行时:

xdg-open 2022-06-09/note.xopp

它在一个解压缩程序中打开它。

我目前正在使用Manjaro Linux.

manjaro xdg
  • 1 个回答
  • 80 Views
Martin Hope
zakrapovic
Asked: 2022-05-12 06:01:24 +0800 CST

摇摆输入,如何获得“美国国际”布局(美国键盘国际变体)

  • 0

我正在尝试使此布局正常工作我应该放入一些东西/etc/sway/inputs/default-keyboard吗?

我试图获取信息,man 5 sway-input但swaymsg -t get_inputs没有帮助。我什至不确定文档引用的是哪个配置文件。我厌倦了在这个问题上浪费我的时间,真的很想得到一些帮助

编辑:我的解决方案,即使我接受了对我帮助最大的答案:

在文件中/etc/sway/inputs/default-keyboard

添加以下块

input type:keyboard {
    xkb_layout us
    xkb_variant intl
}
manjaro keyboard
  • 2 个回答
  • 325 Views
Martin Hope
Helpless
Asked: 2022-01-26 12:49:39 +0800 CST

Manjaro:如何将 Android Studio(带 snap)更新为 Bumblebee 版本?

  • 1

我有 Archtic Fox 版本。我所有的异性恋朋友都有大黄蜂版本。我也想要大黄蜂版本。帮助。

我想我用过快照。我尝试了“快速刷新”,但什么也没发生。我尝试了设置-> 更新。没啥事儿。帮助!

manjaro android
  • 1 个回答
  • 117 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    模块 i915 可能缺少固件 /lib/firmware/i915/*

    • 3 个回答
  • Marko Smith

    无法获取 jessie backports 存储库

    • 4 个回答
  • Marko Smith

    如何将 GPG 私钥和公钥导出到文件

    • 4 个回答
  • Marko Smith

    我们如何运行存储在变量中的命令?

    • 5 个回答
  • Marko Smith

    如何配置 systemd-resolved 和 systemd-networkd 以使用本地 DNS 服务器来解析本地域和远程 DNS 服务器来解析远程域?

    • 3 个回答
  • Marko Smith

    dist-upgrade 后 Kali Linux 中的 apt-get update 错误 [重复]

    • 2 个回答
  • Marko Smith

    如何从 systemctl 服务日志中查看最新的 x 行

    • 5 个回答
  • Marko Smith

    Nano - 跳转到文件末尾

    • 8 个回答
  • Marko Smith

    grub 错误:你需要先加载内核

    • 4 个回答
  • Marko Smith

    如何下载软件包而不是使用 apt-get 命令安装它?

    • 7 个回答
  • Martin Hope
    user12345 无法获取 jessie backports 存储库 2019-03-27 04:39:28 +0800 CST
  • Martin Hope
    Carl 为什么大多数 systemd 示例都包含 WantedBy=multi-user.target? 2019-03-15 11:49:25 +0800 CST
  • Martin Hope
    rocky 如何将 GPG 私钥和公钥导出到文件 2018-11-16 05:36:15 +0800 CST
  • Martin Hope
    Evan Carroll systemctl 状态显示:“状态:降级” 2018-06-03 18:48:17 +0800 CST
  • Martin Hope
    Tim 我们如何运行存储在变量中的命令? 2018-05-21 04:46:29 +0800 CST
  • Martin Hope
    Ankur S 为什么 /dev/null 是一个文件?为什么它的功能不作为一个简单的程序来实现? 2018-04-17 07:28:04 +0800 CST
  • Martin Hope
    user3191334 如何从 systemctl 服务日志中查看最新的 x 行 2018-02-07 00:14:16 +0800 CST
  • Martin Hope
    Marko Pacak Nano - 跳转到文件末尾 2018-02-01 01:53:03 +0800 CST
  • Martin Hope
    Kidburla 为什么真假这么大? 2018-01-26 12:14:47 +0800 CST
  • Martin Hope
    Christos Baziotis 在一个巨大的(70GB)、一行、文本文件中替换字符串 2017-12-30 06:58:33 +0800 CST

热门标签

linux bash debian shell-script text-processing ubuntu centos shell awk ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve