If you check the screenshot shown in this reply you can see that jumbo frame sizes between 1522 and 12288 can be configured for each port.Can you see if there is an option to set-up jumbo frames?
If you check the screenshot shown in this reply you can see that jumbo frame sizes between 1522 and 12288 can be configured for each port.Can you see if there is an option to set-up jumbo frames?
If you check the screenshot shown in this reply you can see that jumbo frame sizes between 1522 and 12288 can be configured for each port.![]()
My other Hasivo switch was like that too. This appears to have changed for my unit of this switch (shipped in March) that just arrived though. It has the blue line at the bottom of the label that Hasivo is known for.I should also add that if you buy now you don't get any Hasivo blue branding paint on it if it matters to you. I asked the seller apparently it's so new they're mostly selling it B2B to other companies to rebrand.
1. It's fanless.Hello, a few questions for people who have this device:
1. Is it really fanless or does it have one of those slim fan where that is mounted on the heatsink?
2. Is the L3 version the same as the web managed? I am asking because I have seen switch marketed as L3 having the RTL9313 instead of RTL9303.
3. Which model do you have and what is the power consumption with nothing plugged in?
Thanks!
I have seen this "waste" being made in other models. That's why I asked.RTL9313 supports 12 * 10 Gbps as far as I know, so that would be a bit of a waste (unless the price happens to be similar). I would just ask Hasivo if you're unsure though.![]()
Yes, it's true that it happens from time to time.I have seen this "waste" being made in other models. That's why I asked.
I measured it with my IR thermometer to be between 43-47°C on the top side with the following plugged in:and just by touching with a hand ? is it reaching 80-90C ?
I remembered that I actually already asked Hasivo if the L3 model was based on the RTL9303 a while back.I have seen this "waste" being made in other models. That's why I asked.
Btw. It looks like Hasivo will discount them again for the AliExpress summer sale happening soon. On top of that, you can use the $20 coupon code from AliExpress (at least with my VAT included prices).Hasivo said:1. Is it based on the RTL9303?
Answer: Yes
2. What's the PoE output specs?
Answer: 37-57V
If it uses your own PoE board, is it 802.3bt (up to 90W) on the 1st RJ45 port and 802.3at (up to 30W) per port on the rest of the RJ45 ports?
Answer: Yes
3. Is the power supply the same 52V 2.5A external unit as some of your other switches (i.e. easily replaceable if needed)?
Answer: Yes
4. Does it have the ability to set the different DAC lengths that you added in a firmware update for my other switch?
Answer: Yes
Not that I'm aware of.Does anyone know if there's a firmware update for this switch that I should care about? I'm on version 6.7.2




Nice! I assume you didn't get a changelog?I pinged hasivo@hasivo.com on 11/19/25 asking if there they had new firmware for this unit. They replied in less than 24 hours with this file attached. I was really expecting a firmware.bin and was scared i'd brick the unit but ...
I decided to YOLO it as I'm doing my first major network changes with VLANs
I successfully upgraded from 6.7.2 to 7.1.5
switch_kernel_9303_hasivo_7v15.tar.gz (24.13 MB)
SHA256: 8f3e8a72922e248b99ac9c9991dcb1a6fa3654f62283ff183d01db07035d9994
View attachment 46612View attachment 46611
Nice! I assume you didn't get a changelog?
Could you upload the firmware file somewhere?
The fact that it's just a gzipped tar file makes me curious whether we can just repackage it to modify the firmware.![]()
Haha, ok.Changelog v7.15
---------------------------
Dear;
new FW
TKS
That's literally the only thing that came along with the file.
This firmware archive being a bunch of loose files is wild. I had a lot of problems with the switch when I first got it and just kind of put it away until now. All of the googling lead me to believe I"d have to login through console and do a 9600 baud transfer of the entire archive... or solder a connection on the internals like on the OpenWRT discussions.
F1100W-4XS-4XGT Firmware 7.15
switch_kernel_9303_hasivo_7v15.tar.gz (24.13 MB)
MD5: 30689885ade2887b769587ef8095cc79
SHA256: 8f3e8a72922e248b99ac9c9991dcb1a6fa3654f62283ff183d01db07035d9994
DL: Proton Drive
This link will work until December 10th.
I don't have one of these switches but checking sounded more fun than real work, unfortunately it appears to have a ~10MB encrypted or compressed blob of some sort stuck on the end of the tar.gz file.The fact that it's just a gzipped tar file makes me curious whether we can just repackage it to modify the firmware.![]()
cat hasivo-switch_kernel_9303_hasivo_7v15.tar.gz | { zcat > /dev/null; cat > additional.blob; }