Activation Codes and Methods, Hardware Details, Sniffing
Post Reply
Lee8219
Posts: 1
Joined: 30 Mar 2023, 12:23

DLink DWM-222 Latest Firmware Mode-Switching

Post by Lee8219 » 30 Mar 2023, 12:31

Hey! My first post here. I'm here to contribute a small finding. Basically the DWM-222 with it's latest firmware here. https://www.dlink.com.sg/Downloads/DWM- ... 0.8WW).zip comes up with a brand new USB ID for the cd-rom part. From 2001:ab00 to 2001:ab01. It also is new as it uses RNDIS to serve a NAT. In the current branch, usbmode doesn't detect the modem and I added this into the json file for it to be detected.

Code: Select all

"2001:ab01": {
"*": {
"t_vendor": 8193,
"t_product": [ 32309 ],
"mode": "StandardEject",
"msg": [ ]
}
}

inf-holm
Posts: 1
Joined: 08 Jun 2023, 11:02

Re: DLink DWM-222 Latest Firmware Mode-Switching

Post by inf-holm » 08 Jun 2023, 11:35

Hello!

Newbe here...

I have a D-Link DWM-222, hw rev A2, firmware 2.0.2 and it seems to behave very differently. When connected, it first connects as a Qualcom device (05c6:9025) and, after a few seconds, reattaches as a D-Link Mobile Connect device (2001:7e46).

If I connect it to my Mac, it connects as 05c6:9025 and shows up as a USB drive and only reconnects as 2001:7e46 after ejecting the USB drive.

I'm trying to use the DWM-222 together with smstools3 to send SMS and thus need to get a serial connection. The problem is that there is no serial ports created after the mode is, magically, switched and I can't figure out how to fix that.

Anyone have any idea how to fix this?

kabor42
Posts: 1
Joined: 16 Nov 2023, 16:31

Re: DLink DWM-222 Latest Firmware Mode-Switching

Post by kabor42 » 16 Nov 2023, 16:37

Hello there!

I'm a new user in the world of mode switching devices, trying to setup the same device on Linux when I found this post.
Could you provide some help how to configure it properly?
I'm stuck with it in Mass Storage mode.

Post Reply