Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Are you on the LCD or OLED? I'm wondering if it's an OLED only problem possibly? It worked for me totally fine once, but then the next time I tried it, audio was choppy and cutting out on either earbud at different times. Are you recommending that to make sure the APP2s are not connected to any other iOS devices?
Thanks!
The audio sometimes works just fine but a lot of stutters recently. Reboot SD or reconnect airpods reduce the issue but it comes out in about 5 or 10mins.
I went from Gen 3 to Gen 4 AirPods three days ago due to a dumb mistake, and the new audio issues are severe. I’m experiencing both extreme choppiness and complete audio loss while they stay paired. When the audio drops completely it doesn’t just switch to a different output, there’s just no sound at all until I completely disconnect the headphones. I did not have this issue at all with my Gen 3’s, despite using them every time I use the system, while playing for hours on end at times.
Disconnecting and reconnecting only solves the issues for a few minutes before they start having problems again. Resetting the Bluetooth antenna changes nothing. Resetting the whole system changes nothing.
Has any solution been found?
Forcing it to use the older classic Bluetooth basic rate/enhanced data rate (BR/EDR) mode will use more power but keep the airpods from getting the lower bandwidth
Switch to desktop mode
Open Konsole
(Hit Steam button + X to bring up the keyboard)
Run the command kwrite /etc/bluetooth/main.conf
Look for a section in the document that looks like this
# Restricts all controllers to the specified transport. Default value
# is "dual", i.e. both BR/EDR and LE enabled (when supported by the HW).
# Possible values: "dual", "bredr", "le"
# ControllerMode = dual
change
# ControllerMode = dual
to
ControllerMode = bredr
Close the document and save the changes (this will prompt you for your root password)
go back to the Konsole window and restart the Bluetooth with the command:
sudo systemctl restart bluetooth
(this will also ask for your root password) or you could just reboot your whole steam deck if you prefer