-
koobs
looks like the 5.11 support will bring it
-
koobs
with open pr and patch (code exists)
-
koobs
-
VimDiesel
Title: GitHub - dumbbell/drm-kmod at udpate-to-v5.11
-
nacelle
crb: those are quite overkill for most bsd needs imo
-
nacelle
you can get five year old radeons with gobs of memory and be fine for like $50-100 off ebay
-
crb
nacelle: what would be something you recommend that is well supported out of the box
-
nacelle
-
VimDiesel
Title: radeon(4)
-
nacelle
I got mine from someone local for cheap, they had it collecting dust for a few years and it was time to give it a good home
-
cgull
crb: I have a 6600xt in a machine here, works fine with linux-drm, but getting all the pieces to work was an undocumented hassle, but that was last fall.
-
crb
cgull: thank you for the feedback
-
cgull
Wait, no, I got that mixed up. That machine has an RX 550 or somesuch, the RX6600XT is in a Windows machine.
-
nacelle
-
VimDiesel
Title: amdgpu(4)
-
nacelle
amdgpu rocks.
-
crb
thank you all!
-
kodcode
G'morning. What do you use to run a Win VM as a guest in FreeBSD? I am running it with VirtualBox and my overall laptop performance is is terrible with the Win10 guest running. Are there maybe any settings to be made with VirtualBox? (set aside just 4GB RAM for that guest. I have 16GB on my laptop)
-
parv
Does your CPU support virtualization? (For Intel ones, look for "VT-x" specification)
-
» parv once ran VirtualBox on Windows 10 without hardware support, while trying WSL2. Very slow response of FreeBSD was in the VM. Turned back to WSL fast.
-
kodcode
-
kodcode
FreeBSD is host and Win10 is guest.
-
parv
Do you have that turned on (via BIOS)?
-
kodcode
parv: Yes.
-
kodcode
parv: I remember using Fedora as a host once having same kind of performance issues running a Win guest in VirtualBox. Switching then over to Virt-Manager changed everything for better. Is there something similar in FreeBSD?
-
parv
I do not have much else to suggest. Sorry kodcode
-
kodcode
parv: Thanks mate :)
-
parv
Oh, there is byhve ... ?
-
parv
s/byhve/bhyve/
-
kodcode
You can run a GUI on bhyve?
-
parv
... I may be mistaken but I think GUI won't be usable
-
parv
No
-
wildeboskat
It's got a VNC option right?
-
wildeboskat
To view the console
-
wildeboskat
Never tried it though
-
parv
-
VimDiesel
Title: HOW TO: Windows 10 Under Bhyve /w FreeBSD 11 - A-Team Systems
-
parv
-
VimDiesel
Title: bhyve/Windows - FreeBSD Wiki
-
crb
Are you supposed to be able to compile the current source tree with a 13.0 system?
-
parv
Should be possible
-
parv
Did the process stopped for you when building 14?
-
parv
*ugh*🤬
-
crb
yes
-
crb
I'm cross building for armv7
-
crb
/usr/src/sys/netlink/netlink_domain.c:102:22: error: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Werror,-Wformat]
-
parv
wiki.freebsd.org/arm -- arm7 is 32 bit; arm8|aarch64 is 64 bit. Take the following with a boulder of salt, you would somehow need to indicate the build process to use 32 bit "system" ** waves hand **
-
VimDiesel
Title: arm - FreeBSD Wiki
-
meena
crb: how are you cross building?
-
meena
(I use poudriere to do the heavy lifting for me:
alpha.pkgbase.live/howto/howdo.html )
-
VimDiesel
Title: How did she do it?!
-
Ltning
Ahem... shells/bash marked BROKEN ??
-
Ltning
Oh. ports_readline. Sorry. Carry on.
-
tao
there is a pkg-message about it
-
Sjottelsplak
This probably has been asked a lot, but is it possible to give a jail a fixed mac address? I want to IPv6 my network, but if the jail gets a different IPv6 address each time it reboots (EUI-64 algorithm?) it makes firewalling it a hell
-
debdrup
They're EUI-64 after a change some time back, after FreeBSD got assigned its own range.
-
debdrup
Maybe I'm missing something, but are you creating network ACLs based on the mac address?
-
Sjottelsplak
Huh?!? I get a /56 from my ISP, which I have to "SLAAC"
-
debdrup
Right.
-
Sjottelsplak
debdrup: no, based on IP addresses, currently IPv4, but I will have to make FW rules for the IPv6 addresses
-
debdrup
Well, if it's not described in the jail(8) manual page under the parameters, I don't think it's possible - but it's certainly something that seems like a good idea, so it'd be fantastic to be able to find a person who could work on it (or a company to pay someone for doing the work, preferably).
-
meka
If you're using some jail manager, maybe it's possible. I know cbsd uses the same mac for a jail
-
Sjottelsplak
I found this one to spoof mac addresses on physical NICs "ifconfig bge0 ether DE:AD:B0:0B:DE:AD" not sure if it works in a vnet, maybe someone tried already
-
Sjottelsplak
hmm, forget that smiley :)
-
debdrup
That indicates that jail(8) might be missing a parameter, because it shouldn't be possible for a jail manager to do it without jail(8)/jail(3) being capable of it.
-
meka
debdrup: it boils down to what Sjottelsplak just wrote, so it's not so much jail feature in case of cbsd
-
debdrup
Sjottelsplak: you can always use exec.start or exec.prestart for the ifconfig command
-
debdrup
There's also exec.prepare, exec.prestart, and exec.poststart
-
debdrup
It's a bit of a hack, but seems like it'd work fine.
-
Sjottelsplak
okay, that ifconfig actually works in a jail, let's see how to incorporate that into my bootsequence
-
meandrain
I am trying to build nanobsd image and I get this error:
pastebin.mozilla.org/BeagYwiL
-
VimDiesel
Title: Mozilla Community Pastebin/BeagYwiL (Bash)
-
meandrain
any idea where to look for this issue ?
-
meandrain
buildkernel and buildworld worked, this issue appears when installing world
-
yuripv
meandrain: already expired
-
murmel
is there an easy way to figure out why a device doesn't work? I have a intel 8265 wifi card, which is also listed as supported, loads the driver (as far as I understand bsd) but it doesn't show up in ifconfig
-
meena
murmel: what does dmesg say?
-
murmel
meena: couldn't find anything obvious but i scraped only a bit, as I can only use the live version of freebsd as of right now.
-
murmel
tried also the snapshot of 0930 of 14.0-current, no go
-
murmel
oh, specifically talking about 0x8086 / 0x24f3 / any / 0x0050 if this does help more
-
murmel
meena: is there an easy way to get data off of the live version? issue is my ssd is a luks encrypted ext4, so I assume no?
-
debdrup
ext4 is supported, but out-of-band encryption isn't
-
murmel
ahh i remembered i still have somewhere a usb stick with zfs as the fs
-
murmel
so brb
-
V_PauAmma_V
murmel, "doesn't show up in ifconfig" as itself, or as wlan0? (Or 1 or higher if you have more than 1 Wifi interface)?
-
rwp
I don't know so hate to jump in here and cause problems but...
-
rwp
I recently found out about wifibox
xyinn.org/md/freebsd/wifibox which might be of help for people suffering with a FreeBSD WiFi device problem.
-
VimDiesel
Title: Fast & Stable WiFi with wifibox on FreeBSD |@fearedbliss
-
V_PauAmma_V
Not sure it would help if FreeBSD (or the driver) fails to recognize the interface, so I'd look at that first.
-
murmel
V_PauAmma_V: it doesn't show up at all. I only have loop and my ethernet
-
» V_PauAmma_V nods. PCI or USB?
-
murmel
pci
-
murmel
so interestingly, on fbsd, it only loads the driver, on ghostbsd it can scan but not connect, and on nomad it works perfectly fine oO
-
murmel
just reflashing 13.1 on the usb to try a bit more
-
V_PauAmma_V
So I'd start by looking at logs or dmesg as meena said, and also output from "pciconf -lev".
-
yuripv
murmel: it will not show in ifconfig in any case, you have to create a wlan device on top of it
-
yuripv
-
VimDiesel
Title: Chapter 32. Advanced Networking | FreeBSD Documentation Portal
-
murmel
V_PauAmma_V: well looked at dmesg, no errors at all. wanted to put it on the usb stick, but can't mount the zfs fs on the other usb stick, complaining about a ro fs. how would I get it to mount so I can put the logs on there
-
rtprio
how did you "mount the zfs"?
-
murmel
zpool import usb, zfs load-key usb/data, zfs mount usb/data, and then it errors out with ro fs
-
crb
meenayep
-
crb
meena: I am simply doing a "make buildkernel KRENCONF=ARTYZ7 TARGET_ARCH=armv7"
-
crb
meena: this has worked fine for me for ages
-
» meena tries to remember what she asked crb
-
crb
meena: chuckle I was asking about should I be able to build a kernel for current with a 13.0 system
-
meena
ah, right
-
meena
not sure, tbh, 13.0 is going EOL soon
-
meena
but also, what does your make.conf look like?
-
meena
are you crossbuilding LLVM?
-
meena
crb: ⬆️
-
crb
I have not made any changes to make.conf so it's stock or empty
-
crb
I'm not sure what compiler it's building with off hand
-
kevans
in general buildworld will bootstrap the toolchain if the host's isn't sufficient
-
CrtxReavr
crb, KRENCONF <== you do realize you pasted this typo?
-
crb
sorry KERNCONF, I typed it not pasted it
-
CrtxReavr
'k - just making sure.
-
crb
CrtxReavr: yep, thank you
-
CrtxReavr
Too bad - would have been an easy fix. >=]
-
meena
Kren in German is horseradish. And it comes to German via Czech, křen!
-
meena
that is probably not very helpful…
-
meena
crb: could you try build 13.1-STABLE?
-
» meena could check if her build server has managed to build armv7 recently
-
crb
meena: yes I will but it will take me a while
-
meena
I don't have ssh setup on this phone yet and it's bedtime
-
crb
meena: no problem, thanks for the help
-
meena
I really should check tho
-
meena
crb: drwxr-xr-x 2 root wheel 235B Oct 3 08:19 14.snap20221003060926
-
meena
lrwxr-xr-x 1 root wheel 21B Oct 3 08:19 latest -> 14.snap20221003060926
-
meena
-
VimDiesel
Title: Index of /current/FreeBSD:14:armv7