DreamPi 1.7 Released!

Online games, how to get online, and anything involving Dreamcast online can be discussed here.

Moderator: pcwzrd13

User avatar
thecodygriffin
undertow
Posts: 31
Joined: Sat Mar 03, 2018 7:21 pm
Dreamcast Games you play Online: 4x4 Evolution, Sega Swirl, Quake III Arena, World Series Baseball 2K2

Re: DreamPi 1.7 Released!

Post by thecodygriffin »

I just finished my upgrade on my Raspberry Pi B+ and it seems to be an awesome improvement. The boot process is quicker (and has no warnings or errors) and dhcpcd appears to be simplified allowing for an simpler static IP configuration.

The only downside appears to be that 5 of the required packages for dcgmail are not installed by default, but the dcgmail script downloads them anyways, so it is ultimately not an issue.
User avatar
mistamontiel
Shark Patrol
Posts: 1959
Joined: Thu Jul 19, 2012 5:19 am
Dreamcast Games you play Online: Errythan except Tetris o.0
Location: Miami, FL, CUBA
Contact:

Re: DreamPi 1.7 Released!

Post by mistamontiel »

pcwzrd13 wrote:Just overwrite the drive labeled "boot".
You mean just hit Write again in Win32DiskImager selecting v1.7 and the old version will poof?

Been using Windows formatter too, guess I should not
User avatar
DR TEAMCAST
Uber
Posts: 1025
Joined: Wed Aug 12, 2009 4:51 pm
Dreamcast Games you play Online: All
Location: New Jersey
Contact:

Re: DreamPi 1.7 Released!

Post by DR TEAMCAST »

DR TEAMCAST wrote:does the baud rate detection make the 56k connection faster?

does the minimal OS make boot times faster? if so, how much faster?
my question still stands
ImageImage
Forum for Dreamcast and Saturn browsers http://bb.dreampipe.net
Media, News, Events and more for your Sega Dreamcast internet browser at http://dreampipe.net
mistasyn
Fancy Pants Admin
Posts: 1
Joined: Sat Jul 21, 2018 11:58 pm
Dreamcast Games you play Online: PSO

Re: DreamPi 1.7 Released!

Post by mistasyn »

When i purchased my dreamPi last year it was already configured. So I'm going to attempt the upgrade on my own. I'm using OSX 10.12.6 and I downloaded the zip. Is there a way I can update from the dreamPi itself or do i have to update as if I was installing from scratch? If its from scratch...is there something i can just copy over and install into the dream pi or do i have to go through all the sudo codes thats in the tutorial?
User avatar
pcwzrd13
Seen Any Sailors?
Posts: 7084
Joined: Sat Apr 09, 2011 2:16 pm
Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
Location: USA
Contact:

Re: DreamPi 1.7 Released!

Post by pcwzrd13 »

mistasyn wrote:When i purchased my dreamPi last year it was already configured. So I'm going to attempt the upgrade on my own. I'm using OSX 10.12.6 and I downloaded the zip. Is there a way I can update from the dreamPi itself or do i have to update as if I was installing from scratch?
You have to overwrite the SD card with the new image. You need to do this using a computer and an SD card reader. There are instructions on how to do that with a Mac here.
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964

YouTube Channel : Dreamcast Live
User avatar
pcwzrd13
Seen Any Sailors?
Posts: 7084
Joined: Sat Apr 09, 2011 2:16 pm
Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
Location: USA
Contact:

Re: DreamPi 1.7 Released!

Post by pcwzrd13 »

NOTICE: We've identified a bug with 1.7 that prevents it from starting up about 50% of the time. There will be an updated image released to fix this but in the meantime, you can try fixing it manually by following the instructions below.

1. Plug the Pi into a TV or monitor, plug in a USB keyboard, and then power it up.
2. Log into the Pi (Username pi, Password raspberry).
3. Type cd ~/dreampi && git reset HEAD --hard && git pull -r and hit Enter.
4. Reboot the Pi.

Manual fix (Start with steps 1 & 2 above):

1. Type sudo pico /dreampi/dreampi.py and hit Enter.
2. Scroll down and find the line that says "def detect_device_and_speed(): MAX_SPEED = 57600" (it should be shortly after the green text starts).
Max Speed.jpg
3. Make a new line below it and add the following:

return ("ttyACM0", MAX_SPEED)

4. Press Ctrl + X, then Y when it asks if you want to save, and then Enter to save and close.
5. Reboot the Pi.
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964

YouTube Channel : Dreamcast Live
kazade
Developer
Posts: 264
Joined: Fri Jul 10, 2015 4:51 am
Dreamcast Games you play Online: Lots!

Re: DreamPi 1.7 Released!

Post by kazade »

DR TEAMCAST wrote:
DR TEAMCAST wrote:does the baud rate detection make the 56k connection faster?

does the minimal OS make boot times faster? if so, how much faster?
my question still stands
Sorry. In answer to your questions:

Possibly, it will try to detect the speed but cap it at 56k whereas before it capped at 33.6. We're still working out if that's introduced this random bug, but after more testing I don't think it has, something else is going on.

The boot time should be faster, I don't know how much faster though.
User avatar
pcwzrd13
Seen Any Sailors?
Posts: 7084
Joined: Sat Apr 09, 2011 2:16 pm
Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
Location: USA
Contact:

Re: DreamPi 1.7 Released!

Post by pcwzrd13 »

The bug in 1.7 has been fixed (Thanks Shu!) ! I've updated the instructions above with the fix if you want to try and apply the fix manually. Kazade is going to try and upload a new image this weekend as well if you prefer to wait.
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964

YouTube Channel : Dreamcast Live
User avatar
Shuouma
Developer
Posts: 406
Joined: Wed Jun 08, 2016 2:30 pm

Re: DreamPi 1.7 Released!

Post by Shuouma »

The bug in 1.7 has been fixed (Thanks Shu!) ! I've updated the instructions above with the fix if you want to try and apply the fix manually. Kazade is going to try and upload a new image this weekend as well if you prefer to wait.
Np, really strange issue
itsbranden
Fancy Pants Admin
Posts: 2
Joined: Mon Mar 20, 2017 11:34 pm
Dreamcast Games you play Online: Quake 3 Arena, PSO

Re: DreamPi 1.7 Released!

Post by itsbranden »

I have tried applying the fix detailed in pcwzrd13's post but still having trouble connecting to Sylverant's PSO server.

Using IVES boot disk, like I always did on 1.6 and it freezes right after it says it's connected, and the lobby starts to load in. I never actually get any ship menu, etc.

I tried using the web browser and that seems to work fine, I have not tested any other online games, however.

Is anyone else having this issue? Both modem lights are lit up.

EDIT: I actually ended up testing this while doing some light troubleshooting with Shuouma (thank you!).
I put the dreamcast's ip in the DMZ and fired up PSO and it worked -
Dreamcast ip is 192.168.0.98 (not sure if it's the same on everyone's pi or not).
So this is resolved for me.
Thanks to BlueCrab and Shuouma for their patience in troubleshooting this with me!
Last edited by itsbranden on Sun Jul 29, 2018 3:40 pm, edited 1 time in total.
Post Reply