How to use bt-... suite of Bluetooth tools?

2022-01-02 Thread Musbur
I'm trying to connect my Bluetooth earbuds to my laptop. It works interactively using bluetoothctl, but not with bt-adapter and bt-device. First, bluetoothctl: $ bluetoothctl Agent registered [bluetooth]# devices Device 1C:52:16:CA:E7:D9 SOUNDPEATS TrueFree [bluetooth]# connect 1C:52:16:CA:E7:D9

USB root disk doesn't "survive" closing of laptop

2021-12-11 Thread Musbur
I'm booting my Windows-only work laptop into Debian from a portable USB3 disk for private use. This has been working fine for several years and Debian releases. Also I could just shut the lid and when I opened it again everything worked as before. Recently I noticed that after re-opening the lid,

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-22 Thread Musbur
Am 20.11.2021 22:19 schrieb Greg Wooledge: On Sat, Nov 20, 2021 at 09:46:24PM +0100, Arkadiusz Dabrowski wrote: Started with "exec" according to Debian documentation: https://wiki.debian.org/Xsession You're cargo-culting stuff with zero understanding. That's not going to help. If you don't k

Re: Trouble using SDXC 128GB card

2021-10-29 Thread Musbur
re. Still weird, given that SDHC cards work fine, and this is a fairly recent machine with a brand-new BIOS update. I'll procure another card reader and report back. Am 26.10.2021 20:08 schrieb Dan Ritter: Musbur wrote: Hello, I'm using a Lenovo Thinkpad T480s. Recently I bought a SanDi

Trouble using SDXC 128GB card

2021-10-26 Thread Musbur
Hello, I'm using a Lenovo Thinkpad T480s. Recently I bought a SanDisk Extreme Pro 128GB SDXC card for my digital camera, but I quickly found out that the system can't work with that card. It show up as /dev/sdb, I can use fdisk and everything without error, but when remove and re-insert the card,

Re: grub-install Cannot find a GRUB drive for /dev/sdXY

2021-09-16 Thread Musbur
the grub EFI into the EFI partition on the mobile disk but on the one in the built-in disk. But that was easily fixed by by mounting the mobile EFI partition, correcting /sys/fstab and re-installing grub and kernel. Am 16.09.2021 06:44 schrieb Andrei POPESCU: On Mi, 15 sep 21, 05:49:01, Musbur

grub-install Cannot find a GRUB drive for /dev/sdXY

2021-09-14 Thread Musbur
Hello, I somehow managed to screw up my /boot partition. Now I'm trying to re-install it by booting from a Debian installer stick. After network configuration, I do this: 1) Mount the root partition at / 2) # for s in dev sys proc; do mount --bind /$s /mnt/$s; done 3) # mount --bind /etc/reso