ɴꙩᴍᴀᴅ
Newer ones are unlikely to work 100% some chips require drivers and firmware to be ported
Mmmm
How does one select a laptop, preferably newer ones, that would support freebsd?
Thinkpad laptops are fine. You can search online for a guide. Or check wiki i read somewhere they have a list laptop installed with freebsd.
hereforyou
Thanks
Chris
imho Thinpads are excellent in many regards
hereforyou
Another q : usually upgrading to major versions, say 13, the drivers are supported mostly? Or is it frequently the case that you might discover something not working after major upgrade?
Chris
and in the past I loved dell latitudes for linux stuff
Hardcode
au contraire, you might expect that something that wasn't working wil start to work
X
is someone here that is having anydesk installed ?
Hardcode
yeah
Hardcode
now ask if it's working :)
X
:))
X
is it working ? :D
hereforyou
Hardcode
is it working ? :D
:) nope. dunnow why. haven't had lot of time to investigate. I mean it's launching and showing it's window. seems even to handshake to the server and tries to authenticate, but then timeouts.
Hardcode
wasn't able to get the picture of the machine I'm connecting to. had to access from within the Windows VM in bhyve running on the same host (which basically tells us that network wasn't the issue)
Hardcode
How does one select a laptop, preferably newer ones, that would support freebsd?
usually you chose the laptop which contains minimum of devices that definitely won't work, so... it's not the "laptop where FreeBSD will support ecerything", but "laptop where only some inavoidable minimum won't be supported".
Hardcode
so it definitely shouldn't comprise fancy touchpads devices with multitouch, exotic card readers (most are fine though), fingerprint readers (probably wont work but you shoudl check) and since every laptop nowadays contains videocamera - you should check it. and of course the hardware check should start from deciding "what videoboard does it contain and does FreeBSD know about it"
ɴꙩᴍᴀᴅ
https://wiki.freebsd.org/Laptops
@startrekked this wiki page shows the devices list
Hardcode
Is there a way/site to keep track of such devices and their support?
not really. you'll have to search the community and decide who to trust, because "working just fine" reviews can in reality differ from "really working like a charm" to "okay, dmesg sees it and even loaded some driver but that's pretty much all"
Hardcode
@startrekked this wiki page shows the devices list
that's what I'm talking about. half of this list is some necrohardware from the past. I mean - where you can find 10 years old laptops, on e-bay ?
hereforyou
Too much pain to search then :(
Hardcode
Hmm ok
if it isn't a project of intereset to you - I mean - "getting laptop that runs FreeBSD", I'd get some decent mac
Hardcode
this way you will get some decent hardware, Unix, ssh out of the box, no Windows and this will be it.
Hardcode
FreeBSD on a latop is more of some geekish thing kind
Hardcode
a nice experinence of course, unless it interferes with your work
hereforyou
FreeBSD on a latop is more of some geekish thing kind
Yea that's cool I think. That's why freebsd
Hardcode
"I'm on the road and suddenly discovered that cable tethering doesn't work and wifi adapter isn't fully supported, so I'm getting a trap when trying to run wpa_supplicant. What's really bad - is that that USB dongle I have doesn't fit to FreeBSD, and I have 2 DC that I have to repair/diagnose " - stuff like that
hereforyou
Haha yes can be a pain, but once you get it set up then usually works without much issues
hereforyou
Anyone uses xmonad here?
Hardcode
true, but this can be a long story :)
Hardcode
no, definitely not cool :)
X
I just hope that all the issues with anydesk will be fixed soon
Hardcode
me too.
Vas
Is there a way/site to keep track of such devices and their support?
Try here; https://bsd-hardware.info You can submit your own laptop report by using the command hw-probe -all -upload
Vas
No problem. hw-probe may need to be installed from pkgs though. Although I said laptop, I don't think it's limited to laptops
hereforyou
Cool. So I guess it would probably be best to check the laptop one wants to consider buying against the probes performed. Hoping there's a match.
X
Already tried that
positronic
Does anyone know, how to reset VirtualBox's Host-Key (Ctrl-right) on a FreeBSD-Host back to default, once it has been changed? I tried a VBoxManage-command (like setextradata host key=...) but that doesn't work. getextradata displays 'no host-key', although I defined an alternative one in VBoxGUI. Problem of VBoxGUI is: it doesn't accept the 'Ctrl-right' key stroke for some funny reason. Has anyone an explanation?
Vas
yep, You can search by BSD OS, laptop or even specific components. It will tell you its status as to driver support and whether it works or not
hereforyou
So what's your 1-2 freebsd hacks/things that make you stay with freebsd and stick with it?
hereforyou
Should be interesting to exchange views
hereforyou
Their system architecture and its stability
That's very broad - how do you use that to your advantage or get a kick out of using freebsd?
Anonymous
hp 2k notebook ( $100 from pawn shop) 13-386 runs great, wifi even found and works, expect 64 bit to do as well.
Krond
Got one weird issue with ZFS, might be someone familiar with that. Bought new drive, Toshiba 4TB P300. Drive works fine, except with ZFS, any operations are slow as shit, full resilver - up to 7 days. Direct writes to the same partition all fine. No errors, no SMART hints, drive appears to be busy all of the time.
Hardcode
а) NFS ? b) zpool list shows capacity over 85% (or even 95%) ?
Krond
I think I found an answer. All other devices had ^9 blocks, and new one was ^12, trying to replace with ^12.
Krond
Being dumb is so extremely easy…
Hardcode
well though improper sector size can impact performance, in reality it's not THAT catastrophic
Anonymous
Hello everyone, Do you have some experience with SSD provoking missing interrupt message? I try to install it on a newer laptop with a Samsung 980 pro, and during installation I’m having this message
Anonymous
Krond
I think my problem is triggered with RAIDZ. All previous vdevs are using ^9 (512B) blocks, and new device is using ^12 (4K) block, with support for ^9 mode. But that means that all stored data is already stored in smaller sections and it will not be adjusted while moving to other drive triggering multiple 4k operations instead of multiple ^9 operations, wasting bandwidth.
Anonymous
Runninng FreeBSD ufs geli full disk encryption disk usage issue in qemu/kvm virtual machine allocated full of 1 terabyte vmdk disk file
Mmmm
Anyone know how to update port tree? https://forums.freebsd.org/threads/guide-using-git-to-manage-ports-source-and-documentation.79721/
Mmmm
Wait, it was not working, but now somehow show no error when i run git pull
Mmmm
Oke my questions is how to put temporary ports back to /usr/ports ?
Anonymous
do pkg update.. pkg upgrade if they are in there already
Anonymous
or you have to do pkg install ports ........ then WAIT
Mmmm
do pkg update.. pkg upgrade if they are in there already
My /usr/ports took no effects still i give me error
Anonymous
what error
Anonymous
you root ?
Mmmm
Anyone know how to update port tree? https://forums.freebsd.org/threads/guide-using-git-to-manage-ports-source-and-documentation.79721/
Fatal not git repository or any parent up to mount point /usr GIT_DISCOVERY_ACROSS_FILESYSTEM not set
Mmmm
So i am following that guide, i cant run git pull with existing /usr/ports
Mmmm
Now i have temporary folder for ports, and i want new ports replace the old /usr/ports
Anonymous
you do know the ports are just a load of make files .... right?
Mmmm
you do know the ports are just a load of make files .... right?
Ya so i can just copy my temporary ports folder to /usr/ports?
Anonymous
you can try that why idk i think i would do a upgrade to get the latest.
Anonymous
aand the ports you got to compile those