admin管理员组

文章数量:1194755

I have aTelstra 4gx usb modem which I bought ages ago, and I've been trying to find a way to connect to it in python for a project i'm making requiring its wifi and sms capabilities. I have tried previously to access it with both minicom and selenium (that was the solution I landed on previously with another question on here, yes) to use its modem and web interface requirements respectively.

Neither of these have been very successful, when i use lsusb the device isn't listed, and i think it's classified as a cd-rom. Alternatively, the website, 192.168.01, is too complicated to effectively solve my project. I saw online that something like usb_modeswitch should be able to remove the drivers making it appear as a cd and unlock it for minicom use, but I can't find a tutorial instructing me on how to do this.

When i use lsusb i only get

Bus 001 Device 042: ID 1a86:8091 QinHeng Electronics USB HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

and the web interface is documented, alongside other useless instructions, in this pdf.

Any help would be strongly appreciated, thank you!

TLDR: usb modem pretends to be a cd-rom/windows how do i stop it i want to use minicom yes it has a web interface no i couldn't figure out selenium with it

本文标签: