Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

0 votes
1 answers
42 views
How can I upgrade to glibc 2.36 or later on PopOS 22.04 LTS?
One of my favorite applications (Anki) now required glibc 2.36 or later for the application to run. Is it possible to upgrade to this version of glibc on PopOS? Is there a more up-to-date APA for the package?
One of my favorite applications (Anki) now required glibc 2.36 or later for the application to run. Is it possible to upgrade to this version of glibc on PopOS? Is there a more up-to-date APA for the package?
newunix (139 rep)
Aug 5, 2025, 09:41 AM • Last activity: Aug 5, 2025, 05:32 PM
0 votes
0 answers
10 views
ASUS Laptop: Bluetooth: hci0: Reading Intel device address failed (-16)
I'm using an ASUS ZenBook 14 (UX3405CA) with an Intel WiFi 7 card. A couple weeks ago, I was running Arch and bluetoothctl worked, but graphical controls like blueman would show that bluetooth was disabled. Recently, I migrated to the PopOS 24.04 alpha since I wanted to test out COSMIC and also have...
I'm using an ASUS ZenBook 14 (UX3405CA) with an Intel WiFi 7 card. A couple weeks ago, I was running Arch and bluetoothctl worked, but graphical controls like blueman would show that bluetooth was disabled. Recently, I migrated to the PopOS 24.04 alpha since I wanted to test out COSMIC and also have a bit more stable OS. Now, regardless of whether I use COSMIC or a stable session like Gnome, bluetooth is completely borked. GUI bluetooth managers are actually worse now (blueman crashes when I try to enable Bluetooth), and bluetoothctl doesn't work anymore. bluetoothctl list yields no output. lsusb does not list any Bluetooth adapters. inxi -bE:
Bluetooth:
  Device-1: Intel driver: btusb type: USB
  Report: hciconfig ID: hci0 rfk-id: 4 state: down
    bt-service: enabled,running rfk-block: hardware: no software: no
    address: 00:00:00:00:00:00
hciconfig:
hci0:	Type: Primary  Bus: USB
	BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
	DOWN
	RX bytes:221 acl:0 sco:0 events:6 errors:0
	TX bytes:28 acl:0 sco:0 commands:6 errors:0
Errors from journalctl -b:
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: DSM reset method type: 0x00
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Reading Intel device address failed (-16)
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0093-0291.sfi
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Boot Address: 0x100800
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Firmware Version: 149-7.25
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Firmware already loaded
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Setting Intel event mask failed (-16)
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Reading supported features failed (-16)
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Error reading debug features
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Fseq status: Success (0x00)
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Fseq executed: 00.00.04.196
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Fseq BT Top: 00.00.04.195
Aug 04 23:59:24 arkel-mars kernel: Bluetooth: hci0: Opcode 0x0c03 failed: -16
Alex Kelley (1 rep)
Aug 5, 2025, 05:27 AM
5 votes
1 answers
2215 views
Chrome still opens Nautilus in spite changing the default file manager to Dolphin in Pop!_OS
Recently, I changed my default file manager from Nautilus to Dolphin in Pop!_OS by this command: ``` xdg-mime default org.kde.dolphin.desktop inode/directory' ``` and checked again which is the default file manager by executing this command: ``` xdg-mime query default inode/directory ``` and I get t...
Recently, I changed my default file manager from Nautilus to Dolphin in Pop!_OS by this command:
xdg-mime default org.kde.dolphin.desktop inode/directory'
and checked again which is the default file manager by executing this command:
xdg-mime query default inode/directory
and I get this output:
org.kde.dolphin.desktop
But, Gogle Chrome still opens Nautilus as the default file manager. I thought of removing it, but doing so will result in potential damage to my system since it is a built-in file. Here is the picture to view the scenario. enter image description here And, instantly when I browsed that picture, Chrome, as usual, used Nautilus to browse the picture. enter image description here Anyway to sort out this issue? I just want to sure that all applications use Dolphin as the default file manager without removing Nautilus. Update: As suggested, I also used xdg-open command to find the default file manager the system is using. And I noticed that, Dolphin opens up automatically with the entered file location.
belmont (328 rep)
May 16, 2021, 08:19 AM • Last activity: Aug 1, 2025, 12:05 AM
1 votes
1 answers
2904 views
How to have separate scaling for two monitors on Pop! OS
I'm brand new to Linux, and I have installed Pop! OS to replace my Windows installation. Enjoying it so far, but having some troubles with high-res monitor scaling. My first monitor is 3440x1440 (21:9 ultrawide) resolution, and my other monitor is 3840:2160(4k). I want to have the ultrawide monitor...
I'm brand new to Linux, and I have installed Pop! OS to replace my Windows installation. Enjoying it so far, but having some troubles with high-res monitor scaling. My first monitor is 3440x1440 (21:9 ultrawide) resolution, and my other monitor is 3840:2160(4k). I want to have the ultrawide monitor be scaled to 100%, but I want the 4k monitor to be scaled to somewhere around 150%-200%. I noticed that in the display settings, I can turn on the fractional scaling, and set scaling separately that way, but when I do so, there is some weird behavior. I noticed that in games, I could set my resolution to 6880x2880. So after messing around, it seems like if I do the fractional scaling, it increases the size of my main monitor, which I do not want to happen, because then gaming is much more difficult performance-wise. So, I want a way that I can have separate scaling between the two that doesn't involve fractional scaling. More over, I tried to use an xrandr command that I found online, and it basically completely broke everything, and made both of my screens act crazy, and I had to reboot. So I'm not super sure that will work either. Any suggestions?
Produces (11 rep)
Jan 26, 2021, 11:27 PM • Last activity: Jul 28, 2025, 07:02 AM
0 votes
2 answers
3476 views
Installing Pop OS on a system having two Hard-disks
I want to change from Windows to Pop OS, I don't want to make a partition and getting a dual boot, just want to say goodbye to Windows, the issue is that I'm not pretty sure if doing this having two Hard-disks (128GB+1TB), so, is it possible that I loose one Hard-disk on the process ? I'm worried to...
I want to change from Windows to Pop OS, I don't want to make a partition and getting a dual boot, just want to say goodbye to Windows, the issue is that I'm not pretty sure if doing this having two Hard-disks (128GB+1TB), so, is it possible that I loose one Hard-disk on the process ? I'm worried to loose the 1TB Hard-disk (currently I'm working on my local C drive (the one of 128GB, so don't know if I can loose the 1TB of storage).
Valentín Berrios (1 rep)
Dec 23, 2020, 04:44 PM • Last activity: Jul 22, 2025, 06:34 AM
2 votes
3 answers
1255 views
Pop os brightness stuck at maximum
So I've encountered this problem every time I installed linux on my laptop. I've asked it before [here][1], but that didn't go well. Now I'v installed Pop OS (22.04) and I'm fully committed to it, it's not dual boot anymore and it's the only OS I currently run. I did try gaming on it and works just...
So I've encountered this problem every time I installed linux on my laptop. I've asked it before here , but that didn't go well. Now I'v installed Pop OS (22.04) and I'm fully committed to it, it's not dual boot anymore and it's the only OS I currently run. I did try gaming on it and works just fine, I actually have no problem right now with it, except the brightness of course xd The situation: Brightness of the screen is stuck at maximum (I think, it's really bright), the actual_brightness file has 100 in it, the brightness slider changes the brightness file (both files on /sys/class/backlight/nvidia_0).
I CAN change the brightness using xrandr --output DP-2 --brightness 0.5 for example, but it won't stay that way and none of the files I mentioned change when I use xrandr.
Also, the keyboard backlight works just fine, I didn't install any RGB related software and it has the default red color but the brightness level is working perfect. Changing the brightness of the keyboard backlight will return the display brightness to maximum, if I've used xrandr before and changed it. What I have done: I did dual boot Pop OS before wiping windows from the laptop, and in dual boot mode, I've changed the permissions of brightness and actual_brightness files (chmod 777), and also tried to manually write numbers in them but it didn't work (Used nano and vim for it, in sudo mode). I've searched for solutions but couldn't find working ones. There were somethings about older versions of nvidia drivers solving these problems, but: 1. I need up to date drivers, because I game on it and can't keep an outdated driver for gaming. Basically everything I need to install (steam, wine, lutris) will update the drivers or need up to date drivers. 2. This problem is not new, I had it every single time I've installed linux on this laptop (multiple times Ubuntu, I think I did manjaro one time and probably Pop OS before), and I think it's something related to how my hardware interacts with linux or something. My specs: ASUS ROG GL503VS, Intel Corei7-7700HQ, Nvidia Geforce GTX 1070 (The only GPU on my laptop, and it is dedicated of course), 1920x1080 144hz GeSync capable display (I don't know if it helps at all).
Software: Pop OS 22.04, nvidia-smi output:
$ nvidia-smi
Mon Nov 20 16:50:39 2023       
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.29.02              Driver Version: 545.29.02    CUDA Version: 12.3     |
|-----------------------------------------+----------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Compute M. |
|                                         |                      |               MIG M. |
|=========================================+======================+======================|
|   0  NVIDIA GeForce GTX 1070        Off | 00000000:01:00.0  On |                  N/A |
| N/A   60C    P0              35W / 115W |    380MiB /  8192MiB |      0%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+
                                                                                         
+---------------------------------------------------------------------------------------+
| Processes:                                                                            |
|  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
|        ID   ID                                                             Usage      |
|=======================================================================================|
|    0   N/A  N/A      2130      G   /usr/lib/xorg/Xorg                          139MiB |
|    0   N/A  N/A      2234      G   /usr/bin/gnome-shell                         57MiB |
|    0   N/A  N/A      5027      G   ...RunOnOsLogin,WebAssemblyTrapHandler       88MiB |
|    0   N/A  N/A      5593      G   ...,WinRetrieveSuggestionsOnlyOnDemand       90MiB |
+---------------------------------------------------------------------------------------+
And uname -r output:
$ uname -r
6.5.6-76060506-generic
If any other information is needed, I can happily give it to you. I'm quite new to linux (despite many tries) and know a thing or two but not much at all. I really want to use it as my main OS, but I think I'm gonna lose my eyes in the process if I can't solve this problem XD. Many thanks in advance.
III_phr (43 rep)
Nov 20, 2023, 01:25 PM • Last activity: Jul 1, 2025, 10:08 PM
0 votes
1 answers
38 views
Persistent virtual audio cables
Currently running Pop!_OS 22.04 LTS X64 I'm extremely new to linux as a whole so I'm sorry if this is a stupid question. I'm attempting to set up virtual audio cables for recording and I've managed to find that using pulseaudio I can have them, but it will not persist through a reboot. I was told to...
Currently running Pop!_OS 22.04 LTS X64 I'm extremely new to linux as a whole so I'm sorry if this is a stupid question. I'm attempting to set up virtual audio cables for recording and I've managed to find that using pulseaudio I can have them, but it will not persist through a reboot. I was told to make a file called default.pa in ~/.config/pulse directory and what I have in there at the moment is
.include /etc/pulse/default.pa
.ifexists module-virtual-sink.so
load-module module-virtual-sink sink_name=VAC_1
load-module module-virtual-sink sink_name=VAC_2
load-module module-virtual-sink sink_name=VAC_3
but it was not working after a reboot and even attempting to format it the same as the command I run in Terminal to make them. The command I am running to make the audio channels normally is
pactl load-module module-virtual-sink sink_name=VAC_1
I'm sure I am doing something wrong but, as I am inexperienced, I am lost.
ScrubLord (11 rep)
Jul 1, 2025, 06:32 AM • Last activity: Jul 1, 2025, 08:41 AM
0 votes
0 answers
17 views
Persistent USB Issues on Pop!_OS 22.04 with Acer Aspire 3 - Logs Included
_OS community, I’m experiencing persistent USB issues on my Acer Aspire 3 running Pop!_OS 22.04, and I’d appreciate some guidance. The problem involves frequent USB controller failures and device disconnections, which don’t occur when I use the same peripherals on Windows 11. I’ve tried multiple tro...
_OS community, I’m experiencing persistent USB issues on my Acer Aspire 3 running Pop!_OS 22.04, and I’d appreciate some guidance. The problem involves frequent USB controller failures and device disconnections, which don’t occur when I use the same peripherals on Windows 11. I’ve tried multiple troubleshooting steps, including updating the kernel, disabling the touchpad, and using a new mouse with a lower polling rate, but the issue persists. **Background** Hardware: Acer Aspire 3 notebook. OS: Pop!_OS 22.04 (based on Ubuntu 22.04). Peripherals: Previously used a Corsair Harpoon RGB PRO (1000Hz polling) and now a YSPRINGTECH USB OPTICAL MOUSE (lower polling rate), plus an internal ELAN050A touchpad. Observation: On Windows 11 (dual-boot), there are no USB problems with the same setup, suggesting a Linux-specific driver or configuration issue. **Symptoms** USB devices disconnect or require resets. The xHCI controller reports errors, especially during resume from suspend. Additional issues with power management, Acer WMI, and SATA links are present, which might be related. **Troubleshooting Attempted** Updated the kernel to the latest HWE version (e.g., 5.15.0-107). Disabled the touchpad (ID 17) using xinput disable 17 to rule out its interference. Switched to a mouse with a lower polling rate (10000us 4 times, consider switching to WQ_UNBOUND [Jun 28 12:35:03] workqueue: power_supply_changed_work hogged CPU for >10000us 5 times, consider switching to WQ_UNBOUND [Jun 29 20:39:47] workqueue: power_supply_changed_work hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND [Jun 29 20:39:56] workqueue: power_supply_changed_work hogged CPU for >10000us 5 times, consider switching to WQ_UNBOUND [Jun 29 20:40:04] workqueue: power_supply_changed_work hogged CPU for >10000us 7 times, consider switching to WQ_UNBOUND [Jun 29 20:40:54] workqueue: power_supply_changed_work hogged CPU for >10000us 11 times, consider switching to WQ_UNBOUND [Jun 28 12:28:18] acer_wmi: Unknown function number - 8 - 0 [Jun 28 12:38:51] acer_wmi: Unknown function number - 8 - 0 [Jun 28 12:38:56] acer_wmi: Unknown function number - 8 - 1 [Jun 29 20:32:37] acer_wmi: Unknown function number - 8 - 0 [Jun 29 20:39:32] acer_wmi: Unknown function number - 8 - 0 [Jun 29 20:39:34] acer_wmi: Unknown function number - 8 - 1 [Jun 29 20:41:03] acer_wmi: Unknown function number - 8 - 0 [Jun 29 20:41:08] acer_wmi: Unknown function number - 8 - 1 [Jun 28 12:38:57] ata1: SATA link down (SStatus 0 SControl 300) [Jun 29 20:39:09] ata1: SATA link down (SStatus 0 SControl 300) [Jun 29 20:41:09] ata1: SATA link down (SStatus 0 SControl 300) [2247.818144] ACPI BIOS Error [13.652880] TSC found unstable ``` I’d love to get advice from the community on how to stabilize the USB subsystem. Could this be a driver issue, a BIOS incompatibility, or a power management problem? Any suggestions on further diagnostics or fixes would be greatly appreciated. I’m hesitant to update the BIOS without confirmation, given the risks. Thanks in advance for your support!
manoel serafim (1 rep)
Jun 30, 2025, 04:43 PM • Last activity: Jun 30, 2025, 10:32 PM
2 votes
2 answers
20500 views
'GLIBC_2.32' not found when using apt and apt-get
I'm using Pop! OS. When running any simple ```apt``` or ```apt-get``` command in the terminal, even something as simple as ```apt --help```, I get an error message ``` apt: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by /lib/x86_64-linux-gnu/libsystemd.so.0) ``` However...
I'm using Pop! OS. When running any simple
or
-get
command in the terminal, even something as simple as
--help
, I get an error message
apt: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.32' not found (required by /lib/x86_64-linux-gnu/libsystemd.so.0)
However, when I enter
--version
it tells me tat I am using GLIBC 2.32. - specifically, it says
lld (Ubuntu GLIBC 2.32-0ubuntu3) 2.32
Every fix I've found online has suggested using something like
apt clean
to clean, update or otherwise fix things, but the Catch-22 here is that
is precisely what I can't use. Is there some sort of manual fix I can do? This issue is making my computer basically unusable, so any help would be greatly appreciated.
Sam Wilkinson (21 rep)
Jul 13, 2021, 06:03 PM • Last activity: Jun 25, 2025, 07:07 PM
2 votes
2 answers
8554 views
Minimize and maximize buttons missing only for certain programs in Pop! OS
Unfortunately, for some but not all programs (Thunderbird, Signal, Libre Office, QGIS) the minimize and maximize were suddenly missing and appear maximized (not full screen. I noticed it suddenly without having installed anything previously). All other programs appear with minimize and maximize butt...
Unfortunately, for some but not all programs (Thunderbird, Signal, Libre Office, QGIS) the minimize and maximize were suddenly missing and appear maximized (not full screen. I noticed it suddenly without having installed anything previously). All other programs appear with minimize and maximize buttons. Since, I have updated my Pop! OS (to Pop!_OS 22.04 LTS) and tried reinstalling the programs as well as changing the settings in GNOME 3, but without any success. Especially for QGIS without the buttons I cannot move the different window of the program and thus can hardly use it.
sit_lilli (21 rep)
Jun 7, 2022, 09:35 AM • Last activity: Jun 16, 2025, 05:45 AM
0 votes
0 answers
42 views
How to install POP OS dual boot with windows on separate drive without erasing data of other drive?
I have windows 11 on 250gb ssd and a 500gb empty hard drive. I want to install POP!os on one of the partition of this Hard drive and let the windows be on the ssd. So while partitioning space to install linux if I select D drive from my HardDisk and does further partitioning there for linux os then...
I have windows 11 on 250gb ssd and a 500gb empty hard drive. I want to install POP!os on one of the partition of this Hard drive and let the windows be on the ssd. So while partitioning space to install linux if I select D drive from my HardDisk and does further partitioning there for linux os then we will get Erase and install option. **Now does this option erase all my data from the ssd also? or only from the drive I selected.** If it does delete then what is the other safer option to not delete the ssd data? Also is this way of partitioning correct or Am I doing anything wrong?
Naseer (1 rep)
Jun 14, 2025, 01:07 PM • Last activity: Jun 14, 2025, 07:27 PM
1 votes
2 answers
2221 views
Automounting LUKS encrypted external usb when device inserted without error or hanging on boot if not present
## Scenario Have an external device, encrypted with LUKS, automatically mount when inserted and not cause any issues if not present on boot. > Most questions on this topic refer to mounting on boot - this is NOT what I am trying to do Additionally, the mountpoint should be protected from accidental...
## Scenario Have an external device, encrypted with LUKS, automatically mount when inserted and not cause any issues if not present on boot. > Most questions on this topic refer to mounting on boot - this is NOT what I am trying to do Additionally, the mountpoint should be protected from accidental writes when the usb device is not present and I can do this with chattr +i ## Problem 1. When the external device is NOT mounted, any attempt to access the mountpoint will hang until timeout - this can cause system instability. 1. When the device is inserted, the passphrase is prompted for and device unlocked, but not mounted. I then have to mount the device manually with mount /mnt/backup or mount /dev/mapper/fit which appears to correctly use the fstab settings. ## Configuration
# /etc/crypttab
fit   UUID=xxxxxxxx-xxxxx-xxxxxxxx-xxxxxxxxxx none luks,noauto
# /etc/fstab
/dev/mapper/fit    /mnt/backup   ext4    noatime,user,noauto,x-systemd.automount,x-systemd.device-timeout=5ms,x-systemd.mount-timeout=100ms    0   0
> I happen to have a Samsung Fit usb flash drive if anyone was wondering about the name ## Accessing the mountpoint when the external device is NOT present
# Accessing the mountpoint when the drive is NOT plugged in
andy@pop-os:mnt$ ll
ls: cannot access 'backup': No such device
total 0
d????????? ? ? ? ?            ? backup/

andy@pop-os:mnt$ mountpoint /mnt/backup
/mnt/backup is a mountpoint
# journalctl
Jan 21 16:33:34 pop-os systemd: mnt-backup.automount: Got automount request for /mnt/backup, triggered by 5192 (ls)
Jan 21 16:33:34 pop-os systemd: dev-mapper-fit.device: Job dev-mapper-fit.device/start timed out.
Jan 21 16:33:34 pop-os systemd: Timed out waiting for device /dev/mapper/fit.
Jan 21 16:33:34 pop-os systemd: Dependency failed for /mnt/backup.
Jan 21 16:33:34 pop-os systemd: mnt-backup.mount: Job mnt-backup.mount/start failed with result 'dependency'.
Jan 21 16:33:34 pop-os systemd: dev-mapper-fit.device: Job dev-mapper-fit.device/start failed with result 'timeout'.
### Normal Removal Processes
# Absolute path is required if not using sudo (user was set in fstab)
andy@pop-os:mnt$ umount /mnt/backup

andy@pop-os:mnt$ sudo cryptsetup close fit

andy@pop-os:mnt$ sudo eject /dev/sdx
### Temporary Resolution I can unmount the mountpoint (even though no device is mounted anyway) to temporarly fix this issue but it will come back after a system reboot or after mounting/ummounting the device again.
andy@pop-os:mnt$ sudo umount backup

andy@pop-os:mnt$ ll
total 4.0K
drwxr-xr-x 2 root root 4.0K Jan 19 10:16 backup/

andy@pop-os:mnt$ lsattr
----i---------e------- ./backup

andy@pop-os:~$ mountpoint /mnt/backup
/mnt/backup is not a mountpoint
If I use noauto and don't include x-systemd.automount then I avoid the problem of the directory being a mountpoint on boot when no device is present, but I also don't get automounting - although the device still unlocks. ## Mounting the external device Passphrase is prompted for and device unlocked
andy@pop-os:mnt$ lsblk -f
NAME            FSTYPE      FSVER    LABEL     UUID                                   FSAVAIL FSUSE% MOUNTPOINTS
sdb             crypto_LUKS 2                  xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx                  
└─fit           ext4        1.0                yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy                  

andy@pop-os:mnt$ ll backup/
ls: cannot access 'backup/': No such device
> Note that MOUNTPOINTS is empty
# journalctl -f
Jan 21 17:17:26 pop-os kernel: usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
Jan 21 17:17:26 pop-os kernel: usb 6-2: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
Jan 21 17:17:26 pop-os kernel: usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 21 17:17:26 pop-os kernel: usb 6-2: Product: Flash Drive FIT
Jan 21 17:17:26 pop-os kernel: usb 6-2: Manufacturer: Samsung
Jan 21 17:17:26 pop-os kernel: usb 6-2: SerialNumber: 0123456789123
Jan 21 17:17:26 pop-os kernel: usb-storage 6-2:1.0: USB Mass Storage device detected
Jan 21 17:17:26 pop-os kernel: scsi host7: usb-storage 6-2:1.0
Jan 21 17:17:26 pop-os mtp-probe: checking bus 6, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/usb6/6-2"
Jan 21 17:17:26 pop-os mtp-probe: bus: 6, device: 2 was not an MTP device
Jan 21 17:17:26 pop-os mtp-probe: checking bus 6, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:0b:00.4/usb6/6-2"
Jan 21 17:17:26 pop-os mtp-probe: bus: 6, device: 2 was not an MTP device
Jan 21 17:17:29 pop-os kernel: scsi 7:0:0:0: Direct-Access     Samsung  Flash Drive FIT  1100 PQ: 0 ANSI: 6
Jan 21 17:17:29 pop-os kernel: sd 7:0:0:0: Attached scsi generic sg1 type 0
Jan 21 17:17:29 pop-os kernel: sd 7:0:0:0: [sdb] 501253132 512-byte logical blocks: (257 GB/239 GiB)
Jan 21 17:17:29 pop-os kernel: sd 7:0:0:0: [sdb] Write Protect is off
Jan 21 17:17:29 pop-os kernel: sd 7:0:0:0: [sdb] Mode Sense: 43 00 00 00
Jan 21 17:17:29 pop-os kernel: sd 7:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesnt support DPO or FUA
Jan 21 17:17:29 pop-os kernel:  sdb: sdb1
Jan 21 17:17:29 pop-os kernel: sd 7:0:0:0: [sdb] Attached SCSI removable disk
Jan 21 17:17:41 pop-os systemd: Starting Cryptography Setup for fit...
Jan 21 17:17:41 pop-os systemd-cryptsetup: Volume fit already active.
Jan 21 17:17:41 pop-os systemd: Finished Cryptography Setup for fit.
Jan 21 17:17:41 pop-os systemd: Reached target Block Device Preparation for /dev/mapper/fit.
Jan 21 17:17:41 pop-os gnome-shell: Unable to mount volume 257 GB Encrypted: Gio.IOErrorEnum: Operation was cancelled
Jan 21 17:17:41 pop-os udisksd: Unlocked device /dev/sdb1 as /dev/dm-4
> Note that the second to last line "Operation was cancelled" is happening just before udisksd reports "Unlock device..." I've tried this with two different devices, one with whole disk block encryption and the other with an encrypted partition, it makes no difference. Sometimes moments later...
andy@pop-os:mnt$ mount /mnt/backup
mount: /mnt/backup: /dev/mapper/fit already mounted on /mnt/backup.
... but usually this just mounts the device as expected. ## Other Issues - If I do not set [x-systemd.device-timeout](https://www.freedesktop.org/software/systemd/man/systemd.mount.html#x-systemd.automount) to something much less than the default 90s then my system will slowly become unresponsive and then crash. I thought systemd might be timing out waiting for me to type in my passphrase but longer timeouts didn't seem to help - I copied the configuration from an old Ubuntu 22.04 system to Pop!_OS 22.04, I would sometimes see the question marks while listing the directory in the unmounted state but the auto-mount worked perfectly. On the old system I didn't set the immutable attribute on the mountpoint. ## Related - [mount-error-when-automounting-a-luks-encrypted-usb-flashdrive](https://unix.stackexchange.com/questions/281349/mount-error-when-automounting-a-luks-encrypted-usb-flashdrive) - different errors and method of mounting - [Automounting USB sticks on Debian](https://unix.stackexchange.com/a/346830/458741) - uses a slightly different method with nofail instead of noauto but unfortunately doesn't answer my question - I can get more information with systemctl show mnt-backup.mount but this hasn't helped me - The man page for [fstab](https://wiki.archlinux.org/title/fstab) says what to do for external devices but these settings don't auto mount the device and do cause the boot process to hang --- So, why does accessing the mountpoint try to access the device after it has been unmounted resulting in ?????????, and why does it not automount correctly when the device is inserted? Between the old fstab and new systemd I can't seem to find the magic variables. Would also be useful to know why the system crashes if I don't set the device timeout? --- ### Update August 2023 [mount-vs-automount-systemd-units...](https://unix.stackexchange.com/questions/570958/mount-vs-automount-systemd-units-which-one-to-use-for-what) explains the ????? as the .automount unit attempts to open the mountpoint on access. I have still been unable to achieve the behaviour I want though, and wonder if it because without configuring anything udev is used and then the only problem is being able to customise the directory used as a mountpoint. As soon as an fstab entry is made, /run/systemd/generator systemd units are made and the behaviour changes. There also seems to be a problem on my new system with plymouth as this spits out errors while systemd uses 100% CPU and hangs the system. This doesn't happen on my old laptop.
a2k42 (131 rep)
Jan 22, 2023, 12:21 AM • Last activity: Jun 10, 2025, 01:06 PM
1 votes
1 answers
271 views
Realtek RTL8822CE WiFi not working - Pop_OS 22.04
I'm having trouble getting WiFi working on **Pop!_OS 22.04** with a **Realtek RTL8822CE** card. It worked fine until recently but now: - WiFi randomly disconnects - Sometimes the WiFi option disappears from settings - `lshw` shows it as **UNCLAIMED** --- ### Here is my system info - **OS**: Pop!_OS...
I'm having trouble getting WiFi working on **Pop!_OS 22.04** with a **Realtek RTL8822CE** card. It worked fine until recently but now: - WiFi randomly disconnects - Sometimes the WiFi option disappears from settings - lshw shows it as **UNCLAIMED** --- ### Here is my system info - **OS**: Pop!_OS 22.04 - **Kernel**: 6.12.10-76061203-generic - **Wi-Fi Card**: Realtek RTL8822CE (03:00.0)
$ lspci | grep -i network
03:00.0 Network controller: Realtek RTL8822CE 802.11ac PCIe Wireless Network Adapter

$ sudo lshw -C network
*-network UNCLAIMED
     description: Network controller
     product: RTL8822CE
     vendor: Realtek Semiconductor
     configuration: latency=0
--- ### What I have tried **Installing DKMS driver**:
sudo apt install rtl8821ce-dkms
But it fails with:
Building for 6.12.10-76061203-generic
Building initial module for 6.12.10-76061203-generic
ERROR (dkms apport): kernel package linux-headers-6.12.10-76061203-generic is not supported
Error! Bad return status for module build on kernel: 6.12.10-76061203-generic (x86_64)
Consult /var/lib/dkms/rtl8821ce/5.5.2.1/build/make.log for more information.
dpkg: error processing package rtl8821ce-dkms (--configure):
 installed rtl8821ce-dkms package post-installation script subprocess returned error exit status 10
Errors were encountered while processing:
 rtl8821ce-dkms
sh: 0: getcwd() failed: No such file or directory
E: Sub-process /usr/bin/dpkg returned an error code (1)
If anyone has ideas (different drivers, kernel headers, workarounds, etc.), I’d really appreciate the help. Happy to provide more logs if needed.
VivaciousCucumber (11 rep)
Apr 15, 2025, 05:26 PM • Last activity: Jun 6, 2025, 01:06 PM
1 votes
1 answers
8674 views
How do I switch between my audio output devices? (Pop!_os)
I am using Pop!_OS, installed it a few days ago. I have two audio output devices (correction: read #1 under the post) connected to my PC, one to the 3.5mm audio jack in the front panel and one to the same in the back panel. In the front panel I have my headphones connected and in the back panel I ha...
I am using Pop!_OS, installed it a few days ago. I have two audio output devices (correction: read #1 under the post) connected to my PC, one to the 3.5mm audio jack in the front panel and one to the same in the back panel. In the front panel I have my headphones connected and in the back panel I have my stereo speakers connected. I want to be able to switch between the two devices (correction: read #1) like I do on Windows. But I am not able to achieve the same on Linux. (I do not want to be able to play audio from both the devices at once, I don't care about that. I want to be able to switch the output devices with audio playing from only one of them) works kinda like a phone, if I pull my headphones out it automatically starts playing audio from the speakers but as soon as I plug them back in, the audio switches to headphones. Basically my PC is not recognizing headphones and speakers as two separate output devices. Even in settings, only the headphones are available in the list of output devices and line in only appears if I pull my headphones out. Then it starts showing "line in". It works absolutely fine on Windows tho. Note: Don't freak out after seeing Pop!_OS mentioned it's very similar to stock Ubuntu just with better and more functional features. # 1: Someone told me that what I wanna do is not to switch between different audio output devices but rather different audio sinks or jacks connected to the same audio output device. Meaning, my headphone and speakers are not the audio devices, my sound card is which has two different sinks or jacks that my speakers and headphones are connected to. So I don't want to swtich output devicrs, I want to switch audio sinks or jacks.
Sbavert (63 rep)
Apr 26, 2020, 01:48 AM • Last activity: May 28, 2025, 11:00 PM
0 votes
1 answers
2325 views
Pop!_OS apt failure due to "No space left on device" error for /boot/efi
I basically can't use `apt` without running into an error since this morning as all calls will result in the error: `kernelstub.Installer : ERROR Couldn't copy the initrd onto the ESP!`. I'm using Pop!_OS based on Ubuntu 20.04.2 LTS x86_64. Following the traceback, it looks like the problem is the f...
I basically can't use apt without running into an error since this morning as all calls will result in the error: kernelstub.Installer : ERROR Couldn't copy the initrd onto the ESP!. I'm using Pop!_OS based on Ubuntu 20.04.2 LTS x86_64. Following the traceback, it looks like the problem is the following: OSError: [Errno 28] No space left on device: '/boot/initrd.img-5.11.0-7614-generic' -> '/boot/efi/EFI/Ubuntu-22666039-42da-4b29-8575-b464fa505439/initrd.img' I tried removing old kernels using sudo apt-get autoremove linux-image-5.11.0-7612-generic as suggested [here](https://askubuntu.com/a/223249/570716) and sudo apt --purge autoremove as suggested [here](https://www.cyberciti.biz/faq/ubuntu-18-04-remove-all-unused-old-kernels/) . Both times the same update is attempted and fails. Here is the full call:
update-initramfs: Generating /boot/initrd.img-5.11.0-7614-generic
cryptsetup: WARNING: Resume target cryptswap uses a key file
kernelstub.Config    : INFO     Looking for configuration...
kernelstub           : INFO     System information: 

    OS:..................Ubuntu 20.04
    Root partition:....../dev/nvme0n1p3
    Root FS UUID:........22666039-42da-4b29-8575-b464fa505439
    ESP Path:............/boot/efi
    ESP Partition:......./dev/nvme0n1p1
    ESP Partition #:.....1
    NVRAM entry #:.......-1
    Boot Variable #:.....0000
    Kernel Boot Options:.quiet loglevel=0 systemd.show_status=false splash
    Kernel Image Path:.../boot/vmlinuz-5.11.0-7614-generic
    Initrd Image Path:.../boot/initrd.img-5.11.0-7614-generic
    Force-overwrite:.....False

kernelstub.Installer : INFO     Copying Kernel into ESP
kernelstub.Installer : INFO     Copying initrd.img into ESP
kernelstub.Installer : ERROR    Couldn't copy the initrd onto the ESP!
This is a critical error and we cannot continue. Check your settings to see if there is a typo. Otherwise, check permissions and try again.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/kernelstub/installer.py", line 247, in copy_files
    shutil.copy(src, dest)
  File "/usr/lib/python3.8/shutil.py", line 415, in copy
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.8/shutil.py", line 272, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/usr/lib/python3.8/shutil.py", line 163, in _fastcopy_sendfile
    raise err from None
  File "/usr/lib/python3.8/shutil.py", line 149, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/boot/initrd.img-5.11.0-7614-generic' -> '/boot/efi/EFI/Ubuntu-22666039-42da-4b29-8575-b464fa505439/initrd.img'
Here is the output of df -H:
Filesystem      Size  Used Avail Use% Mounted on
udev             17G     0   17G   0% /dev
tmpfs           3.4G  4.2M  3.4G   1% /run
/dev/nvme0n1p3  483G  226G  233G  50% /
tmpfs            17G  128M   17G   1% /dev/shm
tmpfs           5.3M     0  5.3M   0% /run/lock
tmpfs            17G     0   17G   0% /sys/fs/cgroup
/dev/loop0       34M   34M     0 100% /snap/snapd/11402
/dev/loop2       34M   34M     0 100% /snap/snapd/11588
/dev/loop1       59M   59M     0 100% /snap/core18/1988
/dev/loop3       59M   59M     0 100% /snap/core18/1997
/dev/nvme0n1p2  4.3G  2.6G  1.8G  60% /recovery
/dev/nvme0n1p1  522M  522M     0 100% /boot/efi
/dev/sda1       984G  910G   25G  98% /mnt/data
tmpfs           3.4G   25k  3.4G   1% /run/user/1000
And these are the kernels:
sudo dpkg --list | egrep -i --color 'linux-image|linux-headers'
ii  linux-headers-5.11.0-7612                     5.11.0-7612.13~1617215757~20.04~97a8d1a                   all          Header files related to Linux kernel version 5.11.0
ii  linux-headers-5.11.0-7612-generic             5.11.0-7612.13~1617215757~20.04~97a8d1a                   amd64        Linux kernel headers for version 5.11.0 on 64 bit x86 SMP
ii  linux-headers-5.11.0-7614                     5.11.0-7614.15~1618626693~20.04~ecb25cd                   all          Header files related to Linux kernel version 5.11.0
ii  linux-headers-5.11.0-7614-generic             5.11.0-7614.15~1618626693~20.04~ecb25cd                   amd64        Linux kernel headers for version 5.11.0 on 64 bit x86 SMP
ii  linux-headers-5.8.0-7642                      5.8.0-7642.47~1614007149~20.04~82fb226                    all          Header files related to Linux kernel version 5.8.0
ii  linux-headers-5.8.0-7642-generic              5.8.0-7642.47~1614007149~20.04~82fb226                    amd64        Linux kernel headers for version 5.8.0 on 64 bit x86 SMP
ii  linux-headers-generic                         5.11.0.7614.15~1618626693~20.04~ecb25cd                   amd64        Generic Linux kernel headers
rc  linux-image-5.11.0-7612-generic               5.11.0-7612.13~1617215757~20.04~97a8d1a                   amd64        Linux kernel image for version 5.11.0 on 64 bit x86 SMP
ii  linux-image-5.11.0-7614-generic               5.11.0-7614.15~1618626693~20.04~ecb25cd                   amd64        Linux kernel image for version 5.11.0 on 64 bit x86 SMP
rc  linux-image-5.4.0-7642-generic                5.4.0-7642.46~1598628707~20.04~040157c                    amd64        Linux kernel image for version 5.4.0 on 64 bit x86 SMP
rc  linux-image-5.8.0-7630-generic                5.8.0-7630.32~1609193707~20.04~781bb80                    amd64        Linux kernel image for version 5.8.0 on 64 bit x86 SMP
rc  linux-image-5.8.0-7642-generic                5.8.0-7642.47~1614007149~20.04~82fb226                    amd64        Linux kernel image for version 5.8.0 on 64 bit x86 SMP
ii  linux-image-generic                           5.11.0.7614.15~1618626693~20.04~ecb25cd                   amd64        Generic Linux kernel image
Any ideas how to fix this?
JBGruber (101 rep)
May 5, 2021, 08:04 AM • Last activity: May 22, 2025, 04:09 AM
3 votes
1 answers
3998 views
Unable to install GNOME Extensions on Pop!_OS 22.04
I'm running Pop!_OS 22.04 LTS with the GNOME version 42.5 on a X11 Framework Laptop. In the Extensions Manager (Version 0.4.0) I can browse extensions and click on install but they won't install and will provide no feedback. On extensions.gnome.org I can click on the on switch, it will prompt me to...
I'm running Pop!_OS 22.04 LTS with the GNOME version 42.5 on a X11 Framework Laptop. In the Extensions Manager (Version 0.4.0) I can browse extensions and click on install but they won't install and will provide no feedback. On extensions.gnome.org I can click on the on switch, it will prompt me to install the package but it won't really install it. On the website I see a banner telling me "Your native host connector do not support following APIs: v6. Probably you should upgrade native host connector or install plugins for missing APIs. Refer documentation for instructions.". I have actually installed the gnome-shell-extension-manager@0.3.0-0ubuntu2.1, gnome-shell-extensions@42.1-0ubuntu1, chrome-gnome-shell@10.1-5 but it still doesn't install the extensions. I am kind of stuck. Any idea what could solve this? Any help is appreciated! Thx!
Vogelino (31 rep)
Nov 28, 2022, 05:06 PM • Last activity: May 15, 2025, 07:09 AM
4 votes
1 answers
4674 views
systemd-timesyncd: Timed out
I'm struggling to synchronize my system clock on Pop OS 21.04. I've read a lot of posts on the subject but it doesn't seem to help. my system clock are not synchronized, which caused issues with loading some resources (e.g. gitlab) ``` $ timedatectl Local time: Sat 2021-10-09 23:02:20 CEST Universal...
I'm struggling to synchronize my system clock on Pop OS 21.04. I've read a lot of posts on the subject but it doesn't seem to help. my system clock are not synchronized, which caused issues with loading some resources (e.g. gitlab)
$ timedatectl 
               Local time: Sat 2021-10-09 23:02:20 CEST
           Universal time: Sat 2021-10-09 21:02:20 UTC
                 RTC time: Sat 2021-10-09 21:02:21
                Time zone: Europe/Madrid (CEST, +0200)
