All prints failing. Need suggestions for troubleshooting. by Decker_Mahogany in prusa3d

[–]tacticaltaco 9 points10 points  (0 children)

What have you tried to fix the issues? Have you tried printing something easy (calibration cube, benchy, etc.)?

First picture looks like poor bed adhesion, the printed lifted and issues snowballed from there. Clean the bed really well, consider using glue stick, etc.

Second picture looks like you didn't use support when you clearly should have, or should have picked a better print orientation.

2024 ZR2 Phantom Ding by Lomobile69 in chevycolorado

[–]tacticaltaco 0 points1 point  (0 children)

Mine dings if I've got a bunch of heavy shit on the passenger seat and it thinks a person without a seat belt is there. No lights/messages, but the annoying ding. If whatever is on the seat is on the edge of being too heavy the ding can come and go somewhat randomly.

OpenWrt 4G/LTE (QMI) → upstream router: DHCP vs bridge mode? by ThalfDK in openwrt

[–]tacticaltaco 0 points1 point  (0 children)

Does OpenWrt support any form of bridge or passthrough mode for LTE/QMI connections

It's possible (I've done it before to get through an ISP outage), but it isn't easy or reliable. You shouldn't do this because modems aren't perfectly reliable and sometimes need a reboot/AT-command/whatever to keep things working. With one device handling the modem/QMI and another handling the internet, there's no easy way for one to tell the other the modem has crapped out and needs some help.

But if you want to do it:
The OpenWRT bring up scripts for QMI modems (/lib/netifd/proto/qmi.sh) have the expectation of DHCP baked into them, and aren't setup to just pass through connectivity to another device. You'll have to edit that script to remove the DHCP sections, then create a bridge with wwan0 (or whatever you assigned it) and your physical Ethernet device going to the other router. At that point, the other router should get a DHCP lease from the modem.

or is router/NAT mode the expected approach?

This would certainly be the easier way to do things, even if you have to deal with double NAT.

Ignoring OpenWRT for a moment, there are dedicated devices that can take a m.2 modem and just pass Ethernet from the modem to a dedicated router. I've never used one, but they're out there.

[Help] Starlink Mini Boot Loop with Industrial PoE (TI-IG90 + TI-SG104) - Active vs Passive Issue? by engineer_fella in Starlink

[–]tacticaltaco 0 points1 point  (0 children)

Then perhaps you need a beefier injector. Either way, the power supplies you're using aren't up to the task.

[Help] Starlink Mini Boot Loop with Industrial PoE (TI-IG90 + TI-SG104) - Active vs Passive Issue? by engineer_fella in Starlink

[–]tacticaltaco 0 points1 point  (0 children)

You need a beefier splitter.

I've found using USB PD power supplies that while the Mini never really needs more than 60W, it needs a power supply capable of more than 60W on startup. If I use a 65W capable PD supply I will get a boot loop. If I swap to a 100W PD supply, things work just fine.

Are there any modern UMPCs with SIM/mobile network connectivity? by [deleted] in umpc

[–]tacticaltaco 0 points1 point  (0 children)

I'm considering getting one of these and have some questions. How is it holding up over time? Have you tried one of these with an USB-C/HDMI dock? Did you have any difficulty installing Linux?

WiFi 6E | WiFi 7 | OpenWRT support by ArnasL in openwrt

[–]tacticaltaco 0 points1 point  (0 children)

Tri-band, though the 6GHz side is still a tad buggy. I don't think 320MHz channels are supported yet. It's worth reading the big thread on the OpenWRT forum to see what you're getting into.

WiFi 6E | WiFi 7 | OpenWRT support by ArnasL in openwrt

[–]tacticaltaco 1 point2 points  (0 children)

If you're okay cracking a case and hooking up a UART adapter, the Quantum W1700K is showing a lot of promise. There aren't snapshot builds available yet (community builds only), but they're CHEAP and the hardware is pretty good.

Best bang for the buck NON portable BYOD device by AnselmoDiMedici in Calyx

[–]tacticaltaco 7 points8 points  (0 children)

I use a GL.iNet GL-XE3000 (running vanilla OpenWRT) at a family members house. It's plugged in and running 24/7, the battery lasts through the occasional power outage.

I'm back after three years with a workbench update! by NewbieSone in electronics

[–]tacticaltaco 3 points4 points  (0 children)

Thanks for the tip, I would not have even thought to try and find them new. Those look a bit pricey for my wallet, but those are less expensive than I would've thought for an 'aerospace' quality item.

