Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ Can't connect to the network via USB hub with ethernet until xhci_pci mod is reloaded. Keeps happening every ~1 hour

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Can't connect to the network via USB hub with ethernet until xhci_pci mod is reloaded. Keeps happening every ~1 hour


๐Ÿ’ก Newskategorie: Linux Tipps
๐Ÿ”— Quelle: reddit.com

Hey folks,

I have powered USB hub with ethernet port. This thing is plugged into my screen and then the screen is plugged into my laptop via usb-c cable (tunderbolt + PD). However after like an hour the ethernet is somehow disconnected and cannot connect again until I reload xhci_pci kernel module like:

sudo rmmod xhci\_pci ; sudo modprobe xhci\_pci; sudo service network-manager restart;

When I keep my laptop on over night it works in the morning which is weird because it should be disconnected. But after ~1h of use I get disconnected. Like someone is counting my packets :)

When disconnected network manager tries to connect but even after several attemts no success until I reload the kernel module.

Syslog:

```Feb 14 10:49:13 box NetworkManager[107379]: <info> [1581673753.1521] dhcp4 (wlp58s0): state changed bound -> bound Feb 14 10:49:13 box dbus-daemon[592]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.670' (uid=0 pid=107379 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 14 10:49:13 box systemd[1]: Starting Network Manager Script Dispatcher Service... Feb 14 10:49:13 box dbus-daemon[592]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 14 10:49:13 box systemd[1]: Started Network Manager Script Dispatcher Service. Feb 14 10:49:16 box NetworkManager[107379]: <warn> [1581673756.7653] dhcp4 (enx000ec6a47796): request timed out Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7654] dhcp4 (enx000ec6a47796): state changed unknown -> timeout Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7835] dhcp4 (enx000ec6a47796): canceled DHCP transaction Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7836] dhcp4 (enx000ec6a47796): state changed timeout -> done Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7839] device (enx000ec6a47796): state change: ip-config -> failed (reason 'ip-config-unavailable', sys-iface-state: 'managed') Feb 14 10:49:16 box NetworkManager[107379]: <warn> [1581673756.7855] device (enx000ec6a47796): Activation: failed for connection 'Ifupdown (enx000ec6a47796)' Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7859] device (enx000ec6a47796): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed') Feb 14 10:49:16 box avahi-daemon[587]: Withdrawing address record for fe80::3faa:8aca:837:2395 on enx000ec6a47796. Feb 14 10:49:16 box avahi-daemon[587]: Leaving mDNS multicast group on interface enx000ec6a47796.IPv6 with address fe80::3faa:8aca:837:2395. Feb 14 10:49:16 box avahi-daemon[587]: Interface enx000ec6a47796.IPv6 no longer relevant for mDNS. Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7906] policy: auto-activating connection 'Ifupdown (enx000ec6a47796)' (bab55de5-79f6-ae3c-e677-f281d37e28d7) Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7916] device (enx000ec6a47796): Activation: starting connection 'Ifupdown (enx000ec6a47796)' (bab55de5-79f6-ae3c-e677-f281d37e28d7) Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7917] device (enx000ec6a47796): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7924] device (enx000ec6a47796): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7930] device (enx000ec6a47796): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 14 10:49:16 box NetworkManager[107379]: <info> [1581673756.7934] dhcp4 (enx000ec6a47796): activation: beginning transaction (timeout in 45 seconds) Feb 14 10:49:16 box avahi-daemon[587]: Joining mDNS multicast group on interface enx000ec6a47796.IPv6 with address fe80::3faa:8aca:837:2395. Feb 14 10:49:16 box avahi-daemon[587]: New relevant interface enx000ec6a47796.IPv6 for mDNS. Feb 14 10:49:16 box avahi-daemon[587]: Registering new address record for fe80::3faa:8aca:837:2395 on enx000ec6a47796.*. Feb 14 10:49:16 box slim[2204]: "No such interface โ€œorg.freedesktop.DBus.Propertiesโ€ on object at path /org/freedesktop/NetworkManager/ActiveConnection/24" Feb 14 10:49:23 box systemd[1]: NetworkManager-dispatcher.service: Succeeded.

```

Any idea where can I start sniffing?

submitted by /u/n1___
[link] [comments] ...



๐Ÿ“Œ Can't connect to the network via USB hub with ethernet until xhci_pci mod is reloaded. Keeps happening every ~1 hour


๐Ÿ“ˆ 184.21 Punkte

๐Ÿ“Œ I'm trying to install Linux mint 19.3 from USB and this keeps happening. What's happening?


๐Ÿ“ˆ 51.65 Punkte

๐Ÿ“Œ Hilscher EtherNet-IP Core prior 2.13.0.21 Ethernet EtherNet/IP stack-based overflow


๐Ÿ“ˆ 35.63 Punkte

๐Ÿ“Œ Binge Reloaded: &quot;Switch Reloaded&quot;-Remake startet heute bei Amazon Prime Video


๐Ÿ“ˆ 33.8 Punkte

๐Ÿ“Œ It's happening! It's happening! W3C erects DRM as web standard


๐Ÿ“ˆ 32.64 Punkte

๐Ÿ“Œ Privacy perception shifts are happening, slowly. but they are happening.


๐Ÿ“ˆ 32.64 Punkte

๐Ÿ“Œ AWS: Overview of AWS Direct Connect, Connect Location, Connect Endpoint and Connect Gateway


๐Ÿ“ˆ 32.63 Punkte

๐Ÿ“Œ Router said there was an iPhone connected via Ethernet, but I don't have an iPhone or extra Ethernet cables connected?


๐Ÿ“ˆ 30.77 Punkte

๐Ÿ“Œ this keeps happening ,help


๐Ÿ“ˆ 28.9 Punkte

๐Ÿ“Œ Portal 2: Reloaded-Mod ergรคnzt zum 10. Geburtstag ein 3. Portal


๐Ÿ“ˆ 27.71 Punkte

๐Ÿ“Œ Portal Reloaded: Riesige Portal-2-Mod mit brandneuer Story und Features verรถffentlicht


๐Ÿ“ˆ 27.71 Punkte

๐Ÿ“Œ Plugable's new 7-in-1 hub adds Ethernet, 4K@60Hz support for USB-C devices


๐Ÿ“ˆ 27.57 Punkte

๐Ÿ“Œ Subscribers Pay 61 Cents Per Hour of Cable, But Only 20 Cents Per Hour of Netflix


๐Ÿ“ˆ 27.04 Punkte

๐Ÿ“Œ Subscribers Pay 61 Cents Per Hour of Cable, But Only 20 Cents Per Hour of Netflix


๐Ÿ“ˆ 27.04 Punkte

๐Ÿ“Œ Jack Ma, Once Proponent of 12-Hour Workdays, Now Foresees 12-Hour Workweeks


๐Ÿ“ˆ 27.04 Punkte

๐Ÿ“Œ Hereโ€™s what can you connect to iPhone 15 via USB-C


๐Ÿ“ˆ 26.14 Punkte

๐Ÿ“Œ Unable to install ubuntu. Keeps getting stalled out at 4/5 dots. I let it run for an hour and it was still stalled


๐Ÿ“ˆ 26.1 Punkte

๐Ÿ“Œ TechStage | Alleskรถnner: Duale USB-Sticks fรผr USB-A, USB-C, Micro-USB oder Lightning


๐Ÿ“ˆ 25.73 Punkte

๐Ÿ“Œ Netzwerk USB-Server LAN (10/100/1000 MBit/s), USB 3.2 Gen 1 (USB 3.0), USB 2.0 - IT-Journal


๐Ÿ“ˆ 25.73 Punkte

๐Ÿ“Œ USB-IF Confusingly Merges USB 3.0 and USB 3.1 Under New USB 3.2 Branding


๐Ÿ“ˆ 25.73 Punkte

๐Ÿ“Œ Xbox One gets โ€˜Happening Nowโ€™ social hub in Alpha Skip-Ahead update


๐Ÿ“ˆ 25.58 Punkte

๐Ÿ“Œ New "USB Canary" Keeps Close Watch on USB Ports


๐Ÿ“ˆ 25.44 Punkte

๐Ÿ“Œ Flotteres Ethernet: 2500 Mbit/s via USB-C am Mac


๐Ÿ“ˆ 25.32 Punkte

๐Ÿ“Œ iPhone X Keeps Notifications Private Until Ownerโ€™s Face Is Scanned


๐Ÿ“ˆ 25.15 Punkte

๐Ÿ“Œ Can't get infected via email if your messages aren't delivered: Seven-hour slowdown hits Symantec cloud filters


๐Ÿ“ˆ 25.07 Punkte

๐Ÿ“Œ Linux Kernel up to 4.3.4 Hub-Interface Data Structure drivers/usb/core/hub.c hub_activate denial of service


๐Ÿ“ˆ 24.96 Punkte

๐Ÿ“Œ Anker's discounted 5-in-1 hub turns that USB-C port into a hub of activity


๐Ÿ“ˆ 24.96 Punkte

๐Ÿ“Œ My favorite hub just got better: Anker PowerExpand+ 11-in-1 USB-C hub


๐Ÿ“ˆ 24.96 Punkte

๐Ÿ“Œ DockCase 7-in-1 USB-C Visual Smart Hub review: A sleek hub with built-in status display for your connected accessories


๐Ÿ“ˆ 24.96 Punkte

๐Ÿ“Œ Seagate Backup Plus Hub 8 TB im Praxistest: Ein USB-3.0-Hub und eine 5400-RPM-Barracuda kombiniert mit ordentlichen Ergebnissen


๐Ÿ“ˆ 24.96 Punkte

๐Ÿ“Œ USB 2,5Gb Ethernet Adapter, USB 3.0 auf RJ45 2.5GbE LAN Netzwerk Adapter, 2500/1000 ...


๐Ÿ“ˆ 24.74 Punkte

๐Ÿ“Œ Canโ€™t connect Ubuntu server to WiFi or Ethernet


๐Ÿ“ˆ 24.57 Punkte











matomo