<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Scratchpad Games Forums - General Raspberry Pi Content]]></title>
		<link>https://scratchpadgames.net/forums2/</link>
		<description><![CDATA[Scratchpad Games Forums - https://scratchpadgames.net/forums2]]></description>
		<pubDate>Sat, 18 Apr 2026 12:58:43 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[My  PC won't connect to my Pi using a network cable]]></title>
			<link>https://scratchpadgames.net/forums2/showthread.php?tid=8</link>
			<pubDate>Tue, 30 Dec 2025 16:39:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://scratchpadgames.net/forums2/member.php?action=profile&uid=1">Brian Beuken</a>]]></dc:creator>
			<guid isPermaLink="false">https://scratchpadgames.net/forums2/showthread.php?tid=8</guid>
			<description><![CDATA[As I am resetting a lot of my equipment, this old issue cropped up again for me. It happens every so often for some, not all, of my students too.<br />
It's basically due to both your PC and Pi attempting to get an IP address from a DHCP server that doesn't exist in a direct connection, so neither can establish a proper network link.<br />
<br />
There are 3 solutions to this:<br />
<br />
1st If you can, buy a small network switch. When both machines are connected via a switch which has access to your network, they can find your network's DHCP server. This is my personally preferred method, especially when I have a few different machines I want to target - a switch avoids lots of messy unplugging/plugging.<br />
<br />
2nd Connect both your PC and Pi via ethernet to your network router. That way both machines get IPs from your router's DHCP server.<br />
<br />
3rd A little less elegant but effective: set both devices to static IPs on their own private network. This is fiddly because you need to type commands into the Pi's terminal, but it works well.<br />
On the Pi, carefully enter these two commands:<br />
<br />
sudo nmcli con add type ethernet ifname eth0 con-name wired-static ipv4.addresses 192.168.2.1/24 ipv4.method manual autoconnect yes<br />
sudo nmcli con up wired-static<br />
<br />
This assigns 192.168.2.1 to your Pi. Now set your PC's ethernet to a static IP in the same range:<br />
<br />
Win + X → Network Connections<br />
Right-click Ethernet → Properties<br />
Double-click Internet Protocol Version 4 (TCP/IPv4) (&lt;&lt;this might vary depending on your version of Windows, but basically set IPv4 to manual)<br />
Select "Use the following IP address":<br />
<br />
IP address: 192.168.2.2<br />
Subnet mask: 255.255.255.0<br />
Gateway: leave blank<br />
DNS: leave blank<br />
<br />
<br />
Click OK<br />
<br />
Now your wired connection should work! <br />
You can also enable WiFi on both devices for internet access - they'll route traffic appropriately. <br />
While you can use raspberrypi.local (or whatever your Pi's hostname is) to connect, using the IP address 192.168.2.1 directly is faster and guarantees you're using the wired connection.<br />
<br />
Hopefully you won't have a problem - it's only a small number of setups that have this issue, but this solution should fix it.<br />
<br />
Actually there is a 4th option, just make sure both systems are on the same WiFi network.. WiFi these days is impressively fast, but... wired is quite significanly faster and you will feel that difference if you are doing a lot of debugging or sending data back and forward.]]></description>
			<content:encoded><![CDATA[As I am resetting a lot of my equipment, this old issue cropped up again for me. It happens every so often for some, not all, of my students too.<br />
It's basically due to both your PC and Pi attempting to get an IP address from a DHCP server that doesn't exist in a direct connection, so neither can establish a proper network link.<br />
<br />
There are 3 solutions to this:<br />
<br />
1st If you can, buy a small network switch. When both machines are connected via a switch which has access to your network, they can find your network's DHCP server. This is my personally preferred method, especially when I have a few different machines I want to target - a switch avoids lots of messy unplugging/plugging.<br />
<br />
2nd Connect both your PC and Pi via ethernet to your network router. That way both machines get IPs from your router's DHCP server.<br />
<br />
3rd A little less elegant but effective: set both devices to static IPs on their own private network. This is fiddly because you need to type commands into the Pi's terminal, but it works well.<br />
On the Pi, carefully enter these two commands:<br />
<br />
sudo nmcli con add type ethernet ifname eth0 con-name wired-static ipv4.addresses 192.168.2.1/24 ipv4.method manual autoconnect yes<br />
sudo nmcli con up wired-static<br />
<br />
This assigns 192.168.2.1 to your Pi. Now set your PC's ethernet to a static IP in the same range:<br />
<br />
Win + X → Network Connections<br />
Right-click Ethernet → Properties<br />
Double-click Internet Protocol Version 4 (TCP/IPv4) (&lt;&lt;this might vary depending on your version of Windows, but basically set IPv4 to manual)<br />
Select "Use the following IP address":<br />
<br />
IP address: 192.168.2.2<br />
Subnet mask: 255.255.255.0<br />
Gateway: leave blank<br />
DNS: leave blank<br />
<br />
<br />
Click OK<br />
<br />
Now your wired connection should work! <br />
You can also enable WiFi on both devices for internet access - they'll route traffic appropriately. <br />
While you can use raspberrypi.local (or whatever your Pi's hostname is) to connect, using the IP address 192.168.2.1 directly is faster and guarantees you're using the wired connection.<br />
<br />
Hopefully you won't have a problem - it's only a small number of setups that have this issue, but this solution should fix it.<br />
<br />
Actually there is a 4th option, just make sure both systems are on the same WiFi network.. WiFi these days is impressively fast, but... wired is quite significanly faster and you will feel that difference if you are doing a lot of debugging or sending data back and forward.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Current OS issues]]></title>
			<link>https://scratchpadgames.net/forums2/showthread.php?tid=4</link>
			<pubDate>Sat, 22 Nov 2025 20:36:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://scratchpadgames.net/forums2/member.php?action=profile&uid=1">Brian Beuken</a>]]></dc:creator>
			<guid isPermaLink="false">https://scratchpadgames.net/forums2/showthread.php?tid=4</guid>
			<description><![CDATA[Trixie on Pi <br />
<br />
Trixie uses Wayland as default but it will emulate X11, as a result projects all seem to work fine, but may stretch window sizes from the standard 1024x768 to full screen.. Its not a major issue, you can still set X11 in the raspi-config tool via the terminal.]]></description>
			<content:encoded><![CDATA[Trixie on Pi <br />
<br />
Trixie uses Wayland as default but it will emulate X11, as a result projects all seem to work fine, but may stretch window sizes from the standard 1024x768 to full screen.. Its not a major issue, you can still set X11 in the raspi-config tool via the terminal.]]></content:encoded>
		</item>
	</channel>
</rss>