Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2550

Raspberry Pi OS • Re: Wifi broken on 64-bit image after all 2022-04 releases (since bullseye) for RPI Zero 2W

$
0
0
Could you please document which steps you additionally took to disable ipv6?
I didn't mean to imply that disabling ipv6 caused it to work. Rather, I was telling you what I did to modify the network settings.

But, since you asked, I edited the wifi .nmconnection file in /etc/NetworkManager/system-connections and added a new section at the bottom of the file with

Code:

[ipv6]method=ignore
...and then rebooted for good measure.

As you can see, when I comment out those two lines and reboot I now have ipv6 enabled:

Code:

ip a show dev wlan02: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000    link/ether d8:3a:dd:d0:e1:9f brd ff:ff:ff:ff:ff:ff    inet 192.168.92.136/24 brd 192.168.92.255 scope global dynamic noprefixroute wlan0       valid_lft 86146sec preferred_lft 86146sec    inet6 fdfb:5195:7508:664d:865d:de39:fb5b:5211/64 scope global dynamic noprefixroute        valid_lft 1733sec preferred_lft 1733sec    inet6 fe80::2345:f6de:fc7d:a8d4/64 scope link noprefixroute        valid_lft forever preferred_lft forever

Statistics: Posted by bls — Thu Jul 11, 2024 1:02 am



Viewing all articles
Browse latest Browse all 2550

Trending Articles