System clock synchronized: no
              NTP service: active
          RTC in local TZ: no
my timesyncd.conf looks as following
[Time]
NTP=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org
FallbackNTP=ntp.ubuntu.com
RootDistanceMaxSec=5
PollIntervalMinSec=32
PollIntervalMaxSec=2048
I've changed NTP servers several time, used IPs and different servers but no matter what I do I always end up with:
$ systemctl status systemd-timesyncd
● systemd-timesyncd.service - Network Time Synchronization
     Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2021-10-09 22:42:10 CEST; 23min ago
       Docs: man:systemd-timesyncd.service(8)
   Main PID: 9955 (systemd-timesyn)
     Status: "Connecting to time server 162.159.200.123:123 (1.pool.ntp.org)."
      Tasks: 2 (limit: 37919)
     Memory: 1.1M
     CGroup: /system.slice/systemd-timesyncd.service
             └─9955 /lib/systemd/systemd-timesyncd

Oct 09 22:55:08 pop-os systemd-timesyncd: Timed out waiting for reply from 69.164.213.136:123 (0.pool.ntp.org).
Oct 09 22:55:18 pop-os systemd-timesyncd: Timed out waiting for reply from 82.64.172.48:123 (0.pool.ntp.org).
Oct 09 22:55:29 pop-os systemd-timesyncd: Timed out waiting for reply from 85.25.128.62:123 (0.pool.ntp.org).
Oct 09 22:55:39 pop-os systemd-timesyncd: Timed out waiting for reply from 216.197.228.230:123 (0.pool.ntp.org).
Oct 09 22:55:49 pop-os systemd-timesyncd: Timed out waiting for reply from 185.132.136.116:123 (1.pool.ntp.org).
Oct 09 22:55:59 pop-os systemd-timesyncd: Timed out waiting for reply from 5.56.160.3:123 (1.pool.ntp.org).
Oct 09 22:56:10 pop-os systemd-timesyncd: Timed out waiting for reply from 162.159.200.123:123 (2.pool.ntp.org).
Oct 09 22:56:20 pop-os systemd-timesyncd: Timed out waiting for reply from 185.18.52.78:123 (2.pool.ntp.org).
Oct 09 23:05:02 pop-os systemd-timesyncd: Timed out waiting for reply from 51.38.162.10:123 (0.pool.ntp.org).
Oct 09 23:05:13 pop-os systemd-timesyncd: Timed out waiting for reply from 90.165.120.190:123 (0.pool.ntp.org).
AFAIK it uses 123 udp port to send requests, I don't have any firewall and it seems it's accessible
$ nc -vzu 0.pool.ntp.org 123
Connection to 0.pool.ntp.org (90.165.120.190) 123 port [udp/ntp] succeeded!
any help on how to synchronize system clock?
Pavel K (141 rep)
Oct 9, 2021, 09:13 PM • Last activity: May 15, 2025, 05:08 AM
0 votes
0 answers
79 views
Rewrite the original /boot/efi esp partition and selected a previous pop os partition no formatting
[![enter image description here][1]][1] So I have win 11 and pop os dual installed on the same drive. I switched between them from boot menu, but suddenly I couldn't find pop os in the menu, probably because of my corrupted USB flasg drive I removed without ejecting while it was getting scanned by a...
enter image description here So I have win 11 and pop os dual installed on the same drive. I switched between them from boot menu, but suddenly I couldn't find pop os in the menu, probably because of my corrupted USB flasg drive I removed without ejecting while it was getting scanned by a badblocks command. I tried to access my pop os partition from windows through a program, and my files were there but the /boot/efi folder was empty.So I'm trying to add a new bootloader in the ESP That was already there by trying to install new pop os, but without erasing my root partition. But I'm afraid to continue sinvlce the option says erase and install. Do you think I should continue?
stack programming (1 rep)
May 6, 2025, 12:39 PM • Last activity: May 6, 2025, 12:41 PM
0 votes
0 answers
32 views
Pop!_OS 24.04 LTS x86_64; DE: COSMIC open lanucher shortcut change problem
I'm using: Pop!_OS 24.04 LTS x86_64; DE: COSMIC I wanted to change my shortcut for opening launcher to Alt+Space: [![enter image description here][1]][1] [1]: https://i.sstatic.net/biP119Ur.png Each time I do that it erases and don't allow me to switch to this given combination with Space. For insta...
I'm using: Pop!_OS 24.04 LTS x86_64; DE: COSMIC I wanted to change my shortcut for opening launcher to Alt+Space: enter image description here Each time I do that it erases and don't allow me to switch to this given combination with Space. For instance I was changing other shortcuts without any problems; yet I could also switch that shortcut but I wasn't allow for any combination including Space. Is it known issue that you cannot use Space for shortcut or is there any workaround?
kobas (1 rep)
May 5, 2025, 08:42 PM
0 votes
0 answers
32 views
Pop_OS defaults to headphones when headphones are not connected, it should switch to built-in laptop speakers by default
All of a sudden, my laptop decided to detect headphones when no headphones are connected. [![fastfetch][1]][1] I have tried using `pavucontrol` which shows `speakers (unavailable)`. Even though moving the volume makes the sound come out of the built-in speakers (suggesting that the speakers do work!...
All of a sudden, my laptop decided to detect headphones when no headphones are connected. fastfetch I have tried using pavucontrol which shows speakers (unavailable). Even though moving the volume makes the sound come out of the built-in speakers (suggesting that the speakers do work!,right?) pavucontrol Though the headphones still remain mistakenly connected. only-headphones I also tried using hdajackretask as suggested in the post here though it seemed confusing and I am not sure how to read the output from
/proc/asound/card*/codec\#*
But this is what I got https://pastebin.com/Z117DbR6 However doing grep -i jack gives me
Pin Default 0x03211020: [Jack] HP Out at Ext Left
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
I think it says HDMI, because I use the thunderbolt jack in my laptop to connect to my monitor. (Though I am not sure, because the port it connects to in the monitor is a DisplayPort specifically) Any help would be greatly appreciated. I am new to linux, minor troubleshoots are fine for me, however this time I am not sure if this is even a hardware issue or not.
ray_lv (1 rep)
May 3, 2025, 08:26 PM
Showing page 1 of 20 total questions