DreamPi Plus V1.9.5.2 (2025) My Upgrades to The Dreamcast Online Experience.

User avatar
AdeC
lithium
Posts: 41

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by AdeC »

Im having the oddest issue with this, swapped from a regular image to this, it boots, connects, does the dial up sound, claims to connect but then nothing works.

Any ideas why? The regular image worked spot on, but this one makes the DC act like theres no internet.

(It shows up on my local network and DC Now Config works)

User avatar
pizzahotline
rebel
Posts: 23

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by pizzahotline »

Very cool, thanks for this. I can't wait to give it a go!

User avatar
pizzahotline
rebel
Posts: 23

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by pizzahotline »

AdeC wrote: Wed Oct 30, 2024 11:14 am Im having the oddest issue with this, swapped from a regular image to this, it boots, connects, does the dial up sound, claims to connect but then nothing works.

Any ideas why? The regular image worked spot on, but this one makes the DC act like theres no internet.

(It shows up on my local network and DC Now Config works)
What raspberry Pi model are you using?

User avatar
AdeC
lithium
Posts: 41

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by AdeC »

Pi3B+

Its strange, the default image from https://dreamcastlive.net/ works perfectly
The older version of this from https://dreamcast-talk.com/forum/viewtopic.php?t=13675 connects (cant get dial up sounds to work though)

But the version in this thread has working dial up sounds, but acts like the DNS doesnt work :/

User avatar
deluxux
Super Sonic
Posts: 1551

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by deluxux »

Thanks for testing! unfortunately I’m going out of town for a week or so and won’t have time to troubleshoot. I’ll ask a friend to help in the meantime.

User avatar
AdeC
lithium
Posts: 41

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by AdeC »

Cheers, fwiw I got sound and connection working on https://dreamcast-talk.com/forum/viewtopic.php?t=13675

The line to play the sound was missing from Dreampi.py even though the sound was in /home/pi/

I still can't get the newer one to work whatever I do, which is a shame as the older one doesn't have DreamcastNow

User avatar
Scrivani
Metallic
Posts: 819
Dreamcast Games you play Online: Almost all

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by Scrivani »

Could you please give us the return of this commands:

1-
grep server= /etc/dnsmasq.conf

2-
ping -c 4 connect.gameloft.com
Happy if may help:
- https://bit.ly/scrivanidc
- BBA Mode for DreamPi: https://bit.ly/3JEIuhs
- VPN Port Fowarding: https://bit.ly/3Bgw4bu
- DC Now Data Analysis: https://bit.ly/42coxXw
- DC KARA NOT DEAD AT ALL- VCD Method: https://bit.ly/3P6VePw
- Know part of BR Community: https://bit.ly/3iLXS12

User avatar
AdeC
lithium
Posts: 41

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by AdeC »

grep server= /etc/dnsmasq.conf

On the working image:

Code: Select all

server=46.101.91.123
server=209.50.50.129
#server=/localnet/192.168.0.1
#server=/3.168.192.in-addr.arpa/10.1.2.3
# server=10.1.2.3@eth1
# [email protected]#55
On the image in this thread:

Code: Select all

server=46.101.91.123
server=209.50.50.129
#server=/localnet/192.168.0.1
#server=/3.168.192.in-addr.arpa/10.1.2.3
# server=10.1.2.3@eth1
# [email protected]#55
ping -c 4 connect.gameloft.com

On the working image:

Code: Select all

PING connect.gameloft.com (146.185.135.179) 56(84) bytes of data.
64 bytes from master.gamespy.com (146.185.135.179): icmp_seq=1 ttl=56 time=16.9 ms
64 bytes from master.gamespy.com (146.185.135.179): icmp_seq=2 ttl=56 time=17.5 ms
64 bytes from master.gamespy.com (146.185.135.179): icmp_seq=3 ttl=56 time=16.5 ms
64 bytes from master.gamespy.com (146.185.135.179): icmp_seq=4 ttl=56 time=16.9 ms

