Михаил
I did some magic with /dev, card0 but forgot the code
ɴꙩᴍᴀᴅ
I did some magic with /dev, card0 but forgot the code
hmm that must hurt rn. Let me know if you find/remember it at some point. There must be a solution for configs with multiple gpus to get to X selecting the desired card, and the community will benefit from knowing the how tos
ɴꙩᴍᴀᴅ
oh, a missed shot. Your user is in the video group right?
Михаил
ɴꙩᴍᴀᴅ
I'd try to add your normal user to the video group and starting X from that user
ɴꙩᴍᴀᴅ
https://forums.freebsd.org/threads/drmopendevice-node-name-is-dev-dri-card0.10690/
not sure if this will be of any help
Andreas
I was wondering something - new bsd user, longtime linux user.. while testing xorg, I couldn't figure out how to launch it - what package contains startx? in the end, I ended up installing lightdm so I worked around it, but for future reference, please?
ɴꙩᴍᴀᴅ
Andreas
seems odd that that package doesn't get installed when you ask to install gnome, windowmaker or any other package?
Rincewind
Xorg configure
Михаил
Михаил
but amd still doesn't work
Михаил
ah I got it, that's because minimal freebsd version supporting my GPU is 14.1
https://wiki.freebsd.org/Graphics/AMD-GPU-Matrix
(see the bottommost entry)
The only reason to install 13.4 was that my keyboard is not functioning as soon as I enter the installer
ɴꙩᴍᴀᴅ
Михаил
now I have black screen, ctrl alt f1..f12 don't work
this is due to amdgpu being loaded
after downgrading to 14.1-RELEASE - keyboard not working again...
Михаил
seems I have to use nvidia
Михаил
for this I had to do 3 more things:
1. install drm-515-kmod instead of drm-kmod
so that kldload amdgpu don't freeze the system with black screen
2. configure X server (I assigned the same PCI busId as before, and it's correct)
3. kldload amdgpu, start sddm
4. to fix that brightness doesn't change, I did kldload acpi_video
and now Plasma works 🎉
Михаил
and this is still without deleting rtx2050 from system, and without installing any nvidia drivers
bittin-
https://www.youtube.com/watch?v=H1h-XO106jk
Andreas
I have a question - on my main linux desktop, if I hold alt and scroll the mousewheel, xorg changes resolution and lets me zoom the screen a little bit.. it's very nice.. I want that on my laptop.. using the pinch motion on the touchpad.. does anyone have an idea how to config that, or even where to start? not sure which components are involved to make it happen - edit, ok, so it seems to be an XFCE4 feature
Andrey
Hi guys
Who know how to change mtu on mellanox card ?
ɴꙩᴍᴀᴅ
Andreas
Михаил
is there a way to gain full access to luks2+xfs volume? like in linux
Михаил
there's some library, seems to be created for somewhat
https://man.freebsd.org/cgi/man.cgi?query=libluksde&sektion=3&manpath=FreeBSD+13.2-RELEASE+and+Ports
tl;dr: it allows readonly access to some luks1 and doesn't support luks2
Nicolás
Hi guys!
I have a question and I apologize for asking it here, but when I had GhostBSD my hard disk was formatted in ZFS format.
Now, the important thing is this: if you use FreeBSD (with the disk in UFS or ZFS format)
How do you back up your files?
With Gparted Live I formatted an external SSD disk in ZFS but I couldn't copy and paste the files within.
Basically the only thing I could do was upload the files to the cloud. Which seems dangerous and super slow (and limited) compared to an external disk.
Rincewind
Whit zfs snapshot
The simplest way
polyduekes
hey there anyone can help me figure out why when i try to launch any guest in vbox it results in
VirtualBox can't operate in VMX root mode. Please close all other virtualization programs. (VERR_VMX_IN_VMX_ROOT_MODE).
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
ConsoleWrap
Interface:
IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
error? in fbsd 14.1 release
polyduekes
even though there is no other virtualization program running
James Bradley
Hi guys, I have a problem with wireless internet in Freebsd.
I searched for my card on the site for support and the result is:
https://bsd-hardware.info/?id=usb:0e8d-7603
I don't quite understand, can't I use WLAN now?
Михаил
I forgot to mention, my card is plugged to usb, not pci
Sorry, I am new to FreeBSD
Михаил
Михаил
now your phone is your card
Andreas
but the usb stack can handle usb wifi etc, no?
Михаил
usb device may have literally any protocol to speak with computor... so it may require drivers which of course aren't done for freebsd
But dmesg shows the card successfully:
ugen0.4: <MediaTek 802.11 n WLAN> at usbus0
Михаил
Михаил
im just curious what ifconfig shows..
nfe0 - NVIDIA Ethernet controller, lo0 - idk what is this
Михаил
Михаил
you've an android phone right?
Михаил
afaik there're drivers for iphone also
Wait, with an ordinary usb cable???
Михаил
yes. just connect to laptop or pc or whatever, via usb
Ok
Михаил
Михаил
ue0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=0
ether 12:94:d4:35:10:4f
inet 192.168.228.71 netmask 0xffffff00 broadcast 192.168.228.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Михаил
It started spamming DHCPPREQUEST, DHCPISCOVER things
I guess it worked, but is there any way to check the internet?
Andreas
ping?
Andreas
check ifconfig and then ping something
Yay!it works
Thank you so much sir
Михаил
yeah I think rndis deserves some place in beginner guides
I have a problem, can't install packages...
Andreas
I have small usb-wifi dongles, and they seem to be detected.. if I do "usbconfig", it's listed as
ugen0.4: <Realtek 8188EUS [USB-N10 Nano] ASUSTek Computer, Inc.> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)
also shows up in messages when it's inserted as device rtwn0 - however, it's not showing up in ifconfig? does some firmware need to be loaded, or what am I missing here?
Hi.Do you know the latest FreeBSD version that supports Mediatek 802.11n WLAN?
polyduekes
https://cgit.freebsd.org/src/tree/tools/tinder.sh
we got tinder baked into os now 😎
Maxim
Maxim
seriously, read the handbook, it tells you exactly what to do
SludgyWitch
90 % of issues are always solved by reading the documentation
Chad
Freebsd has the best documentation.
Sudarshan