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
what dmesg shows when you plug it ?
ugen0.4: <ATHEROS USB2.0 WLAN> at usbus0
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
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
It doesnt show in ifconfig
sysctl net.wlan.devices
Baron
ɴꙩᴍᴀᴅ
Well, that's a hell of a boot ain't it?
i686
Jeepers creepers! I'm in love
Baron
Jeepers creepers! I'm in love
A.·.A.·.A.·.=@³
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
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
I use ufs but didnt look at how much space i have
Anonymous
Werent you using zfs?
Too many subdirs
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.
Jay
And tbis means bsd is just a server os
So desktop OS needs gazillions of filesystems? Pf
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
And tbis means bsd is just a server os
if you use it just on your server, then it is just a server os for you.
r2g2
"the power to serve" translates to "the power to serve your needs" and has nothing todo with servers
XS
I don't know where this myth about zfs and ECC comes from ... however, is still cruising around in the web
For my case it's maybe cause I've always used ZFS in this situation.
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
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
Hardcode
yes you can. it's harmless and does nothing. proceed.
David
Anyone seen Gimp 2.10 crash when adding text on 13.1R GNU Image Manipulation Program version 2.10.32 git-describe: GIMP_2_10_32 Build: unknown rev 0 for other # C compiler # FreeBSD clang version 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303) Target: x86_64-unknown-freebsd13.1 Thread model: posix InstalledDir: /usr/bin # Libraries # using babl version 0.1.96 (compiled against version 0.1.96) using GEGL version 0.4.38 (compiled against version 0.4.38) using GLib version 2.74.0 (compiled against version 2.74.0) using GdkPixbuf version 2.42.9 (compiled against version 2.42.9) using GTK+ version 2.24.33 (compiled against version 2.24.33) using Pango version 1.50.9 (compiled against version 1.50.9) using Fontconfig version 2.14.0 (compiled against version 2.14.0) using Cairo version 1.17.4 (compiled against version 1.17.4) > fatal error: Segmentation fault Stack trace: # Stack traces obtained from PID 66478 - Thread 103054 # (lldb) process attach --pid 66478 Process 66478 stopped * thread #1, name = 'gimp-2.10', stop reason = signal SIGSTOP frame #0: 0x0000000801fca6b8 libc.so.7`__sys_read + 8 libc.so.7`__sys_read: -> 0x801fca6b8 <+8>: syscall 0x801fca6ba <+10>: jb 0x801fc7498 0x801fca6c0 <+16>: retq 0x801fca6c1: int3 thread #2, name = 'worker', stop reason = signal SIGSTOP
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