linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* b43 AP does not work
@ 2015-05-02 16:32 Nerijus Baliūnas
  2015-05-02 16:48 ` Larry Finger
  0 siblings, 1 reply; 15+ messages in thread
From: Nerijus Baliūnas @ 2015-05-02 16:32 UTC (permalink / raw)
  To: linux-wireless

Hello,

lspci:
02:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11a/b/g
[14e4:4312] (rev 02)

AP worked on F21. On F22 kernels 4.0.0 and 4.0.1 it does not.

# hostapd -dB /etc/hostapd/hostapd.conf
random: Trying to read entropy from /dev/random
Configuration file: /etc/hostapd/hostapd.conf
ctrl_interface_group=10 (from group name 'wheel')
rfkill: initial event: idx=0 type=2 op=0 soft=1 hard=0
rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0
nl80211: Supported cipher 00-0f-ac:1
nl80211: Supported cipher 00-0f-ac:5
nl80211: Supported cipher 00-0f-ac:2
nl80211: Supported cipher 00-0f-ac:4
nl80211: Supported cipher 00-0f-ac:10
nl80211: Supported cipher 00-0f-ac:8
nl80211: Supported cipher 00-0f-ac:9
nl80211: Using driver-based off-channel TX
nl80211: interface wlan0 in phy phy0
nl80211: Set mode ifindex 3 iftype 3 (AP)
nl80211: Failed to set interface 3 to mode 3: -16 (Device or resource busy)
nl80211: Try mode change after setting interface down
nl80211: Set mode ifindex 3 iftype 3 (AP)
nl80211: Mode change succeeded while interface is down
nl80211: Setup AP(wlan0) - device_ap_sme=0 use_monitor=0
nl80211: Subscribe to mgmt frames with AP handle 0x86c16f0
nl80211: Register frame type=0xb0 (WLAN_FC_STYPE_AUTH) nl_handle=0x86c16f0
match=
nl80211: Register frame type=0x0 (WLAN_FC_STYPE_ASSOC_REQ)
nl_handle=0x86c16f0 match=
nl80211: Register frame type=0x20 (WLAN_FC_STYPE_REASSOC_REQ)
nl_handle=0x86c16f0 match=
nl80211: Register frame type=0xa0 (WLAN_FC_STYPE_DISASSOC)
nl_handle=0x86c16f0 match=
nl80211: Register frame type=0xc0 (WLAN_FC_STYPE_DEAUTH) nl_handle=0x86c16f0
match=
nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x86c16f0
match=
nl80211: Register frame command failed (type=208): ret=-114 (Operation
already in progress)
nl80211: Register frame match - hexdump(len=0): [NULL]
nl80211: Could not configure driver mode
nl80211: Remove monitor interface: refcount=0
nl80211: Remove beacon (ifindex=3)
netlink: Operstate: ifindex=3 linkmode=0 (kernel-control), operstate=6
(IF_OPER_UP)
nl80211: Set mode ifindex 3 iftype 2 (STATION)
nl80211: Failed to set interface 3 to mode 2: -16 (Device or resource busy)
nl80211: Try mode change after setting interface down
nl80211: Set mode ifindex 3 iftype 2 (STATION)
nl80211: Mode change succeeded while interface is down
nl80211: Teardown AP(wlan0) - device_ap_sme=0 use_monitor=0
nl80211 driver initialization failed.
hostapd_interface_deinit_free(0x86bf2a0)
hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1
hostapd_interface_deinit(0x86bf2a0)
hostapd_bss_deinit: deinit bss wlan0
hostapd_cleanup(hapd=0x86c0cd0 (wlan0))
hostapd_free_hapd_data: Interface wlan0 wasn't started
hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit
hostapd_interface_free(0x86bf2a0)
hostapd_interface_free: free hapd 0x86c0cd0
hostapd_cleanup_iface(0x86bf2a0)
hostapd_cleanup_iface_partial(0x86bf2a0)
hostapd_cleanup_iface: free iface=0x86bf2a0

Regards,
Nerijus


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-02 16:32 b43 AP does not work Nerijus Baliūnas
@ 2015-05-02 16:48 ` Larry Finger
  2015-05-02 17:07   ` Nerijus Baliūnas
  0 siblings, 1 reply; 15+ messages in thread
From: Larry Finger @ 2015-05-02 16:48 UTC (permalink / raw)
  To: Nerijus Baliūnas, linux-wireless

On 05/02/2015 11:32 AM, Nerijus Baliūnas wrote:
> Hello,
>
> lspci:
> 02:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11a/b/g
> [14e4:4312] (rev 02)
>
> AP worked on F21. On F22 kernels 4.0.0 and 4.0.1 it does not.
>
> # hostapd -dB /etc/hostapd/hostapd.conf
> random: Trying to read entropy from /dev/random
> Configuration file: /etc/hostapd/hostapd.conf
> ctrl_interface_group=10 (from group name 'wheel')
> rfkill: initial event: idx=0 type=2 op=0 soft=1 hard=0
> rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0
> nl80211: Supported cipher 00-0f-ac:1
> nl80211: Supported cipher 00-0f-ac:5
> nl80211: Supported cipher 00-0f-ac:2
> nl80211: Supported cipher 00-0f-ac:4
> nl80211: Supported cipher 00-0f-ac:10
> nl80211: Supported cipher 00-0f-ac:8
> nl80211: Supported cipher 00-0f-ac:9
> nl80211: Using driver-based off-channel TX
> nl80211: interface wlan0 in phy phy0
> nl80211: Set mode ifindex 3 iftype 3 (AP)
> nl80211: Failed to set interface 3 to mode 3: -16 (Device or resource busy)
> nl80211: Try mode change after setting interface down
> nl80211: Set mode ifindex 3 iftype 3 (AP)
> nl80211: Mode change succeeded while interface is down
> nl80211: Setup AP(wlan0) - device_ap_sme=0 use_monitor=0
> nl80211: Subscribe to mgmt frames with AP handle 0x86c16f0
> nl80211: Register frame type=0xb0 (WLAN_FC_STYPE_AUTH) nl_handle=0x86c16f0
> match=
> nl80211: Register frame type=0x0 (WLAN_FC_STYPE_ASSOC_REQ)
> nl_handle=0x86c16f0 match=
> nl80211: Register frame type=0x20 (WLAN_FC_STYPE_REASSOC_REQ)
> nl_handle=0x86c16f0 match=
> nl80211: Register frame type=0xa0 (WLAN_FC_STYPE_DISASSOC)
> nl_handle=0x86c16f0 match=
> nl80211: Register frame type=0xc0 (WLAN_FC_STYPE_DEAUTH) nl_handle=0x86c16f0
> match=
> nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x86c16f0
> match=
> nl80211: Register frame command failed (type=208): ret=-114 (Operation
> already in progress)
> nl80211: Register frame match - hexdump(len=0): [NULL]
> nl80211: Could not configure driver mode
> nl80211: Remove monitor interface: refcount=0
> nl80211: Remove beacon (ifindex=3)
> netlink: Operstate: ifindex=3 linkmode=0 (kernel-control), operstate=6
> (IF_OPER_UP)
> nl80211: Set mode ifindex 3 iftype 2 (STATION)
> nl80211: Failed to set interface 3 to mode 2: -16 (Device or resource busy)
> nl80211: Try mode change after setting interface down
> nl80211: Set mode ifindex 3 iftype 2 (STATION)
> nl80211: Mode change succeeded while interface is down
> nl80211: Teardown AP(wlan0) - device_ap_sme=0 use_monitor=0
> nl80211 driver initialization failed.
> hostapd_interface_deinit_free(0x86bf2a0)
> hostapd_interface_deinit_free: num_bss=1 conf->num_bss=1
> hostapd_interface_deinit(0x86bf2a0)
> hostapd_bss_deinit: deinit bss wlan0
> hostapd_cleanup(hapd=0x86c0cd0 (wlan0))
> hostapd_free_hapd_data: Interface wlan0 wasn't started
> hostapd_interface_deinit_free: driver=(nil) drv_priv=(nil) -> hapd_deinit
> hostapd_interface_free(0x86bf2a0)
> hostapd_interface_free: free hapd 0x86c0cd0
> hostapd_cleanup_iface(0x86bf2a0)
> hostapd_cleanup_iface_partial(0x86bf2a0)
> hostapd_cleanup_iface: free iface=0x86bf2a0

A resource busy error from nl80211 usually means that NetworkManager is 
controlling the interface. Are you using NM? If so, have you tried setting up an 
AP using the "access point" mode of the NM applet. That is a lot easier than 
using hostapd, and has the additional advantage of being able to use wireless 
cards for both the WAN and LAN sides of the AP.

Larry



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-02 16:48 ` Larry Finger
@ 2015-05-02 17:07   ` Nerijus Baliūnas
  2015-05-02 17:18     ` Nerijus Baliūnas
  0 siblings, 1 reply; 15+ messages in thread
