Hello!
Im currently trying to connect with dreampi 1.4 but it doesnt work
When dialing, it sends out a probe, but gets no response (but the dreamcast does get an IP address)
the modem only appears to hear the first digit, no matter which number i dial (555,111-1111).
CONNECT
Heard: 5
After a while the script trows a "no response from modem" error, when i commented out the timeout function in the actual script it said
ER
Call answered!
Connected
Serial interface terminated
Detected modem hang up, going back to listening
Detected device ttyACM0 with speed 460800
i use https://www.amazon.com/TRENDnet-Phone-I ... 8Amazon%29
I tried:
-New 9v batteries
-resoldering LVI
-AT command (AT&F0) in Dreamkey 3.0
-changed/changed back again dreampi.py https://github.com/Kazade/dreampi/issue ... -164315096
-changed dial numbers (555, 111-1111)
Does anyone know what might be up?
Thanks in advance!
Problems conecting with Dreampi 1.4
- Xiden
- Developer
- Posts: 2336
- Dreamcast Games you play Online: All the DC games!!
Re: Problems conecting with Dreampi 1.4
Im not entirely sure if that modem you have is compatible or not. I have a dell nw147
-
- noob
- Posts: 3
Re: Problems conecting with Dreampi 1.4
It was listed on the racketboy forums as compatible, so i figured that it was,Xiden wrote:Im not entirely sure if that modem you have is compatible or not. I have a dell nw147
- Xiden
- Developer
- Posts: 2336
- Dreamcast Games you play Online: All the DC games!!
Re: Problems conecting with Dreampi 1.4
[float=][/float]
Seems like you have your setup correct. When I had issues it always ended up being my LVI. The number you dial shouldn't matter, or at least it doesn't for my setup. You sure there aren't any drivers needed for that modem? I know the dell modem for sure is plug and play out of the box.flodder450 wrote:It was listed on the racketboy forums as compatible, so i figured that it was,Xiden wrote:Im not entirely sure if that modem you have is compatible or not. I have a dell nw147
-
- noob
- Posts: 3
Re: Problems conecting with Dreampi 1.4
It appears to work out of the box yes,Xiden wrote:[float=][/float]Seems like you have your setup correct. When I had issues it always ended up being my LVI. The number you dial shouldn't matter, or at least it doesn't for my setup. You sure there aren't any drivers needed for that modem? I know the dell modem for sure is plug and play out of the box.flodder450 wrote:It was listed on the racketboy forums as compatible, so i figured that it was,Xiden wrote:Im not entirely sure if that modem you have is compatible or not. I have a dell nw147
-
- Developer
- Posts: 611
- Dreamcast Games you play Online: ALL OF THEM
Re: Problems conecting with Dreampi 1.4
I have the same problem. It works sometimes with planetwebthough
Nice try you fool! lol BBQ!
- Gary_b
- Quantic Dream
- Posts: 1834
- Dreamcast Games you play Online: all of them
- Location: michigan
- Contact:
Re: Problems conecting with Dreampi 1.4
The only problem that I had was that I used a really cheap phone cord and it made me lag. Once I switched to a good cord I no longer had any issues.
- Xiden
- Developer
- Posts: 2336
- Dreamcast Games you play Online: All the DC games!!
Re: Problems conecting with Dreampi 1.4
^ +1Gary_b wrote:The only problem that I had was that I used a really cheap phone cord and it made me lag. Once I switched to a good cord I no longer had any issues.

-
- Developer
- Posts: 611
- Dreamcast Games you play Online: ALL OF THEM
Re: Problems conecting with Dreampi 1.4
I edited a little bit of the dreampi code. and I'm not getting any error now. It works like a charm now. No timeout error.
So... dreampi/dreampi.py from line 295:
def answer(self):
self.reset()
self.send_command("ATA")
time.sleep(2)
logger.info("Call answered!")
logger.info(subprocess.check_output(["pon", "dreamcast"]))
logger.info("Connected")
def send_command(self, command, timeout=30):
I changed the time.sleep to 5 and in def send_command(......., timeout=60):
It seems the dreamcast takes longer than those 30 seconds to send the connect command sometimes and it crashes the dreampi script when it's set to just 30.
So... dreampi/dreampi.py from line 295:
def answer(self):
self.reset()
self.send_command("ATA")
time.sleep(2)
logger.info("Call answered!")
logger.info(subprocess.check_output(["pon", "dreamcast"]))
logger.info("Connected")
def send_command(self, command, timeout=30):
I changed the time.sleep to 5 and in def send_command(......., timeout=60):
It seems the dreamcast takes longer than those 30 seconds to send the connect command sometimes and it crashes the dreampi script when it's set to just 30.
Nice try you fool! lol BBQ!
- Xiden
- Developer
- Posts: 2336
- Dreamcast Games you play Online: All the DC games!!
Re: Problems conecting with Dreampi 1.4
NiceNeoblast wrote:I edited a little bit of the dreampi code. and I'm not getting any error now. It works like a charm now. No timeout error.
So... dreampi/dreampi.py from line 295:
def answer(self):
self.reset()
self.send_command("ATA")
time.sleep(2)
logger.info("Call answered!")
logger.info(subprocess.check_output(["pon", "dreamcast"]))
logger.info("Connected")
def send_command(self, command, timeout=30):
I changed the time.sleep to 5 and in def send_command(......., timeout=60):
It seems the dreamcast takes longer than those 30 seconds to send the connect command sometimes and it crashes the dreampi script when it's set to just 30.


-
- Similar Topics
- Replies
- Views
- Last post
-
- 2 Replies
- 1808 Views
-
Last post by lozz
-
- 1 Replies
- 2911 Views
-
Last post by djrobotnik
-
- 22 Replies
- 9866 Views
-
Last post by mistamontiel
-
- 3 Replies
- 1993 Views
-
Last post by scarface_one
-
- 5 Replies
- 6726 Views
-
Last post by Markdanni123