00:03:03 antranigv maybe this helps https://omnios.org/setup/zones 00:04:57 neirac I did read that multiple times, and I did get it. but I don't get it in practice. Say I want to have a build zone to build OmniOS. I need things such as gcc and other tools. I guess using sparse does not make sense since things are installed into /usr. so I should go with lipkg, right? 00:12:42 antranigv, yes you should go with a lipkg zone for building omnios inside a zone https://github.com/omniosorg/omni/blob/master/README.md#example-build-zone-setup, I have always used lipkg for that, but to build media you need to do it in the GZ. reading about sparse, if you have all the packages needed in the GZ and don't need to install anything else maybe could work in sparse, but the recommended way is 00:12:48 just to use lipkg , ipkg could work too but lipkg is easier to mantain 13:38:06 can I have a stable GZ with a bloody zone? 13:45:20 never mind, looks like omni setup will clone the latest AFAICT 14:06:50 Could the rp4 image from https://downloads.omnios.org/media/braich/README.txt also work on an rp5? Or is that too different? 14:58:34 wiedi does the wifi works in a rpi4 or just ethernet? 14:58:37 there is no support, yet for the RPi 5 14:58:49 neirac, just ethernet 14:59:19 neirac: I have not tried anything yet 14:59:46 hadfl thx, so qemu it is :) 15:01:37 wiedi, if you use omnios. it's pretty simple to set up an emu zone running aarch64 illumos. see here at the bottom: https://omnios.org/setup/zadm.html 15:03:50 thx, I'll probably try it on macos, had an early image running a long time ago and need to catch up on what's new 15:07:44 I'm trying to replace a router at home with omnios but omnios does not supports the wireless card. 20:04:20 I wonder if Apple's Thunderbolt Ethernet works 20:15:42 That's complicated. 20:16:08 We don't have support for a thunderbolt controller unfortunately. While USB4 gives us a bit more data on how to implement, it's not really all there. 20:16:33 If you plug a PCIe device in at boot and firmware enables it by default then it might work. 20:16:39 But I wouldn't hold my breath. 20:40:59 yeah, I used the BCM57762, but I don't see it in ifconfig or in dmesg 20:41:22 sad, really wanted another illumos computer at home 20:41:32 (I think even FreeBSD doesn't have support for those) 20:41:42 maybe I install alpine and then boot illumos in it 20:43:08 I'll try the USB2 version, too bad it's 100M 20:44:24 no driver found 20:44:26 eh, too bad 20:45:10 I wonder if I can do PCI passthru in that case o.O 20:45:28 (um, USB passthru) 20:58:42 The normal usb ethernet adapters should actually work... I've used those 21:06:52 wiedi it did. but I was not able to load the driver :( just installed Alpine. Do you know which driver should I load in OmniOS using modload? 21:09:12 they always worked out of the box for me, nothing to load 21:10:19 wiedi I'll try again :)) 21:12:27 Why does ooce/omnios-build-tools install Rust? Are there any Rust components in base? 21:19:24 I guess it's the axf driver 21:24:30 wiedi I think rum uses usb but does not come with omnios, is just a pkg away, also ral I have both cards, ral does not attachs as the driver needs to be updated to support a new version, rum should work have not tested yet 21:25:27 this manpage is very good https://github.com/TritonDataCenter/smartos-live/pull/217/files should be in base, is more smartos related but most of the content works for omnios 21:38:23 neirac very handy manual page. I'm also creating a rosetta stone for illumos/FreeBSD/Linux. 22:07:08 What's the USB ID for the device in question?