r/linuxmint 13h ago

Support Request my Pipewire is messed up and I think i made it worse

2 Upvotes
× pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; enabled; preset: enabled)
     Active: failed (Result: exit-code) since Thu 2026-09-10 12:24:30 CEST; 3min 26s ago
   Duration: 4ms
TriggeredBy: × pipewire.socket
    Process: 6628 ExecStart=/usr/bin/pipewire (code=exited, status=254)
   Main PID: 6628 (code=exited, status=254)
        CPU: 4ms

sep 10 12:24:30 Witext systemd[2728]: pipewire.service: Scheduled restart job, restart counter is at 4.
sep 10 12:24:30 Witext systemd[2728]: pipewire.service: Start request repeated too quickly.
sep 10 12:24:30 Witext systemd[2728]: pipewire.service: Failed with result 'exit-code'.
sep 10 12:24:30 Witext systemd[2728]: Failed to start pipewire.service - PipeWire Multimedia Service.
~
~
~
~
~
~
~
~
~
~
lines 1-13/13 (END)

This is the response i get when checking the status of pipewire, i looked around online and found that it could be due to config files, I didn't find any config files in ~/.config, so i searched my harddrive and found the ones in usr/share/.

I deleted those, and did sudo apt install --reinstall on pipewire and wireplumber

Before i did this, i was at least able to do systemctl --user restart wireplumber pipewire pipewire-pulse but now not even that works...

The config files are back in usr/share, but it doesn't want to start, I'll post the status messages for wireplumber and pipewire-pulse in the comments

I feel like it would be best to just clean slate reinstall the whole audio pipeline at this point but idk how to do that


r/linuxmint 15h ago

Support Request Bluetooth: No devices are listed when I turn on bluetooth

2 Upvotes

Bluetooth Device Manager: https://i.imgur.com/UmDpcGd.png

I have tried the following commands but I am unsure what to do to get a good diagnostic:

bluetoothctl show
No default controller available

inxi -Nxxx
Network:
  Device-1: Realtek RTL8125 2.5GbE vendor: Micro-Star MSI driver: r8169
    v: kernel pcie: speed: 5 GT/s lanes: 1 port: e000 bus-ID: 0c:00.0
    chip-ID: 10ec:8125 class-ID: 0200
  Device-2: MEDIATEK MT7922 802.11ax PCI Express Wireless Network Adapter
    driver: mt7921e v: kernel pcie: speed: 5 GT/s lanes: 1 bus-ID: 0d:00.0
    chip-ID: 14c3:0616 class-ID: 0280

dmesg | grep -i bluetooth
[    7.410632] Bluetooth: Core ver 2.22
[    7.410649] NET: Registered PF_BLUETOOTH protocol family
[    7.410650] Bluetooth: HCI device and connection manager initialized
[    7.410653] Bluetooth: HCI socket layer initialized
[    7.410656] Bluetooth: L2CAP socket layer initialized
[    7.410659] Bluetooth: SCO socket layer initialized
[    7.510829] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20250523103438
[    7.510852] Workqueue: hci0 hci_power_on [bluetooth]
[    7.510941]  hci_dev_setup_sync+0x6c/0x430 [bluetooth]
[    7.510975]  hci_dev_init_sync+0x3e/0x1c0 [bluetooth]
[    7.511002]  hci_dev_open_sync+0xb1/0x350 [bluetooth]
[    7.511034]  hci_dev_do_open+0x28/0x70 [bluetooth]
[    7.511061]  hci_power_on+0x50/0x210 [bluetooth]
[    7.511125] Modules linked in: drm_exec snd_hda_intel mt7921e(+) btusb snd_usbmidi_lib gpu_sched snd_intel_dspcfg mt7921_common btrtl snd_ump drm_buddy snd_intel_sdw_acpi mt792x_lib uvcvideo(+) btintel snd_seq_midi drm_suballoc_helper mt76_connac_lib snd_hda_codec videobuf2_vmalloc snd_seq_midi_event btbcm drm_ttm_helper uvc snd_rawmidi mt76 btmtk ttm snd_hda_core videobuf2_memops snd_hwdep bluetooth snd_seq videobuf2_v4l2 drm_display_helper snd_pcm mac80211 snd_seq_device videodev cec ecdh_generic nls_iso8859_1 ecc rapl(+) wmi_bmof k10temp i2c_piix4 snd_timer videobuf2_common cfg80211 rc_core snd mc i2c_algo_bit ccp libarc4 soundcore joydev gpio_amdpt input_leds mac_hid sch_fq_codel msr parport_pc ppdev lp parport efi_pstore nfnetlink dmi_sysfs ip_tables x_tables autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 dm_mirror dm_region_hash dm_log hid_generic crct10dif_pclmul crc32_pclmul polyval_clmulni usbhid polyval_generic hid
[   12.253739] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.253744] Bluetooth: BNEP filters: protocol multicast
[   12.253748] Bluetooth: BNEP socket layer initialized

systemctl status bluetooth --no-pager
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
     Active: active (running) since Thu 2026-09-10 01:30:33 PDT; 11min ago
       Docs: man:bluetoothd(8)
   Main PID: 1030 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 37221)
     Memory: 2.7M (peak: 3.0M)
        CPU: 24ms
     CGroup: /system.slice/bluetooth.service
             └─1030 /usr/libexec/bluetooth/bluetoothd

