Звук через bluetooth linux mint

Звук через bluetooth linux mint

Добрый день! В линуксе новичок. Прошу помощи в решении проблемы. Имеется ноутбук Acer Aspire E1-572G с установленными на него Windows 10 и Linux Mint 18.3. Подключил к ноуту bluetooth-колонку (JBL Clip+). На винде все работает без проблем, а вот на Linux Mint через колонку подсоединяется, но качество звука мягко говоря хромает: как-будто запись диктофонную проигрываю. Через встроенные динамики и наушники — все без проблем. Доступные обновления драйверов уже поставил. В чем может быть причина?

strelok@strelok-Aspire-E1-572G ~ $ inxi -Fxz System: Host: strelok-Aspire-E1-572G Kernel: 4.15.0-43-generic x86_64 (64 bit gcc: 5.4.0) Desktop: Cinnamon 3.6.7 (Gtk 3.18.9-1ubuntu3.3) Distro: Linux Mint 18.3 Sylvia Machine: Mobo: Acer model: EA50_HW v: V2.17 Bios: Insyde v: V2.17 date: 09/02/2014 CPU: Dual core Intel Core i3-4010U (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 6784 clock speeds: max: 1700 MHz 1: 1167 MHz 2: 1027 MHz 3: 1137 MHz 4: 1001 MHz Graphics: Card-1: Intel Haswell-ULT Integrated Graphics Controller bus-ID: 00:02.0 Card-2: Advanced Micro Devices [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330] bus-ID: 03:00.0 Display Server: X.Org 1.18.4 drivers: ati,radeon,intel (unloaded: fbdev,vesa) Resolution: 1366x768@60.06hz GLX Renderer: Mesa DRI Intel Haswell Mobile GLX Version: 3.0 Mesa 18.0.5 Direct Rendering: Yes Audio: Card-1 Intel 8 Series HD Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0 Card-2 Intel Haswell-ULT HD Audio Controller driver: snd_hda_intel bus-ID: 00:03.0 Sound: Advanced Linux Sound Architecture v: k4.15.0-43-generic Network: Card-1: Broadcom NetXtreme BCM57786 Gigabit Ethernet PCIe driver: tg3 v: 3.137 bus-ID: 01:00.0 IF: enp1s0f0 state: down mac: Card-2: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter driver: ath9k bus-ID: 02:00.0 IF: wlp2s0 state: up mac: Drives: HDD Total Size: 1128.2GB (7.0% used) ID-1: /dev/sda model: PLEXTOR_PX size: 128.0GB ID-2: /dev/sdb model: HGST_HTS541010B7 size: 1000.2GB Partition: ID-1: / size: 92G used: 9.2G (11%) fs: ext4 dev: /dev/sdb1 ID-2: /home size: 275G used: 58G (22%) fs: ext4 dev: /dev/sdb3 ID-3: swap-1 size: 8.19GB used: 0.00GB (0%) fs: swap dev: /dev/sdb2 RAID: No RAID devices: /proc/mdstat, md_mod kernel module present Sensors: System Temperatures: cpu: 48.0C mobo: N/A gpu: N/A Fan Speeds (in rpm): cpu: N/A Info: Processes: 205 Uptime: 41 min Memory: 1399.1/3824.5MB Init: systemd runlevel: 5 Gcc sys: 5.4.0 Client: Shell (bash 4.3.481) inxi: 2.2.35

Я бы посмотрел в настройки звука именно в нужной вкладке. Т.е. присоединяем, идем в параметры — > звук и т.д.

Читайте также:  Docker run linux command

Источник

How do I connect Bluetooth headset on Linux Mint

Bluetooth is a short-range wireless technology that is meant to connect electronic devices to share data or connect for media-related purposes. The major application domain of Bluetooth technology is to use it for media-related tasks or sharing data. Bluetooth allows two devices to connect without requiring any modem, network, or any third medium. Therefore, it is the prior choice of users to share files/data (within a short-range). Users may connect the speakers with any computing device or smartphone to play music/movies, or to have a handset calling and texting access.

Following the importance of this technology, this guide provides a demonstration to connect Bluetooth headset to the Linux Mint system.

How do I connect Bluetooth headset on Linux Mint

This section contains the procedural guide to connect Bluetooth headset on Linux Mint using the Command Line Interface, and Graphical User Interface methods:

How to connect Bluetooth headset using the terminal in Linux Mint

To connect Bluetooth to your Linux Mint, you must follow the steps provided below.

Step 1 : Before getting into details, check the status of Bluetooth service with the help of the command written below:

Text Description automatically generated

If the service is disabled or not working; you may provide the following commands to start and enable the Bluetooth service.

$ sudo systemctl start bluetooth

$ sudo systemctl enable bluetooth

Step 2 : Ensure that your system’s Bluetooth is discoverable to all nearby devices. For this, use the discoverable option of bluetoothctl as shown in the below-mentioned command.

Note : The bluetoothctl is a Linux-based utility to manage Bluetooth devices on the system

Text Description automatically generated

Now, scan for the devices by issuing the below-stated command.

Text Description automatically generated

The above command lists down the available devices with their MAC (Media Access Control Address) addresses as well. As in our case, the device is “MINISO-V4“, so we have noted its MAC address.

Step 3 : Pair the specific device using the following syntax. For instance, the command provided below will pair the “MINISO-V4” headset using its MAC address.

Читайте также:  Euro truck simulator 2 on linux

Text Description automatically generated

After pairing, it is recommended that you must trust the paired device with the help of the command written below.

Text Description automatically generated

After pairing, check for the list of paired devices by using the command written below. And you will get your paired devices list in the output.

Step 4 : And after pairing, connect that Bluetooth headset device with the help of the command provided below. Upon successful connection, the “Connection successful” message is returned.

Text Description automatically generated

Step 5 : Unpair or Disconnect

However, if you want to disconnect any device then you would execute the bluetoothctl command in the following way.

Text Description automatically generated

You can unpair any device by using the remove keyword as shown in the command below.

Text Description automatically generated

How to connect Bluetooth headset using Graphical Interface in Linux Mint

If your Bluetooth manager is working fine, then you will find the Bluetooth symbol on the desktop taskbar as seen in the image below.

A screenshot of a video game Description automatically generated with medium confidence

Upon clicking, all the devices will be displayed as can be seen in the image below and here the name of the headset device is “MINISO-V4”.

Graphical user interface, text, application Description automatically generated

After clicking on the Bluetooth headset name, the connection will be made instantaneously.

Graphical user interface, text, application, email, Teams Description automatically generated

And the status will be changed to “Connected” as displayed below.

Graphical user interface, application, Teams Description automatically generated

You can get further details by clicking on it and after doing so the interface obtained is displayed below.

Graphical user interface, application Description automatically generated

From the image shown above:

– You can disconnect your headset by clicking on the “Remove Device” button

– To get detailed sound settings, you can click “Sound Settings

Conclusion

Wireless technology has improved the accessibility of several devices in a network. Bluetooth is a short-range wireless technology being used to connect electronic devices, share data or play any music. This guide provides a detailed demonstration to use Bluetooth to connect your headset to the Linux Mint system. We have also provided the installation and configuration of the Bluetooth manager on Linux Mint; this configuration is required as in many cases users are not able to get the nearby devices.

Источник

Блог Александра Башкирова

Этот сайт в основном посвящен тому, что мне интересно вне работы. Ведется в порядке хобби.
Все изложенное на сайте — мое частное оценочное мнение и не может быть истолковано иначе.
Со всеми вытекающими из этого последствиями.

A2DP Bluetooth в Linux Mint 17

Буквально в прошлом посте написал, что хочу иметь полноценную возможность скидывать звук на bluetooth приемник (кстати, я писал о нем). Который подключен к ресиверу (о котором я тоже писал).

Читайте также:  Linux restore after rm

Проблема в том, что при попытке связаться с этим девайсом Blueman выдавал, что «Устройство сопряжено, но использовать его нельзя» (или что-то в этом роде). Ну и до кучи «Stream failed». Перерыл интернет, там все предлагают править /etc/bluetooth/audio.conf. Я перепробовал 100500 вариантов настроек. Не заработало. Еще изучение интернета привело к тому, что решение все-таки есть, достаточно простое, лобовое. и проверенное на Linux Mint 17 (таком же, как у меня). Вот оно:

sudo apt-get purge pulseaudio-module-bluetooth bluetooth bluez-* bluez sudo apt-get install blueman bluez pulseaudio-module-bluetooth --install-suggests pactl load-module module-bluetooth-discover

Проверено. Работает. После выполнения этих манипуляций аудио вполне себе сливается на Bluetooth приемник.

Для справки. Удобнее всего использовать плеер VLC — там «Аудио» — «Аудиоустройство» и выбираем нужное нам устройство. Второй вариант — клик на иконке «Звук» в трее, там выбираем «Параметры звука. «, там — выбираем куда работающее в данный момент приложение будет скидывать звук (например, если вы смотрите YouTube или слушаете музыку через foobar из-под wine, в общем — полезная «фишка»).

Источник

Звук через bluetooth linux mint

Dja, я нажимаю на название наушников, надпись «не настроено» пропадает на некоторое время, а потом появляется снова

slant Сообщения: 4253 Зарегистрирован: 21 июн 2017, 18:09 Решено: 82 Благодарил (а): 51 раз Поблагодарили: 1833 раза Контактная информация:

подключение bluetooth наушников на linux mint 18.2

Первым делом убедитесь, что и адаптер в ноутбуке, и сами наушники поддерживают профиль A2DP. Т.к. если нет — толку скорее всего не будет. Если профиль поддерживается — нужно будет выполнить сопряжение, но не в этой утилите. Она, если правильно помню, только для передачи файлов. А аудиоустройствами, даже такими, занимается pulseaudio. Само сопряжение выполняется из консоли.

Вот тут про подобное написано, правда для arch, но мне помогло когда-то и на минте.
https://wiki.archlinux.org/index.php/Bl . %B8%D0%B9)

Unborn Сообщения: 1920 Зарегистрирован: 03 сен 2016, 13:36 Решено: 24 Благодарил (а): 5 раз Поблагодарили: 264 раза Контактная информация:

подключение bluetooth наушников на linux mint 18.2

iceberg , доустановить пакет пульсы pulseaudio-bluetooth, pavucontrol, если не установлен. В нем и выбирать устройство вывода.

iceberg Сообщения: 5 Зарегистрирован: 09 ноя 2017, 16:15 Контактная информация:

подключение bluetooth наушников на linux mint 18.2

я попытался установить пакеты, описанные Unborn, и вот, что получилось ( не бейте сильно, если неправильная команда, я минт установил позавчера )

Источник

Оцените статью
Adblock
detector