* [Buildroot] [Bug 15546] New: raspberry pi zero 2 w no Wi-Fi device
@ 2023-04-17 15:52 bugzilla
2023-07-31 18:44 ` [Buildroot] [Bug 15546] " bugzilla
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: bugzilla @ 2023-04-17 15:52 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15546
Bug ID: 15546
Summary: raspberry pi zero 2 w no Wi-Fi device
Product: buildroot
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: glscene2010@gmail.com
CC: buildroot@uclibc.org
Target Milestone: ---
I use raspberry pi zero 2 w. I use master branch Buildroot.
Full steps here https://forums.raspberrypi.com/viewtopic.php?p=2100121#p2100121
Summary my steps:
I add this tree lines in raspberrypizero2w_defconfig
BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI=y
BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_BT=y
BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_WIFI=y
And build:
make clean -C buildroot
make -C buildroot raspberrypizero2w_defconfig
make -C buildroot
But there is no Wi-Fi device.
I know how manually enable Wi-Fi in Buildroot for raspberry pi zero 2 w, do:
modprobe brcmfmac
/etc/init.d/S40Network restart
Why Buildroot don't do it by himself?
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 15546] raspberry pi zero 2 w no Wi-Fi device
2023-04-17 15:52 [Buildroot] [Bug 15546] New: raspberry pi zero 2 w no Wi-Fi device bugzilla
@ 2023-07-31 18:44 ` bugzilla
2023-08-02 21:19 ` bugzilla
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2023-07-31 18:44 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15546
cheikh.taib@gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned@buildroot.uclibc |cheikh.taib@gmail.com
|.org |
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 15546] raspberry pi zero 2 w no Wi-Fi device
2023-04-17 15:52 [Buildroot] [Bug 15546] New: raspberry pi zero 2 w no Wi-Fi device bugzilla
2023-07-31 18:44 ` [Buildroot] [Bug 15546] " bugzilla
@ 2023-08-02 21:19 ` bugzilla
2023-09-11 18:25 ` bugzilla
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2023-08-02 21:19 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15546
--- Comment #1 from cheikh.taib@gmail.com ---
Hello,
I have a fix, but I don't have a board to test , could you please test it on
yours and tell me if it works ?
https://drive.google.com/drive/folders/1SGZQx2rH06zXhqDeGsUTss_K7h4G2Hbz?usp=sharing
Thanks,
Taieb
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 15546] raspberry pi zero 2 w no Wi-Fi device
2023-04-17 15:52 [Buildroot] [Bug 15546] New: raspberry pi zero 2 w no Wi-Fi device bugzilla
2023-07-31 18:44 ` [Buildroot] [Bug 15546] " bugzilla
2023-08-02 21:19 ` bugzilla
@ 2023-09-11 18:25 ` bugzilla
2023-09-13 12:47 ` bugzilla
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2023-09-11 18:25 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15546
--- Comment #2 from Jose Angel Torres <jose@source.parts> ---
(In reply to cheikh.taib from comment #1)
Hi Taib,
This is a compiled Buildroot image that you have provided thus, asking others
to run this image poses a potential security risk for some.
In the future, instead of asking others to test a binary, can you share what
you did to resolve the issue so that we can reproduce on our end.
Thanks!
Sincerely,
Jose
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 15546] raspberry pi zero 2 w no Wi-Fi device
2023-04-17 15:52 [Buildroot] [Bug 15546] New: raspberry pi zero 2 w no Wi-Fi device bugzilla
` (2 preceding siblings ...)
2023-09-11 18:25 ` bugzilla
@ 2023-09-13 12:47 ` bugzilla
2023-10-16 9:53 ` bugzilla
2024-06-15 15:08 ` bugzilla
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2023-09-13 12:47 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15546
--- Comment #3 from Andrei Cherniaev <glscene2010@gmail.com> ---
(In reply to cheikh.taib from comment #1)
I try sdcard.img
I boot and ask
uname -a
Linux buildroot 5.10.92-v7 #1 SMP Tue Aug 1 22:21:04 CEST 2023
Let's check our problem
ifconfig -a
says again only one lo device. The same problem, nothing happen.
After I do
modprobe brcmfmac
/etc/init.d/S40Network restart
I can see wlan0 device.
P.S. May be this problem because of old kernel?
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 15546] raspberry pi zero 2 w no Wi-Fi device
2023-04-17 15:52 [Buildroot] [Bug 15546] New: raspberry pi zero 2 w no Wi-Fi device bugzilla
` (3 preceding siblings ...)
2023-09-13 12:47 ` bugzilla
@ 2023-10-16 9:53 ` bugzilla
2024-06-15 15:08 ` bugzilla
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2023-10-16 9:53 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15546
--- Comment #4 from Joost Molenaar <jjm@j0057.nl> ---
I ran into this on a Pi 0 W; the module isn't loaded because there's no udev by
default, which creates device files but also loads modules for available
hardware. You can enable it under System configuration -> /dev management, I
chose 'Dynamic using devtmpfs + mdev', that is,
CONFIG_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 15546] raspberry pi zero 2 w no Wi-Fi device
2023-04-17 15:52 [Buildroot] [Bug 15546] New: raspberry pi zero 2 w no Wi-Fi device bugzilla
` (4 preceding siblings ...)
2023-10-16 9:53 ` bugzilla
@ 2024-06-15 15:08 ` bugzilla
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla @ 2024-06-15 15:08 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=15546
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |MOVED
CC| |yann.morin.1998@free.fr
--- Comment #5 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-06-15 15:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17 15:52 [Buildroot] [Bug 15546] New: raspberry pi zero 2 w no Wi-Fi device bugzilla
2023-07-31 18:44 ` [Buildroot] [Bug 15546] " bugzilla
2023-08-02 21:19 ` bugzilla
2023-09-11 18:25 ` bugzilla
2023-09-13 12:47 ` bugzilla
2023-10-16 9:53 ` bugzilla
2024-06-15 15:08 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox