-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RaspberryPi-Pico-W is not getting WiFi #7475
Comments
Any news guys? |
Still failing here! I enabled the debug network and got more info about the error:
It will need more investigation from people using this board... |
@PeterBee97 Do I need to have the "Infineon 43439 firmware file" to get the WiFi working? There is not documentation about it in the README.tx file |
Sorry Alan, I only have the old Pico without W and haven't worked with WiFi on this board. @anchao Any idea? |
I do not have pico W on hand, just placed an order, I will fix this issue later. |
Please note that the setup process of the cyw43 driver has changed:
|
I am encountering this issue again using the 2.0.0 pico-sdk. The wireless driver appears to be the same version: I am using the telnet configuration as well. nsh> wapi psk wlan0 "myPassword" 3
[ 9] netdev_ifr_ioctl: cmd: 35634
[ 9] wpa_driver_wext_process_auth_param: ERROR: SIOCSIWAUTH(param 0 value 0x4) failed: 1)
nsh>
nsh> ifup wlan0
[ 3] netdev_ifr_ioctl: cmd: 1818
[ 3] bcmf_wl_active: Entered
ifup wlan0...Failed |
I encountered the same error with pico sdk 2.0. Performed "git submodule update --init --recursive lib/cyw43-driver". I set SSID and passphrase in menuconfig, and also tried to set them in nsh. nsh> renew wlan0 ChatGPT suggested to set mac address: nsh> wapi show wlan0 May @anchao or someone else please investigate this issue again? |
Since this issue is closed, I submitted a new issue: #13828 with regarding to Pi Pico SDK 2.0 |
Hi @curuvar someone told me that raspberrypi-pico-w was not working with recent kernel, then I tested to confirm:
SDK Setup:
$ cd /home/alan
$ git clone -b 1.1.2 https://github.com/raspberrypi/pico-sdk.git
$ export PICO_SDK_PATH=/home/alan/pico-sdk
NuttX Conf. / Compilation
$ cd nuttxspace/nuttx
$ ./tools/configure.sh raspberrypi-pico-w:telnet
$ make menuconfig
Application Configuration --->
Network Utilities --->
-*- Network initialization --->
WAPI Configuration --->
(PutHereYourRouterName) SSID
(PutHereYourRouterPassword) Passprhase
$ make -j
Press and hold BOOTSEL button, then plug the USB Cable
Copy nuttx.uf2 para RPI-RP2 disk
NuttX Testing:
nsh> uname -a
NuttX 10.4.0 99cfffc-dirty Oct 30 2022 10:30:55 arm raspberrypi-pico-w
nsh> ifconfig
lo Link encap:Local Loopback at RUNNING
inet addr:127.0.0.1 DRaddr:127.0.0.1 Mask:255.0.0.0
wlan0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 at DOWN
inet addr:0.0.0.0 DRaddr:10.0.0.1 Mask:255.255.255.0
nsh> ifup wlan0
ifup wlan0...Failed
nsh> renew wlan0
ERROR: dhcpc_request() failed
nsh>
The text was updated successfully, but these errors were encountered: