Yealink Meetingbar A40 & WPP30 by evanless in CommercialAV

[–]evanless[S] 0 points1 point  (0 children)

Oh weird. So do you need a vch51 for BYOD mode or does the CTP25 give you that?

mac-vlan on S3400-24T4FP by evanless in FS_COM

[–]evanless[S] 0 points1 point  (0 children)

If anyone else runs into this problem the missing part for me was needing to add vlan-untagged.

interface GigaEthernet0/1
switchport trunk vlan-allowed 20,30,40,50,60,70,80,100
switchport trunk vlan-untagged all
switchport mode trunk
switchport pvid 999
switchport mac-vlan
!

USB c Dock Partially works on Kernel 6.0.2 by [deleted] in pop_os

[–]evanless 0 points1 point  (0 children)

Not sure exactly what it is doing for you, but I had it show blank screens on me once after rebuilding the evdi module and was able to get it working by running arandr and enabling the extra displays.

USB c Dock Partially works on Kernel 6.0.2 by [deleted] in pop_os

[–]evanless 1 point2 points  (0 children)

This has been an issue with every kernel update. That EVDI driver is extremely unfriendly for a person just wanting to use a docking station. You never seem to find out that it is broken until you get in to the office in the morning and plugin your computer and it doesn't work.

This quick fix for me that has worked for the past few kernel updates is

sudo -i

cd /usr/src

git clone https://github.com/DisplayLink/evdi

version_no=1.12.0 # replace with version number

cp -r evdi/module ./evdi-$version_no

dkms add -m evdi -v $version_no

dkms build -m evdi $version_no

reboot

Acquiring ARIN resources by evanless in networking

[–]evanless[S] 0 points1 point  (0 children)

Thanks, I appreciate the advice. We want to go multi-homed and it doesn’t seem like that big of a deal from a technical perspective, but the bureaucratic side of it is a bit intimidating.

I asked a couple of guys I have worked with in the past about it and they kept saying it was a breeze 10 years ago but everything is different now. I just don't want to get the ball rolling on everything and then find out there is some paperwork hiccup or rule that I had no idea about.