Re: How to diagnose Bluetooth trouble? SOLVED

2024-11-27 Thread Ignas Lapėnas
> Wahay! Edited config.scm as shown below, and now not only does > Bluetooth work, it actually starts at boot time. Thanks very much. Really glad to see it worked out! -- Best Regards, Ignas

Re: USB wifi and Bluetooth dongles under GUIX: SOLVED

2024-11-27 Thread Daniel Hatton
the GUIX reference manual for how to configure the system to activate Bluetooth at boot time, but with no joy: I still have to activate Bluetooth manually after logging in to Gnome.  Any advice on this, please? This is also now SOLVED, as discussed in the thread culminating in <https://lists

Re: How to diagnose Bluetooth trouble? SOLVED

2024-11-27 Thread Daniel Hatton
On 24/11/2024 10:53, Ignas Lapėnas wrote: Noticed that you're using bluetooth-service instead of bluetooth-service-type in services: This one should be because %desktop-services already contain the definition for pulseaudio. You can find what services are enabled by default in desktop.scm

Re: How to diagnose Bluetooth trouble?

2024-11-24 Thread Ignas Lapėnas
Hi, Tried trying to get your config running with guix system reconfigure. Noticed that you're using bluetooth-service instead of bluetooth-service-type in services: /home/ignaslapenas/develop/packages/oses/test.os:47:17: warning: 'bluetooth-service' is deprecated, use 'bl

Re: How to diagnose Bluetooth trouble?

2024-11-21 Thread Daniel Hatton
ssue on my machine on the weekend and see if my bluetooth is discovered. It's a Guix system. I've appended config.scm below. Another question what bluetooth dongle are you using? 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode) (it was working well until about 10

Re: How to diagnose Bluetooth trouble?

2024-11-21 Thread Ignas Lapėnas
w on Guix... Do you use guix system? Or are you using guix on a foreign distro? Also if you're using guix system, can you send me your system configuration. I could try to reproduce the issue on my machine on the weekend and see if my bluetooth is discovered. Another question what bluetooth d

Re: How to diagnose Bluetooth trouble?

2024-11-21 Thread Daniel Hatton
Oh - something I should probably have mentioned before is that I have two Bluetooth controllers on this machine - an internal one (hci0) which I don't expect to work on Guix because it needs proprietary firmware, and the USB dongle (hci1) that I'm trying to use. OpenPGP_sig

Re: How to diagnose Bluetooth trouble?

2024-11-20 Thread Daniel Hatton
On 18/11/2024 14:15, Ignas Lapėnas wrote: somehow I think you did try replugging the usb dongle as a troubleshooting step? If not, that would be a one thing to try to fix the issue. I had tried it, but only very briefly, and not together with a reboot. I've now tried unplugging the dongle and

Re: How to diagnose Bluetooth trouble?

2024-11-18 Thread Ignas Lapėnas
it doesn't > look like disconnecting the battery is going to be any straightforward > operation. Unless: the Bluetooth controller I'm trying to use is a USB > dongle, can I achieve the same effect by just pulling it out of the > USB port? It's difficult to say for certain. B

Re: How to diagnose Bluetooth trouble?

2024-11-18 Thread Daniel Hatton
On 18/11/2024 11:35, Ignas Lapėnas wrote: https://wiki.archlinux.org/title/Bluetooth#bluetoothctl:_No_default_controller_available Since you're with guix, journalctl command should be replaced with something like this. sudo cat /var/log/messages | grep hci to check if you're blocked

Re: How to diagnose Bluetooth trouble?

2024-11-18 Thread Ignas Lapėnas
> bluetoothctl power on > > produces the error message "No default controller available" > > and > > bluetoothctl list > > comes up blank. > > I've checked with lsmod, and the bluetooth kernel module is loaded. > > What's the next move

Re: How to diagnose Bluetooth trouble?

2024-11-18 Thread Daniel Hatton
On 18/11/2024 07:57, Ignas Lapėnas wrote: I'm guessing that you're using bluez under the hood. Try using bluetoothctl in the terminal and check if you can power on the bluetooth device through there. bluetoothctl power on produces the error message "No default controller

Re: How to diagnose Bluetooth trouble?

2024-11-18 Thread Ignas Lapėnas
Hi, I'm guessing that you're using bluez under the hood. Try using bluetoothctl in the terminal and check if you can power on the bluetooth device through there. https://man.archlinux.org/man/extra/bluez-utils/bluetoothctl.1.en -- Hope that helps, Ignas

How to diagnose Bluetooth trouble?

2024-11-16 Thread Daniel Hatton
I've previously mentioned on here that I couldn't get (USB-dongle-provided) Bluetooth to start on boot, always had to start it manually from the Gnome settings app. Well, for the last week or so, I can't even start it manually - when I click the little switch at the to

Re: USB wifi and Bluetooth dongles under GUIX

2024-09-22 Thread Efraim Flashner
On Fri, Sep 20, 2024 at 05:30:26PM +0100, Daniel Hatton wrote: > On 20/09/2024 17:21, Andreas Enge wrote: > > > yes, but unfortunately I cannot suggest a particular brand. I have bought > > a random, rather large and rather cheap external Atheros dongle years ago, > > and it just works. I have eve

Re: USB wifi and Bluetooth dongles under GUIX

2024-09-20 Thread Daniel Hatton
On 20/09/2024 17:21, Andreas Enge wrote: yes, but unfortunately I cannot suggest a particular brand. I have bought a random, rather large and rather cheap external Atheros dongle years ago, and it just works. I have even somewhat twisted the metal part of the USB plug, and it still works. dmesg

Re: USB wifi and Bluetooth dongles under GUIX

2024-09-20 Thread Andreas Enge
00.909953] ath: Regpair used: 0x52 [80900.917053] ieee80211 phy1: Atheros AR9271 Rev:1 [80900.921398] ath9k_htc 1-2:1.0 wlp0s20f0u2: renamed from wlan0 I have tried bluetooth, but just enabling it in the service part of my system definition did not make it work, and I was not motivated enough

