My new computer is an HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS It has no cable connection to the internet, but only access via WiFi. Installing Leap 15.3 was no problem, but so far I did not manage to establish a WiFi connection. Using Yast, I set up a wicked service with fixed address, getting this list: Device Name: wlan0 Configured with address 192.168.2.16/24 (acer.ariannuccia.zz) Starting automatically on cable connection I find it somewhat absurd that a cable connection is required even for WiFi. Since I have no cable connection, I am looking for a work around. Any idea? The "Authentication Mode" offers these 5 options: No Encryption WEP - Open WEP - Shared Key WPA-EAP ("enterprise") WPA-PSK ("home") On my router (192.168.2.1) there are these "Encryption type": Unencrypted (not recommended) WPA2 (very secure) WPA / WPA2 (secure) WPA (secure) For avoiding problems with the correspondence of these methods, I have selected "No Encryption" on my computer and "Unencrypted (not recommended)" on my router. But the connection does not work. Any attempt to ping the router from the new computer is rejected with the reply: connect: Network is unreachable Any help would be welcome. Thank you in advance and best regards, Wolfgang
* Wolfgang Mueller <wm@ariannuccia.de> [07-10-21 11:35]:
My new computer is an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
It has no cable connection to the internet, but only access via WiFi. Installing Leap 15.3 was no problem, but so far I did not manage to establish a WiFi connection.
Using Yast, I set up a wicked service with fixed address, getting this list:
Device Name: wlan0 Configured with address 192.168.2.16/24 (acer.ariannuccia.zz) Starting automatically on cable connection
start with ip addr and your box address should appear under "wlan0" -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode
On Sat, 10 Jul 2021 at 17:42:37 +0200, Patrick Shanahan wrote:
Wolfgang Mueller <wm@ariannuccia.de> [07-10-21 11:35]:
My new computer is an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
It has no cable connection to the internet, but only access via WiFi. Installing Leap 15.3 was no problem, but so far I did not manage to establish a WiFi connection.
Using Yast, I set up a wicked service with fixed address, getting this list:
Device Name: wlan0 Configured with address 192.168.2.16/24 (acer.ariannuccia.zz) Starting automatically on cable connection
start with ip addr
and your box address should appear under "wlan0"
There is no address different from the the loopback address: ------------------------------------------------------------------- ip addr ======= 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever ------------------------------------------------------------------- Regards, Wolfgang
On 10/07/2021 18.27, Wolfgang Mueller wrote:
On Sat, 10 Jul 2021 at 17:42:37 +0200, Patrick Shanahan wrote:
start with ip addr and your box address should appear under "wlan0"
There is no address different from the the loopback address:
-------------------------------------------------------------------
ip addr ======= 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever
-------------------------------------------------------------------
That is "no address". -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
Often HP uses Wlan Chips not supported by default of the kernel, so please post her: /sbin/lspci -nnk | grep -iA3 net This will show the ID of the Chip and which driver is used. Stephan Am Samstag, 10. Juli 2021, 17:33:43 CEST schrieb Wolfgang Mueller:
My new computer is an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
It has no cable connection to the internet, but only access via WiFi. Installing Leap 15.3 was no problem, but so far I did not manage to establish a WiFi connection.
Using Yast, I set up a wicked service with fixed address, getting this list:
Device Name: wlan0 Configured with address 192.168.2.16/24 (acer.ariannuccia.zz) Starting automatically on cable connection
I find it somewhat absurd that a cable connection is required even for WiFi. Since I have no cable connection, I am looking for a work around. Any idea?
The "Authentication Mode" offers these 5 options:
No Encryption WEP - Open WEP - Shared Key WPA-EAP ("enterprise") WPA-PSK ("home")
On my router (192.168.2.1) there are these "Encryption type":
Unencrypted (not recommended) WPA2 (very secure) WPA / WPA2 (secure) WPA (secure)
For avoiding problems with the correspondence of these methods, I have selected "No Encryption" on my computer and "Unencrypted (not recommended)" on my router.
But the connection does not work. Any attempt to ping the router from the new computer is rejected with the reply:
connect: Network is unreachable
Any help would be welcome.
Thank you in advance and best regards, Wolfgang
On Sat, 10 Jul 2021 at 17:51:33 +0200, Stephan Hemeier wrote:
Often HP uses Wlan Chips not supported by default of the kernel, so please post her: /sbin/lspci -nnk | grep -iA3 net
This will show the ID of the Chip and which driver is used.
Here is the result. I looks interesting: ------------------------------------------------------------------ lspci -nnk | grep -iA3 net ========================== 01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821] Subsystem: Hewlett-Packard Company Device [103c:884d] Kernel modules: rtw88_8821ce 02:00.0 Non-Volatile memory controller [0108]: SK hynix Device [1c5c:174a] ------------------------------------------------------------------ Best regards, Wolfgang
On 10.07.2021 19:37, Wolfgang Mueller wrote:
On Sat, 10 Jul 2021 at 17:51:33 +0200, Stephan Hemeier wrote:
Often HP uses Wlan Chips not supported by default of the kernel, so please post her: /sbin/lspci -nnk | grep -iA3 net
This will show the ID of the Chip and which driver is used.
Here is the result. I looks interesting:
------------------------------------------------------------------ lspci -nnk | grep -iA3 net ========================== 01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821] Subsystem: Hewlett-Packard Company Device [103c:884d] Kernel modules: rtw88_8821ce
Where this driver comes from? And BTW, putting distribution version number in subject makes it much easier to follow. Show full "journalctl -b" output. Upload to https://susepaste.org/
02:00.0 Non-Volatile memory controller [0108]: SK hynix Device [1c5c:174a] ------------------------------------------------------------------
Best regards, Wolfgang
Please post: zypper lr -d zypper se -si rtw88 When you use any kmp from outside the kernel, secureboot must be disabled in Bios/UEFI. Or you sign the kmp by yourself. Stephan Am Samstag, 10. Juli 2021, 18:37:05 CEST schrieb Wolfgang Mueller:
Here is the result. I looks interesting:
------------------------------------------------------------------ lspci -nnk | grep -iA3 net ========================== 01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821] Subsystem: Hewlett-Packard Company Device [103c:884d] Kernel modules: rtw88_8821ce 02:00.0 Non-Volatile memory controller [0108]: SK hynix Device [1c5c:174a] ------------------------------------------------------------------
Best regards, Wolfgang
On 10/07/2021 19.38, Stephan Hemeier wrote:
Please post: zypper lr -d zypper se -si rtw88
When you use any kmp from outside the kernel, secureboot must be disabled in Bios/UEFI. Or you sign the kmp by yourself.
He has no network, he can't download anything. Zypper can not search. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
Please post: zypper lr -d zypper se -si rtw88 When you use any kmp from outside the kernel, secureboot must be disabled in Bios/UEFI. Or you sign the kmp by yourself. Stephan Am Samstag, 10. Juli 2021, 18:37:05 CEST schrieb Wolfgang Mueller:
Here is the result. I looks interesting:
------------------------------------------------------------------ lspci -nnk | grep -iA3 net ========================== 01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821] Subsystem: Hewlett-Packard Company Device [103c:884d] Kernel modules: rtw88_8821ce 02:00.0 Non-Volatile memory controller [0108]: SK hynix Device [1c5c:174a] ------------------------------------------------------------------
Best regards, Wolfgang
On 10/07/2021 17.33, Wolfgang Mueller wrote:
My new computer is an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
It has no cable connection to the internet, but only access via WiFi.
My _personal_ choice, is never buy a laptop without Ethernet connector.
Installing Leap 15.3 was no problem, but so far I did not manage to establish a WiFi connection.
Using Yast, I set up a wicked service with fixed address, getting this list:
Device Name: wlan0 Configured with address 192.168.2.16/24 (acer.ariannuccia.zz) Starting automatically on cable connection
I find it somewhat absurd that a cable connection is required even for WiFi. Since I have no cable connection, I am looking for a work around. Any idea?
Just ignore it :-) Or choose "always" if available. My interpretation: some laptops have a button to enable/disable the wifi. When you enable it would be considered "cable connect". Although with WiFi I would prefer Network Manager: it is far easier if you ever move your laptop.
The "Authentication Mode" offers these 5 options:
No Encryption WEP - Open WEP - Shared Key WPA-EAP ("enterprise") WPA-PSK ("home")
The later.
On my router (192.168.2.1) there are these "Encryption type":
Unencrypted (not recommended) WPA2 (very secure) WPA / WPA2 (secure) WPA (secure)
The second one one. Alternatively, the third one.
For avoiding problems with the correspondence of these methods, I have selected "No Encryption" on my computer and "Unencrypted (not recommended)" on my router.
No, change that immediately. Unless you live in the middle of nowhere, no neighbour in half a mile. Even then, I would not use it.
But the connection does not work. Any attempt to ping the router from the new computer is rejected with the reply:
connect: Network is unreachable
Any help would be welcome.
ip addr as root. If that does not give an address, look at what Stephan said. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
On Sat, 10 Jul 2021 at 18:30:08 +0200, Carlos E. R. wrote:
On 10/07/2021 17.33, Wolfgang Mueller wrote:
My new computer is an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
It has no cable connection to the internet, but only access via WiFi.
My _personal_ choice, is never buy a laptop without Ethernet connector.
I did not check it when I bought the laptop because I could not imagine that such a basic thing was lacking. It's like buying an automobile and noticing only at home that it has no engine. If had seen it before, I would have chosen another model. But when, even with your help, I don't succeed to connect it to the internet, I will bring it back to the store on Monday.
Installing Leap 15.3 was no problem, but so far I did not manage to establish a WiFi connection.
Using Yast, I set up a wicked service with fixed address, getting this list:
Device Name: wlan0 Configured with address 192.168.2.16/24 (acer.ariannuccia.zz) Starting automatically on cable connection
I find it somewhat absurd that a cable connection is required even for WiFi. Since I have no cable connection, I am looking for a work around. Any idea?
Just ignore it :-)
Or choose "always" if available.
My interpretation: some laptops have a button to enable/disable the wifi. When you enable it would be considered "cable connect".
My laptop does not have such a button.
Although with WiFi I would prefer Network Manager: it is far easier if you ever move your laptop.
But I don't know how to work with it because it grants me no possibility to specify anything, like computer name, IP address, domain etc. Best regards, Wolfgang
Am 10.07.2021 um 21:42 schrieb Wolfgang Mueller:
I did not check it when I bought the laptop because I could not imagine that such a basic thing was lacking. It's like buying an automobile and noticing only at home that it has no engine. If had seen it before, I would have chosen another model. But when, even with your help, I don't succeed to connect it to the internet, I will bring it back to the store on Monday.
Here's what I have done in the past - I've actually brought a bootable USB stick with a live distro on it to the store to test the laptop I was interested in. If the store staff refuses, take your usb stick and your money elsewhere. Cheers MH -- Mathias Homann Mathias.Homann@openSUSE.org Jabber (XMPP): lemmy@tuxonline.tech IRC: [Lemmy] on liberachat and ircnet (bouncer active) telegram: https://telegram.me/lemmy98 keybase: https://keybase.io/lemmy gpg key fingerprint: 8029 2240 F4DD 7776 E7D2 C042 6B8E 029E 13F2 C102
On 2021-07-10 4:06 p.m., Mathias Homann wrote:
Here's what I have done in the past - I've actually brought a bootable USB stick with a live distro on it to the store to test the laptop I was interested in.
If the store staff refuses, take your usb stick and your money elsewhere.
I did that with a DVD when I bought my ThinkPad. I didn't bother asking anyone's permission.
On 10/07/2021 21.42, Wolfgang Mueller wrote:
On Sat, 10 Jul 2021 at 18:30:08 +0200, Carlos E. R. wrote:
On 10/07/2021 17.33, Wolfgang Mueller wrote:
My new computer is an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
It has no cable connection to the internet, but only access via WiFi.
My _personal_ choice, is never buy a laptop without Ethernet connector.
I did not check it when I bought the laptop because I could not imagine that such a basic thing was lacking. It's like buying an automobile and noticing only at home that it has no engine. If had seen it before, I would have chosen another model. But when, even with your help, I don't succeed to connect it to the internet, I will bring it back to the store on Monday.
I was nearly bitten by that problem, no Ethernet, but I realized before committing the purchase. I have seen, in this list or other places, people having a laptop with no Ethernet, no wifi for some reason (no support, or support broken two year later), so I made the mental note to never buy a laptop with no Ethernet, even if it is not for me.
Starting automatically on cable connection ...
My interpretation: some laptops have a button to enable/disable the wifi. When you enable it would be considered "cable connect".
My laptop does not have such a button.
But the software doesn't know :-D
Although with WiFi I would prefer Network Manager: it is far easier if you ever move your laptop.
But I don't know how to work with it because it grants me no possibility to specify anything, like computer name, IP address, domain etc.
Yes, it does. The computer name you set up in YaST, anyway. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
On 7/10/21 3:42 PM, Wolfgang Mueller wrote:
On Sat, 10 Jul 2021 at 18:30:08 +0200, Carlos E. R. wrote:
On 10/07/2021 17.33, Wolfgang Mueller wrote:
My new computer is an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
It has no cable connection to the internet, but only access via WiFi.
My _personal_ choice, is never buy a laptop without Ethernet connector.
I did not check it when I bought the laptop because I could not imagine that such a basic thing was lacking. It's like buying an automobile and noticing only at home that it has no engine. If had seen it before, I would have chosen another model. But when, even with your help, I don't succeed to connect it to the internet, I will bring it back to the store on Monday.
This is not like a car with no engine. It is a car with an engine that has a "bug" in it, as even the newest sometimes do. The driver was installed on your machine, but the specific version you have has a problem. That is why Stefan - your car mechanic, in this case - is pointing you to a version which he has fixed (patched). Just a suggestion: Before buying a new (/especially/, new) machine that you want to put Linux on, it is IMHO important to get all the hardware/software specifications first and then verify that that particular machine works ok with the distro you want to install or at least a version that is similar/current (i.e., if it works with one current major distro, most of the time it can be made to work with other distros). With this HP machine, you were just bitten by some bad luck - now you have a workaround and you know it is supported (btw, googling "opensuse 15.3 RTL8821CE", the 2nd hit took me to Stefan's patch; I got the specs from the HP site). With the Acer, a look at all the specs revealed that the Endless OS version of linux was on that machine, which would have saved a lot of time trying to figure out what was booting (and also confirmed that the SSD was OK). Researching a machine first pays off in lots of ways. --dg
On Sat, 10 Jul 2021 at 17:33:43 +0200, I anwser wrote:
My new computer is an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
It has no cable connection to the internet, but only access via WiFi. Installing Leap 15.3 was no problem, but so far I did not manage to establish a WiFi connection.
I reply to all my friendly helpers in one single post because otherwise managing all the ramifications of the thread would become to complicated. Please have a look at (in alphabetical order): http://ariannuccia.de/temp/wlan/Andrei.Borzenkov/journalctl-b.txt I think this is easier than uploading it to susepaste.org. http://ariannuccia.de/temp/wlan/Carlos.E.R/iwlist_ap.txt It's an obvious failure. http://ariannuccia.de/temp/wlan/Stephan.Hemeier/zypper_lr-d.txt But this list has been made without an internet connection. http://ariannuccia.de/temp/wlan/Stephan.Hemeier/zypper_se-si_rtw88.txt The command "zypper se -si rtw88" has failed, obviously. Thanks a lot and bye, Wolfgang
From your log: Jul 10 16:51:26 acer kernel: rtw_8821ce 0000:01:00.0: enabling device (0000 -> 0003) Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: Firmware version 24.8.0, H2C version 12 Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: rfe 2 isn't supported Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: failed to setup chip efuse info Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: failed to setup chip information The Problem is: The driver is since kernel 5.9 in the kernel, but does not work (I find my bugreport not...) So you have loaded a not working module (opensuse Leap 15.3 has a backported kernel 5.9 to kernel 5.3. I own the same Wlan Chip. Solution: 1. disable secure boot in Bios/UEFI. 2. Download and install: https://download.opensuse.org/repositories/home:/Sauerland:/hardware/openSUS... Reboot. Stephan
On 10/07/2021 21.31, Stephan Hemeier wrote:
From your log: Jul 10 16:51:26 acer kernel: rtw_8821ce 0000:01:00.0: enabling device (0000 -> 0003) Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: Firmware version 24.8.0, H2C version 12 Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: rfe 2 isn't supported Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: failed to setup chip efuse info Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: failed to setup chip information
The Problem is: The driver is since kernel 5.9 in the kernel, but does not work (I find my bugreport not...) So you have loaded a not working module (opensuse Leap 15.3 has a backported kernel 5.9 to kernel 5.3.
I own the same Wlan Chip.
Solution: 1. disable secure boot in Bios/UEFI. 2. Download and install: https://download.opensuse.org/repositories/home:/Sauerland:/hardware/openSUS...
I would replace laptop, it is a day old. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
Am Samstag, 10. Juli 2021, 21:41:14 CEST schrieb Carlos E. R.:
On 10/07/2021 21.31, Stephan Hemeier wrote:
From your log: Jul 10 16:51:26 acer kernel: rtw_8821ce 0000:01:00.0: enabling device (0000 -> 0003) Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: Firmware version 24.8.0, H2C version 12 Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: rfe 2 isn't supported Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: failed to setup chip efuse info Jul 10 16:51:27 acer kernel: rtw_8821ce 0000:01:00.0: failed to setup chip information
The Problem is: The driver is since kernel 5.9 in the kernel, but does not work (I find my bugreport not...) So you have loaded a not working module (opensuse Leap 15.3 has a backported kernel 5.9 to kernel 5.3.
I own the same Wlan Chip.
Solution: 1. disable secure boot in Bios/UEFI. 2. Download and install: https://download.opensuse.org/repositories/home:/Sauerland:/hardware/openSUS...
I would replace laptop, it is a day old.
Why? Its working here for some years, first with rtl8821ce, now with rtw88 /sbin/lspci -nnk | grep -iA3 net 01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15) Subsystem: Hewlett-Packard Company Device [103c:84a6] Kernel driver in use: r8169 Kernel modules: r8169 02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821] Subsystem: Hewlett-Packard Company Device [103c:831a] Kernel driver in use: rtw_8821ce Kernel modules: rtw88_8821ce, rtw_8821ce LANG=C zypper se -si rtw88 Loading repository data... Reading installed packages... S | Name | Type | Version | Arch | Repository ---+-------------------+---------+-------------------------------------+--------+------------------ i+ | rtw88-kmp-default | package | git20210618_k5.3.18_59.5-lp153.2.1 | x86_64 | (System Packages) i+ | rtw88-kmp-default | package | git20210702_k5.3.18_59.10-lp153.2.1 | x86_64 | Sauerland-Update i+ | rtw88-kmp-default | package | git20210702_k5.3.18_57-lp153.1.1 | x86_64 | Sauerland Stephan
On 10/07/2021 22.18, Stephan Hemeier wrote:
Am Samstag, 10. Juli 2021, 21:41:14 CEST schrieb Carlos E. R.:
I would replace laptop, it is a day old.
Why? Its working here for some years, first with rtl8821ce, now with rtw88
1) No Ethernet connection 2) Problematic WiFi. 3) He can. In two weeks, he can not. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
Am Samstag, 10. Juli 2021, 22:23:13 CEST schrieb Carlos E. R.:
On 10/07/2021 22.18, Stephan Hemeier wrote:
Am Samstag, 10. Juli 2021, 21:41:14 CEST schrieb Carlos E. R.:
I would replace laptop, it is a day old.
Why? Its working here for some years, first with rtl8821ce, now with rtw88
1) No Ethernet connection 2) Problematic WiFi. 3) He can. In two weeks, he can not.
Wifi is not problematic........ I have build kmps to install with zypper or rpm....... Stephan
On 10/07/2021 22.25, Stephan Hemeier wrote:
Am Samstag, 10. Juli 2021, 22:23:13 CEST schrieb Carlos E. R.:
On 10/07/2021 22.18, Stephan Hemeier wrote:
Am Samstag, 10. Juli 2021, 21:41:14 CEST schrieb Carlos E. R.:
I would replace laptop, it is a day old.
Why? Its working here for some years, first with rtl8821ce, now with rtw88
1) No Ethernet connection 2) Problematic WiFi. 3) He can. In two weeks, he can not.
Wifi is not problematic........
My definition of problematic: doesn't work out of the box.
I have build kmps to install with zypper or rpm.......
Yes, of course :-) -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
Am Samstag, 10. Juli 2021, 23:00:37 CEST schrieb Carlos E. R.:
On 10/07/2021 22.25, Stephan Hemeier wrote:
Am Samstag, 10. Juli 2021, 22:23:13 CEST schrieb Carlos E. R.:
On 10/07/2021 22.18, Stephan Hemeier wrote:
Am Samstag, 10. Juli 2021, 21:41:14 CEST schrieb Carlos E. R.:
I would replace laptop, it is a day old.
Why? Its working here for some years, first with rtl8821ce, now with rtw88
1) No Ethernet connection 2) Problematic WiFi. 3) He can. In two weeks, he can not.
Wifi is not problematic........
My definition of problematic: doesn't work out of the box.
I have build kmps to install with zypper or rpm.......
Yes, of course :-)
This Wlan Chip is working out of the box with kernel 5.11 or 5.12. So no need to replace. Also USB to Ethernet is also an option..... Stephan
On Sun, 11 Jul 2021 at 07:53:14 +0200, Stephan Hemeier wrote:
[...] This Wlan Chip is working out of the box with kernel 5.11 or 5.12.
So no need to replace.
O.k.
Also USB to Ethernet is also an option.....
How does that work? Anyway, my new HP 15s-eq2147 has these connectors: - 2 USB (normal size) - 1 USB type C (Mini USB) - 1 HDMI One of the normal USB slots is used for a wireless mouse connector, the other is free, but sporadically needed for a stick. So USB to Ethernet is a little bit difficult. Maybe I find a wireless mouse connector in USB type C format. Best regards, Wolfgang
On 11/07/2021 13.46, Wolfgang Mueller wrote:
On Sun, 11 Jul 2021 at 07:53:14 +0200, Stephan Hemeier wrote:
[...] This Wlan Chip is working out of the box with kernel 5.11 or 5.12.
So no need to replace.
O.k.
Also USB to Ethernet is also an option.....
How does that work?
Anyway, my new HP 15s-eq2147 has these connectors:
- 2 USB (normal size) - 1 USB type C (Mini USB) - 1 HDMI
One of the normal USB slots is used for a wireless mouse connector, the other is free, but sporadically needed for a stick.
So USB to Ethernet is a little bit difficult. Maybe I find a wireless mouse connector in USB type C format.
You may be able to use a wireless mouse without any dongle, just using the existing bluetooth wireless of the laptop (modern laptops also have BT). I have not tried this in Linux, but in Android. In Linux "should" work. Otherwise, you will need an USB multiplier box. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
On 7/11/21 7:55 AM, Carlos E. R. wrote:
On Sun, 11 Jul 2021 at 07:53:14 +0200, Stephan Hemeier wrote:
[...] This Wlan Chip is working out of the box with kernel 5.11 or 5.12.
So no need to replace. O.k.
Also USB to Ethernet is also an option..... How does that work?
Anyway, my new HP 15s-eq2147 has these connectors:
- 2 USB (normal size) - 1 USB type C (Mini USB) - 1 HDMI
One of the normal USB slots is used for a wireless mouse connector, the other is free, but sporadically needed for a stick.
So USB to Ethernet is a little bit difficult. Maybe I find a wireless mouse connector in USB type C format. You may be able to use a wireless mouse without any dongle, just using
On 11/07/2021 13.46, Wolfgang Mueller wrote: the existing bluetooth wireless of the laptop (modern laptops also have BT). I have not tried this in Linux, but in Android. In Linux "should" work.
Otherwise, you will need an USB multiplier box.
I presume that you understand it is an ethernet /adapter/ that is needed. Along with an RJ45 cable. USB-A or USB-C. --dg
On 11/07/2021 21.04, DennisG wrote:
On 7/11/21 7:55 AM, Carlos E. R. wrote:
On Sun, 11 Jul 2021 at 07:53:14 +0200, Stephan Hemeier wrote:
[...] This Wlan Chip is working out of the box with kernel 5.11 or 5.12.
So no need to replace. O.k.
Also USB to Ethernet is also an option..... How does that work?
Anyway, my new HP 15s-eq2147 has these connectors:
- 2 USB (normal size) - 1 USB type C (Mini USB) - 1 HDMI
One of the normal USB slots is used for a wireless mouse connector, the other is free, but sporadically needed for a stick.
So USB to Ethernet is a little bit difficult. Maybe I find a wireless mouse connector in USB type C format. You may be able to use a wireless mouse without any dongle, just using
On 11/07/2021 13.46, Wolfgang Mueller wrote: the existing bluetooth wireless of the laptop (modern laptops also have BT). I have not tried this in Linux, but in Android. In Linux "should" work.
Otherwise, you will need an USB multiplier box.
I presume that you understand it is an ethernet /adapter/ that is needed. Along with an RJ45 cable. USB-A or USB-C.
Which he will have to connect to an USB multiplier box, because he has not enough free USB connections. Different problem. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
On 7/11/21 3:11 PM, Carlos E. R. wrote:
On 11/07/2021 21.04, DennisG wrote:
On 7/11/21 7:55 AM, Carlos E. R. wrote:
On Sun, 11 Jul 2021 at 07:53:14 +0200, Stephan Hemeier wrote:
[...] This Wlan Chip is working out of the box with kernel 5.11 or 5.12.
So no need to replace. O.k.
Also USB to Ethernet is also an option..... How does that work?
Anyway, my new HP 15s-eq2147 has these connectors:
- 2 USB (normal size) - 1 USB type C (Mini USB) - 1 HDMI
One of the normal USB slots is used for a wireless mouse connector, the other is free, but sporadically needed for a stick.
So USB to Ethernet is a little bit difficult. Maybe I find a wireless mouse connector in USB type C format. You may be able to use a wireless mouse without any dongle, just using
On 11/07/2021 13.46, Wolfgang Mueller wrote: the existing bluetooth wireless of the laptop (modern laptops also have BT). I have not tried this in Linux, but in Android. In Linux "should" work.
Otherwise, you will need an USB multiplier box.
I presume that you understand it is an ethernet /adapter/ that is needed. Along with an RJ45 cable. USB-A or USB-C. Which he will have to connect to an USB multiplier box, because he has not enough free USB connections.
Different problem.
I understand that. However, an "adapter" was not mentioned explicitly. Given the bumps so far, that may need to be made clear. :) --dg
On 11/07/2021 21.30, DennisG wrote:
On 7/11/21 3:11 PM, Carlos E. R. wrote:
On 11/07/2021 21.04, DennisG wrote:
On 7/11/21 7:55 AM, Carlos E. R. wrote:
On Sun, 11 Jul 2021 at 07:53:14 +0200, Stephan Hemeier wrote:
[...] This Wlan Chip is working out of the box with kernel 5.11 or 5.12.
So no need to replace. O.k.
Also USB to Ethernet is also an option..... How does that work?
Anyway, my new HP 15s-eq2147 has these connectors:
- 2 USB (normal size) - 1 USB type C (Mini USB) - 1 HDMI
One of the normal USB slots is used for a wireless mouse connector, the other is free, but sporadically needed for a stick.
So USB to Ethernet is a little bit difficult. Maybe I find a wireless mouse connector in USB type C format. You may be able to use a wireless mouse without any dongle, just using
On 11/07/2021 13.46, Wolfgang Mueller wrote: the existing bluetooth wireless of the laptop (modern laptops also have BT). I have not tried this in Linux, but in Android. In Linux "should" work.
Otherwise, you will need an USB multiplier box.
I presume that you understand it is an ethernet /adapter/ that is needed. Along with an RJ45 cable. USB-A or USB-C. Which he will have to connect to an USB multiplier box, because he has not enough free USB connections.
Different problem.
I understand that. However, an "adapter" was not mentioned explicitly. Given the bumps so far, that may need to be made clear. :)
Given the number of things he is connecting to the USB, to connect an usb-eth adapter he needs more usb ports. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
On Sun, 11 Jul 2021 at 21:43:35 +0200, Carlos E. R. wrote:
[...] Given the number of things he is connecting to the USB, to connect an usb-eth adapter he needs more usb ports.
I fear I won't connect anything. As long as my video hardware problem that prevents me from starting KDE cannot be solved, I will have to bring back my new HP laptop to the store, tomorrow. Anyway, thank you! Bye, Wolfgang
On 7/11/21 3:43 PM, Carlos E. R. wrote:
On 11/07/2021 21.30, DennisG wrote:
On 7/11/21 3:11 PM, Carlos E. R. wrote:
On 11/07/2021 21.04, DennisG wrote:
On 7/11/21 7:55 AM, Carlos E. R. wrote:
On Sun, 11 Jul 2021 at 07:53:14 +0200, Stephan Hemeier wrote: > [...] > This Wlan Chip is working out of the box with kernel 5.11 or 5.12. > > So no need to replace. O.k.
> Also USB to Ethernet is also an option..... How does that work?
Anyway, my new HP 15s-eq2147 has these connectors:
- 2 USB (normal size) - 1 USB type C (Mini USB) - 1 HDMI
One of the normal USB slots is used for a wireless mouse connector, the other is free, but sporadically needed for a stick.
So USB to Ethernet is a little bit difficult. Maybe I find a wireless mouse connector in USB type C format. You may be able to use a wireless mouse without any dongle, just using
On 11/07/2021 13.46, Wolfgang Mueller wrote: the existing bluetooth wireless of the laptop (modern laptops also have BT). I have not tried this in Linux, but in Android. In Linux "should" work.
Otherwise, you will need an USB multiplier box. I presume that you understand it is an ethernet /adapter/ that is needed. Along with an RJ45 cable. USB-A or USB-C. Which he will have to connect to an USB multiplier box, because he has not enough free USB connections.
Different problem.
I understand that. However, an "adapter" was not mentioned explicitly. Given the bumps so far, that may need to be made clear. :) Given the number of things he is connecting to the USB, to connect an usb-eth adapter he needs more usb ports.
Yes, as I said, I understand that. I can see from my wording that it might be read to mean a usb, but I that was not my intent. Given the terminology confusion, I only meant to clarify that the "usb to ethernet" is called an /adapter/ (whereas a multiplier is usually called a hub). :) --dg
On 11/07/2021 22.13, DennisG wrote:
On 7/11/21 3:43 PM, Carlos E. R. wrote:
Yes, as I said, I understand that. I can see from my wording that it might be read to mean a usb, but I that was not my intent. Given the terminology confusion, I only meant to clarify that the "usb to ethernet" is called an /adapter/ (whereas a multiplier is usually called a hub). :)
Ah, ok. -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.1 x86_64 (Minas Tirith))
Le 11/07/2021 à 13:46, Wolfgang Mueller a écrit :
On Sun, 11 Jul 2021 at 07:53:14 +0200, Stephan Hemeier wrote:
Also USB to Ethernet is also an option.....
How does that work?
there are usb to ethernet hardware, and all the one I got a hand on works with linux out of the box. there are also lot of 7 slots usb3 devices like the one I have just in face of me now :-) and there are even more usb-c devices with all this in one box, including video extensions and ethernet :-) jdd -- http://dodin.org
On 2021-07-11 7:46 a.m., Wolfgang Mueller wrote:
Anyway, my new HP 15s-eq2147 has these connectors:
- 2 USB (normal size) - 1 USB type C (Mini USB) - 1 HDMI
One of the normal USB slots is used for a wireless mouse connector, the other is free, but sporadically needed for a stick.
So USB to Ethernet is a little bit difficult. Maybe I find a wireless mouse connector in USB type C format.
When I had a computer at work, without an Ethernet adapter, it was connected to a USB hub, which everything else, including video, plugged into.
On Sat, 10 Jul 2021 at 21:31:15 +0200, Stephan Hemeier wrote:
[...] Solution: 1. disable secure boot in Bios/UEFI. 2. Download and install: https://download.opensuse.org/repositories/home:/Sauerland:/hardware/openSUS...
Reboot.
Dear Stephan, Your rpm is actually great. I followed your instructions, and now my laptop connects to the internet without problems and even much faster than I had expected it from a wireless connection. Thank you very much, but I can express my gratitude better in German: Allerherzlichsten Dank. Einen so eklatanten Erfolg habe ich selten verzeichnen können. Nevertheless Carlos would bring the Laptop back to the store because an ethernet cable connection is safer. That is correct, but on the other hand, I have already invested so much work, which then would be lost. Today is Sunday, so I may think about it some more hours. Cordial greetings, Wolfgang
On July 10th 2021, I purchased an HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS Since it has no cable connection to the internet, but only access via WLAN, I had at first some problems with setting up the connection, but eventually solved them thanks to Stephan Hemeier's useful rpm rtw88-kmp-default-git20210702_k5.3.18_57-lp153.2.2.x86_64.rpm But for about four weeks, the computer happened sometimes to disconnnect from WiFi. Then normally a reboot solved the problem. But since January 20th, the computer boots always disconnected and rebooting it does not help. So, I opened Yast, deleted the Wifi adapter an rebooted the computer. Then I set up the Wifi adapter again, but I got this error message: ********************************************************************** Internal error. Please report a bug report with logs. Run save_y2logs to get complete logs. Caller: /usr/lib64/ruby/gems/2.5.0/gems/cfa-1.0.2/lib/cfa/augeas_parser.rb:461:in `report_activity_error!' Details: Augeas serializing error: Failed to match tree under /store/9 ********************************************************************** Running save_y2logs, as recommended in the second line, produced an archive I have stored at http://www.ariannuccia.de/temp/network/wlan.error/y2log-X3kejN.tar.xz Is it a hardware error? If so, I have still warranty. Any help would be welcome. Thank you in advance and best regards, Wolfgang
On 22/01/2022 14.21, Wolfgang Mueller wrote:
On July 10th 2021, I purchased an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
Since it has no cable connection to the internet, but only access via WLAN, I had at first some problems with setting up the connection, but eventually solved them thanks to Stephan Hemeier's useful rpm
rtw88-kmp-default-git20210702_k5.3.18_57-lp153.2.2.x86_64.rpm
But for about four weeks, the computer happened sometimes to disconnnect from WiFi. Then normally a reboot solved the problem.
But since January 20th, the computer boots always disconnected and rebooting it does not help.
So, I opened Yast, deleted the Wifi adapter an rebooted the computer. Then I set up the Wifi adapter again, but I got this error message:
********************************************************************** Internal error. Please report a bug report with logs. Run save_y2logs to get complete logs. Caller: /usr/lib64/ruby/gems/2.5.0/gems/cfa-1.0.2/lib/cfa/augeas_parser.rb:461:in `report_activity_error!'
Details: Augeas serializing error: Failed to match tree under /store/9 **********************************************************************
Running save_y2logs, as recommended in the second line, produced an archive I have stored at
You are supposed to write all that in a bugzilla, not here ;-) -- Cheers / Saludos, Carlos E. R. (from 15.3 x86_64 at Telcontar)
On Sat, 22 Jan 2022 at 15:15:30 +0100, Carlos E. R. wrote:
On 22/01/2022 14.21, Wolfgang Mueller wrote:
On July 10th 2021, I purchased an
HP 15s-eq2147 FHD RYZ5-5 16GB 512 SSD DOS
Since it has no cable connection to the internet, but only access via WLAN, I had at first some problems with setting up the connection, but eventually solved them thanks to Stephan Hemeier's useful rpm
rtw88-kmp-default-git20210702_k5.3.18_57-lp153.2.2.x86_64.rpm
But for about four weeks, the computer happened sometimes to disconnnect from WiFi. Then normally a reboot solved the problem.
But since January 20th, the computer boots always disconnected and rebooting it does not help.
So, I opened Yast, deleted the Wifi adapter an rebooted the computer. Then I set up the Wifi adapter again, but I got this error message:
********************************************************************** Internal error. Please report a bug report with logs. Run save_y2logs to get complete logs. Caller: /usr/lib64/ruby/gems/2.5.0/gems/cfa-1.0.2/lib/cfa/augeas_parser.rb:461:in `report_activity_error!' Details: Augeas serializing error: Failed to match tree under /store/9 **********************************************************************
Running save_y2logs, as recommended in the second line, produced an archive I have stored at
You are supposed to write all that in a bugzilla, not here ;
If I knew a bug number, I would. But I don't have any idea how to get a bug number, I don't yet even know if my problem is really a bug or a software problem only. I hoped that this mail list would help me to find that out. Regards, Wolfgang
On 22/01/2022 15.37, Wolfgang Mueller wrote:
On Sat, 22 Jan 2022 at 15:15:30 +0100, Carlos E. R. wrote:
On 22/01/2022 14.21, Wolfgang Mueller wrote:
...
So, I opened Yast, deleted the Wifi adapter an rebooted the computer. Then I set up the Wifi adapter again, but I got this error message:
********************************************************************** Internal error. Please report a bug report with logs. Run save_y2logs to get complete logs. Caller: /usr/lib64/ruby/gems/2.5.0/gems/cfa-1.0.2/lib/cfa/augeas_parser.rb:461:in `report_activity_error!' Details: Augeas serializing error: Failed to match tree under /store/9 **********************************************************************
Running save_y2logs, as recommended in the second line, produced an archive I have stored at
You are supposed to write all that in a bugzilla, not here ;-)
If I knew a bug number, I would. But I don't have any idea how to get a bug number, I don't yet even know if my problem is really a bug or a software problem only. I hoped that this mail list would help me to find that out.
https://en.opensuse.org/openSUSE:Submitting_bug_reports Maybe that helps? However, I suppose you can install that wifi package another way. Maybe with zypper. -- Cheers / Saludos, Carlos E. R. (from 15.3 x86_64 at Telcontar)
participants (10)
-
Andrei Borzenkov
-
Carlos E. R.
-
DennisG
-
James Knott
-
jdd@dodin.org
-
Mathias Homann
-
Patrick Shanahan
-
Stephan Hemeier
-
Stephan Hemeier
-
Wolfgang Mueller