From: Nerijus Baliūnas @ 2015-05-02 17:07 UTC (permalink / raw)
  To: linux-wireless

Larry Finger <Larry.Finger@...> writes:

> A resource busy error from nl80211 usually means that NetworkManager is 
> controlling the interface. Are you using NM? If so, have you tried setting
up an 
> AP using the "access point" mode of the NM applet. That is a lot easier than 
> using hostapd, and has the additional advantage of being able to use wireless 
> cards for both the WAN and LAN sides of the AP.

IIRC I used "access point" mode of the NM applet and it worked, but now I
cannot find such option (at least in MATE). Is it somehow possible to still
use hostapd manually?

Thanks,
Nerijus



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-02 17:07   ` Nerijus Baliūnas
@ 2015-05-02 17:18     ` Nerijus Baliūnas
  2015-05-02 18:40       ` Larry Finger
  2015-05-04 15:19       ` Dan Williams
  0 siblings, 2 replies; 15+ messages in thread
From: Nerijus Baliūnas @ 2015-05-02 17:18 UTC (permalink / raw)
  To: linux-wireless

TmVyaWp1cyBCYWxpxatuYXMgPG5lcmlqdXNALi4uPiB3cml0ZXM6Cgo+IElJUkMgSSB1c2VkICJhY2Nlc3MgcG9pbnQiIG1vZGUgb2YgdGhlIE5NIGFwcGxldCBhbmQgaXQgd29ya2VkLCBidXQgbm93IEkKPiBjYW5ub3QgZmluZCBzdWNoIG9wdGlvbiAoYXQgbGVhc3QgaW4gTUFURSkuIElzIGl0IHNvbWVob3cgcG9zc2libGUgdG8gc3RpbGwKPiB1c2UgaG9zdGFwZCBtYW51YWxseT8KCkp1c3QgRllJIC0gImFjY2VzcyBwb2ludCIgbW9kZSBvZiB0aGUgTk0gYXBwbGV0IHdvcmtzIChpbiBHbm9tZSkuIEJ1dCBpdAp3b3VsZCBzdGlsbCBiZSBuaWNlIHRvIGhhdmUgaG9zdGFwZCB3b3JraW5nLg==


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-02 17:18     ` Nerijus Baliūnas
@ 2015-05-02 18:40       ` Larry Finger
  2015-05-04 15:19       ` Dan Williams
  1 sibling, 0 replies; 15+ messages in thread
From: Larry Finger @ 2015-05-02 18:40 UTC (permalink / raw)
  To: Nerijus Baliūnas, linux-wireless

On 05/02/2015 12:18 PM, Nerijus Baliūnas wrote:
> Nerijus Baliūnas <nerijus@...> writes:
>
>> IIRC I used "access point" mode of the NM applet and it worked, but now I
>> cannot find such option (at least in MATE). Is it somehow possible to still
>> use hostapd manually?
>
> Just FYI - "access point" mode of the NM applet works (in Gnome). But it
> would still be nice to have hostapd working.N�����r��y���b�X��ǧv�^�)޺{.n�+����{��*ޕ�,�{ay�\x1dʇڙ�,j\a��f���h���z�\x1e�w���\f���j:+v���w�j�m����\a����zZ+�����ݢj"��!tml=

Then turn off NM.



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-02 17:18     ` Nerijus Baliūnas
  2015-05-02 18:40       ` Larry Finger
@ 2015-05-04 15:19       ` Dan Williams
  2015-05-04 15:41         ` Nerijus Baliūnas
  1 sibling, 1 reply; 15+ messages in thread
From: Dan Williams @ 2015-05-04 15:19 UTC (permalink / raw)
  To: Nerijus Baliūnas; +Cc: linux-wireless

On Sat, 2015-05-02 at 17:18 +0000, Nerijus Baliūnas wrote:
> Nerijus Baliūnas <nerijus@...> writes:
> 
> > IIRC I used "access point" mode of the NM applet and it worked, but now I
> > cannot find such option (at least in MATE). Is it somehow possible to still
> > use hostapd manually?
> 
> Just FYI - "access point" mode of the NM applet works (in Gnome). But it
> would still be nice to have hostapd working.NrybXǧv^)޺{.n+{*ޕ,{ay\x1dʇڙ,j\afhz\x1ew\fj:+vwjm\azZ+ݢj"!

If you want to use hostapd on the card and the system is running
NetworkManager, you can tell NM to ignore the device through the
"unmanaged-devices" option in NetworkManager.conf.  manpages have more
details.

Dan


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-04 15:19       ` Dan Williams
@ 2015-05-04 15:41         ` Nerijus Baliūnas
  2015-05-04 15:58           ` Larry Finger
  2015-05-04 17:21           ` Dan Williams
  0 siblings, 2 replies; 15+ messages in thread
From: Nerijus Baliūnas @ 2015-05-04 15:41 UTC (permalink / raw)
  To: linux-wireless

Dan Williams <dcbw@...> writes:

> > Just FYI - "access point" mode of the NM applet works (in Gnome). But it
> > would still be nice to have hostapd working.
> 
> If you want to use hostapd on the card and the system is running
> NetworkManager, you can tell NM to ignore the device through the
> "unmanaged-devices" option in NetworkManager.conf.  manpages have more
> details.

But I don't want NM to ignore the device - I use the wifi card with NM
as a client. But sometimes I'd like to use hostapd directly (as NM
does not allow me to configure AP parameters - channel, wpa number,
AP name and password). It was possible before, but not any more.

Thanks,
Nerijus


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-04 15:41         ` Nerijus Baliūnas
@ 2015-05-04 15:58           ` Larry Finger
  2015-05-04 16:21             ` Nerijus Baliūnas
  2015-05-04 17:21           ` Dan Williams
  1 sibling, 1 reply; 15+ messages in thread
From: Larry Finger @ 2015-05-04 15:58 UTC (permalink / raw)
  To: Nerijus Baliūnas, linux-wireless

On 05/04/2015 10:41 AM, Nerijus Baliūnas wrote:
> Dan Williams <dcbw@...> writes:
>
>>> Just FYI - "access point" mode of the NM applet works (in Gnome). But it
>>> would still be nice to have hostapd working.
>>
>> If you want to use hostapd on the card and the system is running
>> NetworkManager, you can tell NM to ignore the device through the
>> "unmanaged-devices" option in NetworkManager.conf.  manpages have more
>> details.
>
> But I don't want NM to ignore the device - I use the wifi card with NM
> as a client. But sometimes I'd like to use hostapd directly (as NM
> does not allow me to configure AP parameters - channel, wpa number,
> AP name and password). It was possible before, but not any more.

That is an applet problem. I use openSUSE 13.2 with a KDE desktop, and the 
Connection Manager lets me specify everything in your list but perhaps the WPA 
level, but why would you want to use anything less secure than WPA2?

You need to complain to your distro if they have a regression in the NM applet.

Larry



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-04 15:58           ` Larry Finger
@ 2015-05-04 16:21             ` Nerijus Baliūnas
  0 siblings, 0 replies; 15+ messages in thread
From: Nerijus Baliūnas @ 2015-05-04 16:21 UTC (permalink / raw)
  To: linux-wireless

Larry Finger <Larry.Finger@...> writes:

> > But I don't want NM to ignore the device - I use the wifi card with NM
> > as a client. But sometimes I'd like to use hostapd directly (as NM
> > does not allow me to configure AP parameters - channel, wpa number,
> > AP name and password). It was possible before, but not any more.
> 
> That is an applet problem. I use openSUSE 13.2 with a KDE desktop, and the 
> Connection Manager lets me specify everything in your list but perhaps the
WPA 
> level, but why would you want to use anything less secure than WPA2?
> 
> You need to complain to your distro if they have a regression in the NM
applet.

It's Gnome, they don't let users to configure :( But thanks, next time I
will know that KDE applet is better.
Does anyone know why it was possible before? Is it NM or hostapd regression?


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-04 15:41         ` Nerijus Baliūnas
  2015-05-04 15:58           ` Larry Finger
@ 2015-05-04 17:21           ` Dan Williams
  2015-05-04 19:00             ` Nerijus Baliūnas
  1 sibling, 1 reply; 15+ messages in thread
From: Dan Williams @ 2015-05-04 17:21 UTC (permalink / raw)
  To: Nerijus Baliūnas; +Cc: linux-wireless

On Mon, 2015-05-04 at 15:41 +0000, Nerijus Baliūnas wrote:
> Dan Williams <dcbw@...> writes:
> 
> > > Just FYI - "access point" mode of the NM applet works (in Gnome). But it
> > > would still be nice to have hostapd working.
> > 
> > If you want to use hostapd on the card and the system is running
> > NetworkManager, you can tell NM to ignore the device through the
> > "unmanaged-devices" option in NetworkManager.conf.  manpages have more
> > details.
> 
> But I don't want NM to ignore the device - I use the wifi card with NM
> as a client. But sometimes I'd like to use hostapd directly (as NM
> does not allow me to configure AP parameters - channel, wpa number,
> AP name and password). It was possible before, but not any more.

NM actually does allow you to do that by editing the hotspot connection
files directly.  The various UIs (nm-applet, GNOME Shell, etc) may or
may not expose specific knobs like these.  We intend to add AP mode
support to nm-connection-editor, but there are some complications around
valid options in AP mode that need to be addressed in the editor UI
first.

If you take a look into /etc/NetworkManager/system-connections/ you
should see the config file, where you can edit stuff like 'channel',
'ssid', 'band', 'pairwise', 'group', 'proto', etc, stuff that's familiar
to wpa_supplicant config too.  See 'man nm-settings' for more details on
all these key/value pairs.

Dan



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-04 17:21           ` Dan Williams
@ 2015-05-04 19:00             ` Nerijus Baliūnas
  2015-05-04 19:28               ` Dan Williams
  0 siblings, 1 reply; 15+ messages in thread
