-
Notifications
You must be signed in to change notification settings - Fork 59
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
AGX nmcli for netvm #792
Merged
Merged
AGX nmcli for netvm #792
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emrahbillur
temporarily deployed
to
internal-build-workflow
September 17, 2024 12:02
— with
GitHub Actions
Inactive
emrahbillur
added
the
bug on Orin AGX
Issues found on NVIDIA Jetson AGX Orin while checking this PR
label
Sep 17, 2024
emrahbillur
temporarily deployed
to
internal-build-workflow
September 17, 2024 12:05
— with
GitHub Actions
Inactive
emrahbillur
temporarily deployed
to
internal-build-workflow
September 17, 2024 12:05
— with
GitHub Actions
Inactive
emrahbillur
temporarily deployed
to
internal-build-workflow
September 18, 2024 14:09
— with
GitHub Actions
Inactive
emrahbillur
temporarily deployed
to
internal-build-workflow
September 18, 2024 14:11
— with
GitHub Actions
Inactive
emrahbillur
temporarily deployed
to
internal-build-workflow
September 18, 2024 14:14
— with
GitHub Actions
Inactive
emrahbillur
removed
the
bug on Orin AGX
Issues found on NVIDIA Jetson AGX Orin while checking this PR
label
Sep 19, 2024
modules/reference/hardware/jetpack-microvm/agx-netvm-wlan-pci-passthrough.nix
Outdated
Show resolved
Hide resolved
emrahbillur
temporarily deployed
to
internal-build-workflow
September 20, 2024 12:11
— with
GitHub Actions
Inactive
emrahbillur
temporarily deployed
to
internal-build-workflow
September 20, 2024 12:14
— with
GitHub Actions
Inactive
Remove unwanted visual NeworkManager plugins preventing cross compilation Added nmcli to netvm Wifi Module Addded Signed-off-by: Emrah Billur <emrah.billur@unikie.com>
emrahbillur
temporarily deployed
to
internal-build-workflow
September 20, 2024 12:15
— with
GitHub Actions
Inactive
brianmcgillion
approved these changes
Sep 23, 2024
Tested on Orin AGX
|
leivos-unikie
added
Tested on Orin AGX
This PR has been tested on NVIDIA Jetson AGX Orin
and removed
Needs Testing
CI Team to pre-verify
labels
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Changes in NetVm for Lenovo left the state of NetVm in NVIDIA AGX behind where there was no NetworkManager tool to create a connection. The passthrough for Wifi device was active but there were no means of creating a wireless connection. NX had no problems as the netvm utilizes the ethernet device. Here this PR adds NetworkManager and nmcli to the netvm on NVIDIA AGX devices to allow networkmanager to connect to wireless network.
Checklist for things done
x86_64
aarch64
riscv64
make-checks
and it passesnixos-rebuild ... switch
Instructions for Testing
nmcli
to check the connections listing wlp0s5f0 (wifi device) disconnected.nmcli
con to ensure there is no wifi connection but only loopback.nmcli d wifi list
to get a list of Wireless Access Pointsnmcli dev wifi con "SomeSSID_unknwn" --ask
to start Wifi connection and being asked its Wireless password.nmcli con
again to verify connection.ping 8.8.8.8
to check ip connectivityWithout this PR the netvm on AGX had no wireless connection capability.
Unfortunately the NetworkManager caused cross compile failure.