Guillermo
Ok, submitted
Guillermo
Must be something in my laptop
Guillermo
Shotcut crashes too
Guillermo
Olive crashes on opening a video file
Guillermo
Totem crashes
ɴꙩᴍᴀᴅ
Hmmm is your user in the video group?
kub-kun
ɴꙩᴍᴀᴅ
Shotcut crashes too
Can tou try to run from a terminal emulator:
$ shotcut
And then take a look at what is printed when using it?
Guillermo
Yes I'm in the group
ɴꙩᴍᴀᴅ
Guillermo
It prints all the modules or plugins, nothing weird and then Segmentation Fault
kub-kun
Guillermo
I already uninstalled it
ɴꙩᴍᴀᴅ
Guillermo
VLC was crashing too but I changed the video output and now is working fine
Guillermo
Must be my graphics card
Guillermo
Or RAM
Guillermo
I only have 8 Gb
kub-kun
Oh you are running it on a laptop?
ɴꙩᴍᴀᴅ
Which laptop is it?
kub-kun
Well freebsd dose not play well with hybrid gpus
Guillermo
It's an old Acer Aspire E 15
Guillermo
Celeron N2830
kub-kun
Only integrated graphics?
kub-kun
Or additional GPU?
Guillermo
Integrated only
kub-kun
What
kub-kun
This is too weird
Guillermo
Must be that
Guillermo
I have OBS running fine on an old Lenovo laptop with OpenBSD
Guillermo
But it has a Radeon card
Guillermo
Lenovo G475
Guillermo
4 Gb RAM
D.M
Hello, I would like to know how I can solve the issue of my network card, because when I run from the startup prompt the command ifconfig -a; I do not see the wifi network.
I have an atheros AR9485 pci card.
D.M
on my current system it recognizes it without any problem, as I understand atheros is free software.
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
https://forums.freebsd.org/threads/how-to-get-atheros-ar9485-wifi-working.41554/
Seems you are not the only one
ɴꙩᴍᴀᴅ
I'm away from a computer rn, maybe that thread can give you a hint
D.M
@n0madcoder but the modules to load with kldload are the ones located in /boot/kernel?
ɴꙩᴍᴀᴅ
D.M
@n0madcoder prove with if_ath
ɴꙩᴍᴀᴅ
And no luck?
ɴꙩᴍᴀᴅ
Have you checked ath(4)?
https://www.freebsd.org/cgi/man.cgi?query=ath&apropos=0&sektion=4&manpath=FreeBSD+13.0-RELEASE+and+Ports&arch=default&format=html
ɴꙩᴍᴀᴅ
Integrated only
Have you installed libdrm and set up kld_load for intel at /etc/rc.conf?
Guillermo
Yes
Guillermo
D.M
D.M
@n0madcoder 👆
Guillermo
What difference is between c++ and g++
Anonymous
Guillermo
C is FreeBSD's implementation?
Guillermo
I mean, it's in the base system, right?
Anonymous
Yes
Guillermo
Anonymous
Guillermo
Yeah, so I don't need to install gcc to compile c++ programs right?
Guillermo
We already have clang in base
Anonymous
yes, unless you need
Anonymous
clang better gcc
Guillermo
I didn't know that. Well this is my first time doing programming stuff in C++
Anonymous
@SoloBSD
https://github.com/danistefanovic/build-your-own-x
Guillermo
Great, thanks
D.M
I have an intel integrated graphics, I would like to know if I should install drm-kmod
Guillermo
Does anyone know how to fix this?
Anonymous
If you want to show text, you can use the web pasteboard:
<command output> | curl -F "c=@-" "https://fars.ee/"
Anonymous
then, send us the link
Guillermo
Ok thanks
Anonymous
one thing I've noticed with Freebsd in general, is that the users home directory is in /usr rather than /home
Vicen
4 in? wonderful XDDD
Anonymous
I know that this dates back to research UNIX, but it seems kind of weird to me
Anonymous
Whats the reason for it being in /usr rather than /home ?
kub-kun
Anonymous
ɴꙩᴍᴀᴅ
Since it's a pci card, kernel module to load should be:
if_ath_pci_load="YES"
inside the /boot/loader.conf file.
My bad I didn't notice it yesterday.
Then check (after rebooting) that the command:
$ pciconf -lv
shows your card in the list.
If so, then run something similar to this:
$ ifconfig wlan0 create wlandev ath0
(Taken from ath(4) man)
And finally you will have to add something similar to this lines to /etc/rc.conf: (note this are from a personal config I use and may not fit ath)
#__wifi
wlans_ath0="wlan0"
ifconfig_wlan0="DHCP"
You should end up seeing the WiFi access from ifconfig
ɴꙩᴍᴀᴅ
Hello and welcome @solaris557 @SelahEdin @colwyn and Amar !
ɴꙩᴍᴀᴅ
@solaris557 you might want to take a look at this list our fellow user @neb_1984 made:
https://t.me/worldwidebsd/4
D.M
D.M
@n0madcoder I installed version 13, and I wonder if it is necessary to install drm-kmod for my integrated graphics intel