Startech USB56KEMH2 and dreampi

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

Moderator: pcwzrd13

Zarper
shadow
Posts: 5

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#11 » Fri Oct 21, 2022 6:48 am

aoeu204 wrote:
Zarper wrote:Not sure if this is relevant anymore, but I spoke with Startech support about the USB56KEMH2 to see if it supported voice.
They said that it currently wasn't supported but sent me a firmware that is supposed to add it and documentation about the chip that seem to confirm that all features needed should be possible. If you still have the device (or anyone else) and would like to try I have a link to the firmware.


You should probably just post the link regardless so its easily available rather than people having to contact support for it

I consider doing so, but since I wanted feedback on whether it works or not I figured I would have a higher chance if they responded first.

totalexile wrote:
Zarper wrote:
totalexile wrote:
Damm - thanks for confirming this. Not the answer I wanted to hear but thank you for your help!

The startech site suggests that this was a hardware modem: https://www.startech.com/en-us/networking-io/usb56kemh2

I know some people have had success with CX93010 chip sets but I guess this is the CX93010-11Z chipset rather than the CX93010-21Z chipset (viewtopic.php?f=3&t=9861&p=95251&hilit=CX93010#p95251 viewtopic.php?f=3&t=10051&p=98666&hilit=CX93010#p98666 for example)

I assume I will need to get a new USB modem (ideally a Conexant RD02-D400 device)

Not sure if this is relevant anymore, but I spoke with Startech support about the USB56KEMH2 to see if it supported voice.
They said that it currently wasn't supported but sent me a firmware that is supposed to add it and documentation about the chip that seem to confirm that all features needed should be possible. If you still have the device (or anyone else) and would like to try I have a link to the firmware.


Yes I still have this device and would be happy to test. I got a Conexant RD02-D400 device in the end, so the USB56KEMH2 is just sitting around doing nothing...

https://startech.sharefile.com/d-s2e2e3cafe3a4c6aa
Here you go. Please report if it is successful.

totalexile
shadow
Posts: 14

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#12 » Sun Oct 23, 2022 6:45 am

I've just given this a go and am pleased to report this does work. I can confirm that after updating the firmware I can now use my USB56KEMH2 with dreampi. The instructions need a slight tweak as the included version of xshell will no longer install and a few options have moved.

Zarper
shadow
Posts: 5

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#13 » Sun Oct 23, 2022 7:19 am

That is very good news. It means that there is at least one new USB voice modem that is widely available and isn't excessively expensive.

User avatar
DavidCoq
shadow
Posts: 10

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#14 » Sun Aug 13, 2023 2:08 pm

I have also purchased the modem and I have the same issue. Could you please provide a link to the firmware that is easily downloadable and describe the changes made to be able to use it?
Last edited by DavidCoq on Tue Aug 22, 2023 2:05 pm, edited 1 time in total.
Image

totalexile
shadow
Posts: 14

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#15 » Sun Aug 13, 2023 5:13 pm

I'm afraid I'm away at the moment and can't seem to find it. I'll try and take a look when I'm back at home in a few weeks. I think it's on a hard drive I don't have remote access to. I'll drop you a message once I find it and post a link here.

Zarper
shadow
Posts: 5

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#16 » Sun Aug 13, 2023 5:43 pm

Last edited by Zarper on Sat Sep 23, 2023 8:19 pm, edited 1 time in total.

User avatar
DavidCoq
shadow
Posts: 10

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#17 » Mon Aug 14, 2023 1:55 pm

Thank you for the link.
I have updated the modem firmware, but it still isn't working.
One question: when you start up the Raspberry Pi, does the modem's (OH) light stay on, or only when you're using it?
Image

User avatar
Scrivani
Vagabond
Posts: 732
Contact:

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#18 » Mon Aug 14, 2023 9:01 pm

DavidCoq wrote:Thank you for the link.
I have updated the modem firmware, but it still isn't working.
One question: when you start up the Raspberry Pi, does the modem's (OH) light stay on, or only when you're using it?


Let me know if you want some help performing tests, better via discord.

Need to check if there is Voice support under FCLASS=8
And how your modem does the AT+VSM to send PCM 8bits audio

Better tests with minicom
Happy if may help:
- BBA Mode for DreamPi: https://bit.ly/3JEIuhs
- VPN Port Fowarding: https://bit.ly/3Bgw4bu
- DC Now Data Analysis: https://bit.ly/42coxXw
- DC KARA NOT DEAD AT ALL- VCD Method: https://bit.ly/3P6VePw
- Know part of BR Community: https://bit.ly/3iLXS12

User avatar
DavidCoq
shadow
Posts: 10

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#19 » Sat Aug 19, 2023 11:07 am

I tested the same modem on a virtual machine, and it works, but on Raspberry Pi 2 with Dreampi 1.7, it doesn't.
@Totalexile, did you make any modifications to make it work?

Code: Select all

lsusb
Bus 001 Device 005: ID 0572:1349 Conexant Systems (Rockwell), Inc.


Code: Select all

tail -n 200 /var/log/syslog
SerialException(msg.errno, "could not open port {}: {}".format(self._port, msg))
Errno 2] could not open port /dev/ttyACM0: [Errno 2] No such file or directory: '/dev/ttyACM0'
Is just not detecting the modem


Code: Select all

wvdialconf
Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
Sorry, no modem was detected!  Is it in use by another program?
Did you configure it properly with setserial?
Please read the FAQ at http://alumnit.ca/wiki/?WvDial
Image

totalexile
shadow
Posts: 14

Re: Having issues getting online (dreampi and Conexant CX93010-21Z)

Post#20 » Tue Aug 22, 2023 8:09 am

No modifications but I think I did do an update using 'sudo apt-get update' and 'sudo apt-get upgrade'.

I've done you a shakey video so you can see it working:

  • Similar Topics
    Replies
    Views
    Last post

Return to “Online”

Who is online

Users browsing this forum: No registered users