Christian Stadelmann

Results 235 comments of Christian Stadelmann

Not unless someone steps up and implements it. I haven't seen any comment or commit from @jurobystricky since I started contributing to this code about 3 months ago, so I'm...

What about kernel logs? Anything in `dmesg` or `journalctl -b` about that kernel module, about NetworkManager, …? Does `lsmod` list this kernel module at all?

Can you please put this output into code boxes or paste it into a gist? Comments are pretty bad for pasting log files.

> where the log file locate? I don't understand what you mean. Can you please rephrase it? You can find gist here: https://gist.github.com/ (that's like pastebin). It is better to...

By the way, if you run `journalctl -b > filename.txt`, the logs from journald will be written to the file named "filename.txt". This way you don't have to copy so...

As you can see in these lines: ``` 11月 19 05:24:30 ATC kernel: usb 4-3.1: new SuperSpeed USB device number 3 using xhci_hcd 11月 19 05:24:30 ATC kernel: usb 4-3.1:...

1. Debug mode: Add the "debug" flag to your kernel command line. You can get there by presing "e" key during boot which will put you into grub's edit mode....

In the line that reads wraps, there is a word "quiet". Replace it by "debug". After reboot, try to use the network, then reboot again without these changes. Your linux...

> What's next if i entered debug mode?just login and shut down then to enter normal start to copy the log file out? As written above: After reboot, try to...

Have you tried connecting the USB device to a different USB port using a different USB cable?