c64 "humming" sound after modem connection
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
c64 "humming" sound after modem connection
When using ccgms ultimate, if i dial any address it connects OK but, after the "modem handshaking sounds", it leaves the sound channel open with a very subtle "humming" sound.
Didn't noticed it because I used my Mister with a low volume, but if you put it a little high you will hear the buzz.
Hope this can be corrected. best!
Didn't noticed it because I used my Mister with a low volume, but if you put it a little high you will hear the buzz.
Hope this can be corrected. best!
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: c64 "humming" sound after modem connection
Another sad issue trying to fix the issue I updated midi-link with the midilink-update script.
After that modem does not dial :'( :'(
tried everything. CCGMS Ultimate "talks" with the modem, when i type atz it returns OK
but after using the atdt command with any address it just hangs there
it seems like the "dial" command is stalled by something.
Hope anybody can help.
After that modem does not dial :'( :'(
tried everything. CCGMS Ultimate "talks" with the modem, when i type atz it returns OK
but after using the atdt command with any address it just hangs there
it seems like the "dial" command is stalled by something.
Hope anybody can help.
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: c64 "humming" sound after modem connection
I don't know if this is related but found that the command "atdir" (which in theory shows the contents of the MidiLink.DIR file) also stops working when I send the command atdir.
All other "hayes" commands work. The only one that does nothing is atdt
if i re-install mister should this be fixed?
All other "hayes" commands work. The only one that does nothing is atdt
if i re-install mister should this be fixed?
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: c64 "humming" sound after modem connection
Is there an easyway to reinstall core-files to fix this?
-
- Top Contributor
- Posts: 531
- Joined: Tue May 26, 2020 5:06 am
- Has thanked: 87 times
- Been thanked: 211 times
Re: c64 "humming" sound after modem connection
Possibly a DNS issue. Please make sure your DNS is working and report back.jalbarracin wrote: ↑Sun Jul 18, 2021 9:50 pm it seems like the "dial" command is stalled by something.
What happens if you do
ATDT127.0.0.1
it should dial and connect to itself.
I recently checked on a change in my repo is supposed to allow for a different MidiLink.DIR per core.jalbarracin wrote: ↑Sun Jul 18, 2021 10:31 pm I don't know if this is related but found that the command "atdir" (which in theory shows the contents of the MidiLink.DIR file) also stops working when I send the command atdir.
All other "hayes" commands work. The only one that does nothing is atdt
if i re-install mister should this be fixed?
Maybe I broke MidiLink.DIR completely.
Please revert back:
grab the SD installer and extract the file linux.img.jalbarracin wrote: ↑Sun Jul 18, 2021 10:58 pm Is there an easyway to reinstall core-files to fix this?
replace /media/fat/linux/linux.img on your SD
Please don't run MidiLink update.
This is script is only to assist people who are assisting testing out WIP features.
Once I am fairly confident there are no regressions, I will generally submit a PR for these changes to be included the main repo.
I'm not sure if this bug is related to the modem sounds or something with ALSA in general. The way the code works, it seems unlikely to me it would be the DTMF tones causing it...jalbarracin wrote: ↑Sun Jul 18, 2021 8:18 pm When using ccgms ultimate, if i dial any address it connects OK but, after the "modem handshaking sounds", it leaves the sound channel open with a very subtle "humming" sound.
Didn't noticed it because I used my Mister with a low volume, but if you put it a little high you will hear the buzz.
Could you try out ATMP3 and play a MP3 file (ATMP3! to stop) and report back if its 'humming" after that?
You'll need to put at least one MP3 file in /media/fat/MP3
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: c64 "humming" sound after modem connection
Hi
Best!!
Javier
Same thing, it stays waiting and nothing happens. Not a dns issue. PPP works in AO486 Core (I can connect to IRC using mIRC32 without any issue)
I will try to test that, but don't know how to do it? just ATMP3 /name/of/directory/file.mp3 ?bbond007 wrote: ↑Mon Jul 19, 2021 5:22 pm I'm not sure if this bug is related to the modem sounds or something with ALSA in general. The way the code works, it seems unlikely to me it would be the DTMF tones causing it...
Could you try out ATMP3 and play a MP3 file (ATMP3! to stop) and report back if its 'humming" after that?
You'll need to put at least one MP3 file in /media/fat/MP3
Best!!
Javier
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: c64 "humming" sound after modem connection
OK I played an MP3 with the ATMP3 command and confirm that after the end there is the "hummmm" sound. So it seems an ALSA problem.
In the *bad news side* I grabbed the linux.img file from the Mr.Fusion distro img, It was 20mb so It made me doubt (the one installed is around 300mb) so just renamed the old to oldlinux.img and copied the new.. then reboot and ... just a black screen :'(
I inserted the SD Card to my PC and edited the oldlinux to linux.img and it works ok. Where can I obtain the latest linux.img file?
In the *bad news side* I grabbed the linux.img file from the Mr.Fusion distro img, It was 20mb so It made me doubt (the one installed is around 300mb) so just renamed the old to oldlinux.img and copied the new.. then reboot and ... just a black screen :'(
I inserted the SD Card to my PC and edited the oldlinux to linux.img and it works ok. Where can I obtain the latest linux.img file?
-
- Top Contributor
- Posts: 531
- Joined: Tue May 26, 2020 5:06 am
- Has thanked: 87 times
- Been thanked: 211 times
Re: c64 "humming" sound after modem connection
Looks like you figured it out, but for anyone else interested:jalbarracin wrote: ↑Mon Jul 19, 2021 8:38 pm I will try to test that, but don't know how to do it? just ATMP3 /name/of/directory/file.mp3 ?
just ATMP3
It will present you with a menu of dirs and files...
Now its making me go "humm" as i have no idea how to fix the issue.jalbarracin wrote: ↑Mon Jul 19, 2021 9:04 pm OK I played an MP3 with the ATMP3 command and confirm that after the end there is the "hummmm" sound. So it seems an ALSA problem.
I really have never noticed it, but maybe its more prevalent on your config.
You could always set TCP_SOUND=FALSE in MidiLink.INI to disable the sound.
Alternately you set your modem INIT string to include M0:
ATZ&M0
I'm not super familiar with Mr.Fusion, but I believe it is an SD card image and what you want is the linux filesystem image...jalbarracin wrote: ↑Mon Jul 19, 2021 9:04 pm In the *bad news side* I grabbed the linux.img file from the Mr.Fusion distro img, It was 20mb so It made me doubt (the one installed is around 300mb) so just renamed the old to oldlinux.img and copied the new.. then reboot and ... just a black screen :'(
I inserted the SD Card to my PC and edited the oldlinux to linux.img and it works ok. Where can I obtain the latest linux.img file?
https://github.com/MiSTer-devel/SD-Inst ... n64_MiSTer
release_20210711.rar - is currently the latest.
files\linux\linux.img
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: c64 "humming" sound after modem connection
Hi, eveything works great. I just inserted the SD Card to my PC and copied all my games, configs... after that I re-installed with mr. fusion, setup networking and updated with the update_all script. All my configs work O.K. and also for example my "THEC64" keyboard input file works as if nothing happened. Very HAPPY!! Thank you *VERY* much for your great help!