Posts by Ralf99

    Bei mir war es am Anfang auch in etwas so. Jetzt habe ich eine für mich absolut stabile Lösung gefunden.


    in der /etc/rc.local

    usb_modeswitch -I -W -c /etc/usb_modeswitch.d/E173.conf

    und dann unter /etc/usb_modeswitch eine file E173.conf angelegt:

    DefaultVendor= 0x12d1
    DefaultProduct=0x1446

    TargetVendor= 0x12d1
    TargetProduct= 0x1436

    CheckSuccess=20

    MessageContent="55534243123456780000000000000011062000000100000000000000000000"

    Damit funktioniert der Stick bei jedem Bootvorgang ohne Probleme, wenn ich kein weiters USB Gerät angesteckt habe.

    Gruß
    Ralf

    Hallo,

    ich versuche eine E174 UMTS Stick unter Debian zu installieren. Leider habe ich bis jetzt noch keinen so richtigen Erfolg.
    Das System erkennt leider immer nur den SD-Kartenleser des Sticks.

    #lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
    Bus 001 Device 004: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
    Bus 001 Device 005: ID 12d1:1446 Huawei Technologies Co., Ltd. E1552/E1800/E173 (HSPA modem)

    Im Text steht zwar (HSPA modem), aber die 1446 ist die Produktnummer für den SD-Kartenleser.
    Mit dem Programm modeswitch sollte man das ändern können, doch leider es geht nicht so wie ich das möchte.

    #usb_modeswitch -v 0x12d1 -p 0x1446 -V 0x12d1 -P 0x1436 c -M "55534243123456780000000000000011062000000100000000000000000000"
     Looking for target devices ...
    No devices in target mode or class found
    Looking for default devices ...
    found matching product ID
    adding device
    Found device in default mode, class or configuration (1)
    Accessing device 005 on bus 001 ...
    Getting the current device configuration ...
    OK, got current device configuration (1)
    Using first interface: 0x00
    Using endpoints 0x01 (out) and 0x81 (in)
    Inquiring device details; driver will be detached ...
    Looking for active driver ...
    No driver found. Either detached before or never attached

    SCSI inquiry data (for identification)
    -------------------------
    Vendor String: HUAWEI
    Model String: Mass Storage
    Revision String: 2.31
    -------------------------

    USB description data (for identification)
    -------------------------
    Manufacturer: HUAWEI Technology
    Product: HUAWEI Mobile
    Serial No.: not provided
    -------------------------
    Setting up communication with interface 0
    Using endpoint 0x01 for message sending ...
    Trying to send message 1 to endpoint 0x01 ...
    OK, message successfully sent
    Resetting response endpoint 0x81
    Resetting message endpoint 0x01
    Resetting usb device .
    OK, device was reset
    -> Run lsusb to note any changes. Bye.

    Am Ende möchte ich per gsmsendsms SMS über den Stick versenden. Evtl. hat ja jemand eine andere Lösung mit einem Stick der funktioniert. Die Lösung mit einem alten Handy gefällt mir nicht so.

    viele Grüße
    Ralf