Jaco
@n0madcoder freezes whole laptop
Jaco
I have to boot to singe user mode and uncomment kld_list="amdgpu" for the system to start normally without freezing
Jackie
maybe try something like kld_list+="amdgpu" ?
Jay
Are you using the modules from base or from pkg?
Jay
Pkg up-to-date?
ɴꙩᴍᴀᴅ
Amd A6
How new is it?
Jaco
Pkg up-to-date?
Yes, I have setup Freebsd on this laptop before exactly how I did now. Also had this problem with GhostBSD but they fixed it
ɴꙩᴍᴀᴅ
Latest hardware takes some time to get supported
Jaco
How new is it?
2014. FreeBSD used to work flawlessly
𝚂𝚑𝚊𝚢𝚊𝚗
which model of APU you have ?
ɴꙩᴍᴀᴅ
2014. FreeBSD used to work flawlessly
Did you install the drm-kmod package?
Jay
Use absolute paths to be sure you are loading the right kmod
Jaco
Did you install the drm-kmod package?
I did, as I said I have run FreeBSD on this laptop before amd it ran perfectly
ɴꙩᴍᴀᴅ
I did, as I said I have run FreeBSD on this laptop before amd it ran perfectly
I trust you no worries. I'm just making sure of all steps. As you can see there are different packages based on each OS version https://www.freshports.org/search.php?query=kmod&search=go&num=10&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive
𝚂𝚑𝚊𝚢𝚊𝚗
maybe install graphics/gpu-firmware-kmod helps
Jaco
maybe install graphics/gpu-firmware-kmod helps
Thank you I'll try😊
𝚂𝚑𝚊𝚢𝚊𝚗
I'm not sure btw
Jay
Absolute paths?
/exact/location/amdgpu.kmod instead of amdgpu
bittin-
http://hackerpublicradio.org/eps.php?id=3655
Jaco
I'm not sure btw
@n0madcoder @JayOK thank you guys😊I could boot and it didn't freeze after installing gpu-firmware-kmod which is weird I never had to do this.
Jaco
I still have a GhostBSD install which I will stick to for now😊
Jaco
Before this I used to run FreeBSD or GhostBSD, almost weekly installs for friends and IT techs that had a glance at my machine.
Jekyll
Hi, when I was upgrading python38 to python39 ports according to UPDATING, I got the rrdtool upgrade failed with the following error:
Hi, I got this issue again for rrdtool got updated recently. Anyone knows what might be wrong?
Jaco
Yeah I remember you
By no means an expert but I know my way around😅
𝚂𝚑𝚊𝚢𝚊𝚗
@n0madcoder @JayOK thank you guys😊I could boot and it didn't freeze after installing gpu-firmware-kmod which is weird I never had to do this.
It's normal, because It's a new thing. DRM GPU firmware now updates separately from DRM. Check this for more detail: github.com/freebsd/drm-kmod
Null
Effective Programming in C and Unix From the School of Computer Science, Carnegie Mellon University, This course is designed to provide a substantial exposure to the C programming language and the Unix programming environment. [...] Students will also learn about regular expressions and will be able to use scripting languages such as Perl and Shell scripting Main site https://www.cs.cmu.edu/~guna/15-123S11/ #unix #c #course
Anonymous
hello all :)
ɴꙩᴍᴀᴅ
hello all :)
Hello there (:
Jackie
OK. So noticed that 13.1-RELEASE-p1 is out today so upgraded my 13.1 to p1. Only to find out that I can no longer boot into X now. Apparently there's something wrong with Nvidia driver and X. Reinstalled Nvidia driver didn't resolve it.
Jackie
Anyone getting the same problem here? Thinking about reporting a bug report or something tomorrow.
r2g2
no problem here
Anonymous
Hello
Anonymous
I want to run freebsd-update fetch, but it opens vim with all the patches will apply, and i hate vim so much
ɴꙩᴍᴀᴅ
Maybe the pager is set to vim instead of less?
Anonymous
ɴꙩᴍᴀᴅ
Hitting ESC key and then :q! should get you out of the message
Anonymous
:q! how do i this?
ɴꙩᴍᴀᴅ
Oh, that's less I guess. Just hit q key and enter
Anonymous
you re a genius. thanks
ɴꙩᴍᴀᴅ
Anytime (:
Anonymous
i guess its normal
Anonymous
suspend is working. but is there any way to set it down when i close the laptop screen?
ɴꙩᴍᴀᴅ
suspend is working. but is there any way to set it down when i close the laptop screen?
Maybe with devd creating a shell script, but I'm not sure
Anonymous
my bad, ))). well, may i get a try with s3 set in sysctl and devd enabled in rc.conf?
ɴꙩᴍᴀᴅ
As far as I'm reading the command sysctl -a | grep hw.acpi lists some helpful commands for suspend, but not for poweroff. You can make a shell script that the moment it detects a change in hw.acpi.sleep_button_state it calls poweroff
Anonymous
not to shutdown
Anonymous
but to go to s3 sleep mode when the lid is off
Anonymous
hw.acpi.supported_sleep_state: S3 S4 S5
ɴꙩᴍᴀᴅ
Anonymous
Normally, it should turn off the fans, but it didnt
Anonymous
I guess i must set a script to get into s3 state when the lid is off, but i m noob on this xD
Anonymous
Nevermind. Got fixed by itself by adding that s3 thing into loader.conf
Anonymous
it s the first tim en two years seeing freebsd working very fine on my laptop. pretty straight forward
bittin-
https://www.bsdnow.tv/467
Anonymous
what s the name of xfce package for keyboard layout inside menu tray?
bittin-
np
Anonymous
one more question. any bluean be like app for bsd?
Anonymous
blueman
Anonymous
oops. gui manager for bt interface
Anonymous
loadev vboxdrv.ko in rc.conf, and the man page doesnt help me
Krond
service vboxnet start?
Anonymous
i am such an idioy
Anonymous
t. i ve loaded only the ko
Krond
Second one is for bridged networking.
Krond
Try to reread pkg-message, there's more hints in there. Like AIO and permissions.
Anonymous
well
Anonymous
sometimes it stutters, like in youtube playback, in apps
bittin-
is there any way to list all installed packages with pkg?