codepoet
codepoet
I've seen this error, on one of the modems I tried. Replacing the modem eliminated the error, which suggests it's simply not a supported modem chipset. Your best bet is...
A temporary hack/fix for the freeze (Kazade is working on a proper fix) is to edit the dreampi.py script. From the dreampi directory type: `sudo nano dreampi.py` Go to line...
I have a DreamPi 2, a US Dreamcast modem, a 9v voltage inducer, and a Dell RD02-D400. On 0.98, with my hack/fix, it works every time. I'm recently experiencing limited...
You need to use a voltage inducer. You can't use your modem just because it worked with PCDC, you need one that uses the Conexant chipset that will be recognized...
Seems like you will always need a line voltage inducer. Are you running in --no-daemon mode? Do you get a specific error?
If it just stays on "connect" as shown in your picture, that means it's never hearing the Dreamcast dial. If you don't have line voltage, the Dreamcast will either refuse...
Resolved by expanding the response detection evaluation to include partial strings: "ER" instead of "ERROR" or "CO" instead of "CONNECT" since random new-line characters were seen in modem responses and...
_I'm not sure exactly which is the buffer variable, but I modified the end of send_command, thusly:_ if (datetime.now() - start).total_seconds() > timeout: logger.info("Last string in buffer...") logger.info(line) raise IOError("There...
This seems to be related: https://stackoverflow.com/questions/16045722/android-notification-is-not-showing
Confirming, that adding a notification channel (per SO article above) fixes the problem -- however, I'm not sure if I've implemented this in a backward compatible fashion. Add the below...