-
jb1277976
How do I use wpa,_supplicsbt to contact to a hotspot?
-
jb1277976
Or networkmgr ?
-
rtprio
jb1277976: freebsd does not hae network manager
-
jb1277976
Hmm
-
rtprio
-
VimDiesel
Title: Chapter 7. Network | FreeBSD Documentation Portal
-
jb1277976
Thanks
-
jb1277976
Question I'm connected to an open network but I think you have to say yes but I don't know what to do next
-
rtprio
you have an ip address on that network?
-
jb1277976
hmm i'm connected
-
jb1277976
ifconfig wlan0 up scan list then ifconfig wlan0 ssid <network name> then dhclient wlan0
-
rtprio
ok, do what you want. install some software.
-
deacon426
something cool preferably
-
jb1277976
im reading up on the handbook google everything about freebsd and its so new and everything just feels right
-
jb1277976
i also had to take out WPA out of rc.conf
-
deacon426
jb1277976, what are you trying to do
-
jb1277976
tomorrow i need to connect to my school network. they use LEAP / EAP how would i conncect. trying to get ready for it
-
jb1277976
-
VimDiesel
Title: wpa_supplicant.conf(5)
-
jb1277976
i found it. i had to read down a little
-
rtprio
can someone tell me what '-w' does to bhyve. it's, in `man bhyve` but not explained
-
V_PauAmma_V
" -w Ignore accesses to unimplemented Model Specific Registers (MSRs). This is intended for debug purposes."
-
rtprio
my rendering of the manual doesn't have the argument, just the description
-
rtprio
-
VimDiesel
Title: dpaste/50s0 (Plain Text)
-
rtprio
V_PauAmma_V: thanks
-
V_PauAmma_V
rtprio, that's unexpected. How are you rendering it?
-
rtprio
`man bhyve`
-
rtprio
i'll git bisect or check bugzilla
-
rtprio
at some point
-
rtprio
someone probably bjorked the markup
-
V_PauAmma_V
Looking fine in 13.2, if that helps with the bisecting.
-
V_PauAmma_V
s/13.2/13.2-p
-
V_PauAmma_V
-p4
-
V_PauAmma_V
Ah, broken in 14 in online manual pages.
-
Beladona
I did `webcamd -d ugen2.3` to make wacom tablet/pen working. it worked but now I see /usr/local/libexec/Xorg :0 -auth /home/user1/.serverauth.2199 taking 200% of cpu. What should I do?
-
jb1277976
Guys is thre ttf mscorefonts for libreoffice ? im googleing and i'm not finding anything
-
angry_vincent
there is corefonts pkg
-
parv
jb1277976, Try "webfonts"
-
alinalunaris
Hello everyone! I have a problem, ssh in my truenas core rejects password. New installation.
-
meena
hope they found the solution…
-
|cos|
Hey all! I've just made my first serious attempt at installing FreeBSD for 25 years. Feels good to be back.
-
|cos|
One major issue for me is not getting iwlwifi to work, on a ThinkPad x270. My understading is that it is supposed to show up in the list of network interfaces when running `bsdconfig`?
-
meena
|cos|: which version did you install?
-
|cos|
13.2-RELEASE first, upgraded to 13.0-RC4
-
|cos|
sorry 14.0-RC4, of course
-
|cos|
There is a relevant hit for `pciconf -l | grep iwm0` (v: 0x8086, d: 0c24f3) so I'm starting off with the assumption there is a misconception on my end.
-
debdrup
|cos|: does it show up under the net.wlan.devices OID using sysctl(8)?
-
debdrup
I'm on 15-CURRENT, but it was 14-CURRRENT until a little while, and iwm0 has been working fine for me.
-
debdrup
Also check tht rfkill isn't enabled, as that's gonna disable the antenna.
-
|cos|
debdrup: it is listed at that oid, yes. i'll need to join a meeting now. but will be back. good to know it works for you. thanks!
-
debdrup
-
VimDiesel
Title: Chapter 7. Network | FreeBSD Documentation Portal
-
|cos|
debdrup: thanks! got it working. guess it all ran down to getting confused and mitakenly believing bsdconfig(8) should setup everything, given that it has the feature to scan for wiki networks.
-
|cos|
my second question, which requires me to reinstall, is due to only being able to boot if bouncing on iPXE...
-
|cos|
i kind of understand the issue. one needs a msdos partition with some crap for the uefi-stack to work. what's the best practise/easiest method to add such a thing while installing freebsd? i didn't see anything in bsdinstall, but maybe i should just read the fine manual better there too?
-
debdrup
Running `bsdconfig wireless` is meant to do what the handbook does, so if it doesn't work then that might be a bug; if you can reproduce it, it might be worth filing a report about it on
bugs.freebsd.org
-
VimDiesel
Title: FreeBSD Bugzilla Main Page
-
|cos|
this seems to answer my second question:
wiki.freebsd.org/UEFI so sorry about that noise
-
VimDiesel
Title: UEFI - FreeBSD Wiki
-
debdrup
On one of the install screens you can pick whether you want MBR or GPT or UEFI
-
debdrup
UEFI will give you the ESP (EFI System Partition) that you'll need
-
|cos|
ah. i'll look out for that third option. thanks! and see if i can reproduce the wifi-issue.
-
debdrup
-
VimDiesel
Title: Writing FreeBSD Problem Reports | FreeBSD Documentation Portal
-
zyxer
Hi
-
zyxer
How do I get wifi working? I have a wifi chip that is compatible
-
zyxer
Iwm driver on OpenBSD
-
zyxer
Ok so itseems I need to enable wpa_supplicant
-
nimaje
pretty sure that wpa_supplicant autostarted when you configure your wlan in rc.conf
-
nimaje
basically give the interface some name via eg. wlans_iwm0="wlan0" and then configure via the ifconfig_wlan0 variables and wpa_supplicant.conf see also
docs.freebsd.org/en/books/handbook/network
-
VimDiesel
Title: Chapter 7. Network | FreeBSD Documentation Portal
-
mason
So, 14.0 RC4 installer, I'm asked what network interface I want to use, and I say I want my wifi, and it doesn't get past this:
0x0.st/Ht_9.jpg Is this expected? Is there a description of what it wants changed to use it?
-
debdrup
I don't think I've ever seen that error message before; have you gone through src/usr.sbin/bsdinstall to figure out what exactly it means?
-
mason
debdrup: Nah, just seeing it for the first time as I did an install in the background. I was wondering if it was a known thing or not. I mean, the message exists, so someone knows about it I guess.
-
mason
I'll dig in.
-
babz
well...
-
babz
-
VimDiesel
Title: wlanconfig « scripts « bsdinstall « usr.sbin - src - FreeBSD source tree
-
babz
-
VimDiesel
Title: src - FreeBSD source tree
-
babz
is that a 7 years old refactoring fail ?
-
mason
Oh, that seems straightforward enough then. Unfortunate it doesn't try an initial config itself.
-
mason
Oh, it does. REading more.
-
armin
I don't like that error message, at all. It's extremely un-clear what that should even mean.
-
armin
And even after looking at babz' link I have no idea why it even exists.
-
debdrup
Yeah, I'm not sure what it's trying to test for.
-
armin
It makes no logical sense to me either, of course you can configure your wifi without making changes to the local system.
-
armin
What will that installer do if I just switch to tty2 and use wpa_passphrase/wpa_supplicant/dhcpcd? Throw black confetti at me?
-
CmdLnKid
sure that isn't booted with the dvd ?
-
debdrup
This is in the context of the installer, which is a read-only thing unless you remount it with -u
-
armin
And why would I not be able to configure my wireless?
-
CmdLnKid
ro
-
armin
It won't be able to copy my configuration to the installed system, yes, but I can sure as hell configure my wireless.
-
armin
That message is simply questionable at best.
-
debdrup
How can you write to a file that's on a read-only filesystem (possibly because the media isn't rewritable, but even if it was optical media, you'd need DVD-RAM)
-
armin
You don't need to write to a file that's on an ro FS to connect to your wifi?
-
debdrup
I'm wondering if it's got anything to do with bsddialog.
-
debdrup
That was imported in early October.
-
armin
There's simply no need to do that, which renders the message shown pointless.
-
debdrup
mason: can you reproduce it?
-
armin
So that wlanconfig script sources some file /usr/share/bsdconfig/common.subr upon startup, and that's probably how $BSDINSTALL_CONFIGCURRENT gets set.
-
armin
Still, the whole thing doesn't make sense to me any further from here.
-
mason
debdrup: Reproduce the error? Sorry, was AFK.
-
mason
armin: You can get past the read-only install environment a couple ways. What I do for installs is typically:
wiki.freebsd.org/MasonLoringBliss/InstallEnvironment
-
VimDiesel
Title: MasonLoringBliss/InstallEnvironment - FreeBSD Wiki
-
mason
That said, for this I wanted to run the installer as shipped to test.
-
armin
Yea, uhm, can we reproduce that on our machines with the standard installation images?
-
armin
I think that's a bug.
-
armin
I don't know what the intention was when the author wrote this.
-
mason
armin: Should be able to. I just downloaded FreeBSD-14.0-RC4-amd64-disc1.iso for the purpose.
-
armin
mason: Will do so somewhen this evening and test. :)
-
armin
mason: Thanks for your work!
-
mason
armin: Hardly any work! Just noticing and whining in the right ears. :P
-
armin
:D
-
debdrup
mason: yes, if you can reproduce it then it deserves a report.
-
mason
armin: I got a T480 and I threw Debian on it, so now my T420 can be devoted entirely to FreeBSD. The real work I want to do on it is to get SMAPI going, likely by starting with
github.com/sghctoma/thinkpad-smapi which is already 99% of the way there.
-
VimDiesel
Title: GitHub - sghctoma/thinkpad-smapi: Thinkpad SMAPI driver for FreeBSD
-
mason
debdrup: I'll run it a couple times to see the error and I'll open up a bug report. I'll mention it here and ping the two of you.
-
mason
I can continue my trend of late-in-the-game bug findings against RCs.
-
debdrup
It's always better to get that done earlier in the work up to a -RELEASE. ;)
-
mason
Yes. The inspiration didn't strike until today, reading some more discussion of UsrMerge. I had my standard "to Hell with all of this, I'm doing more with FreeBSD" reaction.
-
mason
Oh, fascinating. Varied the approach, and this time it didn't give me that screen. Didn't change zpool naming, didn't select custom keymap. I'll do it again the way I did the first time and see if I get the error again.
-
mason
Or, closer to the way... I'd gone into a shell and wiped my EFI variables, then ran bsdinstall.
-
debdrup
Hm.
-
armin
ANOTHER problem is that the script doesn't support WPA-EAP
-
armin
Which should be pretty simple to solve, actually, too.
-
debdrup
Well then, sounds like you'll be contributing in the future then? ;)
-
mason
Hrm, second try and the installer blew up seeing what the previous run had left.
-
armin
I'm working on it.
-
armin
debdrup: Yea I disagree with much of the code style, but that's a different topic. :)
-
armin
debdrup: UPPERCASE_VARIABLE_NAMES used entirely within shell scripts make me itch.
-
armin
But still, I believe there's some kind of logical error going on in that script.
-
armin
You shouldn't end up with that from the installer by any reasonable measure I can apply. There's no reason to not let you configure your wireless even if you can't write to some disk.
-
armin
That, and the WPA-EAP thing, you simply couldn't connect to your university wireless with that.
-
armin
That's a huge problem.
-
armin
(meh!)
-
armin
elif echo $ENCRYPTION | grep -q EAP; then
-
armin
USERPASS=$( $DIALOG \
-
armin
--title "WPA-Enterprise Setup" \
-
armin
--backtitle "$DIALOG_BACKTITLE" \
-
armin
oh wait, this is new.
-
debdrup
Don't paste into the channel, please.
-
armin
ok. :)
-
debdrup
armin: style(7) isn't really up for discussion.
-
debdrup
-
VimDiesel
Title: Chapter 34. Advanced Networking | FreeBSD Documentation Portal
-
debdrup
Case in point, this wouldn't work in a read-only environment like the installer, because of the certificates.
-
armin
Yea and that SHOULD work in an RO env.
-
armin
I mean the perfect example is you just have the bootonly or memstick booted, and you want to install FreeBSD by utilizing your wireless network.
-
armin
That's a very reasonable thing to do.
-
armin
So question remains, is the reason that
0x0.st/Ht_9.jpg popped up that they tried to connect to a WPA-EAP enterprise wifi or not?
-
debdrup
I'll be honest, I got no idea why you're so bullish on EAP-TLS, when there's been no mention of it besides yours.
-
armin
debdrup: because the screenshot shows "FreeBSD Installer" and I want to know why the installer thinks that you can't connect to a wireless just because you can't write to some disk.
-
debdrup
Considering that modifications were made to the environment before bsdinstall was run, that's probably more likely to be it than EAP-TLS.
-
|cos|
It seems bsdinstall(8) does find my wifi device when booting 15.0-CURRENT, so I'm understanding it being broken in 13.2-RELEASE is not a bug to report.
-
armin
debdrup: but I'll be honest, I don't like that "bullish" word in that sentence.
-
debdrup
armin: are you sure 13.2-RELEASE supports the specific device you have?
-
debdrup
armin: that's fair.
-
debdrup
err, mistell, sorry
-
debdrup
|cos|: The message about 13.2-RELEASE supporting the specific device was for you.
-
armin
I could rant about dhclient and rsold now, but I refrain from doing so. :)
-
debdrup
Please do.
-
debdrup
Sorry, that was ambiguous; please do refrain.
-
nimaje
for ranting there is -tavern
-
|cos|
debdrup: understood. i'm not 100% certain, but i got the impression it should. with 14.0 being days away it's not really something worth digging into..
-
debdrup
|cos|: what gave you that impression, if I may ask?
-
|cos|
debdrup: on the phone. back soon.
-
debdrup
|cos|: when you get in front of the machine again, and if you still have access to 13.2-RELEASE, make sure you've loaded the firmware.
-
debdrup
/etc/rc.d/devmatch does quite a lot of work that used to be manual, if memory serves.
-
nimaje
13.X will be supported for a while still, so bugs should be reported and fixed
-
armin
nimaje: I just joined there, thank you.
-
debdrup
nimaje: we first need to establish that a bug exists.
-
nimaje
yeah, I only made the general statment, that bugs should still be reported for 13.x (until its eol in 2026), no idea if that case is a bug or just hw that isn't supported in 13.2
-
Beladona
I did `webcamd -d ugen2.3` to make wacom tablet/pen working. it worked but now I see /usr/local/libexec/Xorg :0 -auth /home/user1/.serverauth.2199 taking 200% of cpu. What should I do?
-
VVD
> kernel: pcm0: es1371_wait_src_ready: timed out 0x10 [0xffffffff]
-
VVD
is it possible to reset sound card without reboot?
-
VVD
pcm0@pci0:5:2:0: class=0x040100 rev=0x02 hdr=0x00 vendor=0x1274 device=0x5880 subvendor=0x1274 subdevice=0x2000
-
debdrup
VVD: devctl?
-
VVD
"devctl detach pcm0" ?
-
VVD
or reset
-
debdrup
I suggest you read the manual page to find out what the options do.
-
VVD
Already read - descrition isn't clear and without examples…
-
debdrup
I'm not sure how they're not clear; detach detaches the driver from the device, reset resets the physical connection.
-
VVD
debdrup, not clear what mean detach/attach/reset - is it same as reboot or not?
-
VVD
After reset players play audieo, but no sound.
-
VVD
Before reset players stalled on 1st second.
-
debdrup
detach/attach is about the kernel device interface, reset is the physical connection and requires retraining of the device.
-
debdrup
I'm not sure I can explain it any other way.
-
llua
ix.io/4KRm how should i go about reverting that file to what it should be?
-
VVD
debdrup, what option is equivalent to reboot?
-
VVD
reset -d and reset - no sound
-
nimaje
attach it again?
-
debdrup
llua: have you read what freebsd-update is telling you?
-
llua
yeah
-
debdrup
llua: do you understand it?
-
llua
that a file has been changed locally, one i don't remember changing.
-
llua
hence my question of reverting it
-
VVD
nimaje, detach/attach - pcm0 removed, then added again, but no sound via this sound card
-
VVD
reset pcib5/reset -d pcib5 - still no sound (pcm0 connected to pcib5)
-
nimaje
hm, no idea then
-
debdrup
llua: the path to the file indicates that it's file that etcupdate has touched, which was done by freebsd-update - ie. it's not your systems sshd_config that's been changed. If you want, you can grab the correct file from the distribution set (base.txz) on
download.freebsd.org for the relevant version.
-
VimDiesel
Title: download.FreeBSD.org
-
llua
i know my /etc/ssh/sshd_config isn't the problem. that wasn't the question, it was /var/db/etcupdate/current/etc/ssh/sshd_config so i can ultimately make that section of the message not show again
-
llua
debdrup: your condescendingness aside, thank you for informing me that is /var/db/etcupdate/current/etc/ssh/sshd_config was in base.txz. that does indeed resolve the issue for me.
-
armin
Yea that's another nice example of an error message that makes absolutely no sense to me. "I refuse to download something because you have modified a file on your computer!"
-
armin
wat.gif
-
debdrup
llua: I was trying to understand what you were asking help with
-
debdrup
armin: it's being conservative, instead of just overwriting a file.
-
armin
debdrup: I disagree with that mindset, but ok.
-
debdrup
armin: then FreeBSD probably isn't for you.
-
armin
debdrup: FreeBSD works just fine for me since 15 years.
-
armin
debdrup: And if some error message is clear nonsense, I will *still* point that out.
-
debdrup
armin: I have no issue understanding the error message, and it doesn't seem like llua had any problems either.
-
thumbs
I think the error message is appropriate as well.
-
armin
What's the point in refusing to download something because you edited a file again?
-
debdrup
armin: I don't understand how you can use FreeBSD for a decade and a half, and not be used to the conservative approach it has always had.
-
VVD
reboot to fix sound :-(
-
armin
debdrup: I'm all up for the conservative approach, you might confuse something major time here.
-
nimaje
hm, it reads to me like it detects that nothing needs to be downloaded and additionally it detects that this sshd_config changed
-
debdrup
armin: I'm not sure why it's such a big issue that it's refusing to download changes.
-
armin
nimaje: yup this.
-
armin
debdrup: because it names as a reason that you edited some file, I don't know what you do on your computer, but editing files is a thing I do, and I've never in over 30 years of using computers considered that a boundary to download something.
-
debdrup
armin: You don't consider system configuration files important for the OS not to rewrite willy-nilly?
-
nimaje
download != override
-
armin
debdrup: that's a completely different step. downloading something is NOT the same as overwriting some local file, no.
-
debdrup
What's the advantage in downloading it and storing it locally vs downloading it later?
-
armin
wat
-
debdrup
I'm not sure what you want freebsd-update to do.
-
armin
make sense?
-
debdrup
#define sense
-
armin
lolwat
-
debdrup
The way it works makes sense to me.
-
armin
ok then :)
-
llua
the behavior seems fine to me, just resolving the underlying problem wasn't as obvious.
-
nimaje
the command there was fetch, the user explicitly requested downloading
-
babz
maybe I dont have all the informations, but I'd expect the 'fetch' verb to download things *now* so that I dont have to download them later
-
debdrup
nimaje: and it's refusing to download because doing so would risk overwriting files.
-
debdrup
I'm willing to accept that I'm wrong here, but nobody has explained to me why it's a bad thing to risk overwriting a file.
-
debdrup
Err, to not risk overwriting a file.
-
babz
shouldn't /var/db/etcupdate/current mirror the current default files so that they can be merged with etcupdate(8) ?
-
nimaje
but why would downloading something override some file that is in base.txz?
-
debdrup
babz: I'm not sure it would, it depends on what changes etcupdate tried to do to it, I thhink?
-
debdrup
nimaje: Sorry, I'm not sure that makes sense to me.
-
armin
debdrup: because there's no need to overwrite that file, name it differently and inform the user, but refusing to download!?
-
armin
debdrup: that's like crossing 4 iso/osi-layers at once.
-
debdrup
Nope, I'm out.
-
armin
¯\_(ツ)_/¯
-
nimaje
if it comes from base.txz, then why would freebsd-update fetch write to that location?
-
jb1277976
Is the man page the oldest place to learn more about freebsd and the handbook and wiki of course. Anything else I should read up on ?
-
jb1277976
Best*
-
rtprio
that's a good start; have you used other unix/linux systems before? what are you hoping to accomplish with freebsd?
-
|cos|
nimaje: thanks for clarifying that valid bugs all welcome for all supported releases
-
|cos|
debdrup: verified, my device works on 13.2 if configured manually. i think my impression came from the vendor and device id for it being mentioned on a webpage which stated to only had been updated during the early development phase or similar.
-
nimaje
well, knowing it works in some later release can help find a bug and maybe some change can simply be backported
-
mns
jb1277976: Back in the day before the web, when we just had man pages, I used to print them out and read them. Learnt Perl that way. The man page is *always* in m view a good place to start.
-
|cos|
+1 on mns words
-
mns
I learnt Motif and OpenLok and xview and X11 using them as well lol. I lost my way after the web, but my return to BSD, FreeBSD, is bringing me back into the habit of reading man pages more.
-
mns
that and the source code
-
mns
thanks |cos|
-
|cos|
a bigger fish try fry than the backport is perhaps that neither 13.2, 14.0 or 15.0 lists any wifi networks in bsdconfig(8). scanning with ifconfig returns results.
-
|cos|
i'll think of by bug filing while grabbing some dinner here
-
rtprio
mns: the only reason i learned how to work dialup on freebsd was i had man page for ppp printed out on top of my toilet
-
mns
lol rtprio
-
LxGHTNxNG
oh noe.
-
» CrtxReavr remembers installing FreeBSD from a single floppy, using PPP dial-up.
-
jb1277976
Thanks
-
rtprio
i did the 2 floppy install. one box dd's while the other is installing
-
rtprio
that also took a long time
-
jb1277976
So I just got on campus right about to fire up freebsd and configure wpa_supplicant right pressed the power button, didn't turn on pressed it down longer nothing. OMG my laptop is dead 😭
-
jb1277976
Now I'm using ChromeOS
-
babz
wat
-
jb1277976
Can't play with my shiny new freebsd laptop at school cause laptop is dead
-
jb1277976
I have to use there Chromebook's
-
babz
rip
-
pstef
FreeBSD broke your laptop?
-
babz
I've had a laptop refuse to turn on, but restart after removing the battery for a few seconds. A power management bug, I guess.
-
meena
I remember the good old times when i could just unplug my laptop's battery
-
mns
lol meena
-
meena
it took me a month to get this man page committed, and now that it exists people are adding improvements:
reviews.freebsd.org/D42458
-
VimDiesel
Title: ⚙ D42458 pmap_kextract(9): some additions
-
jb1277976
How do i find out what sound system i'm using ? pulseaudio or pipewire ?
-
meena
jb1277976: by default, probably, OSS
-
meena
jb1277976: ps awux | grep $suspects
-
jb1277976
joe 2345 0.0 0.1 107824 10708 - I 13:53 0:00.25 /usr/local/bin/pulseaudio --start --log-target=syslog
-
jb1277976
yet this gtk app im using says OSS
-
babz
what's the app ?
-
jmnbtslsQE
it seems that i am observing that under some conditions nullfs does not actually delete data on the underlying filesystem until the nullfs mount is unmounted. wondering if anyone has seen this and if so if there is a workaround that does not involve unomunting