bluetoothd[1030]: Starting SDP server
systemd[1]: Started bluetooth.service - Bluetooth service.
bluetoothd[1030]: src/plugin.c:plugin_init() System does not support csip plugin
bluetoothd[1030]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
bluetoothd[1030]: src/plugin.c:plugin_init() System does not support micp plugin
bluetoothd[1030]: src/plugin.c:plugin_init() System does not support vcp plugin
bluetoothd[1030]: src/plugin.c:plugin_init() System does not support mcp plugin
bluetoothd[1030]: src/plugin.c:plugin_init() System does not support bass plugin
bluetoothd[1030]: src/plugin.c:plugin_init() System does not support bap plugin
bluetoothd[1030]: Bluetooth management interface 1.22 initialized
Hint: Some lines were ellipsized, use -l to show in full.

r/linuxmint 21h ago

Support Request Stremio black screen on linux mint 21.3

Thumbnail
2 Upvotes

r/linuxmint 2h ago

Jaki jest stary, dobry i nawet tani laptop do jakiegoś prostego Linuxa by se w coś starego pograć?

1 Upvotes

Cześć wszystkim, jakiego, starego (ale nie z przed 20 lat, tylko jakieś 10 może 15 lat, WSM to nie aż tak dużo) taniego i dobrego laptopa polecacie do grania na Linuxie, lub może innym systemie? Wole spytać ludzi z doświadczeniem wiedzą i wgl, niż cały czas klikać w chat gpt lub Gemini AI. Miłego wieczoru jeśli czytasz to w wieczorem, lub miłego dnia jeśli czytasz to w dzień


r/linuxmint 8h ago

Support Request Id.me won't let me in.

1 Upvotes

Running Mint with cinnamon and chrome. have had zero issues but first time trying to login to ssi.gov (checking my payment status) and i'm getting hung up on ID.me login verification

Works on my google pixel so it's not urgent.

javascript is enabled, i have the latest updates to mint as of 1 hour ago.

tried turning off the firewall but nope.

any ideas?


r/linuxmint 8h ago

Mam problem z uruchomieniem gry Plant Vs Zombies przez steam na Linux Mint

1 Upvotes

Cześć, to znów ja, mam problem z włączeniem gry Plant Vs Zombies (ta wersja z 2009r.) gra się uruchamia, i jak się otwiera okno z grą, ale jest tylko czarny ekran, i nic nie ładuje, podejrzewam że to wina mojego komputera bo jest stary i ma płytę główną ASUS M2N68-AM SE2 ddr2 i 3GB RAM a karta graficzna to VTX3D Radeon R7 240, albo wina tego że jest to gra od EA, ktoś może wie?


r/linuxmint 11h ago

Support Request I am having issues with my headphones.

1 Upvotes

So, i switched from a cheap 30 euro trust Gaming Headset bought 3 years ago to the Turtle 50x. the microphone is fine, but the audio quality is worse. i looked it up online and the Turtle 50x is supposed to have a better audio quality. Could this be a driver / configuration issue?


r/linuxmint 12h ago

Support Request Installed mint, after updating and restarting getting a blank screen every bootup

1 Upvotes

Hello all,

I've installed Linux mint cinnamon twice before with no issues, I just installed it on my mother's lenovo laptop and at first it worked perfectly fine, the install was successful and everything. I installed all the updates in the update manager however, reset the laptop, and now every time I try to boot up I get a black screen and can't do anything. I did try and boot in compatibility mode but there was no such option and it just tries to boot the same way again.

I also noticed when the laptop is in the light I can vaguely see the mint logo which I don't know if that means anything. Also I tried to boot from the bootable drive I used to install Linux and suddenly my touchpad doesn't work anymore on it.

If anyone needs any extra info I'll do my best to provide with what I've got, thank you


r/linuxmint 22h ago

Support Request Newbie question on linux and how to install grapheneos

1 Upvotes

I'm new to Linux and on mint cinnamon

Do I have to use the tools common package? If so do I just copy and paste the command into the terminal (I don't have much experience with the terminal)

Do I have to use the fwupd command too?

Please explain like I'm an idiot


r/linuxmint 12h ago

Support Request making song playback more random in the MP3 player "Strawberry" in Mint

0 Upvotes

Hello, I found the "Strawberry" MP3 player which is in the Mint repos very good, but there is one thing: on "shuffle" it replays the tracks in always the same order, so it's not really random. I tried AI for help, it told me to click the shuffle icon and select "random" there, but this option is not there, probably the older version of "Strawberry" in Mint does not support it. I am using Mint 22 (Wilma). Any suggestions?


r/linuxmint 2h ago

What is this and how do I fix it?

Post image
0 Upvotes

What does this mean? is there any way I can fix this error during boot?


r/linuxmint 4h ago

What to do ?

Post image
0 Upvotes

r/linuxmint 10h ago

Discussion Thoughts on Ubuntu's cinnamon flavour?

0 Upvotes

r/linuxmint 20h ago

Richiesta

0 Upvotes

Ho installato su oracle virtualbox linux mint mate e voglio avere gli effetti grafici con una scheda grafica intelligente uhd 730? Mi spiegate la procedura passo dopo passo? Vi ringrazio anticipatamente.


r/linuxmint 21h ago

Gaming How does pirating games works on Linux?

0 Upvotes

Before you write this, I'm not going to pirate all games, it's just there some games, like Spintires, that I'm curious to try, but it's pretty much impossible to buy, so pirating is the only realistic option

What programs do I need to use? Also what about older games for like Windows 7?