Server rebooting on USB Modem unplug

Hi everyone

I have an issue with USB 3G modem on SLES 11 SP4.

When I unplug the USB Modem or resetting it from the console the server goes to reboot.

On SLES 11 SP3 I don’t any problem and modem working without any issue.

I am using usb_modeswitch to get modem works.

Resetting the modem with the command
usb_modeswitch -R -v 12d1 -p 1506
This command works ok on SLES 11 SP3
But when I run this command on SLES 11 SP4 the server going to reboot.

Hey guys, anyone?

Have you looked for any clues in the /var/log/messages?

Hi KBOYLE,

yes I’ve looked for errors in /var/log/messages, /var/log/warn without any result.

There are no errors in the log files.

I wanna mention I have two clean installed OSes on VMware - SLES 11 SP3 and SLES 11 SP4.

I faced this problem on SLES 11 SP4 but SLES 11 SP3 working good.

Also the USB modem detection differs on OSes

SLES 11 SP4:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 001 Device 003: ID 12d1:1506 Huawei Technologies Co., Ltd. Modem/Networkcard

SLES 11 SP3:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub

I’m using the same USB modem - HUAWEI E303

Hi William,

Can you open a Service Request? That may be the best way to get this issue resolved.

Please remember that these forums are staffed by volunteers and that support is provided on a "best effort’ basis. Some issues are too complex or require too much debugging to resolve via the forums.

I’m sorry, but I don’t have any ideas on this one. If anyone else has any suggestions to offer, I’m sure they will provide whatever help they can but, due to the holidays, it may take a few days.

If you do resolve this issue, could you please update this thread so we can all benefit from your experience?

Thank you.

Hi Kevin,

I will update this thread on any additional information.

I wanna add additional information:
After facing this proble I’ve updated SLES 11 SP4 till august 20, 2016 to check if there any changes but without any luck. Even updateed SLES 11 SP4 going to reboot after unplugging USB modem or resseting it from the console.

How can I open a Service Request?

Thank you

These are the SUSE Linux Enterprise Server =DT_DOCUMENTATION_1_1"]Product Support options available to you.

The SUSE Customer Center is where you can open a Service Request but you require an active maintenance subscription to do so.

Hi Kevin,

unfortunately I do not have active Maintenance Subscription to open s Service Request.

Try to resolve that issue myself or as a workaround just reinstall the OS on that server to SLES 11 SP3.

I will keep update this post as soon as new information is coming.

Thank you.

plokijuh Wrote in message:
[color=blue]

unfortunately I do not have active Maintenance Subscription to open s
Service Request.

Try to resolve that issue myself or as a workaround just reinstall the
OS on that server to SLES 11 SP3.

I will keep update this post as soon as new information is coming.[/color]

Are you are to try with a SLES11 SP3 server then upgrade to SLES11
SP4? I’m curious whether the problem exists with SLES11 SP4
(install or upgrade) or just fresh installs of SLES11 SP4 - the
answer might help identify the cause of this problem.

HTH.

Simon Flood
SUSE Knowledge Partner

----Android NewsGroup Reader----
http://usenet.sinaapp.com/

Hi Simon,

I’ve tried on SLES 11 SP3 and had no issue with the USB modem.

Then I decided to use SLES 11 SP4 (not updated, I’ve used ISO file) because of some critical security updates which weren’t present in SLES 11 SP3 I got this problem.

After that I updated SLES 11 SP4 with available updates till august 20, 2016 without any changes. Even with the updates SLES 11 SP4 rebooting on unplug or resseting USB modem.

Thak you

plokijuh Wrote in message:
[color=blue]

I’ve tried on SLES 11 SP3 and had no issue with the USB modem.

Then I decided to use SLES 11 SP4 (not updated, I’ve used ISO file)
because of some critical security updates which weren’t present in SLES
11 SP3 I got this problem.

After that I updated SLES 11 SP4 with available updates till august 20,
2016 without any changes. Even with the updates SLES 11 SP4 rebooting on
unplug or resseting USB modem.[/color]

My reason for suggesting upgrading SLES11 SP3 to SLES11 SP4 is
that I’ve known for some settings and/or files to carry through
from SP3.

HTH.

Simon Flood
SUSE Knowledge Partner

----Android NewsGroup Reader----
http://usenet.sinaapp.com/

Hi Simon
Hi Kevin

I think I got the main reason of the problem:
it is the option module which is used by USB GSM modem.

modinfo option

lsmod | grep usb

When you plug in USB modem and after its detection just try this command (on your own risk, but only reboot will happen):

modprobe -r option

In my case system reboots.

Without USB modem nothing happens.

I also did recompile option.c file tooked from SLES 11 SP3 on SLES 11 SP4 but with the same result, the system reboots as soon as you unplug USB modem.

USB driver for GSM and CDMA modems (USB_SERIAL_OPTION)

CONFIG_USB_SERIAL_OPTION:

Say Y here if you have a GSM or CDMA modem that’s connected to USB.

This driver also supports several PCMCIA cards which have a built-in OHCI-USB adapter and an internally-connected GSM modem. The USB bus on these cards is not accessible externally.