About brltty can not stop the problem

I delete or ignore brltty according to the forum related search, then execute sudo dracut-rebuild, but brltty is still starting after every reboot, please ask who else knows what can be done to stop brltty from starting, because every time the shutdown takes longer because brltt blocks it.

What do you mean by this, exactly? If you removed it, how did you do it, exactly?

To remove a package and its dependencies which are not required by any other installed package:

pacman -Rs <package_name>

Next question:
Did you check if brltty keeps still running as a service, after what you named as “removal”?

sudo systemctl status brltty

will answer any of that.

Also, you could try
pactree -u <package_name>
to list all dependencies for brltty and remove them if not needed by other packages…

I used the following command to delete blrtty.
“sudo pacman -Rc brltty”, then “sudo dracut-rebuild” and finally reboot, brltty is still running, but I use “sudo pacman -Q brltty” to check and it did remove it. I checked the running services and there is indeed no brltty.

And if you omit the brltty module in dracut ?

sudo nano /etc/dracut.conf.d/myflags.conf

and add this line :

omit_dracutmodules+=" brltty "

After you do that, it won’t take effect until you reboot again.

So you will see it running one more time.

I have rebooted many times and it still exists

I don’t have this file do I need to create it?

I read your previous post about brltty’s method, but it doesn’t work on my computer, no matter how many times I reboot, it still runs. I even kill the process first, before deleting it, or ignore it, but it doesn’t work.

Are you using grub or systemd-boot?

systemd-boot

Can you share the output of lsinitrd | grep brltty

wait a moment

brltty
-rw-r--r--   1 root     root        29874 Oct 22 02:46 etc/brltty.conf
-rwxr-xr-x   1 root     root      1056480 Oct 22 02:46 usr/bin/brltty
drwxr-xr-x   1 root     root            0 Feb 17 23:36 usr/lib/brltty
-rwxr-xr-x   1 root     root        38776 Oct 22 02:46 usr/lib/brltty/libbrlttybal.so
-rwxr-xr-x   1 root     root        51144 Oct 22 02:46 usr/lib/brltty/libbrlttybbm.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybbn.so
-rwxr-xr-x   1 root     root        22392 Oct 22 02:46 usr/lib/brltty/libbrlttybcn.so
-rwxr-xr-x   1 root     root        38776 Oct 22 02:46 usr/lib/brltty/libbrlttybeu.so
-rwxr-xr-x   1 root     root        26488 Oct 22 02:46 usr/lib/brltty/libbrlttybfs.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybhd.so
-rwxr-xr-x   1 root     root        22448 Oct 22 02:46 usr/lib/brltty/libbrlttybhm.so
-rwxr-xr-x   1 root     root        42872 Oct 22 02:46 usr/lib/brltty/libbrlttybht.so
-rwxr-xr-x   1 root     root        30696 Oct 22 02:46 usr/lib/brltty/libbrlttybhw.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybic.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybmd.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybmm.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybmt.so
-rwxr-xr-x   1 root     root        22392 Oct 22 02:46 usr/lib/brltty/libbrlttybpg.so
-rwxr-xr-x   1 root     root        38776 Oct 22 02:46 usr/lib/brltty/libbrlttybpm.so
-rwxr-xr-x   1 root     root        22392 Oct 22 02:46 usr/lib/brltty/libbrlttybsk.so
-rwxr-xr-x   1 root     root        26488 Oct 22 02:46 usr/lib/brltty/libbrlttybvo.so
-rwxr-xr-x   1 root     root        38896 Oct 22 02:46 usr/lib/brltty/libbrlttyxlx.so
-rwxr-xr-x   1 root     root           26 Oct 22 02:46 usr/lib/dracut/hooks/cleanup/95-brltty-stop.sh
-rwxr-xr-x   1 root     root         1809 Oct 22 02:46 usr/lib/dracut/hooks/cmdline/05-brltty-start.sh

1 Like

Can you share the output of sudo dracut-rebuild

wait a moment

Currently brltty I reinstalled it back again.

