* [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