From: Nerijus Baliūnas @ 2015-05-04 19:00 UTC (permalink / raw)
  To: linux-wireless

Dan Williams <dcbw@...> writes:

> NM actually does allow you to do that by editing the hotspot connection
> files directly.

> If you take a look into /etc/NetworkManager/system-connections/ you
> should see the config file, where you can edit stuff like 'channel',
> 'ssid', 'band', 'pairwise', 'group', 'proto', etc, stuff that's familiar
> to wpa_supplicant config too.  See 'man nm-settings' for more details on
> all these key/value pairs.

I edited /etc/NetworkManager/system-connections/Hotspot, ran systemctl
restart NetworkManager and ssid and password were changed. Then I added
channel=10 to the file, restarted NM, but when I enable hotspot in Gnome,
ssid is localhost.localdomain and password is random again. I was not able
to have my edited ssid and password values back.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-04 19:00             ` Nerijus Baliūnas
@ 2015-05-04 19:28               ` Dan Williams
  2015-05-04 20:23                 ` Nerijus Baliūnas
  0 siblings, 1 reply; 15+ messages in thread
From: Dan Williams @ 2015-05-04 19:28 UTC (permalink / raw)
  To: Nerijus Baliūnas; +Cc: linux-wireless

On Mon, 2015-05-04 at 19:00 +0000, Nerijus Baliūnas wrote:
> Dan Williams <dcbw@...> writes:
> 
> > NM actually does allow you to do that by editing the hotspot connection
> > files directly.
> 
> > If you take a look into /etc/NetworkManager/system-connections/ you
> > should see the config file, where you can edit stuff like 'channel',
> > 'ssid', 'band', 'pairwise', 'group', 'proto', etc, stuff that's familiar
> > to wpa_supplicant config too.  See 'man nm-settings' for more details on
> > all these key/value pairs.
> 
> I edited /etc/NetworkManager/system-connections/Hotspot, ran systemctl
> restart NetworkManager and ssid and password were changed. Then I added
> channel=10 to the file, restarted NM, but when I enable hotspot in Gnome,
> ssid is localhost.localdomain and password is random again. I was not able
> to have my edited ssid and password values back.

You don't actually need to restart NM, you can simply run "nmcli con
reload" to get NM to notice the changes.  I don't recall how GNOME Shell
handles the Hotspot button in its UI, but you should be able to test
independently of GNOME Shell by doing:

nmcli con up <name of hotspot connection>

Dan


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-04 19:28               ` Dan Williams
@ 2015-05-04 20:23                 ` Nerijus Baliūnas
  2015-05-04 20:27                   ` Dan Williams
  0 siblings, 1 reply; 15+ messages in thread
From: Nerijus Baliūnas @ 2015-05-04 20:23 UTC (permalink / raw)
  To: linux-wireless

Dan Williams <dcbw@...> writes:

> > I edited /etc/NetworkManager/system-connections/Hotspot, ran systemctl
> > restart NetworkManager and ssid and password were changed. Then I added
> > channel=10 to the file, restarted NM, but when I enable hotspot in Gnome,
> > ssid is localhost.localdomain and password is random again. I was not able
> > to have my edited ssid and password values back.
> 
> You don't actually need to restart NM, you can simply run "nmcli con
> reload" to get NM to notice the changes.  I don't recall how GNOME Shell
> handles the Hotspot button in its UI, but you should be able to test
> independently of GNOME Shell by doing:
> 
> nmcli con up <name of hotspot connection>

I did
nmcli con reload
nmcli con up Hotspot

but it still used localhost.localdomain as ssid, although I have
ssid=something in /etc/NetworkManager/system-connections/Hotspot


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-04 20:23                 ` Nerijus Baliūnas
@ 2015-05-04 20:27                   ` Dan Williams
  2015-05-04 20:34                     ` Nerijus Baliūnas
  0 siblings, 1 reply; 15+ messages in thread
From: Dan Williams @ 2015-05-04 20:27 UTC (permalink / raw)
  To: Nerijus Baliūnas; +Cc: linux-wireless

On Mon, 2015-05-04 at 20:23 +0000, Nerijus Baliūnas wrote:
> Dan Williams <dcbw@...> writes:
> 
> > > I edited /etc/NetworkManager/system-connections/Hotspot, ran systemctl
> > > restart NetworkManager and ssid and password were changed. Then I added
> > > channel=10 to the file, restarted NM, but when I enable hotspot in Gnome,
> > > ssid is localhost.localdomain and password is random again. I was not able
> > > to have my edited ssid and password values back.
> > 
> > You don't actually need to restart NM, you can simply run "nmcli con
> > reload" to get NM to notice the changes.  I don't recall how GNOME Shell
> > handles the Hotspot button in its UI, but you should be able to test
> > independently of GNOME Shell by doing:
> > 
> > nmcli con up <name of hotspot connection>
> 
> I did
> nmcli con reload
> nmcli con up Hotspot
> 
> but it still used localhost.localdomain as ssid, although I have
> ssid=something in /etc/NetworkManager/system-connections/Hotspot

If you run "nmcli con", is there more than one connection called
"Hotspot"?  If not, then run "nmcli con Hotspot" and lets see what it
prints out.

Dan


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: b43 AP does not work
  2015-05-04 20:27                   ` Dan Williams
