[]
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
Yes your needs are pretty basic, you should use some crap like Haiku instead has better desktop support
Just because it doesn't meet your needs doesn't mean it is "not reliable".
Neruq
Yes your needs are pretty basic, you should use some crap like Haiku instead has better desktop support
Haiku is another of the living dead projects (2002) lacking sorfware and robust hardware for the use of the necessities.
[]
i use Haiku as my main lavatory 😹
[]
im changin my desktop now to Serenity OS, brb
UDENIX
Haiku is another of the living dead projects (2002) lacking sorfware and robust hardware for the use of the necessities.
You never specify what hardware/software support is missing and that is missing in your case of use not others, stop making hasty and generalized judgments. I know people who use NetBSD as their primary desktop operating system even though it has less software available through its package manager than OpenBSD.
[]
im changin my desktop now to Serenity OS, brb
Nevermind i just found my old NT5.1 CDROM this is reliable for sure!
Maxim
an obvious troll is obvious
[]
Build your own Windows 2003 server for laptops or die! 🐸
Rincewind
I've test win11 in vm with bhyve with vnc without any probs, 10 the same
Neruq
I've test win11 in vm with bhyve with vnc without any probs, 10 the same
There is no way to install windows on a USB stick ? And it would avoid the machine to consume resources with virtual machines.
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?
Maxim
better place it on the same drive as the base system
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 😔
[]
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
[]
Just system on a disk and home on another disk
To get you started just install freebsd with zfs on the first disk ( you can encrypt the boot disk right there)
[]
Then follow the handbook and create the second zfs pool over the "home" disk and mount it.
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
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
what are you doing to "try to connect to wifi"? exact steps, please
yes from the installation connect to wifi prompt in TUI
[]
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
$ ee /etc/rc.conf >> wlans_iwlwifi0="wlan0" >> ifconfig_wlan0="up scan WPA DHCP" $ ifconfig wlan0 scan $ wpa_supplicant -B -Dbsd -i wlan0 -c your_AP.conf $ wpa_cli -> status
[]
? that its what wlans_iwlwifi0 does
Maxim
? that its what wlans_iwlwifi0 does
yes, but if you just edit the file, nothing will happen
[]
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
Maxim
yes, you can change wlan0 by any name you like, then restart the rc service
yes, then restart the service. which one? (I know it's netif, but the poor soul you're trying to "advice" might not)
[]
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 ?
Jekyll
Yes its the best way
So it means I can't use bootonly iso to install, right?
[]
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
it mean if I want to change to another wifi i should do kldunload iwlwifi again and again ?
[]
So it means I can't use bootonly iso to install, right?
I would use a ethernet connection if possible, maybe it works but depends on lot of factors.
[]
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
😬
[]
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
[]
what a wall of text. you can't into brevity, can you?
Please wait, you are currently in the queue to smell ma ballz, be patient.
Maxim
Please wait, you are currently in the queue to smell ma ballz, be patient.
ты ведь и допиздеться можешь, дядя
Maxim
маленькая сучка
уж поболее тебя