[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#605275: EeePC 1005HAG still freezes when probing the builtin 3G modem



On Sun, Feb 26, 2012 at 18:57, Greg KH <greg@kroah.com> wrote:
> On Sun, Feb 26, 2012 at 06:35:43PM +0100, Maik Zumstrull wrote:

>> > Is the device stuck doing something?
>>
>> Not as far as I know.
>
> Are two userspace programs trying to access the device at the same time?

The device exports three virtual serial ports. ModemManager accesses
more than one. On the other hand, we were able to reproduce the freeze
accessing only one port from one process, see Bugzilla.

I've attached a fresh strace of opening the device on 3.2.6. The
open() takes 10s, the close takes 5s. Nothing else was accessing any
ttyUSB*; I killed ModemManager and double checked with lsof.

> Yes.  Please try loading the module with:
>        modprobe option debug=1
> and seeing what happens in the kernel log when you open the device.

Output attached. I think it's three "option_send_setup" for one
open()/close(). At least, that's what happens with the C snippet.

Attachment: kern.log.bz2
Description: BZip2 compressed data

Attachment: ttytest.strace
Description: Binary data


Reply to: