usb_modeswitch funzt nicht bei Huawei K505

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Hallo zusammen!

    Ich versuche einen Huawei LTE-Stick an meinem Raspberry zum Laufen zu kriegen.

    Bei lsusb wird mir folgendes angezeigt:
    lsusb
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
    Bus 001 Device 004: ID 12d1:14c3 Huawei Technologies Co., Ltd.

    Also wird standardmäßig der Stick nur als Laufwerk erkannt.
    Wenn ich dann usb_modeswitch ausführe sagt er mir:

    sudo usb_modeswitch -c/etc/usb_modeswitch.conf

    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 004 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: Vodafone
    Model String: CD ROM (Huawei)
    Revision String: 2.31
    -------------------------

    USB description data (for identification)
    -------------------------
    Manufacturer: Vodafone Group (Huawei)
    Product: Vodafone Mobile Broadband (Huawei)
    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

    Checking for mode switch (max. 5 times, once per second) ...
    Searching for target devices ...
    Searching for target devices ...
    Searching for target devices ...
    Searching for target devices ...
    Searching for target devices ...
    No new devices in target mode or class found

    Mode switch has failed. Bye.

    In der /etc/usb_modeswitch.conf steht folgendes:

    # Configuration for the usb_modeswitch package, a mode switching tool for
    # USB devices providing multiple states or modes
    #
    # Evaluated by the wrapper script /usr/sbin/usb_modeswitch_dispatcher
    #
    # To enable an option, set it to "1", "yes" or "true" (case doesn't matter)
    # Everything else counts as "disable"


    # Disable automatic mode switching globally (e.g. to access the original
    # install storage)

    DisableSwitching=0


    # Enable logging (results in a extensive report file in /var/log, named
    # "usb_modeswitch_<interface-name>" and probably others

    EnableLogging=0
    # install storage)

    DisableSwitching=0


    # Enable logging (results in a extensive report file in /var/log, named
    # "usb_modeswitch_<interface-name>" and probably others

    EnableLogging=0

    # Huawei E1750 T-Mobile web'n walk Stick Fusion II

    DefaultVendor= 0x12d1
    DefaultProduct= 0x14c3

    TargetVendor = 0x12d1
    TargetProduct= 0x14c8

    MessageContent="55534243123456780000000000000011062000000100000000000000000000"
    MessageEndpoint=0x01
    CheckSuccess=5

    Wo liegt mein Fehler?

    Danke für Tipps!

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!