ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum/Twitter feed: #armbian-rss | Logs: -> irc.armbian.com
norwich_ has joined #armbian
norwich has quit [Ping timeout: 256 seconds]
norwich_ is now known as norwich
lemonzest has quit [Quit: WeeChat 3.5]
archetech has quit [Quit: Konversation terminated!]
<Armbian-Discord>
<bret> Do any of you guys use those small HDMI/USB-C screens for testing/debugging at all? If so, do you have any recommendations? Think I need to pick one up so I'm not constantly swapping between one of my in-use screens 😅
<Armbian-Discord>
<bret> The premium for this form factor seems unfortunate but I don't want a massive hunk of old on my desk alongside all of the other crap hah
<Armbian-Discord>
<IgorPec> how small you wanna go? 10" or 20" ?
<Armbian-Discord>
<IgorPec> i use small 22" for this purpose
<Armbian-Discord>
<bret> I was thinking around the 10" mark, yeah, I have 2x27" on my desk and can fit another if I really wanted but I'd rather have a small one I can have on the desk somewhere for this purpose
<Armbian-Discord>
<bret> testing when I need it and when I don't, perhaps some dashboard of sorts
slacker_HD has quit [Quit: Connection closed]
lemonzest has quit [Ping timeout: 256 seconds]
lemonzest has joined #armbian
<Armbian-Discord>
<IgorPec> i have main screen in front of me and this one on my left, like 1.2m away showing dashboard when not in used for testing
<Armbian-Discord>
<bret> nice! I spotted one of the NVMe heatsinks that I also tested and have concluded are complete trash 😅
<Armbian-Discord>
<bret> They were super cheap and got me up to an AliExpress combined order upgrade, actually ended up being around the same temp as before without them and the bands crumbled and thermal pad flopped off after a couple of months
flyback has quit [Ping timeout: 248 seconds]
flyback has joined #armbian
<Armbian-Discord>
<lanefu> always wanted something like that myself
<Armbian-Discord>
<bret> In my head I’m finding it really hard to justify the price difference when I could pick up a cheap old monitor for it but yeah.. I think a well made little one will be best
<Armbian-Discord>
<IgorPec> i purchase that 22 from local ebay, used
<Armbian-Discord>
<IgorPec> it was cheap
wd has quit [Read error: Connection reset by peer]
schwarz_Kat has joined #armbian
<Armbian-Discord>
<lanefu> Could always go pikvm route
schwarz_Kat has left #armbian [Offline]
<Armbian-Discord>
<IgorPec> I have mixed feeling with pikvm. Works well with 1st class hw, else random
<Armbian-Discord>
<IgorPec> Could be switch to blame. Not 100% sure
<nekomancer[m]>
<Armbian-Discord> "<lanefu> Could always go..." <- what do you mean?
<Armbian-Discord>
<IgorPec> To have monitor via hdmi grabber
<nekomancer[m]>
aww
samythemany has joined #armbian
Smedles has quit [Quit: No Ping reply in 180 seconds.]
Smedles has joined #armbian
samythemany has quit [Remote host closed the connection]
samythemany has joined #armbian
samythemany1 has joined #armbian
samythemany has quit [Ping timeout: 268 seconds]
<Armbian-Discord>
<bret> Ehh I think I'll pass on that one 😄
<Armbian-Discord>
<bret> Managed to get this damn MangoPi booted, albeit no HDMI output and though I can now get eth0 and wlan0 to connect to my network, it doesn't seem to want to actually get an IP so that's nice. More debugging to figure out why neither DHCP or manual configurations are working here
<Armbian-Discord>
<bret> Though sorry, not on Armbian, just venting here as I had it open 😅
<Armbian-Discord>
<IgorPec> hehe
<Armbian-Discord>
<IgorPec> i have just added your mirror, btw
<Armbian-Discord>
<bret> Thanks! ❤️
<Armbian-Discord>
<bret> Didn't take long for things to start flowing into it, nice 😄
stipa has quit [Read error: Connection reset by peer]
stipa_ is now known as stipa
alekksander has quit [Ping timeout: 256 seconds]
Smedles_ has joined #armbian
Smedles has quit [Ping timeout: 255 seconds]
xoan3 has joined #armbian
xoan has quit [Ping timeout: 248 seconds]
xoan3 is now known as xoan
xoan3 has joined #armbian
xoan has quit [Ping timeout: 240 seconds]
xoan3 is now known as xoan
alekksander has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
alekksander has joined #armbian
<cheakoirccloud>
I have an esspresobin and I'm wondering if it's on-board ethernet switch is giving me trouble. I'm looking to monitor pkts as they travel to the "modems/routers". Any advice on setting up a simple port monitor?
<cheakoirccloud>
Locally on the device I can connect to the internet and tcpdump showes both SYN and SYN/ACK packets. However NATed connections are seemingly going out to the modems, but the responses never come.
<cheakoirccloud>
I may grab an ancient Pi and turn on my managed switche's port monitoring feature.
<cheakoirccloud>
I mean espressobin
lemonzest has quit [Quit: WeeChat 3.5]
stipa_ has joined #armbian
stipa has quit [Read error: Connection reset by peer]
stipa_ is now known as stipa
archetech has joined #armbian
wd has joined #armbian
xoan has quit [Quit: Ping timeout (120 seconds)]
xoan has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
<cheakoirccloud>
I've got a laptop and it's setup with WiFi to the router. I configure it to l3 bridge with proxyrp and dhcp bouncing, then I can unplug the ethernet to the router and plug it into the side of the laptop?
<cheakoirccloud>
The goal being to look for the SYN pkts coming from the other side of the espressobin?
talos has quit [Remote host closed the connection]
<cheakoirccloud>
stipa: I'm skeptical of those instructions, they ask to reboot for changes to take effect. However `eth0 inet manual`, each time you reboot it's necessary to reconfigure the interface. Also step 2 has `ip ro add 10.42.0.11/32 dev eth0`. It's contradictory, asking to set proxy_arp then saying it's unnecessary.
<cheakoirccloud>
It's not really explained if the WiFi interface does DHCP or why you also need a static assignment for the ethernet interface.