USB wifi and Bluetooth dongles under GUIX

2024-09-19 Thread Daniel Hatton
On switching distros to GUIX a couple of weeks ago, I had what I guess is the not uncommon experience that my laptop's internal wifi and Bluetooth interfaces needed proprietary firmware and therefore wouldn't work with Linux-libre. No problem, I thought: I bought USB wifi and

Re: Set up the bluetooth - error : dbus-service-type: unbound variable

2023-03-18 Thread Mario Forzanini
On 3/17/23 1:39 PM, hub.lomb...@free.fr wrote: Hi Mario ! Thanks you for your help, it worked! Taking care to disable my old statements, I simply inserted your lines into my config. After rebooting, I was pleased to see the bluetooth enabled. For my test, I use a mini bluetooth speaker M-370

Re: Set up the bluetooth - error : dbus-service-type: unbound variable

2023-03-17 Thread hub . lombard
Hi Guix! I have now bluetooth enabled, many thanks to Mario Forzanini (he forgot to add the mailing list in Cc :) (use-modules (gnu services base) (gnu services desktop)) (operating-system ; ... (services (cons (service bluetooth-service-type

Set up the bluetooth - error : dbus-service-type: unbound variable

2023-03-16 Thread hub . lombard
Hello Guix! Wanting to use bluetooth devices, especially audio speakers, I have tried to inser in my /etc/config.scm some relevant gnu packages, modules, services... But I can't make it work My config: --8<---cut here---start->8--- (use-modules

Re: Guix Bluetooth Headset

2020-09-26 Thread Ekaitz Zarraga
ElenQ Technology Ethical Innovation ‐‐‐ Original Message ‐‐‐ On Saturday, September 26, 2020 4:04 PM, Guillaume Le Vaillant wrote: > > > Hi, > > I have a headset that can be used either with a cord or with Bluetooth, > and I got it to almost work with Bluetooth.

Re: Guix Bluetooth Headset

2020-09-26 Thread Guillaume Le Vaillant
Hi, I have a headset that can be used either with a cord or with Bluetooth, and I got it to almost work with Bluetooth. The only problem I have is that I want it to use the A2DP profile but most of the time it decides to use the HSP profile and refuses to switch to A2DP, therefore the sound is

Re: Guix Bluetooth Headset

2020-09-26 Thread Ekaitz Zarraga
ding of the software layers involved in a system. I'd say it's unrelated. The issues with the device compatibility is a different story that should get better at some point, and there's NonGuix out there too that can solve some issues for those users that can accept binary blobs.

Re: Guix Bluetooth Headset

2020-09-26 Thread Yasuaki Kudo
I totally agree - while diverging a little from my original bluetooth question, it seems that we need to have an "unofficial" "Guix-Compromised" downstream distribution. The frustrating thing is that with the zero-tolerance attitude of Guix project (while well-meaning and

Re: Guix Bluetooth Headset

2020-09-26 Thread Ekaitz Zarraga
Hi all, I'm a full-time Guix user but I don't really think I have average requirements for my computing. I tried to connect to a bluetooth speaker once, there's a thread in the mailing lists about it... I didn't manage to do it. I tried through Gnome first, and it litera

Re: Guix Bluetooth Headset

2020-09-25 Thread Yasuaki Kudo
Hi Joshua, My bluetooth USB device itself seems to be recognized by the kernel but there is this whole layers of software I don't understand - (when I used to use NixOS on the same hardware, it worked - I think it was a combination of something called PulseAudi and Bluetooth) So I

Re: Guix Bluetooth Headset

2020-09-25 Thread Joshua Branson
Have you tried looking at h-node.org? That will give you some hints at what hardware works well with GNU/Linux. I personally have a RIG headset with integrated microphone. It was a bit of an impulse buy. It doesn't use bluetooth. It has one chord. I can use it to record my voice, or l

Guix Bluetooth Headset

2020-09-25 Thread yasu
Hi, Does anyone use Bluetooth Headset (say Bose NC 700) with Guix? Please post the required configuration! :-) Cheers, Yasu

help with USB bluetooth driver

2020-06-26 Thread Jesse Gibbons
I recently purchased the device described here <https://h-node.org/bluetooth/view/en/2005/Broadcom-BCM20702A0-Bluetooth/1/1/undef/undef/undef/undef/bluetooth-works/asus> H-node says it should work without nonfree drivers. But when I plug it in, the kernel says non-free firmware was di

Re: Bluetooth + GNOME issues

2020-03-06 Thread Ekaitz Zarraga
> Reading the bluetooth-service documentation I see a part that says, "Users > need to be in the ‘lp’ group to access the D-Bus service." The user defined > in your config.scm doesn't seem to be in that group. I don't have a clue, but > could that be the probl

Re: Bluetooth + GNOME issues

2020-03-06 Thread sirgazil
--- > > > > > Hi there > > > > > > > > > > I'm having issues to make bluetooth work with GNOME that I don't know > > > how to fix. > > > > > > > > > > I managed to run bluez and even connect to a speaker

Re: Bluetooth + GNOME issues

2020-03-05 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Thursday, March 5, 2020 4:52 PM, sirgazil wrote: > On Thu, 05 Mar 2020 05:10:44 -0500 Ekaitz zarragaeka...@elenq.tech wrote > > > > Hi there > > > > > > I'm having issues to make bluetooth work with G

Re: Bluetooth + GNOME issues

2020-03-05 Thread sirgazil
On Thu, 05 Mar 2020 05:10:44 -0500 Ekaitz Zarraga wrote > Hi there > > I'm having issues to make bluetooth work with GNOME that I don't know how to > fix. > > I managed to run bluez and even connect to a speaker via bluetoothctl. I was >

Re: Bluetooth + GNOME issues

2020-03-05 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Thursday, March 5, 2020 2:47 PM, Pierre Neidhardt wrote: > Can you connect to your dongle manually? > > See > https://wiki.archlinux.org/index.php/Bluetooth > for detail

Re: Bluetooth + GNOME issues

2020-03-05 Thread Pierre Neidhardt
Can you connect to your dongle manually? See https://wiki.archlinux.org/index.php/Bluetooth for detailed instructions. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Bluetooth + GNOME issues

2020-03-05 Thread raingloom
Could it be a udev config issue? Some packages (most notably the Android tooling) require manual configuration. I don't know much about Bluetooth audio though, maybe someone else does. On Thu, Mar 5, 2020 at 14:17, Ekaitz Zarraga wrote: ‐‐‐ Original Message ‐‐‐ On Thursday, Ma

Re: Bluetooth + GNOME issues

2020-03-05 Thread Ekaitz Zarraga
‐‐‐ Original Message ‐‐‐ On Thursday, March 5, 2020 10:10 AM, Ekaitz Zarraga wrote: > Hi there > > I'm having issues to make bluetooth work with GNOME that I don't know how to > fix. > > I managed to run bluez and even connect to a speaker via bluetoothctl

Bluetooth + GNOME issues

2020-03-05 Thread Ekaitz Zarraga
Hi there I'm having issues to make bluetooth work with GNOME that I don't know how to fix. I managed to run bluez and even connect to a speaker via bluetoothctl. I was unable to make it sound though, because it doesn't appear as a possible audio output. This is my curren

Re: Bluetooth Service missing in Desktop Services

2019-06-23 Thread Raghav Gururajan
> as mentioned in the docs, `bluetooth-service` is part of `gnu > services desktop` module. but it is a separated service and is not > added to `%desktop-services` list. maybe it's because bluetooth is > not a mandatory service for that. Ah I see. Thanks! Bluetooth seems to

Re: Bluetooth Service missing in Desktop Services

2019-06-22 Thread Reza Alizadeh Majd
Hi, as mentioned in the docs, `bluetooth-service` is part of `gnu services desktop` module. but it is a separated service and is not added to `%desktop-services` list. maybe it's because bluetooth is not a mandatory service for that. Best, Reza On Sun, Jun 23, 2019, at 9:51 AM, R

Bluetooth Service missing in Desktop Services

2019-06-22 Thread Raghav Gururajan
Hello Guix! Guix Manual lists "bluetooth-service" as a part of "%desktop-services" (http://guix.gnu.org/manual/en/html_node/Desktop-Services.html#Desktop- Services). But the Guix Repository doesn't list "bluetooth-service" in "define %desktop-service

Re: Bluetooth

2019-05-02 Thread Raghav Gururajan
ervice-type avahi-service-type > network-manager-service-type > gdm-service-type))) > %desktop-services) ;end of remove lambda services > > (wpa-supplicant-service-type config => > (wpa-supplicant-configuration > (interface "wlp2s0") > (config-file "/e

Re: Bluetooth

2019-05-02 Thread znavko
(config-file "/etc/wpa_supplicant/wpa_supplicant.conf"))) (bluetooth-service config => (bluetooth-configuration

Re: Bluetooth

2019-05-02 Thread Raghav Gururajan
In continuation to my previous email in this thread: It appears bluetooth service is included in %desktop-services. I already modified %desktop-services to include openvpn-plugin with the following syntax: (services (cons* (service gnome-desktop-service-type) (modify

Re: Bluetooth

2019-05-02 Thread Raghav Gururajan
Mine is RYF Certified TET-X200T. I bought exactly this https://tehnoetic.com/laptops/tet-x200t. Bluetooth worked fine when I was using Trisquel and Hyperbola. May 2, 2019 5:53 AM, zna...@disroot.org wrote: > Many bluetooth devices are not supported by linux-libre kernel. Which you >

Re: Bluetooth

2019-05-02 Thread znavko
Many bluetooth devices are not supported by linux-libre kernel. Which you have? try here https://lists.gnu.org/archive/html/help-guix/2018-10/msg00045.html https://lists.gnu.org/archive/html/help-guix/2019-01/msg00057.html there is option auto-enable #f, so that config is important. http

Bluetooth

2019-05-02 Thread Raghav Gururajan
Hello Guix! I have added "bluetooth-service [#:bluez bluez] [#:auto-enable? #t]" to my system services. But I am not able to use bluetooth as user. In GNOME settings, it's no bluetooth found" or if I turn on the button, it turns off again. I have added the user to &quo

Re: Bluetooth audio device on GuixSD

2019-01-06 Thread Maxim Cournoyer
Hi, writes: > Hello! I am not able to use bluetooth on Xfce4 desktop using bluetoothctl. > Would you give more advises? [...] > # bluetoothctl > Agent registered > [bluetooth]# list > [bluetooth]# > [bluetooth]# select > Missing ctrl argument > [bluetooth]# devi

Bluetooth Device Compatible With LinuxLibre

2019-01-06 Thread znavko
Hello! I want to choose usb bluetooth adapter to connect laptop with bluetooth headphones. Using 'GNU with Linux-Libre 4.20 (beta)' on Lenovo G50-30 and this list of devices I cannot use bluetooth, cause Atheros (wifi adapter with bluetooth all in one) has no free drivers in

Re: Bluetooth audio device on GuixSD

2018-10-20 Thread znavko
Hello! I am not able to use bluetooth on Xfce4 desktop using bluetoothctl. Would you give more advises? I'v performed this: 1. added bluetooth to /etc/config.scm as Pierre Neidhardt posted https://lists.gnu.org/archive/html/help-guix/2018-10/msg00046.html <https://lists.gnu.org/arch

Re: Bluetooth audio device on GuixSD

2018-10-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Pierre Neidhardt skribis: > >> First, add the bluetooth service to your Guix .config: > > This makes me wonder: should we add the bluetooth service to > ‘%desktop-services’? > > Bluez doesn’t seem to add much to the closure size and many

Re: Bluetooth audio device on GuixSD

2018-10-15 Thread Pierre Neidhardt
I agree! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Bluetooth audio device on GuixSD

2018-10-15 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > First, add the bluetooth service to your Guix .config: This makes me wonder: should we add the bluetooth service to ‘%desktop-services’? Bluez doesn’t seem to add much to the closure size and many people probably expect to have it installed in a desk

Bluetooth audio device on GuixSD

2018-10-14 Thread znavko
Hello! I've found MIT lectures and want to listen it on my laptop. I want be able to use bluetooth headphones. Is it possible to configure bluetooth audio device? How to do that with 'bluez-alsa' or any other ?