IRC channel logs

2024-05-03.log

back to list of logs

<damo22>Pellescours: you could run the program and see what it detects i guess
<Pellescours>I sent the patch to rumpkernel :D
<Pellescours>Do you know how I can print what it detect?
<damo22>rump_init() should print a log
<damo22>you might need RUMP_VERBOSE=1
<damo22>or something like that
<damo22>see what it uses in rumpdisk main.c
<Pellescours>it detect 1 ethernet network: vendor 8086 product 10d3 (etherned network) at pci0 dev 2 function 0 not configured
<damo22>maybe the driver for that card is not compiled in
<Pellescours>I probably need to add more libs to the compilation options
<damo22>you need libmiiphy
<damo22>etc
<Pellescours>Ah yes, I did temporary commented the addition to rumpdev_pci_if_pcn and rumpdev_pci_if_wm
<damo22>those are the pci drivers
<Pellescours>I use libmiiphy
<Pellescours>what should I see if it works correctly?
<Pellescours>currently I see the same lines as with rumpdisk (last one is chacha: Portable C ChaCha)
<Pellescours>I did not included rumpdev_inet as I assume that the tcp/ip stack is implemented by lwip or pfinet
<damo22>it should probe the network controller not say "not configured"
<Pellescours>Ah it may have work, I lost my ssh connection
<Pellescours>but I did not see any log about after the chacha one
<Pellescours>I probably need to stop netdde to have it working correctly
<damo22>or try a different nic model
<Pellescours>I tried different model but I have nothing better
<Pellescours>can it be because the network is already taken by netdde?
<Pellescours>It’s not netdde the issue, going to bed but maybe I need to add more rump library to my rumpnet server
<AlmuHS>Pellescours: we need to continue the work to update rumpkernel to latest NetBSD sources. These probably have more drivers and better support
<AlmuHS>It's better work in update the sources that continue patching the current old sources
<AlmuHS>I continue busy with my exams, but i expect try again in some weeks
<damo22>its not just updating rump, someone needs to port more of the drivers by writing new makefiles
<Pellescours>I need to update the 2 debian patches that touch to build.sh and send the patches. Now I should be able to do it, I had difficulties to manipulate quilt but I start to become familiar with it
<saravia`>how to know if my CPU is atom?
<saravia`>excuse me someone knows how to print that?
<Gooberpatrol66>cat /proc/cpuinfo
<saravia`>Gooberpatrol66: and why i have model: 140 ?¿
<Gooberpatrol66>your entire model_name is "140"?
<Pellescours>damo22: I checked a bit more for rumpnet, and the driver for e1000 (the default qemu network driver) should be in miiphy (for what I understood)
<saravia`>Gooberpatrol66: see → https://bpa.st/raw/GE7A
<saravia`>:s
<saravia`>Gooberpatrol66: in that processor i will never run hurd really?
<Gooberpatrol66>you're running a core i5
<saravia`>u_u. .. ... yes
<saravia`>Gooberpatrol66: I'm running hyperbola GNU/linux-libre n_n
<Gooberpatrol66>i'm used to running hurd in a vm
<Gooberpatrol66>someone else would know more about bare metal hardware support