* [Bug 218599] New: create mesh network in backport213-5.15
@ 2024-03-14 19:22 bugzilla-daemon
2024-03-14 19:59 ` [Bug 218599] " bugzilla-daemon
2024-03-15 10:01 ` bugzilla-daemon
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2024-03-14 19:22 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=218599
Bug ID: 218599
Summary: create mesh network in backport213-5.15
Product: Backports project
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Backports
Assignee: backports@vger.kernel.org
Reporter: abdolahi68@uvic.ca
Regression: No
Dear Sir,
I intend to create a mesh network using backport 5.13, 5.14, and 5.15, However,
I received the following error in all of them:
command failed: operation not supported (-95).
Also, I have used deconfig-ath9k.
I am available if you require more information.
Thanks.
Mostafa
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread* [Bug 218599] create mesh network in backport213-5.15 2024-03-14 19:22 [Bug 218599] New: create mesh network in backport213-5.15 bugzilla-daemon @ 2024-03-14 19:59 ` bugzilla-daemon 2024-03-15 10:01 ` bugzilla-daemon 1 sibling, 0 replies; 3+ messages in thread From: bugzilla-daemon @ 2024-03-14 19:59 UTC (permalink / raw) To: backports https://bugzilla.kernel.org/show_bug.cgi?id=218599 --- Comment #1 from Mostafa (abdolahi68@uvic.ca) --- This is my script to create mesh: #!/bin/bash # Bring down the interface sudo ip link set wlxe8de271f11cd down sleep 2 # Clear any existing IP addresses sudo ip addr flush dev wlxe8de271f11cd sleep 2 # Create the mesh interface sudo iw dev wlxe8de271f11cd interface add mesh1 type mp sleep 2 # Bring up the mesh interface sudo ip link set mesh1 up sleep 2 # Join the mesh network sudo iw dev mesh1 mesh join mymesh sleep 2 # Assign an IP address to the mesh interface sudo ip addr add 192.168.1.1/24 dev mesh1 -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug. ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug 218599] create mesh network in backport213-5.15 2024-03-14 19:22 [Bug 218599] New: create mesh network in backport213-5.15 bugzilla-daemon 2024-03-14 19:59 ` [Bug 218599] " bugzilla-daemon @ 2024-03-15 10:01 ` bugzilla-daemon 1 sibling, 0 replies; 3+ messages in thread From: bugzilla-daemon @ 2024-03-15 10:01 UTC (permalink / raw) To: backports https://bugzilla.kernel.org/show_bug.cgi?id=218599 Artem S. Tashkinov (aros@gmx.com) changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Backports |network-wireless Version|unspecified |2.5 Assignee|backports@vger.kernel.org |drivers_network-wireless@ke | |rnel-bugs.osdl.org Product|Backports project |Drivers -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-15 10:01 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-03-14 19:22 [Bug 218599] New: create mesh network in backport213-5.15 bugzilla-daemon 2024-03-14 19:59 ` [Bug 218599] " bugzilla-daemon 2024-03-15 10:01 ` bugzilla-daemon
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).