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
}
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?
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?
JanWhat does iwconfig say?
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
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?
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
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.
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.
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
On 27/04/2021 16:38, Jan Novak wrote:
Am 25.04.21 um 19:47 schrieb Jan Novak:So how did the cable network connect?
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
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:So how did the cable network connect?
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
Actually I take that back, surely you need dhcpcd, ie the client demon
as opposed to the server demon, dhcpd.
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:So how did the cable network connect?
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
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...
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 371 |
Nodes: | 16 (2 / 14) |
Uptime: | 37:32:10 |
Calls: | 7,932 |
Calls today: | 2 |
Files: | 12,998 |
Messages: | 5,805,631 |