linksys EA6350v2 with dd-wrt

installing dd-wrt on a EA6350v2 from linux. So linksys hasn’t released a firmare update for the EA6350V2 since 11/2017 and it is still on a 2.6 kernel, so I wanted to try to get to a newer kernel – DD-WRT supports EA6350v1 and the forum has tale of the same Read more

cisco ip phone 7942

checkout: https://usecallmanager.nz/ lots of funky configs out there… If the phone is able to get its IP address over dhcp, its config via tftp, and you have a valid ntp IP address in your config file and you have connectivity to that server and the phone isn’t updating the time Read more

usb audio fun

so I tried to reset my bios defaults earlier today to try to fix another problem that popped up and I accidentally enabled by builtin sound card… rather than rebooting to take advantage of my new /etc/modprobe.d/blacklist of snd_hda_intel, and my new /etc/modprobe.d/alsa-base.conf settings ( see: https://www.smarthomebeginner.com/solving-onboard-and-usb-sound-card-issues-in-alsa/ ) so to Read more

disable username selection lightdm

add these two lines under [SeatDefaults] in /etc/lightdm/lightdm.conf.d/90.nvidia.confgreeter-hide-users=truegreeter-show-manual-login=true new way: create /etc/lightdm/lightdm.conf.d/10-ubuntu.conf with: [Seat:*]user-session=ubuntugreeter-show-manual-login=truegreeter-hide-users=trueallow-guest=false