Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tcris

#1
Is that working? With https? (not plain http)

I guess not, not without mitm, forcing some certificate on the client side
#2
In my Opnsense 26.1.2_5,
without applying any patch,
I was able to solve my wifi issue - it was incorrectly configured and it was also impossible to edit/update the configuration

by essentially doing this:
- removing wifi interface
- reboot opnsense
- readding wifi interface (this time I could correctly configure it)

Thanks
#3
Quote from: franco on February 07, 2026, 06:44:42 PMYes, make sure you are on 26.1.1 and run this from the console:

# opnsense-patch 4912a67


Cheers,
Franco


Hey Franco,

does the above still make sense on opnsense 26.1.2_5? (where I still have the wifi issue)


only the above patch (4912a67), or maybe both of these?
# opnsense-patch 45597a9
# opnsense-patch 4912a67

Thanks
#4
Hi,
running OPNsense 26.1.2_5, I still have the wifi issue.
Did not apply any patch until now.

I saw some suggestions above in the thread,
not sure which one is correct,
and not sure if they still apply to 26.1.2_5

I saw these two being suggested
# opnsense-patch 45597a9
# opnsense-patch 4912a67

Is this the way to go for  26.1.2_5?

Any ideas?
Thank you



ifconfig
wlan0: flags=8c43<UP,BROADCAST,RUNNING,DRV_OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
        description: OPT3_WIFI (opt3)
        options=0
        ether ...
        inet 192.168.99.1 netmask 0xffffff00 broadcast 192.168.99.255
        groups: wlan MyGrpAllClients MyGrpUntrusted
        ssid "" channel 11 (2462 MHz 11g)
        regdomain FCC country US authmode OPEN privacy OFF txpower 30 bmiss 7
        scanvalid 60 protmode CTS wme
        parent interface: run0
        media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
        status: no carrier
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>


dmesg | grep -i wlan
[1] wlan: mac acl policy registered
[2] ugen0.2: <Ralink 802.11 n WLAN> at usbus0
[2] run0: <Ralink 802.11 n WLAN, class 0/0, rev 2.00/1.01, addr 1> on usbus0
[32] wlan0: Ethernet address: ...
#5
26.1 Series / Re: fixing WIFI after 26.1 upgrade?
February 22, 2026, 11:15:18 AM
Quote from: notspam on February 22, 2026, 12:52:05 AMThought there were patches already ?


https://forum.opnsense.org/index.php?topic=50561.0

Thanks a lot, will check it out!
#6
26.1 Series / fixing WIFI after 26.1 upgrade?
February 21, 2026, 09:41:12 PM
Hey,

is there a procedure anywhere, to fix the broken wifi after upgrading to version 26?

I don't mind if it's cli or web interface.

I am currently running 26.1.2_5

Thanks