Found IP from DHCP, Setup SSH and can make connection consistently, Set hostname and can SSH into that. I have gone through several how to's on doing this but there are multiple options and I get stuck. The vids and forum topics I've seen don't seem to match what I'm seeing as options in Raspi-Config.
I'd really like someone to point me to a resource that shows how it's done in a current version of OctoPi. I just keep hitting points where my setup doesn't match the how to sections of the tutorials.
Have you tried running in safe mode?
No
Did running in safe mode solve the problem?
Still haven't tried it as I don't think it's applicable here.
Systeminfo Bundle
You can download this in OctoPrint's System Information dialog... no bundle, no support, unless the reason you couldn't retrieve the bundle is your network issues
Hardware you are trying to connect to, hardware you are trying to connect from, router, access point, used operating systems, ... as much data as possible
Trying to set up a static IP so we can use Octopi and Obico in our work setting. Working with our IT department who have set up a static IP for us tied to the Mac address of the Raspberry Pi. I just need to configure the Pi to use the static Ip that was given to us but can't seem to get to the right info in the Pi to set it up.
I believe that you are running a Bullseye (11) version of the OS. You can check with cat /etc/os-release. I also assume you have the ability to connect a keyboard and monitor or you are setting a static IP address on only one interface (either eth0 or wlan0) and can SSH into the RPi on the other interface.
Use this guide to setup a static IP on Bullseye (11).
Bookworm (12) will use a different tool, google for "raspberry pi bookworm static ip".
@Ewald_Ikemann is 100% correct here. If your IT team has configured the pi to have a static IP, you do not need to do anything. What they have done is tell the DHCP server to give your Pi the same ip every time it asks for one. So the Static IP assignment is handled through the network DHCP server.
If anything you need to make sure that your Pi is configured to use DHCP. And if it is, the result will be that every time your pi connects to the network, it will ask the DHCP server if it can have an address. And the DHCP server will give it the same one every time. That is what makes it static in this instance.