Gnome network-frontend doesn't show access points

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
maestrosys

Gnome network-frontend doesn't show access points

Post by maestrosys »

Hello,

I have a Samsung NC10 with a Broadcom 4313 WiFi adapter. I have installed the brcm80211 modules (http://wiki.debian.org/brcm80211).
On the netbook LinuxMint Debian is working fine.

iwconfig gives:

Code: Select all

lo        no wireless extensions.

eth1      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=19 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          
pan0      no wireless extensions.
The modules seem to be loaded. lsmod | grep brcm80211 gives:

Code: Select all

brcm80211             622307  0 
mac80211              137340  1 brcm80211
cfg80211              101496  2 brcm80211,mac80211

nm-tool output

Code: Select all

nm-tool

NetworkManager Tool

State: connected

- Device: wlan0 ----------------------------------------------------------------
  Type:              802.11 WiFi
  Driver:            brcm80211
  State:             disconnected
  Default:           no
  HW Address:        4C:ED:DE:24:47:5D

  Capabilities:

  Wireless Properties
    WEP Encryption:  yes
    WPA Encryption:  yes
    WPA2 Encryption: yes

  Wireless Access Points 
    WLAN-2F7409:     Infra, 00:1A:2B:2F:74:29, Freq 2412 MHz, Rate 54 Mb/s, Strength 31 WPA WPA2
    Speedport:       Infra, 00:1C:4A:A2:84:2C, Freq 2437 MHz, Rate 54 Mb/s, Strength 38 WPA WPA2
    WLAN:            Infra, 00:16:38:71:81:B1, Freq 2462 MHz, Rate 54 Mb/s, Strength 44 WPA WPA2


- Device: eth1  [Auto eth1] ----------------------------------------------------
  Type:              Wired
  Driver:            sky2
  State:             connected
  Default:           yes
  HW Address:        00:24:54:E7:1B:06

  Capabilities:
    Carrier Detect:  yes
    Speed:           100 Mb/s

  Wired Properties
    Carrier:         on

  IPv4 Settings:
    Address:         192.168.49.111
    Prefix:          24 (255.255.255.0)
    Gateway:         192.168.49.1

    DNS:             192.168.49.1


- Device: 00:18:8D:74:71:57 ----------------------------------------------------
  Type:              Bluetooth
  Driver:            bluez
  State:             disconnected
  Default:           no

  Capabilities:
So I think the nm-tool recognizes access points and the adapter working correctly.
But the gnome-network-manager frontend doesn't show any access points when right-clicking on the symbol in the taskbar.

Some help would be great.

Thank you and kind regards,

Thomas
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
dawgdoc

Re: Gnome network-frontend doesn't show access points

Post by dawgdoc »

Disconnect your wired network and try again. Frequently Network Manager will not connect to a wireless connection if there is a wired connection.
maestrosys

Re: Gnome network-frontend doesn't show access points

Post by maestrosys »

I'm not connected to any wired network. :wink: But Network-Manager doesn't show access points.
dawgdoc

Re: Gnome network-frontend doesn't show access points

Post by dawgdoc »

My bad, I misinterpreted this in the nm-tool output.

Code: Select all

- Device: eth1  [Auto eth1] ----------------------------------------------------
  Type:              Wired
  Driver:            sky2
  State:             connected
  Default:           yes
  HW Address:        00:24:54:E7:1B:06

  Capabilities:
    Carrier Detect:  yes
    Speed:           100 Mb/s

  Wired Properties
    Carrier:         on
Anyhow, go into Network Manager, edit the wireless preferences and set IPv6 settings to ignore if they are not. This has helped a number of people.
maestrosys

Re: Gnome network-frontend doesn't show access points

Post by maestrosys »

I've set IPv6 to Ignore in network-manger. But thats only possible if I create a new wireless connection by manual SSID input. But it doesn't alter anything.
How can I set IPv6 to Ignore in general?
dawgdoc

Re: Gnome network-frontend doesn't show access points

Post by dawgdoc »

maestrosys wrote:I've set IPv6 to Ignore in network-manger. But thats only possible if I create a new wireless connection by manual SSID input. But it doesn't alter anything.
How can I set IPv6 to Ignore in general?
What I have always suggested to people in the past was about what you have done. Open N-M applet, select the wireless tab, select a connection, select edit, set IPv6 to ignore. That has worked for a number of people and no further questions were ever raised, so I never looked for more. Especially since my wireless was working in the same manner. Is there a checkbox in the applet to make the same settings for all connections? (not on linux at the moment)
maestrosys

Re: Gnome network-frontend doesn't show access points

Post by maestrosys »

It works. :D No idea why a second try was needed.

Now there are left some small issues:
The system crashes when deactivating the wifi adapter via Fn-keys. But not directly after deactivating but after some seconds. Any idea which logfile I could refer to?
Same thing after wake-up from suspend-to-ram. Maybe the same issue?

Cheers,

Thomas
dawgdoc

Re: Gnome network-frontend doesn't show access points

Post by dawgdoc »

The log file for suspend is pm-suspend.log. Since I can not recall the exact path (something like /var/log/some_path/pm-suspend.log ) it may be easier to use the Log File Viewer GUI.
Locked

Return to “Networking”