libera/#devuan/ Sunday, 2022-04-10

gnarfaceseems possible but i thought there was00:01
gnarfacei do remember something at one point in time regarding a bug where you needed to suppres one of the *ci modules to let the right one load but i also thought that was well before beowulf (again, not sure though)00:02
gnarfaceis the bios itself up-to-date?00:02
gnarfacehmm, google claims usb3 wasn't on by default in the mainline kernel until 201800:05
gnarfacethat doesn't mean debian might not have enabled it by default earlier00:08
gnarfaceit does seem like the type of thing that would get enabled in the backports kernel too00:08
devuserI will have to upgrade this host system anyway so this is as good a time as any.   Unless you are interested in a more "scientific" answer here...   ;)02:07
devuserI wonder if I can simply load a module to see if usb3 starts working...02:08
devuserxhci-pci and xhci-hcd are loaded...02:12
devuserI mean xhci_pci and xhci_hcd02:12
noobarooHey all. Not trying to be negative in anyway, just looking to learn new things. Why do you guys choose Devuan over Artix?06:51
onefangnoobaroo: That'll be a question for #devuan-offtopic, since this channel is for support.07:28
noobarooonefang, that's unfortunate... Only 60 nicks in there, and nobody is trying to get help right now11:23
systemdleteafter some rest, I decided to take one more look at the usb3 support on my two PCs.   One thing I have discovered, despite both running beowulf with the latest kernels on both, is that the main box detects the xhci ports but deregisters them (not sure why yet).  The testbox detects them but does not deregister them.13:22
systemdleteThey have different main boards, and I can see that my main box does encounter some IO errors while doing this during the boot13:23
systemdleteThe testbox lsusb output does show a usb 3.0 controller, which helps explain why it is able to use the device, even if maybe it is not really running at 3.0 speeds.13:23
systemdleteWhereas the main box does not show any usb 3.0 controller(s).13:24
systemdleteNot sure where I am hoping to take this, but I find it interesting.  I have downloaded chimaera on both boxes and can probably start the install in the next day or so.  I have a few other things to do so it might be a bit before I get going on this.13:25
systemdleteOK, so the kernel log shows lots of IO PAGE FAULTS during the boot (and I saw these on the console too, now that I think of it)  It complains about some sort of random read, which fails, and then it decides to pick up its marbles and go home.  The boot continues, but I am left with inoperative USB 3 ports.13:28
u-amarsh04systemdlete - what is the output from lspci|grep USB14:18
systemdleteu-amarsh04, it lists all the ehci and ohci as well as14:28
systemdlete02:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01)14:28
systemdleteSo it does see it, but for whatever reason, it doesn't work14:28
systemdlete(and thanks for stepping in)14:28
systemdleteAlso, dmidecode clearly shows 3 usb controllers, one for each of 1 2 and 314:31
u-amarsh04I bought a couple of USB 3 cards and they both work but I run bleeding edge kernels14:31
u-amarsh04systemdlete:14:38
u-amarsh04Seen on a VLI VL805 PCIe to USB controller. For non-stream endpoints14:38
u-amarsh04    at least, if the xHC halts on a particular TRB due to an error then14:38
u-amarsh04    the DCS field in the Out Endpoint Context maintained by the hardware14:38
u-amarsh04    is not updated with the current cycle state.14:38
systemdletewell that is why I am thinking that upgrading to chimaera might help14:39
u-amarsh04from the 5.14 release candidate stage of the kernel git log14:39
u-amarsh04so 5.14 or later should have the fix14:39
systemdletehmmm.  Chimaera is 5.10.0, so I'd have to upgrade the kernel anyway.14:40
systemdleteBut thanks for letting me know I'll need around 5.1414:41
systemdleteIs there a way to determine whether the kernel is detecting a USB 3.0 device as running 3.0 versus only 2.x ?14:42
systemdlete(Or, at least thinks it is anyway)14:43
u-amarsh04in dmesg output I see for my mouse: usb 5-1: new low-speed USB device number 2 using ohci-pci14:44
u-amarsh04and for a USB3 hard disk: usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd14:44
systemdleteah. ok14:44
systemdleteinteresting!   I do see the kernel does recognize my usb-ethernet adapter as xhci (same message as yours)14:46
systemdletebut it says "gen 1" so I wonder if that  makes a difference14:46
tarzeauso devuan doesn't have networkctl ?21:06
PhotoJimno systemd, no networkctl21:07
tarzeausounds good - so i need to avoid using networkctl in portable scripts21:07
tarzeauwhat about ifconfig vs ip? both available, one default?21:07
gnarfacethey should both be there21:08
gnarfacenot sure if they're both always installed21:10
gnarfacebut both packages are available21:11
PhotoJimifconfig is considered deprecated, but can be installed if not installed by default21:11
PhotoJimip is considered the contemporary way of doing things21:11
gnarfacei think a minimal install might still give you ifconfig by default but not ip21:11
gnarfacenot sure about that21:11
PhotoJimeasy enough to find out21:11
furrymcgeebusybox has both21:43
fsmithredifconfig is in the net-tools package, and that has been devuanized to raise the priority to important, so that it does get installed.22:05
gnarfaceah, good to know22:07
fsmithredyeah, I still haven't learned ip other than 'ip a'22:08
furrymcgeeI think bsd use ifconfig too22:21
rwpYes.  *BSD uses ifconfig.  For Linux kernels the problem is that there are new configurations which just don't map through ifconfig anymore and are invisible there.  So "ip" is preferred.22:40
rwpHonestly I find "ip" more logically cohesive than "ifconfig".  I have converted over to it.22:40

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!