Thanks Lukasz for your great help!
I made a test by building a jammy image which includes this package (see the 
related image definition patch and comment: 
https://code.launchpad.net/~rmartin013/ubuntu-images/+git/ubuntu-images/+merge/476136/comments/1289984).
 The resulting image uses linux-firmware-nvidia-tegra 
36.4.0-20240912212859-0ubuntu1~22.04 and I do see the WLAN interface when 
installed on a Jetson Orin NX.

I confirmed this result by following the test procedure described above:
 * Booted a Jetson AGX Orin from current Ubuntu for Jetson candidate image 
(https://cdimage.ubuntu.com/nvidia-tegra/ubuntu-server/jammy/daily-preinstalled/manual/
 – 20240919)
 * Updated to latest packages, rebooted, see that there is no WiFi interface 
(ip link)

ubuntu@ubuntu:~$ ip l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1466 qdisc mq state UP mode 
DEFAULT group default qlen 1000
    link/ether 48:b0:2d:a5:c0:40 brd ff:ff:ff:ff:ff:ff
3: can0: <NOARP,ECHO> mtu 16 qdisc noop state DOWN mode DEFAULT group default 
qlen 10
    link/can 
4: can1: <NOARP,ECHO> mtu 16 qdisc noop state DOWN mode DEFAULT group default 
qlen 10
    link/can 

 * Installed linux-firmware-nvidia-tegra from -proposed

root@ubuntu:~# cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release 
-cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://ports.ubuntu.com/ubuntu-ports $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF
root@ubuntu:~# apt update; apt install linux-firmware-nvidia-tegra
# This installed linux-firmware-nvidia-tegra 
36.4.0-20240912212859-0ubuntu1~22.04

 * Rebooted, saw that there is a WLAN interface (e.g. wlP1p1s0) by
running ip link

ubuntu@ubuntu:~$ ip l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode 
DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1466 qdisc mq state UP mode 
DEFAULT group default qlen 1000
    link/ether 48:b0:2d:a5:c0:40 brd ff:ff:ff:ff:ff:ff
3: can0: <NOARP,ECHO> mtu 16 qdisc noop state DOWN mode DEFAULT group default 
qlen 10
    link/can 
4: can1: <NOARP,ECHO> mtu 16 qdisc noop state DOWN mode DEFAULT group default 
qlen 10
    link/can 
5: wlP1p1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT 
group default qlen 1000
    link/ether 90:e8:68:bc:79:13 brd ff:ff:ff:ff:ff:ff


** Tags added: verification-done-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2086716

Title:
  [SRU] Firmware files for Tegra Orin platforms – linux-firmware-nvidia-
  tegra

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware-nvidia-tegra/+bug/2086716/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to