• rp4 fresh install - cannot connect to any wlan

    From Jan Novak@3:770/3 to All on Sun Apr 25 19:46:13 2021
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does not
    connect to any wlan.

    "iwlist wlan0 scan" find my wlans as expected (and working with other
    wlan devices)

    cat /etc/wpa_supplicant/wpa_supplicant.conf

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US

    network={
    ssid="[my ssid]"
    psk="[my pw]"
    key_mgmt=WPA-PSK
    }

    Does anybody has a idea for this?


    Jan

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Jan Novak@3:770/3 to All on Sun Apr 25 19:47:49 2021
    Am 25.04.21 um 19:46 schrieb Jan Novak:
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does not connect to any wlan.

    "iwlist wlan0 scan" find my wlans as expected (and working with other
    wlan devices)

    cat /etc/wpa_supplicant/wpa_supplicant.conf

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US

    network={
        ssid="[my ssid]"
        psk="[my pw]"
        key_mgmt=WPA-PSK
    }


    i forgot:

    cat /etc/network/interfaces.d/wlan0

    auto wlan0
    allow-hotplug wlan0
    iface wlan0 inet dhcp
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf


    Jan

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Andy Burns@3:770/3 to Jan Novak on Sun Apr 25 19:04:32 2021
    Jan Novak wrote:

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US

    network={
        ssid="[my ssid]"
        psk="[my pw]"
        key_mgmt=WPA-PSK
    }

    Does anybody has a idea for this?

    A longshot, but is your SSID set for a channel (e.g. 13) that isn't
    licenced in USA?

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From The Natural Philosopher@3:770/3 to Jan Novak on Sun Apr 25 19:30:13 2021
    On 25/04/2021 18:46, Jan Novak wrote:
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does not connect to any wlan.

    "iwlist wlan0 scan" find my wlans as expected (and working with other
    wlan devices)

    cat /etc/wpa_supplicant/wpa_supplicant.conf

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US

    network={
        ssid="[my ssid]"
        psk="[my pw]"
        key_mgmt=WPA-PSK
    }

    Does anybody has a idea for this?


    Jan
    What does iwconfig say?
    You seem to have ebverything where it should be



    --
    "Women actually are capable of being far more than the feminists will
    let them."

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From miguel@3:770/3 to Jan Novak on Mon Apr 26 00:09:46 2021
    On 4/25/21 7:46 PM, Jan Novak wrote:
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does not connect to any wlan.

    "iwlist wlan0 scan" find my wlans as expected (and working with other
    wlan devices)

    cat /etc/wpa_supplicant/wpa_supplicant.conf

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US

    network={
        ssid="[my ssid]"
        psk="[my pw]"
        key_mgmt=WPA-PSK
    }

    Does anybody has a idea for this?


    Jan

    My Raspi doesn't work if I enable WPA3 in my Router.

    --
    """""
    "`¡´ iguel
    "
    "
    "

    Linux statt Windows
    __
    Ist wie eine Scheidung, Du verzichtest auf Annehmlichkeiten wie fertiges
    Essen und Sex, aber Du hast Deine Freiheit wieder!

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Jan Novak@3:770/3 to All on Mon Apr 26 07:32:02 2021
    Am 25.04.21 um 20:04 schrieb Andy Burns:
    Jan Novak wrote:

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US

    network={
         ssid="[my ssid]"
         psk="[my pw]"
         key_mgmt=WPA-PSK
    }

    Does anybody has a idea for this?

    A longshot, but is your SSID set for a channel (e.g. 13) that isn't
    licenced in USA?

    Hi,

    the AP is also set to US.

    Jan

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Jan Novak@3:770/3 to All on Mon Apr 26 07:34:49 2021
    Am 25.04.21 um 20:30 schrieb The Natural Philosopher:
    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does not
    connect to any wlan.

    "iwlist wlan0 scan" find my wlans as expected (and working with other
    wlan devices)

    cat /etc/wpa_supplicant/wpa_supplicant.conf

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US

    network={
         ssid="[my ssid]"
         psk="[my pw]"
         key_mgmt=WPA-PSK
    }

    What does iwconfig say?
    You seem to have ebverything where it should be

    Yes, everything looks good, but no connection. As i say: my ssid will be
    listed in iwlist wlan0 scan

    ~:iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    wlan0 IEEE 802.11 ESSID:off/any
    Mode:Managed Access Point: Not-Associated Tx-Power=31 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:on



    Jan

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Jan Novak@3:770/3 to All on Mon Apr 26 07:37:33 2021
    Am 26.04.21 um 00:09 schrieb miguel:
    On 4/25/21 7:46 PM, Jan Novak wrote:
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does not
    connect to any wlan.

    "iwlist wlan0 scan" find my wlans as expected (and working with other
    wlan devices)

    cat /etc/wpa_supplicant/wpa_supplicant.conf

    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    update_config=1
    country=US

    network={
         ssid="[my ssid]"
         psk="[my pw]"
         key_mgmt=WPA-PSK
    }

    Does anybody has a idea for this?


    Jan

    My Raspi doesn't work if I enable WPA3 in my Router.



    hmm... i didn't know, that WPA3 is already on the market... My AP is set
    to WPA2 auth.
    What i dont understand: it is an new raspi, fresh debian without
    "anything" else... and not connecting...

    Jan

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Jan Novak@3:770/3 to All on Tue Apr 27 17:38:44 2021
    Am 25.04.21 um 19:47 schrieb Jan Novak:
    Am 25.04.21 um 19:46 schrieb Jan Novak:
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does not
    connect to any wlan.


    For all who had a similar problem:
    In my case: the dhcpd was not running - why the hell this on a fresh
    installed system?

    Ok, after starting dhcpd -i got a connect and a ip Adresse.

    Jan

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Pancho@3:770/3 to Jan Novak on Tue Apr 27 16:49:46 2021
    On 27/04/2021 16:38, Jan Novak wrote:
    Am 25.04.21 um 19:47 schrieb Jan Novak:
    Am 25.04.21 um 19:46 schrieb Jan Novak:
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does
    not connect to any wlan.


    For all who had a similar problem:
    In my case: the dhcpd was not running - why the hell this on a fresh installed system?

    Ok, after starting dhcpd  -i got a connect and a ip Adresse.

    Jan

    So how did the cable network connect?

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Pancho@3:770/3 to Pancho on Tue Apr 27 16:58:40 2021
    On 27/04/2021 16:49, Pancho wrote:
    On 27/04/2021 16:38, Jan Novak wrote:
    Am 25.04.21 um 19:47 schrieb Jan Novak:
    Am 25.04.21 um 19:46 schrieb Jan Novak:
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does
    not connect to any wlan.


    For all who had a similar problem:
    In my case: the dhcpd was not running - why the hell this on a fresh
    installed system?

    Ok, after starting dhcpd  -i got a connect and a ip Adresse.

    Jan

    So how did the cable network connect?

    Actually I take that back, surely you need dhcpcd, ie the client demon
    as opposed to the server demon, dhcpd.

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Big Bad Bob@3:770/3 to Pancho on Mon May 3 14:42:34 2021
    On 2021-04-27 08:58, Pancho wrote:
    On 27/04/2021 16:49, Pancho wrote:
    On 27/04/2021 16:38, Jan Novak wrote:
    Am 25.04.21 um 19:47 schrieb Jan Novak:
    Am 25.04.21 um 19:46 schrieb Jan Novak:
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does
    not connect to any wlan.


    For all who had a similar problem:
    In my case: the dhcpd was not running - why the hell this on a fresh
    installed system?

    Ok, after starting dhcpd  -i got a connect and a ip Adresse.

    Jan

    So how did the cable network connect?

    Actually I take that back, surely you need dhcpcd, ie the client demon
    as opposed to the server demon, dhcpd.



    yeah post systemd the names changed.

    I should try Devuan on the rpi4, just to see if it works...


    --
    (aka 'Bombastic Bob' in case you wondered)

    'Feeling with my fingers, and thinking with my brain' - me

    'your story is so touching, but it sounds just like a lie'
    "Straighten up and fly right"
    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Folderol@3:770/3 to Big Bad Bob on Tue May 4 07:36:15 2021
    On Mon, 3 May 2021 14:42:34 -0700
    Big Bad Bob <BigBadBob-at-mrp3-dot-com@testing.local> wrote:

    On 2021-04-27 08:58, Pancho wrote:
    On 27/04/2021 16:49, Pancho wrote:
    On 27/04/2021 16:38, Jan Novak wrote:
    Am 25.04.21 um 19:47 schrieb Jan Novak:
    Am 25.04.21 um 19:46 schrieb Jan Novak:
    Hi,

    today i install a fresh raspbian (debain buster) on my new rpi4.
    Kable Network is working well. Wlan settings are set - but it does >>>>>> not connect to any wlan.


    For all who had a similar problem:
    In my case: the dhcpd was not running - why the hell this on a fresh
    installed system?

    Ok, after starting dhcpd  -i got a connect and a ip Adresse.

    Jan

    So how did the cable network connect?

    Actually I take that back, surely you need dhcpcd, ie the client demon
    as opposed to the server demon, dhcpd.



    yeah post systemd the names changed.

    I should try Devuan on the rpi4, just to see if it works...

    Devuan Beowulf works on a pi4, but it can be fun and games finding a copy :o

    --
    W J G

    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)