elyviere

joined 2 years ago
[–] elyviere@lemmy.world 2 points 2 days ago

It's mostly just a strong preference, so if I can reasonably do it I'd like to. Some great info in that post, thanks for finding it!

[–] elyviere@lemmy.world 2 points 2 days ago (1 children)

Sounds like a pain to configure compared to some of the more designated systems. Is the advantage that you use Ubuntu for other things as well, so it's a more multifunctional system?

[–] elyviere@lemmy.world 1 points 2 days ago (1 children)

Thanks, I'll try to get more info on their forums then

[–] elyviere@lemmy.world 1 points 2 days ago

My current setup runs OPNsense on an x86 machine with 2.5Gbps ports (as an LXC inside proxmox), whereas the one in my post only has 1Gbps ports. But the location of it isn't great for wifi, which is why I want to use this separate machine for wifi only. So there's really no need for me to do firewall etc. on this one, I really just want something that can do VLAN'd wifi networks.

[–] elyviere@lemmy.world 2 points 2 days ago (1 children)

I'd probably have to buy something before it supports WiFi. It's built to run pfsense (has 4 ethernet ports) so I imagine that it would run just fine if I got it a good antenna, but who knows.

[–] elyviere@lemmy.world 2 points 2 days ago (6 children)

I don't mind which software, I could absolutely use openwrt instead. Assuming I do, which hardware might I need?

[–] elyviere@lemmy.world 1 points 2 days ago (6 children)

Are any of those open source? I was hoping to go the open source route

[–] elyviere@lemmy.world 2 points 2 days ago

I already have an opnsense router as firewall, so I don't really need that part. Was just looking to add a WiFi access point.

Haven't heard of freshtomato before but this seems like a nice option. I'll look into it, thx for the suggestion!

[–] elyviere@lemmy.world 2 points 2 days ago

Yea I did specifically ask what I would need to buy in the post, so I wouldn't mind that.

[–] elyviere@lemmy.world 3 points 2 days ago* (last edited 2 days ago)

I also use opnsense on a mini pc as a firewall, works great :)

Seems that using it for WiFi is a little iffy based on most of these comments though. The guide you linked also didn't cover much info about hardware, and I can't see VLAN-support either, so maybe I should just give in and buy a ubiquity one instead.

[–] elyviere@lemmy.world 2 points 2 days ago (1 children)

That's a good point, I'll see if I can figure out the power draw of this system somehow. Any tips?

[–] elyviere@lemmy.world 1 points 2 days ago (1 children)

I already have opnsense on another one like this, so I don't need a second firewall. Also, for the WiFi one, it doesn't have to be opnsense. Someone mentioned openwrt which I wouldn't mind using.

 

After a hardware upgrade I ended up with a spare mini pc. Noticed these two icons and thought I might be able to use it as a WiFi access point with VLANs using OPNsense.

Is that possible? If so, what do I even need to buy to plug into there?

I don't need it to do any fancy dhcp, dns or firewall stuff, I just need a WiFi access point with support for VLANs.

 

Hi all!

I just recently got a keyboard programmable via QMK with two screens on the keyboard. I wanted one of those screens to show the time. Simple right? Well, surprisingly, I haven't been able to find any previously written code to do that. The problem being of course, that the keyboard doesn't have a battery, and so can't keep track of the time itself. Instead, the connected PC has to send the time to it. So, like any programmer would do, I spent way too much time making a program that does just that!

In case anyone else wants this, or comes looking for this in the future, I've provided the necessary code and instructions in the Github repo - send-time-to-hid-keyboard. It's my first ever program written in Rust, so suggestions are welcome but don't be too harsh.

I've only tested the program so far on Windows, so if anyone does try it out and then runs into any problems, do open an issue on GitHub and I'll resolve it ASAP.

view more: next ›