Running dracut for linux-6.1.12-arch1-1
dracut: Executing: /usr/bin/dracut --force --hostonly --no-hostonly-cmdline "/efi/d7d7602b7e154818afd5e7b119367567/6.1.12-arch1-1/initrd 6.1.12-arch1-1"
dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'ssh' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'scp' could not be found!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: Skipping udev rule: 70-persistent-net.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode:                     real
dracut: Method:                   sha256
dracut: Files:                    782
dracut: Linked:                   2 files
dracut: Compared:                 0 xattrs
dracut: Compared:                 44 files
dracut: Saved:                    824 B
dracut: Duration:                 0.003679 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Using microcode found in '/boot/amd-ucode.img' ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file '/efi/d7d7602a7e154818afo5e7b119367567/6.1.12-arch1-1/initrd 6.1.12-arch1-1' ***
dracut: *** Creating initramfs image file '/efi/d7d7602a7e154gh18afd5e7b119367567/6.1.12-arch1-1/initrd 6.1.12-arch1-1' done ***
dracut: Executing: /usr/bin/dracut --force --no-hostonly "/efi/d7d7602a7e154818afd5e7b119367567/6.1.12-arch1-1/initrd-fallback 6.1.12-arch1-1"
dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'cifs' depends on 'network', which can't be installed
dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
dracut: dracut module 'nfs' depends on 'network', which can't be installed
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'ssh' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'scp' could not be found!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: modsign ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: lvm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 56-lvm.rules
dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
dracut: *** Including module: mdraid ***
dracut: Skipping udev rule: 64-md-raid.rules
dracut: *** Including module: nvdimm ***
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: lunmask ***
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode:                     real
dracut: Method:                   sha256
dracut: Files:                    1992
dracut: Linked:                   9 files
dracut: Compared:                 0 xattrs
dracut: Compared:                 452 files
dracut: Saved:                    1.42 MiB
dracut: Duration:                 0.024744 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file '/efi/d7d7602a7e154818afd5e7b619367567/6.1.12-arch1-1/initrd-fallback 6.1.12-arch1-1' ***
dracut: *** Creating initramfs image file '/efi/d7d7602a7e154818afd5e7b619367567/6.1.12-arch1-1/initrd-fallback 6.1.12-arch1-1' done ***
Running dracut for linux-zen-6.1.12-zen1-1-zen
dracut: Executing: /usr/bin/dracut --force --hostonly --no-hostonly-cmdline "/efi/d7d7602a7e154818afd5e7b119367567/6.1.12-zen1-1-zen/initrd 6.1.12-zen1-1-zen"
dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'ssh' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'scp' could not be found!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: Skipping udev rule: 70-persistent-net.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode:                     real
dracut: Method:                   sha256
dracut: Files:                    782
dracut: Linked:                   2 files
dracut: Compared:                 0 xattrs
dracut: Compared:                 43 files
dracut: Saved:                    824 B
dracut: Duration:                 0.006216 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Using microcode found in '/boot/amd-ucode.img' ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file '/efi/d7d7602a7e154818afd5e7b119367567/6.1.12-zen1-1-zen/initrd 6.1.12-zen1-1-zen' ***
dracut: *** Creating initramfs image file '/efi/d7d7602a7e154818afd5e7b119367567/6.1.12-zen1-1-zen/initrd 6.1.12-zen1-1-zen' done ***
dracut: Executing: /usr/bin/dracut --force --no-hostonly "/efi/d7d7602a7e154818afd5e7b119367567/6.1.12-zen1-1-zen/initrd-fallback 6.1.12-zen1-1-zen"
dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'cifs' depends on 'network', which can't be installed
dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
dracut: dracut module 'nfs' depends on 'network', which can't be installed
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'ssh' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'scp' could not be found!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: modsign ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: lvm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 56-lvm.rules
dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
dracut: *** Including module: mdraid ***
dracut: Skipping udev rule: 64-md-raid.rules
dracut: *** Including module: nvdimm ***
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: lunmask ***
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode:                     real
dracut: Method:                   sha256
dracut: Files:                    1992
dracut: Linked:                   9 files
dracut: Compared:                 0 xattrs
dracut: Compared:                 452 files
dracut: Saved:                    1.42 MiB
dracut: Duration:                 0.018307 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file '/efi/d7d7602a7e154818afd5e7b119367567/6.1.12-zen1-1-zen/initrd-fallback 6.1.12-zen1-1-zen' ***
dracut: *** Creating initramfs image file '/efi/d7d7602a7e154818afd5e7b119367567/6.1.12-zen1-1-zen/initrd-fallback 6.1.12-zen1-1-zen' done ***
Running dracut for linux-lts-6.1.13-1-lts
dracut: Executing: /usr/bin/dracut --force --hostonly --no-hostonly-cmdline "/efi/d7d7602a7e154818afd5e7b119367567/6.1.13-1-lts/initrd 6.1.13-1-lts"
dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'ssh' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'scp' could not be found!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: Skipping udev rule: 70-persistent-net.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode:                     real
dracut: Method:                   sha256
dracut: Files:                    782
dracut: Linked:                   2 files
dracut: Compared:                 0 xattrs
dracut: Compared:                 44 files
dracut: Saved:                    824 B
dracut: Duration:                 0.003412 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Using microcode found in '/boot/amd-ucode.img' ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file '/efi/d7d7602a7e154818afd5e7b119367567/6.1.13-1-lts/initrd 6.1.13-1-lts' ***
dracut: *** Creating initramfs image file '/efi/d7d7602a7e154818afd5e7b119367567/6.1.13-1-lts/initrd 6.1.13-1-lts' done ***
dracut: Executing: /usr/bin/dracut --force --no-hostonly "/efi/d7d7602a7e154818afd5e7b119367567/6.1.13-1-lts/initrd-fallback 6.1.13-1-lts"
dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut: dracut module 'cifs' depends on 'network', which can't be installed
dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
dracut: dracut module 'nfs' depends on 'network', which can't be installed
dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'ssh' could not be found!
dracut: dracut module 'ssh-client' will not be installed, because command 'scp' could not be found!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: modsign ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: lvm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 56-lvm.rules
dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
dracut: *** Including module: mdraid ***
dracut: Skipping udev rule: 64-md-raid.rules
dracut: *** Including module: nvdimm ***
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: lunmask ***
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode:                     real
dracut: Method:                   sha256
dracut: Files:                    1992
dracut: Linked:                   9 files
dracut: Compared:                 0 xattrs
dracut: Compared:                 452 files
dracut: Saved:                    1.42 MiB
dracut: Duration:                 0.020876 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file '/efi/d7d7602a7e154818afd5e7b119367567/6.1.13-1-lts/initrd-fallback 6.1.13-1-lts' ***
dracut: *** Creating initramfs image file '/efi/d7d7602a7e154818afd5e7b119367567/6.1.13-1-lts/initrd-fallback 6.1.13-1-lts' done ***