@ 2015-05-04 20:34                     ` Nerijus Baliūnas
  0 siblings, 0 replies; 15+ messages in thread
From: Nerijus Baliūnas @ 2015-05-04 20:34 UTC (permalink / raw)
  To: linux-wireless

Dan Williams <dcbw@...> writes:

> > I did
> > nmcli con reload
> > nmcli con up Hotspot
> > 
> > but it still used localhost.localdomain as ssid, although I have
> > ssid=something in /etc/NetworkManager/system-connections/Hotspot
> 
> If you run "nmcli con", is there more than one connection called
> "Hotspot"?  If not, then run "nmcli con Hotspot" and lets see what it
> prints out.

Yes, there are 2 Hotspots. After I deleted one with nm-connection-editor
the ssid is OK.


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-05-04 20:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-02 16:32 b43 AP does not work Nerijus Baliūnas
2015-05-02 16:48 ` Larry Finger
2015-05-02 17:07   ` Nerijus Baliūnas
2015-05-02 17:18     ` Nerijus Baliūnas
2015-05-02 18:40       ` Larry Finger
2015-05-04 15:19       ` Dan Williams
2015-05-04 15:41         ` Nerijus Baliūnas
2015-05-04 15:58           ` Larry Finger
2015-05-04 16:21             ` Nerijus Baliūnas
2015-05-04 17:21           ` Dan Williams
2015-05-04 19:00             ` Nerijus Baliūnas
2015-05-04 19:28               ` Dan Williams
2015-05-04 20:23                 ` Nerijus Baliūnas
2015-05-04 20:27                   ` Dan Williams
2015-05-04 20:34                     ` Nerijus Baliūnas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).