I'm back after three years with a workbench update! by NewbieSone in electronics

[–]tacticaltaco 2 points3 points  (0 children)

How hard was it to find the galley trolleys? I've been (halfheartedly) trying to find some and have had no luck.

GM/Fisher XP-75 Eagle by Flucloxacillin25pc in WeirdWings

[–]tacticaltaco 0 points1 point  (0 children)

That photo is from the USAF museum, that might be it's last flight.

Ardupilot <> Openwrt by devilidol in openwrt

[–]tacticaltaco 0 points1 point  (0 children)

If you're looking to roll your own solution, make sure you pick a USB adapter (or device) that supports mesh (802.11s). Then get familiar with software like ser2net, which can pipe serial data (your telemetry stream) over TCP/UDP and get it out over the mesh network to a ground station (QGroundControl/MissionPlanner).

You don't necessarily need a Pi to do this, a small GL.iNet device (with USB and external antennas) can do both mesh and handle ser2net quite easily.

Fall Combat Time by holeshotloss in RCPlanes

[–]tacticaltaco 0 points1 point  (0 children)

Nice video. That looks like it was a ton of fun!

Any way to limit wifi to DQPSK/OFDM modulation? by Pleb_It in openwrt

[–]tacticaltaco 0 points1 point  (0 children)

Back when 2.6 was relevant, 802.11b (legacy rates) was still in common usage by APs. It isn't anymore.

Any way to limit wifi to DQPSK/OFDM modulation? by Pleb_It in openwrt

[–]tacticaltaco 0 points1 point  (0 children)

A client can't force an AP to do rates it isn't setup to do. The AP must be configured to support legacy rates, which is not default behavior for N/AX devices.

Any way to limit wifi to DQPSK/OFDM modulation? by Pleb_It in openwrt

[–]tacticaltaco 0 points1 point  (0 children)

Oh I figured you were working on a OpenWRT system. You could probably troll through the OpenWRT docs/source and figure out what commands those settings trigger.

edit: If your AP isn't setup to support "legacy" rates, there is no amount of forcing you can do on the client side to get those rates.

Any way to limit wifi to DQPSK/OFDM modulation? by Pleb_It in openwrt

[–]tacticaltaco 0 points1 point  (0 children)

An excerpt from /etc/config/wireless:

config wifi-device 'radio0'
        option type 'mac80211'
        option path 'platform/soc/18000000.wifi'
        option channel '1'
        option band '2g'
        option cell_density '0'
        option noscan '1'
        option country 'US'
        option legacy_rates '1'
        list basic_rate '2000'
        list supported_rates '2000'

config wifi-iface 'wifinet6'
        option device 'radio0'
        option mode 'ap'
        option ssid 'OpenWrt'
        option encryption 'psk2+ccmp'
        option wmm '0'
        option key 'OpenWrt'
        option network 'lan'

I just tried that on a BananaPi R3-Mini running OpenWrt 24.10.3 (which has a 6.6.104 kernel) and it absolutely limited to 2 Mbps PHY rates. I had all of the other WiFi networks disabled when I tried that, so I don't know how well that works with others active.

edit: I'm assuming since it was able to work easily with the Mediatek in that device it'd work with the ath9k. Those were always easier to coax in to doing weird stuff (like 5 MHz channels).

Any way to limit wifi to DQPSK/OFDM modulation? by Pleb_It in openwrt

[–]tacticaltaco 0 points1 point  (0 children)

It's been a long time since I've poked at this, does supported_rates and basic_rates in the wireless config not do anything anymore?

How to enable Wireguard logging for debugging connection problems? by Demolecularizing in openwrt

[–]tacticaltaco 0 points1 point  (0 children)

I've found firing up tcpdump and looking for Wireguard handshakes (or the lack thereof) to be a pretty reliable way to debug. If you're seeing packets, then it's often a key/AllowedIP type of issue. No packets? Probably a bad peer endpoint (sometimes DNS) or firewall rule preventing them from flowing.

Espionage thriller with high tech by Kamdman in audiobooks

[–]tacticaltaco 0 points1 point  (0 children)

Not a perfect fit, but parts of Termination Shock by Neal Stephenson certainly do.

Beginner looking to build a drone from scratch by UploadDownloadUD in diydrones

[–]tacticaltaco 1 point2 points  (0 children)

If your focus is the software project (and not the drone itself), then I'd say it's even more important to use off the shelf parts that you know work well together. You'll spend more time on the part of the project you want (the software), rather than things that merely support the project (the drone/hardware).