Hey guys, Wendell’s recent video on Pi-hole inspired me to take on that project and I’ve run into some issues.
I had recently started playing around with FreeNAS to finally make my first home server and tried to create a VM with a Linux distro to run Pi-hole since FreeNAS doesn’t have an add-on for it.
Well, it didn’t work out, so instead I decided to wipe FreeNAS from to drive and just replace it with running Linux instead. I spent quite some time troubleshooting the VM so I figured it was better to move on.
I’ve tried installing 3 different distros: Ubuntu, CentOS, and most recently Debian
Debian is the one I’ve made the most progress with, but the end result of all 3 of them has finally led me to this conclusion: graphics drivers. Even if I’m able to complete a distro install, eventually I’ll get lines on the screen, so my best guess is that once Linux tries to load a GUI, the system doesn’t know what to do.
I’m using the motherboard graphics instead of a discrete card. Specifically this one:
GA-MA785GM-US2H
As you can see, it uses ATI Radeon HD 4200.
I found a page on AMD’s website where it basically says I’m out of luck since it’s an older GPU.
So, I figured, “Alright, if I can’t run Linux with a GUI, maybe I can just run it in command line mode since it doesn’t seem to need graphics drivers for that. Then I can use the curl command on Pi-hole’s website to install Pi-Hole which will at least let me manage it from the web ui.”
Welp, now the next brick wall I’ve hit is that I can’t even get it to connect to the internet.
I tried following the steps in a YouTube video called “Debian Network Configuration.”
No dice. Even after using VI to configure the network interface, and then use ifup in the CLI, it’s still down.
Are there any creative solutions you can think of for me? Or do I just need to upgrade my hardware?
Thanks in advance.