--- connect.gameloft.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 16.529/17.006/17.591/0.390 m
On the image in this thread:

Code: Select all

PING connect.gameloft.com (208.71.184.168) 56(84) bytes of data.
64 bytes from 208.71.184.168 (208.71.184.168): icmp_seq=1 ttl=55 time=88.1 ms
64 bytes from 208.71.184.168 (208.71.184.168): icmp_seq=2 ttl=55 time=87.7 ms
64 bytes from 208.71.184.168 (208.71.184.168): icmp_seq=3 ttl=55 time=87.7 ms
64 bytes from 208.71.184.168 (208.71.184.168): icmp_seq=4 ttl=55 time=87.7 ms

--- connect.gameloft.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 87.764/87.867/88.127/0.257 ms
Seems like this image is resolving DNS differently?

User avatar
Scrivani
Metallic
Posts: 819
Dreamcast Games you play Online: Almost all

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by Scrivani »

AdeC wrote: Thu Oct 31, 2024 2:18 pm Seems like this image is resolving DNS differently?
yes.






cat /etc/resolv.conf

cat /etc/dhcpcd.conf

ls /etc/resolvconf/resolv.conf.d/

ls /etc/dnsmasq.d

cat /etc/hosts
Happy if may help:
- https://bit.ly/scrivanidc
- BBA Mode for DreamPi: https://bit.ly/3JEIuhs
- VPN Port Fowarding: https://bit.ly/3Bgw4bu
- DC Now Data Analysis: https://bit.ly/42coxXw
- DC KARA NOT DEAD AT ALL- VCD Method: https://bit.ly/3P6VePw
- Know part of BR Community: https://bit.ly/3iLXS12

User avatar
AdeC
lithium
Posts: 41

Re: DreamPi Plus 1.9V5 (2024) My Upgrades to The Dreamcast Online Experience.

Post by AdeC »

cat /etc/dhcpcd.conf

Code: Select all

# A sample configuration for dhcpcd.
# See dhcpcd.conf(5) for details.

# Allow users of this group to interact with dhcpcd via the control socket.
#controlgroup wheel

# Inform the DHCP server of our hostname for DDNS.
hostname

# Use the hardware address of the interface for the Client ID.
clientid
# or
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
#duid

# Persist interface configuration when dhcpcd exits.
persistent

# Rapid commit support.
# Safe to enable by default because it requires the equivalent option set
# on the server to actually work.
option rapid_commit

# A list of options to request from the DHCP server.
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
# Most distributions have NTP support.
option ntp_servers
# Respect the network MTU. This is applied to DHCP routes.
option interface_mtu

# A ServerID is required by RFC2131.
require dhcp_server_identifier

# Generate Stable Private IPv6 Addresses instead of hardware based ones
slaac private

# Example static IP configuration:
#interface eth0
#static ip_address=192.168.0.10/24
#static ip6_address=fd51:42f8:caae:d92e::ff/64
#static routers=192.168.0.1
#static domain_name_servers=192.168.0.1 8.8.8.8 fd51:42f8:caae:d92e::1

# It is possible to fall back to a static IP if DHCP fails:
# define static profile
#profile static_eth0
#static ip_address=192.168.1.23/24
#static routers=192.168.1.1
#static domain_name_servers=192.168.1.1

# fallback to static profile on eth0
#interface eth0
#fallback static_eth0
cat /etc/resolv.conf

Code: Select all

# Generated by resolvconf
nameserver 8.8.8.8
nameserver 1.1.1.1
ls /etc/resolvconf/resolv.conf.d/

Code: Select all

ls: cannot access '/etc/resolvconf/resolv.conf.d/': No such file or directory
ls /etc/dnsmasq.d

Code: Select all

README
cat /etc/hosts

Code: Select all

127.0.0.1       localhost
::1             localhost ip6-localhost ip6-loopback
ff02::1         ip6-allnodes
ff02::2         ip6-allrouters

127.0.1.1       dreampi

  • Similar Topics
    Replies
    Views
    Last post