Automatic Activation, Hotplug and UDEV, Configuration
Post Reply
naxil
Posts: 1
Joined: 05 Mar 2015, 00:46

Huawei e367 u2 (loop resetting problem)

Post by naxil » 05 Mar 2015, 00:58

Hi i use ubuntu 12.04 Linux naxil-M61P-S3 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:12 UTC 2014 i686 athlon i686 GNU/Linux.
I have do a stupid installation of mobilepartner for linux (very horrible...) and now my huawei not work good!
sometimes it's recognized wrong (diff lsusb value) , when start good the dongle stay connected for few second and after it reset (like a replug).

that's the wrong value i think
Bus 002 Device 002: ID 12d1:1446 Huawei Technologies Co., Ltd. E1552/E1800/E173 (HSPA modem)

instead

Bus 001 Device 016: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard
(isn't e367 specific but i think is the same hw ...)

Mobile partner installation make a super common file for configuration (because it can be used with tons of dongle).
The dongle reset in loop (with and without SIMCARD).

What i can do for clean my ubuntu 12.04 from any rules or make a CLEAN rules only for e367?

some info.. on code

Code: Select all

ttyUSB0 (usb-serial)
KERNEL[21434.309645] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.0/ttyUSB0/tty/ttyUSB0 (tty)
KERNEL[21434.309676] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.3/ttyUSB1 (usb-serial)
KERNEL[21434.309794] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.3/ttyUSB1/tty/ttyUSB1 (tty)
KERNEL[21434.309811] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.4/ttyUSB3 (usb-serial)
KERNEL[21434.310036] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.4/ttyUSB3/tty/ttyUSB3 (tty)
UDEV  [21434.336314] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.0/ttyUSB0 (usb-serial)
UDEV  [21434.347398] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.4/ttyUSB3 (usb-serial)
UDEV  [21434.357332] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.3/ttyUSB1 (usb-serial)
UDEV  [21434.398147] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.4/ttyUSB3/tty/ttyUSB3 (tty)
UDEV  [21434.402829] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.0/ttyUSB0/tty/ttyUSB0 (tty)
UDEV  [21434.417447] add      /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.3/ttyUSB1/tty/ttyUSB1 (tty)
KERNEL[21493.504296] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.0/ttyUSB0/tty/ttyUSB0 (tty)
KERNEL[21493.504332] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.0/ttyUSB0 (usb-serial)
KERNEL[21493.506241] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.3/ttyUSB1/tty/ttyUSB1 (tty)
KERNEL[21493.506277] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.3/ttyUSB1 (usb-serial)
KERNEL[21493.506369] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.4/ttyUSB3/tty/ttyUSB3 (tty)
KERNEL[21493.506385] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.4/ttyUSB3 (usb-serial)
UDEV  [21493.516280] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.0/ttyUSB0/tty/ttyUSB0 (tty)
UDEV  [21493.526913] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.3/ttyUSB1/tty/ttyUSB1 (tty)
UDEV  [21493.528320] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.4/ttyUSB3/tty/ttyUSB3 (tty)
UDEV  [21493.547922] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.0/ttyUSB0 (usb-serial)
UDEV  [21493.552217] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.4/ttyUSB3 (usb-serial)
UDEV  [21493.558972] remove   /devices/pci0000:00/0000:00:0f.3/usb1/1-1/1-1:1.3/ttyUSB1 (usb-serial)


ModemManager[5117]: <info>  ModemManager (version 1.0.0) starting...
ModemManager[5117]: <warn>  Could not acquire the 'org.freedesktop.ModemManager1' service name
ModemManager[5117]: <info>  ModemManager is shut down


Post Reply