-
lw
TIL about LoongArch, a Chinese CPU architecture which is apparently MIPS with some bits from RISC-V added. sounds kind of interesting
-
lw
(noticed it because freebsd's src build compiled the clang driver for it, i wonder if freebsd/mips actually supports it...)
-
Grell
which VPN service would you all suggest?
-
hernan
Grell: your own
-
Grell
so i can set up an encrypted tunnel from my computer to the outside world using only my desktop?
-
sfox
Hacks
-
skered
I think koobs showed me once but how do you know the ports commit id of the active pkg repo?
-
lw
skered: 'pkg info <some package>' has a port_git_hash annotation, is that what you're looking for?
-
skered
Is that in rquery?
-
skered
-
lw
presumably it's in %A, but i don't know how rquery works with multiline patterns
-
Core8754
people iam going in mad.. aftter i install the video driver xrandr cant open display
-
naxil
iam core
-
naxil
how i can do?
-
skered
pkg rquery -r FreeBSD "%At: %Av" pkg | fgrep ports_top_git_hash
-
skered
lw: I think that's the best we can do .
-
skered
Just hope pkg is always there
-
skered
and FreeBSD repo is name FreeBSD.
-
lw
do you know if pkg is rebuilt on every run? or does it reuse older packages if no change (like poudriere's default config)?
-
skered
It's not. :/
-
lw
i'm wondering if 'the ports commit of the pkg repo' doesn't actually make sense because the repo can include packages built from multiple git hashes... you could get the hash of the packages built in the most recent run, but that's not quite the same thing
-
naxil
who can helpme fot setup video please
-
naxil
ee failed to load module intel (module do not exist) why? i have install it!
-
naxil
please helpme iam going mad
-
luser
naxil: is your graphics card supported?
-
naxil
idk luser
-
luser
what card do you have?
-
naxil
i havr stck1a32wfc intel pc stick is atom baytrail
-
naxil
it have internal video card
-
naxil
luser but why the module isnt recongized... is loaded
-
luser
naxil: what does `pciconf -lv` list for your graphics card?
-
naxil
ok
-
naxil
luser : look termbin/inov
-
naxil
luser look
-
luser
can you provide complete link.
-
luser
nevermind. Found it
-
naxil
ah sorry
-
naxil
termbin.com/inov
-
luser
have you tried installing the drm-kmod port?
-
luser
-
VimDiesel
Title: Chapter 5. The X Window System | FreeBSD Documentation Portal
-
luser
I have an Macbook Pro from 2015 with an Intel gfx card and it requires the above port.
-
naxil
VimDiesel i use the handbook without succes
-
naxil
luser how to use port driver?
-
luser
uninstall the xorg video driver you installed then follow the process from the link I provided.
-
naxil
the right command is pkg remove?
-
luser
If you installed via pkg then yes.
-
naxil
ok i try
-
naxil
luser but the handbook not talk about port
-
luser
Use `[kg install drm-kmod`
-
luser
*pkg
-
naxil
luser but with pkg not install port version
-
luser
I don't understand what your mean.
-
naxil
how to install port version? with pkg install not install port version
-
V-T60
as far as i remember, i also use drm-kmod
-
naxil
drm-kmod not work here
-
V-T60
or wait...
-
luser
Just use pkg install drm-kmod
-
naxil
luser but with pkg install drm-kmod you not install port version
-
V-T60
that is the basic command
-
luser
Are you saying they are different versions?
-
naxil
you install repo normal version
-
naxil
luser i uninstall drm-kmod as you advice me before... why you tell me to reinstall the same version?
-
naxil
i need port version of drm-kmod
-
luser
I didn't know you installed drm-kmod - I thought you installed the xorg video driver for intel
-
naxil
luser yes i already install drm-kmod
-
luser
I see. Have you tried the xorg intel driver?
-
naxil
for xorg video driver you sat xf86
-
naxil
what is xorg intel driver?
-
naxil
but you say to me "install port version"... how to do it?
-
luser
The standard intel video driver is xf86-video-intel
-
luser
Ports are installed by installing software from /usr/ports/
-
luser
So to install the xf86-video-intel driver you could do: cd /usr/ports/x11-drivers/xf86-video-intel && make install clean
-
naxil
luser for update port branch?
-
luser
Or you could do: cd /usr/ports/x11-drivers/xorg-drivers && make install config [select intel video driver] && make install clean
-
luser
I'm going to bed.
-
naxil
luser and fot select xf86?
-
nocturne777
What brand of laptops would you recommend for use with FreeBSD? I know there are a whole bunch of brands out there like tuxedo, framework, and so on. It would be great if someone can share their personal experience.
-
Tabmow
nocturne777,
wiki.freebsd.org/Laptops is a valuable resource when choosing a laptop
-
VimDiesel
Title: Laptops - FreeBSD Wiki
-
ferz
Hi
-
ferz
I'm updating FreeBSD 12.x to 13.3 using freebsd-update. For the mainhost it seems to work, while for jails...
-
ferz
-
VimDiesel
Title: magnet_web paste from Someone at 217.168.150.38...
-
lw
ferz: your package url seems wrong, it should be
pkg.freebsd.org/FreeBSD:13:amd64 (or whatever your arch is) - or better, use ${ABI} like the default does: pkg+https://pkg.FreeBSD.org/${ABI}/latest
-
VimDiesel
Title: Index of /FreeBSD:13:amd64/
-
lw
also "Invalid ABI" is an odd warning, is it possible you've somehow set 'ABI=13' in your environment? (if so, unset that, or set it to FreeBSD:13:amd64)
-
rwp
ferz, What does "freebsd-version -kru" on the host say? What does "freebsd-version -u" in the guest jail say? I worry your host might not be fully upgraded. I worry your jail might be ahead of your host.
-
ferz
lw & rwp: thank you. Now I check
-
ferz
Yes, I had $ABI set from previous tries, now I've unsetenv it.
-
ferz
-
VimDiesel
Title: magnet_web paste from Someone at 217.168.150.38...
-
lw
ferz: try with ABI=FreeBSD:13:amd64 then
-
ferz
lw: thank you.
-
gh00p
I have a DS18B20 connected to a raspberry pi running 13.2. I think it is set up properly, but there is no dev.ow visible. I have `dtoverlay=w1-gpio` in my config.txt. I'm not exactly sure what to add to /boot/device.hints. What might I be missing?
-
cracauer
@nocturne777 I only buy Thinkpads anymore. Some of them are Stinkpads, but overall the best success rate there.
-
rwp
I only buy Thinkpads too. Generally always work the best. I only use T-series and X-series as some of the other series require non-free drivers.
-
yaslam
nocturne777: i recommend thinkpads
-
yaslam
work perfectly on any os nearly including freebsd
-
yaslam
i did have to follow the ACPI_IBM(4) manpage to get brightness controls working though
-
alepzi
something happen to the wireguard package?
-
alepzi
trying to install it but it's saying it doesn't exist now?
-
alepzi
piece of shit freshports.org, FINALLY found the pkg
freshports.org/net/wireguard
-
VimDiesel
Title: FreshPorts -- net/wireguard: Meta-port for Wireguard
-
alepzi
saw a note from 2 days ago that it should be a meta port for wireguard-kmod now, but it fails, and wireguard-kmod doesn't even show as existing
-
alepzi
seems like a lot changed between 13.2 and 13.3 for wireguard
-
alepzi
no mention in release notes about it or errata, damn
-
alepzi
seems wireguard-tools is the pkg needed, to get an rc.d script installed for wireguard
-
polarian
wpa_supplicant seems to always be executed on boot, however the issue with that is, to the best of my knowledge, as long as the daemon is running it is broadcasting trying to find saved networks, this makes it vulnerable to a evil twin attack where an attacker pretends to be the SSID you are looking for and you connect to them without even realising... is there a way only start wpa_supplicant when
-
polarian
wanted (via oneshot service?), or does it require software level blocking of the wifi card (whats the freebsd equivalent to rfkill?)
-
phryk
how do i increase the limit of locked memory for a non-root user? "ulimit -l unlimited ardour8" says operation not permitted and i can't find any sysctl var that looks like it corresponds to this
-
phryk
found it. there's a setting for login classes in /etc/login.conf. feels a bit dirty for this not to be user-based, but this is a desktop machine so eh, whatever.
-
ircjail
I'm used to Docker but I want to execute my binary application in a jail now. I had a look at Bastille, but I'm still unsure how I can build my jail. I first have to fetch my repo from Github, run `go build`, but I only need that for the first time, right?