-
cpet
compiling duke3d is like watching bitchx compile
-
xmj
lol
-
xmj
cpet: just install it from packages
-
xmj
or use some quake variant from the same
-
phryk
i set hint.pcm.<n>.eq=1 in /boot/loader.conf for n = 0-3 – yet I don't get bass/treble knobs in mixer after rebooting. sysctl dev.pcm only shows me 0-3, as does ls /dev/mixer* – does the equalizer depend on some hardware feature or something?
-
phryk
(also not getting them if passing -f /dev/mixer0[-3] to mixer)
-
cpet
phryk, does the driver actually support the other channels
-
phryk
cpet: how would i even know? kldstat | grep snd doesn't show anything, so I'm not even sure what driver is used…
-
cpet
should see it in dmesg
-
cpet
-
VimDiesel
Title: pcm0: <ATI R6xx (HDMI)> at nid 3 on hdaa0pcm1: <Realtek ALC671 (Rear Analog)> - Pastebin.com
-
cpet
I have 3 plugins it only shows one which is the middle green one
-
cpet
so yeah :)
-
cpet
now when I had a sound blaster audigy which was the sound card to have back in the day it showed all the plugins as that card is nicely supported
-
vkarlsen
Can confirm that it was indeed the sound card to have
-
trqn
how do i just "start over" and reinstall freebsd without using an old cd? is it deleting everything in /usr/local/bin and unpacking base.tgz and all that?
-
trqn
only one DE works (xfce4) and well dwm works but the text is so small, nothing else not even twm
-
superblavman
Is there anyway to escape variables in rc.conf? for example node_exporter_args="--collector.ntp --no-collector.zfs --collector.filesystem.fs-types-exclude='^(devfs|nfs)$'"
-
superblavman
A quick google search shows someone else has recently had this issue, but there is no resolution eg
forums.freebsd.org/threads/need-hel…-in-rc-conf-for-node_exporter.78268
-
VimDiesel
Title: Need help specifying args in rc.conf for node_exporter | The FreeBSD Forums
-
yuripv
superblavman: seems to work this way: node_exporter_args="--collector.ntp --no-collector.zfs --collector.filesystem.fs-types-exclude=^\\(devfs\\|nfs\\)\\$"
-
pmnw
Does anyone have experience building a Go program? I'm trying to build Aerc mail client with notmuch support and it requires a notmuch.h header. It's present in /usr/local/include but the linker still can't see it. I tried prepending the make command with 'GO_EXTRA_LDFLAGS=-I/usr/local/include' but the result's the same.
-
V_PauAmma_V
What the linker wants is likely not the include file itself, but the lib... never mind.
-
V_PauAmma_V
Anyway, if they come back: courtesy of "pkg provides notmuch", -I probably goes into the compiler flags instead, and the linker flags should probably have -L/usr/local/lib instead.
-
cpet
pmnw, think you want -I which include or ads a search dir for /usr/local/includ as it defaults to /usr/include
-
cpet
pmnw, so you would change build_cmd:=$(GO) build $(BUILD_OPTS) $(GOFLAGS) -ldflags -I/usr/local/include "$(GO_LDFLAGS)" -o aerc to include -I/usr/local/include
-
cpet
ugly but works if this isnt a port/start of a port
-
pmnw
cpet: thanks for this - will try it as soon as I have the chance; it really is quite a mess of a workaround :)
-
cpet
pmnw, if you aren't making a port does it really matter how you compile it ?
-
Macer
anybody know if fbsd will function on a late2013 macbook pro?
-
cpet
may want #freebsd-ppc
-
mason
2013'd be Intel I think
-
mason
ppc in Macs is ancient at this point
-
cpet
well the point of that was != wrong channel
-
mason
Oh, you mean "there might be Apple hardware people in there?"
-
cpet
why wopuld I spenr 3 grand on a laptop to install freebsd on it
-
cpet
heh
-
mason
More likely, someone already has one and decides they want FreeBSD.
-
cpet
it will jujst a pain to install
-
mason
I had one of them and it had a gorgeous display. I gave it away to someone who needed a machine.
-
cpet
may have better support with NetBSD
-
mason
Some of this might be relevant, despite this being for older-than-2013:
forums.freebsd.org/threads/success-…eebsd-13-0-on-macbook-pro-5-5.80458
-
VimDiesel
Title: Success: Installing FreeBSD 13.0 on MacBook Pro 5,5 | The FreeBSD Forums
-
rwp
When you have a Universal Operating System, and you have some bit of hardware kit, you want to run that operating system on that kit. Makes sense to me.
-
debdrup
What.
-
rwp
People wanting to install FreeBSD on a 2013 Macbook Pro.
-
V_PauAmma_V
I think I missed several memos.
-
rwp
I don't know why anyone would spend the Apple premium to buy a 2022 Mac and immediately want to install something else upon it.
-
debdrup
Seems to me that 2013 and 2022 aren't the same year.
-
rwp
It was 28 minutes ago that someone asked about installing FreeBSD on a 2013 Macbook Pro. Makes sense to me.
-
debdrup
So instead of helping you go on some tirade?
-
mason
rwp wasn't on a tirade. There was earlier confusion about why one might want to install FreeBSD on a Mac, disregarding the age of the hardware in question.
-
debdrup
One good reason for installing FreeBSD on a 2013 Macbook is that Apple no longer provides software updates for it.
-
debdrup
At least they don't for the 2012 that I own, so I imagine 2013 is either in the same bucket or will be soon.
-
rwp
Here I was commenting upon someone else's tirade and didn't realize I was creating my own. I guess I now see how these things escalate quickly.
-
mason
rwp: But look how fast it was de-escalated! :)
-
rwp
Thanks for being the adult in the room! It's appreciated it! :-)
-
debdrup
For the record,
wiki.freebsd.org/AppleMacbook is probably the best source of information, cf. things like asmc(4) which is still occationally updated.
-
VimDiesel
Title: AppleMacbook - FreeBSD Wiki
-
mason
Ah, good to know. I didn't notice that on a quick search, and pointed the person to a forum post instead that seems potentially close.
-
rwp
I am running FreeBSD on a year 2008 Thinkpad x201 with 4GB of RAM and it runs acceptably well. But...
-
rwp
WiFi is problematic. Buggy. I am chasing bugs. I'll make a bug report when I get time to converge on things a little more.
-
rwp
I have not tried WiFi Box ("wifibox") yet but that's soon on the list. I can see it being successful where native is failing.
-
zykotick9
rwp <no help at all> I was running FreeBSD on my x200 with 8GB of RAM and it ran acceptably well. BUT... wireless was terrible. While the wireless for me worked at home, when travelling - my mom's linux laptop connected to the various hotspots... my FreeBSD was hit-or-miss, at best. When I returned home, I installed debian back on my laptop :( FreeBSD Foundation has some initiatives to improve
-
zykotick9
wifi/wireless.
-
zykotick9
<offtopic> just to counter my last negative FBSD post - my htpc is currently running linux and is trying to delete TB off a zfs deduped-pool (after 3 days it's down from 11TB down to 6TB). I would "bet money" FreeBSD could do it a lot faster!
-
cpet
you mention FreeBSD yet its offtopic ?
-
zykotick9
"friends don't let friends run dedupe" <- a very smart FreeBSD person (think FreshPorts) said that. He's probably right.
-
yuripv
more RAM could do it a lot faster
-
cpet
limit it
-
zykotick9
yuripv: LOL it typcially has 64GB... BUT right now it only has 16GB <- another cause, NOT regarding linux vs bsd!
-
cpet
give zfs 64GB it will gladly take it with a grin and a finger
-
zykotick9
i still have free ram, but linux doesn't show arc very well :(
-
yuripv
more so with dedup
-
zykotick9
cpet: with dedup, that is true!
-
zykotick9
I never though I could use 64GB of RAM... dedup proved me wrong
-
zykotick9
ARC
-
yuripv
different guides say ~16-20GB of RAM per TB of deduped pool, count yourself
-
cpet
you can tune it and still have nice speeds
-
cpet
i have 24gb of ram and I tunr zfs for 1gig
-
zykotick9
cpet: right now NFS is totally broken from that machine, to my FBSD desktop. I like FreeBSD's "the nfs server is not responding" error message, you don't get that on linux.
-
cpet
ok
-
» zykotick9 should shutdown and fix the memory issue, but he's very lazy, it's probably more than 1/2 way at this point.
-
cpet
any who turkey eat and watch movies with the pups
-
cpet
day*
-
zykotick9
happy turkey day!
-
» zykotick9 is Canadian, this isn't Thanksgiving ;)
-
cpet
i dont celebrate it just a reason to make decent food
-
cpet
freeze half and eat in in xmas so I dont cook
-
zykotick9
nice. enjoy!