Page 1 of 6

Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Fri Mar 09, 2018 11:46 am
by pcwzrd13
Shuouma has released his dcGmail script for DreamPi which will enable you to use Gmail accounts with the Dreamcast. Not only will you be able to send and receive emails via the Dreamcast web browser but you'll also be able to play Sega Swirl's E-Mail Challenge mode! Simply follow the instructions below and Swirl away!

Instructions are here: https://dreamcastlive.net/sega-swirl-guide/

Re: Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Fri Mar 09, 2018 1:43 pm
by DR TEAMCAST
wget http://www.dreamcastlive.net/files/Downloads/dcgmail.sh is a much more convenient way of copying the script to the pi

i put the script on dreampipe if the URL is a bit easier in cmdline at http://dreampipe.net/mail/dcgmail.sh

edit to prevent confusion:

if you use wget, you'd then type

Code: Select all

chmod +x dcgmail.sh


then type

Code: Select all

sudo su

for admin privileges

then type

Code: Select all

./dcgmail.sh


and follow PCs guide as normal
this also works for Saturn

Re: Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Fri Mar 09, 2018 2:02 pm
by pcwzrd13
I find it easier just to copy the file to the SD card. Too much can go wrong with typing in long or multiple commands, especially if you're not familiar with Linux. Case in point, doing it this way for me ended up with a syntax error.

Re: Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Fri Mar 09, 2018 2:07 pm
by DR TEAMCAST
that's because for some reason you can't use "sudo ./script.sh". you have to elevate to root using "sudo su" then use "./script.sh", i got the same issue

Re: Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Fri Mar 09, 2018 2:18 pm
by SEGA RPG FAN
Awesome. This was a needed addition. The other cmail method worked but was too cumbersome for the average person to bother with.

I'm most looking forward to some Saturn ghost file exchanges :D

Re: Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Fri Mar 09, 2018 2:47 pm
by Shuouma
Yeah sorry, elevate to root by "sudo -s" or "sudo su" is preferred.

Re: Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Sat Mar 10, 2018 1:14 pm
by itsthinkingstill
So i can send emails all day long bit whenever i try to receive email the inbox is always empty, any ideas?
Edit: And yes it set to less secure app, this is the same account i used with the cmail method

Re: Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Sat Mar 10, 2018 2:04 pm
by DR TEAMCAST
itsthinkingstill wrote:So i can send emails all day long bit whenever i try to receive email the inbox is always empty, any ideas?
Edit: And yes it set to less secure app, this is the same account i used with the cmail method

are you using wifi? shu updated the script today to fix wifi issue, if you're using wifi then 'reinstall' it with new script

Re: Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Sat Mar 10, 2018 2:38 pm
by Shuouma
Do this:

1. Login through SSH or connect to monitor
2. sudo -s
3. su <gmail username>
4. fetchmail -d0 -vk

You will see what the issue is.

If fetchmail works, that is, no errors, then check:
/home/<gmail username>/Maildir/new/

If you have files in that directory I guess you haven't changed the
POP3 IP on the DC to 192.168.X.99.

Re: Sega Swirl E-Mail Challenge Setup Guide (DreamPi)

Posted: Sat Mar 10, 2018 11:34 pm
by thecodygriffin
The fact that I can write and send an email from my Sega Dreamcast in 2018 blows my mind. This is awesome! Thanks.