**NOTE** January 2022 - Changes to Gstreamer and Pipewire packages from PackmanPlease read the following thread about the current changes
-
Network unavailable after update to snapshot 20220518-1619.1
After today's update, I had to rollback to the pre snapshot to get my network back. I locked NetworkManager* and kernel-firmware-* and updated successfully. If anybody has a clue which package set caused the problem, I'll remove the other lock and update again.
Thanks,
Gene
-
Re: Network unavailable after update to snapshot 20220518-1619.1
Never mind, I just had to update NetworkManager with --recommends and all is well. I found the answer (missing NetworkManager-wifi) in the other thread about this issue.
Gene
-
Re: Network unavailable after update to snapshot 20220518-1619.1
Something is wrong, even after getting NetworkManager-wifi installed. The wired Ethernet disappeared:
Code:
> ip link show
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: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 38:d5:7a:53:49:d7 brd ff:ff:ff:ff:ff:ff
I don't see anything helpful using zypper se NetworkManager. Any ideas?
Gene
-
Re: Network unavailable after update to snapshot 20220518-1619.1
 Originally Posted by Gene_S
Something is wrong, even after getting NetworkManager-wifi installed. The wired Ethernet disappeared:
Code:
> ip link show
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: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 38:d5:7a:53:49:d7 brd ff:ff:ff:ff:ff:ff
I don't see anything helpful using zypper se NetworkManager. Any ideas?
Gene
No driver loaded? Ethernet hardware details?
Code:
/sbin/lspci -nnk | grep -iA3 net
Firmware related?
Code:
dmesg | grep -i firmware
openSUSE Leap 15.3; KDE Plasma 5
-
Re: Network unavailable after update to snapshot 20220518-1619.1
Nothing in either command about the wired Ethernet. This is a new Dell laptop, and I've never had it connected to the wired Ethernet. I'll look in Windows to see what the hardware is. Here's the output of the commands you requested.
Code:
> sudo /sbin/lspci -nnk | grep -iA3 net
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:c828]
Kernel driver in use: rtw_8821ce
Kernel modules: rtw88_8821ce
> sudo dmesg | grep -i firmware
[ 0.064342] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.244273] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.308240] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 2.010525] [drm] Loading DMUB firmware via PSP: version=0x01010020
[ 2.031801] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[ 2.031807] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[ 4.067596] rtw_8821ce 0000:02:00.0: Firmware version 24.11.0, H2C version 12
[ 12.227911] rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
It's possible the wired connection has never been running, since that was the first time I ran the "ip link show" command on this hardware.
Gene
*EDIT*
Wow, I can't believe I missed this detail when I ordered this laptop. It has no wired Ethernet. This is a first for Dell laptops I've owned over the years.
Gene
Last edited by Gene_S; 19-May-2022 at 14:11.
Reason: New informatio.
-
Re: Network unavailable after update to snapshot 20220518-1619.1
 Originally Posted by Gene_S
Nothing in either command about the wired Ethernet. This is a new Dell laptop, and I've never had it connected to the wired Ethernet. I'll look in Windows to see what the hardware is. Here's the output of the commands you requested.
Code:
> sudo /sbin/lspci -nnk | grep -iA3 net
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:c828]
Kernel driver in use: rtw_8821ce
Kernel modules: rtw88_8821ce
> sudo dmesg | grep -i firmware
[ 0.064342] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.244273] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.308240] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 2.010525] [drm] Loading DMUB firmware via PSP: version=0x01010020
[ 2.031801] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[ 2.031807] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[ 4.067596] rtw_8821ce 0000:02:00.0: Firmware version 24.11.0, H2C version 12
[ 12.227911] rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
It's possible the wired connection has never been running, since that was the first time I ran the "ip link show" command on this hardware.
Gene
*EDIT*
Wow, I can't believe I missed this detail when I ordered this laptop. It has no wired Ethernet. This is a first for Dell laptops I've owned over the years.
Gene
Hi
I have a couple of spare USB -> Ethernet devices around for those types of systems
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SUSE SLE, openSUSE Leap/Tumbleweed (x86_64) | GNOME DE
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below... Thanks!
-
Re: Network unavailable after update to snapshot 20220518-1619.1
 Originally Posted by malcolmlewis
Hi
I have a couple of spare USB -> Ethernet devices around for those types of systems 
I guess I need one now, too. 
Gene
-
Re: Network unavailable after update to snapshot 20220518-1619.1
 Originally Posted by Gene_S
I guess I need one now, too.
Gene
Hi
I've had OTB experience with the TP-Link USB to Ethernet Adapter UE305 device, the new ones UE306 should be fine.
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SUSE SLE, openSUSE Leap/Tumbleweed (x86_64) | GNOME DE
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below... Thanks!
-
Re: Network unavailable after update to snapshot 20220518-1619.1
The SLES people split networkmanager into multiple parts to make server images smaller. Kind of like what they did to the kernel where you need kernel-default-extra and kernel-default-optional as that code was removed to make smaller servers.
Remember that SLES customers pay for SLES and OpenSUSE get the benefits and issues caused by those that pay for support and pay for changes.
you need networkmanager-wifi and wpa-supplicant to be added to get wifi to work as they are not a part of NW anymore in Tumbleweed.
They should have made it installed for everyone and let servers do a zypper rm to get rid of it where it was not needed.
OpenSUSE 15.3 with VirtualBox VM's (XP, 10, 11, Ubuntu MATE 22.04, OpenSUSE 15.3, Tumbleweed)
Pi4 with OpenSUSE 15.3
Unix since 1974 (pdp-11, Interdata, AT&T, Tandy, Convergent, Sun, IBM, NCR, and HP)
Linux since 1995 (Mandrake, Fedora, CentOS, OpenSUSE)
-
Re: Network unavailable after update to snapshot 20220518-1619.1
 Originally Posted by malcolmlewis
Hi
I've had OTB experience with the TP-Link USB to Ethernet Adapter UE305 device, the new ones UE306 should be fine.
Thanks, Malcolm.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|