Re: wpa-supplicant service configuration. Guile is hard

2019-04-06 Thread znavko
Situation is this now: 1. I have wonderful configured services: wpa-supplicant and dhcp-client 2. I see the messages during boot process: wpa-supplicant successfully initialized rfkill: WLAN soft blocked service networking could not be started 3. I open terminal after boot and do this: su

Re: wpa-supplicant service configuration. Guile is hard

2019-04-06 Thread znavko
oh, sorry, tun0 is vpn.

Re: wpa-supplicant service configuration. Guile is hard

2019-04-06 Thread znavko
Hello! I've spent 3 hours reading emacs tutorial and searching for scheme mode but did not get result. Pressing M-q on each paragraph of my config has broke it (attached file with suffix emacs). > Why do you do this all manually instead of using > wpa-supplicant-service-type and dhcp-client-serv

Re: wpa-supplicant service configuration. Guile is hard

2019-04-05 Thread Ricardo Wurmus
zna...@tutanota.com writes: > Hello! I have several questions about wpa-supplicant + dhcpcd services. > > First of all I do not want to use networkmanager and I usually get Internet > working manually with this: > # cat startnet > #!/bin/sh > #connect to wi-fi through wpa_supplicant > herd stop

Re: wpa-supplicant service configuration. Guile is hard

2019-04-05 Thread Ricardo Wurmus
zna...@tutanota.com writes: > I have trouble trying to add wpa-supplicant configuration to my config. I get > this error: > > # guix system reconfigure /etc/config.scm > guix system: error: service 'wpa-supplicant' provided more than once > Please, let me know where to place my wpa-config lines

Re: wpa-supplicant service configuration. Guile is hard

2019-04-05 Thread znavko
Joshua, thanks for your attention. Yes, networkmanager is using when your config contains %desktop-services variable described here https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/services/desktop.scm#n1039 Whe

Re: wpa-supplicant service configuration. Guile is hard

2019-04-05 Thread jbranso
Hello, I don't believe that network manager is the default tool that guix uses... I think I use whatever is the default and it works for me... Does the normal guix not provide you with a working Internet connection? April 5, 2019 5:41 AM, zna...@tutanota.com (mailto:zna...@tutanota.com) wrote:

Re: wpa-supplicant service configuration. Guile is hard

2019-04-05 Thread znavko
Hello! I have several questions about wpa-supplicant + dhcpcd  services. First of all I do not want to use networkmanager and I usually get Internet working manually with this: # cat startnet #!/bin/sh #connect to wi-fi through wpa_supplicant herd stop wpa-supplicant rfkill unblock wifi wpa_suppl

Re: wpa-supplicant service configuration. Guile is hard

2019-04-04 Thread znavko
Hi! There actually were wpa-supplicant config twice. The necessary one is in the (modify-services) section. I rest only  that one. And it works. But the network is not working, cause dhcpd is not configured. I really want to get around "dhcpcd@.service causes slow startup" https://wiki.archlin

Re: wpa-supplicant service configuration. Guile is hard

2019-04-04 Thread Quiliro Ordonez
El 2019-04-04 19:26, zna...@tutanota.com escribió: > Hello! I am so novice in Guile. > > I have trouble trying to add wpa-supplicant configuration to my > config. I get this error: > > # guix system reconfigure /etc/config.scm > guix system: error: service 'wpa-supplicant' provided more than once

wpa-supplicant service configuration. Guile is hard

2019-04-04 Thread znavko
Hello! I am so novice in Guile. I have trouble trying to add wpa-supplicant configuration to my config. I get this error: # guix system reconfigure /etc/config.scm guix system: error: service 'wpa-supplicant' provided more than once Please, let me know where to place my wpa-config lines? ;;this i