Anonymous
net-mgmt/wifimgr too
SteelCaptain
I dont know how to initialise the wifi dongle
SteelCaptain
usbconfig shows it and its supported by freebsd
SteelCaptain
It doesnt show in ifconfig
SteelCaptain
uath is loaded
SteelCaptain
Guess its not supported
XS
what dmesg shows when you plug it ?
SteelCaptain
Nothing about ath or uath
XS
so this means thoses drivers don't attach to it
SteelCaptain
The model is TPLINK TL-WN442G
SteelCaptain
For what its worth, it works flawlessly on linux
SteelCaptain
XS
I bet the product is not supported by the freebsd's uath, let's see usbconfig -d 0.4 dump_device_desc
XS
as it's not recognized no firmware is loaded
XS
but even if it were the case, you could not be able to use it unless you add support for it
XS
seems chipset is AR9271 and it's actually supported in obsd's athn driver
XS
AR9271 2GHz 1x1:1 USB 2.0 (https://man.openbsd.org/athn)
Anonymous
? rtwm0
XS
it's not a realtek chip but an atheros ;)
XS
(and it's rtwn)
Anonymous
ok i remember that one was hard to find out what it was.
XS
Missing firmware?
there's a clear statement here, this chipset is not supported unfortunately for you
https://wiki.freebsd.org/dev/ath(4)
the AR7010 series USB NICs, or the AR9271 series USB NICs are not available yet
so what to do?
- follow / help devs for the wishlist point (AR9271 and USB support in the HAL - a pre-requisite for supporting the 11n NICs after the AR9170-based devices. )
- try with obsd to see if it works, it should because athn supports it
- try to get another wifi chip
Baron
Baron
ɴꙩᴍᴀᴅ
Well, that's a hell of a boot ain't it?
Baron
i686
Jeepers creepers! I'm in love
Baron
93/93, 93
Anonymous
Ufs with journaling off but why?
SteelCaptain
Baron
Nothing
well, idk, but i think this means that there is no support
but I can be wrong
SteelCaptain
Not supported it seems
XS
that's just what've said lol
SteelCaptain
Sorry for not responding and thanks for the info
SteelCaptain
Seems like ill have to drill some holes and pass some cat6 cables
XS
you'll get more speed for sure than with this really old chip haha
SteelCaptain
SteelCaptain
God i love romanian internet
Anonymous
I do too
Anonymous
But sadly, as i ve read, having thiss lower storage is due to ufs or something
SteelCaptain
SteelCaptain
I use ufs but didnt look at how much space i have
Anonymous
Anonymous
But am i forced to use only ufs or zfs?
SteelCaptain
I think xfs is another option
r2g2
no
Anonymous
Unfortunately nope
Anonymous
And tbis means bsd is just a server os
ɴꙩᴍᴀᴅ
Not really, but it's the main goal usually
XS
I'm totally fine with UFS for a workstation. ZFS is preferably used on storage servers having ECC memory.
K
ECC memory is not a hard requirement for ZFS though
XS
You can use it on a standard PC and just one disk, sure.
r2g2
I don't know where this myth about zfs and ECC comes from ... however, is still cruising around in the web
r2g2
ECC is always a recommendation when you require consistent data, no matter what filesystem you use
r2g2
"the power to serve" translates to "the power to serve your needs" and has nothing todo with servers
XS
r2g2
yeah me too ... but somehow I see the myth circulating here and there that one should not use ZFS without ECC memory - this is of course complete bollock
XS
It's good you precise it!
Group Butler [beta]
Hi Danny️!
Z
Greetings all. What's up?
ɴꙩᴍᴀᴅ
Z
I currently am building a FreeBSD root system like this:
make buildkernel buildworld -DESTDIR=/opt/work
And my question is, can I install ports like this as well?
Like this:
cd /usr/ports/.../xorg && make install -DESTDIR=/opt/work
Hardcode
Hardcode
first question is why, second one is - why do you trying to define ESTDIR variable ? it's merely not used by the mk tools
Hardcode
correct way is just to pass DESTDIR=something but here we're back to the first question
Z
Hardcode
yes you can. it's harmless and does nothing. proceed.
Hardcode
make -DVARIABLE_THAT_DOES_NOTHING=/opt/nowhere all install
does pretty much the same
ɴꙩᴍᴀᴅ
David
perhaps... It has been there too long now, even after an update
Anonymous
du -h /boot/kernel/kernel
10M /boot/kernel/kernel
Anonymous
what is tht smallest
ɴꙩᴍᴀᴅ
uh?
n0mad@X260 ~ $ du -h /boot/kernel/kernel
17M /boot/kernel/kernel
Anonymous
Trying to Trim my kernel....any Tips
ɴꙩᴍᴀᴅ
oh, interesting