[]
Yes your needs are pretty basic, you should use some crap like Haiku instead has better desktop support
[]
this is #desktop! so no its not reliable on Desktop kid
[]
if you doing hobby stuff, its ok! have fun :D
UDENIX
UDENIX
[]
i use Haiku as my main lavatory 😹
[]
im changin my desktop now to Serenity OS, brb
harmony5 🇺🇳 ⌤
Maxim
an obvious troll is obvious
[]
Build your own Windows 2003 server for laptops or die! 🐸
Rincewind
Rincewind
polyduekes
Rincewind
I've test win11 in vm with bhyve with vnc without any probs, 10 the same
Eliphaz
Hi 👋🏾 there
I have 3 disk on my desktop I want to dedicate 2 to FreeBSD and I want to know if it's possible to have 2 different disk on freeBSD installation like use one for the systems and other stuff and one dedicated to my Home directory and data... ?
Eliphaz
My disk size 1To. 1To and last 500Go
Eliphaz
I will probably use one 1To with the 500Go
Eliphaz
If it's possible all that with ZFS ?
Maxim
yes. you can use 2 zpool-s
Eliphaz
yes. you can use 2 zpool-s
Ah great 😃 what I can use for systems 500go or 1to and what I can use for /usr/home ? What do you recommend to me ? 🤔
Maxim
I recommend that you use the 1T drive for /home
Eliphaz
And also I should or can add /usr/local to same disk as home or not good ideas to do it?
Eliphaz
Maxim
better place it on the same drive as the base system
Eliphaz
Eliphaz
Thank you very much 🤎
Eliphaz
Hello please how to connect 😭 the 2 Zfs disks?
Eliphaz
I try it again again again I not found resources to explain what I want to do 😔
[]
Eliphaz
[]
That's a raid configuration
Eliphaz
No no
Eliphaz
Just system on a disk and home on another disk
[]
Oh that's easy, just create the zfs volume on each disk and mount them
[]
Look in the handbook it's all explained there
[]
Then follow the handbook and create the second zfs pool over the "home" disk and mount it.
Eliphaz
bittin-
https://www.bsdnow.tv/561
[]
sure, just drop a shell and do it :)
X
https://www.osnews.com/story/139840/first-and-possibly-only-look-at-dells-weird-version-of-freebsd-thinos/
bittin-
https://www.bsdcan.org/2024/stream4.php BSDCan is Live
Eliphaz
Hello there freebsd have support for Intel Wi-Fi 6 AX200 wireless card ? I cannot connect to wifi :/
Maxim
Maxim
also, how's the AP configured? is it using something like AC only?
Eliphaz
I started to install freebsd on my laptop and I get this error when I try to connect to a wifi during installation: iwlwifi0 no beacon heard and the session protection id over already
X
https://www.patrick-breyer.de/en/majority-for-chat-control-possible-users-who-refuse-scanning-to-be-prevented-from-sharing-photos-and-links/
Maxim
what are you doing to "try to connect to wifi"? exact steps, please
Eliphaz
Maxim
[]
? that its what wlans_iwlwifi0 does
[]
yes, you can change wlan0 by any name you like, then restart the rc service
[]
i was writing the rest about dhcp, and such please dont interrupt me
[]
dude im writing and this shit have cooldown to write XD so you start trash talking in the middle, if your ass hurts please get some medical attention, attention hoe :)
[]
Example wpa_supplicant conf ->
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="AP NAME"
scan_ssid=1
key_mgmt=WPA-PSK
proto=RSN
psk="pass1234"
}
Eliphaz
so during installation I skip network configuration ?
Eliphaz
and make all that on the fresh install ?
[]
Eliphaz
[]
ok ok
This driver works "ok", but if you need to change the wireless network you probably will get stucked in a kernel bug that doesnt let the card transmit any packet, so you must kldunload iwlwifi before changing the wpa_supplicant config for the next wlan network, in that case you will probably get a kernel crash so i recommend you to take care when operating the driver card, "ifconfig wlan0 destroy" will reach the same also
Eliphaz
Eliphaz
it mean if I want to change to another wifi i should do kldunload iwlwifi again and again ?
Jekyll
[]
it mean if I want to change to another wifi i should do kldunload iwlwifi again and again ?
If you want to change the network, first put the wpa_supplicant down through wpa_cli, then ifconfig wlan0 scan or scan_results inside the wpa_cli shell, if you keep getting the Access Points there, then you probably dont need to reload the driver, if you get no output in scans then check dmesg and probably there is a driver error listed and you must reload it and prepare for weird shit :)
Eliphaz
😬
Maxim
[]
What people using that card actually do to get full potential of the hardware and such, is to get a "alpine linux VM" with PIC-Passtrough so you can use the linux driver, so there is a package for that called wifibox-alpine-iwlwifi you can check the wiki for full walkthrough
Maxim
[]