Sunday February 28th 2021 - Update issue with packman inode mirror
There are issues with the inode mirror, please configure an alternative mirror. See http://packman.links2linux.org/mirrors
-
unstable wifi connection using wicked
Can't establish new connection (web browser, mpv was used) sometime. Active connection are ok. Restart of wicked is needed.
only this was in log:
Code:
Jan 18 18:00:00 dbus-daemon[1075]: [system] Successfully activated service 'org.opensuse.Snapper'
Jan 18 18:00:00 dbus-daemon[1075]: [system] Activating service name='org.opensuse.Snapper' requested by ':1.>
Jan 18 18:00:00 systemd[1]: Started Timeline of Snapper Snapshots.
Code:
Network controller: Intel Corporation Centrino Wireless-N 135 (rev c4)
Subsystem: Intel Corporation Centrino Wireless-N 135 BGN
Flags: bus master, fast devsel, latency 0, IRQ 34
Memory at f7c00000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [c8] Power Management version 3
Capabilities: [100] Advanced Error Reporting
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Other device connected to same wifi AP works fine.
Anyone know please how to make connection more stable ? It has never happened in Leap 15.1 and earlier AFAIR.
-
Re: unstable wifi connection using wicked
Are you referencing the "mpv" media player?
Are you trying to connect to a video stream?
What error displays using any particular app? If you launch from a command line console, you may see an error.
If your graphical application has already launched and fails in any way, there is usually some way an error displays, eg in a web browser in the bottom left margin (if you have that part of the web browser enabled). Of course, if you have a problem using a particular web browser, you'll have to identify which one you're using.
And, if you are invoking your application after you login and started your user session,
- Did you verify your network connectivity using the standard tools ping and route??
- You can view any events and errors in real time if you open a console before you try to connect using your application, run the following command and leave it open
TSU
Beginner Wiki Quickstart - https://en.opensuse.org/User:Tsu2/Quickstart_Wiki
Solved a problem recently? Create a wiki page for future personal reference!
Learn something new?
Attended a computing event?
Post and Share!
-
Re: unstable wifi connection using wicked
openSUSE Leap 15.2; KDE Plasma 5
-
Re: unstable wifi connection using wicked
 Originally Posted by tsu2
Are you referencing the "mpv" media player?
Are you trying to connect to a video stream?
What error displays using any particular app? If you launch from a command line console, you may see an error.
If your graphical application has already launched and fails in any way, there is usually some way an error displays, eg in a web browser in the bottom left margin (if you have that part of the web browser enabled). Of course, if you have a problem using a particular web browser, you'll have to identify which one you're using.
And, if you are invoking your application after you login and started your user session,
- Did you verify your network connectivity using the standard tools ping and route??
- You can view any events and errors in real time if you open a console before you try to connect using your application, run the following command and leave it open
TSU
Yes
No, mp3 audio.
All web browsers I tried are affected.
I'm sorry no other info in journalctl than that I posted in 1st post.
Code:
zypper info a
Download (curl) error for 'https://download.nvidia.com/opensuse/leap/15.2/repodata/repomd.xml':
Error code: Connection failed
Error message: Could not resolve host: download.nvidia.com
Abort, retry, ignore? [a/r/i/...? shows all options] (a):
Palemoon web browser:
Code:
Server not found
Pale Moon cannot find the server at start.palemoon.org.
please check the address syntax (enter ww.exemple.com instead of www.exemple.com for example).
If navigation is not possible on any site, check the connection to the computer network.
If the computer or network is protected by a firewall or proxy, ensure that Pale Moon has permission to access the Internet.
Firefox
Code:
Hmm. We’re having trouble finding that site.
We can’t connect to the server at web.icq.com.
If that address is correct, here are three other things you can try:
Try again later.
Check your network connection.
If you are connected but behind a firewall, check that Firefox has permission to access the Web.
chromium
Code:
No internet
Try:
Checking the network cables, modem, and router
Reconnecting to Wi-Fi
DNS_PROBE_FINISHED_NO_INTERNET
java app
Code:
java.net.UnknownHostException: somewww.com
at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:220)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
at java.base/java.net.Socket.connect(Socket.java:609)
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:289)
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:182)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:474)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:569)
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:265)
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:372)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1187)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1081)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1592)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250)
at java.base/java.net.URL.openStream(URL.java:1140)
at webdownloader.Main.Load(Main.java:200)
at webdownloader.Main.access$2(Main.java:190)
at webdownloader.Main$2.mouseClicked(Main.java:98)
at java.desktop/java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:278)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6638)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
at java.desktop/java.awt.Component.processEvent(Component.java:6400)
at java.desktop/java.awt.Container.processEvent(Container.java:2263)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5011)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4556)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Code:
ping maketopsite.com
ping: maketopsite.com: Temporary failure in name resolution
Code:
lynx maketopsite.com
Looking up maketopsite.com first
Looking up www.maketopsite.com.com, guessing...
Looking up www.maketopsite.com.edu, guessing...
Looking up www.maketopsite.com.net, guessing...
Looking up www.maketopsite.com.org, guessing...
Can't Access `file://localhost/run/media/__/____/maketopsite.com'
Alert!: Unable to access document.
lynx: Can't access startfile
Code:
mpv http://___.com/some_audio.mp3
[ffmpeg] tcp: Failed to resolve hostname ___.com: Temporary failure in name resolution
Failed to open http://___.com/some_audio.mp3.
[ytdl_hook] ERROR: Unable to download webpage: <urlopen error [Errno -3] Temporary failure in name resolution> (caused by URLError(gaierror(-3, 'Temporary failure in name resolution'),))
[ytdl_hook] youtube-dl failed: unexpected error ocurred
-
Re: unstable wifi connection using wicked
 Originally Posted by deano_ferrari
Thank you.
Differences are:
I use wicked.
It does not happen every day.
No info in dmesg, journalctl.
No need to reboot Leap.
-
Re: unstable wifi connection using wicked
It looks like it has "repaired" itself now.
Code:
journalctl -r
Jan 22 13:57:12 systemd[1]: Started One time sync configured by YaST.
Jan 22 13:57:12 yast-timesync[30935]: 2021-01-22T12:57:12Z chronyd exiting
Jan 22 13:57:12 yast-timesync[30935]: 2021-01-22T12:57:12Z System clock wrong by 0.003182 seconds (step)
Jan 22 13:53:16 yast-timesync[30935]: 2021-01-22T12:53:16Z Frequency 26.164 +/- 0.084 ppm read from /var/lib/chrony/drift
Jan 22 13:53:16 yast-timesync[30935]: 2021-01-22T12:53:16Z chronyd version 4.0 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP -SCFILTER +SIG>
Jan 22 13:53:16 systemd[1]: Starting One time sync configured by YaST...
Code:
dmesg
[25565.615346] nvidia 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[25565.615739] nvidia 0000:01:00.0: 64.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[25568.292076] nvidia 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[25623.642585] nvidia 0000:01:00.0: 64.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[25623.642825] nvidia 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[25623.643173] nvidia 0000:01:00.0: 64.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[25626.319067] nvidia 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[25678.002755] nvidia 0000:01:00.0: 64.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[25678.002761] nvidia 0000:01:00.0: 64.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[25680.679698] nvidia 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s
-
Re: unstable wifi connection using wicked
still broken
the only error found in journalctl:
Code:
Jan 22 19:29:28 nux kernel: do_IRQ: 1.39 No irq handler for vector
-
Re: unstable wifi connection using wicked
 Originally Posted by MakeTopSite
Thank you.
Differences are:
I use wicked.
It does not happen every day.
No info in dmesg, journalctl.
No need to reboot Leap.
The choice of network manager should make no difference here.
openSUSE Leap 15.2; KDE Plasma 5
-
Re: unstable wifi connection using wicked
These errors describe your problem
Code:
Download (curl) error for 'https://download.nvidia.com/opensuse/leap/15.2/repodata/repomd.xml':
Error code: Connection failed
Error message: Could not resolve host: download.nvidia.com
Abort, retry, ignore? [a/r/i/...? shows all options] (a):
Code:
No internet
Try:
Checking the network cables, modem, and router
Reconnecting to Wi-Fi
DNS_PROBE_FINISHED_NO_INTERNET
You have name resolution problems which means that although your basic networking is working, your system can't query a DNS server to resolve the name of your target connection to an IP address.
You should diagnose and fix this using usual methods...
view the contents of file /etc/resolv.conf to view configured DNS servers.
Ping the configured DNS servers to verify you have a network path to those DNS servers
Use a utility like nslookup or dig that allows you to query the DNS servers directly, and if your configured DNS servers don't work, try others.
You can use your imagination why you can't execute a name resolution lookup, eg
You can't connect to a working DNS server
You can connect to a working DNS server but it's not responding
You've been assigned intermittently (overloaded?) DNS servers which return results only sometimes.
If you you have problems figuring out what to do, post again.
TSU
Beginner Wiki Quickstart - https://en.opensuse.org/User:Tsu2/Quickstart_Wiki
Solved a problem recently? Create a wiki page for future personal reference!
Learn something new?
Attended a computing event?
Post and Share!
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
|