E153
gzpapp opened this issue · 2 comments
usb 5-4: new high speed USB device number 4 using ehci_hcd
usb 5-4: New USB device found, idVendor=12d1, idProduct=1446
usb 5-4: New USB device strings: Mfr=3, Product=2, SerialNumber=0
usb 5-4: Product: HUAWEI Mobile
usb 5-4: Manufacturer: HUAWEI Technology
scsi8 : usb-storage 5-4:1.0
scsi9 : usb-storage 5-4:1.1
scsi 8:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
scsi 9:0:0:0: Direct-Access HUAWEI MMC Storage 2.31 PQ: 0 ANSI: 2
sd 9:0:0:0: Attached scsi generic sg4 type 0
sr1: scsi-1 drive
sr 8:0:0:0: Attached scsi CD-ROM sr1
sr 8:0:0:0: Attached scsi generic sg5 type 5
sd 9:0:0:0: [sdd] Attached SCSI removable disk
$ sudo ./unlocker.py
[...]
Trying to find which port is the active modem connection.
Please be patient as this can take a while.
Could not identify active port.
Sorry, usbserial wasn't loaded properly.
After getting /dev/ttyUSB3 I have successfully unlocked the modem:
Testing port /dev/ttyUSB3
Activity detected
Trying to obtain IMEI.
The modem will be given 5 seconds to respond.
Found probable IMEI: 352375042678821
IMEI checksum OK.
Checking the lock status of the SIM.
The modem will be given 5 seconds to respond.
This SIM should be unlockable...
Remaining attempts: 10
Exceeding this will hard-lock the modem
Unlock code = 49643523
Please be aware that a failed unlocking attempt could break your modem.
This is a risky procedure.
If you wish to proceed, please type YES at the prompt
YES
Attempting to unlock...
Will check result in 5 seconds.
Checking the lock status of the SIM.
The modem will be given 5 seconds to respond.
Unlocking successful!
Thanks for the feedback and I'm glad it worked.