Now can we see the output of these:

lsinitrd | head -1 
lsinitrd | grep brltty
pacman -Q | grep brltty

~ » lsinitrd | head -1
Image: /efi/d7d7602a7e154818afd5e7b119367567/6.1.12-arch1-1/initrd: 30M
~ » lsinitrd | grep brltty
brltty
-rw-r--r--   1 root     root        29874 Oct 22 02:46 etc/brltty.conf
-rwxr-xr-x   1 root     root      1056480 Oct 22 02:46 usr/bin/brltty
drwxr-xr-x   1 root     root            0 Feb 17 23:36 usr/lib/brltty
-rwxr-xr-x   1 root     root        38776 Oct 22 02:46 usr/lib/brltty/libbrlttybal.so
-rwxr-xr-x   1 root     root        51144 Oct 22 02:46 usr/lib/brltty/libbrlttybbm.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybbn.so
-rwxr-xr-x   1 root     root        22392 Oct 22 02:46 usr/lib/brltty/libbrlttybcn.so
-rwxr-xr-x   1 root     root        38776 Oct 22 02:46 usr/lib/brltty/libbrlttybeu.so
-rwxr-xr-x   1 root     root        26488 Oct 22 02:46 usr/lib/brltty/libbrlttybfs.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybhd.so
-rwxr-xr-x   1 root     root        22448 Oct 22 02:46 usr/lib/brltty/libbrlttybhm.so
-rwxr-xr-x   1 root     root        42872 Oct 22 02:46 usr/lib/brltty/libbrlttybht.so
-rwxr-xr-x   1 root     root        30696 Oct 22 02:46 usr/lib/brltty/libbrlttybhw.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybic.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybmd.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybmm.so
-rwxr-xr-x   1 root     root        18296 Oct 22 02:46 usr/lib/brltty/libbrlttybmt.so
-rwxr-xr-x   1 root     root        22392 Oct 22 02:46 usr/lib/brltty/libbrlttybpg.so
-rwxr-xr-x   1 root     root        38776 Oct 22 02:46 usr/lib/brltty/libbrlttybpm.so
-rwxr-xr-x   1 root     root        22392 Oct 22 02:46 usr/lib/brltty/libbrlttybsk.so
-rwxr-xr-x   1 root     root        26488 Oct 22 02:46 usr/lib/brltty/libbrlttybvo.so
-rwxr-xr-x   1 root     root        38896 Oct 22 02:46 usr/lib/brltty/libbrlttyxlx.so
-rwxr-xr-x   1 root     root           26 Oct 22 02:46 usr/lib/dracut/hooks/cleanup/95-brltty-stop.sh
~ » pacman -Q | grep brltty
brltty 6.5-3
~ » 

You have brltty installed still.

pacman -Rc brltty
sudo dracut-rebuild

Yes, I found that it still starts after deletion so I installed it back, now I’m deleting it, please wait.