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

Bug#433750: marked as done (linux-image-2.6.22-1-686: UMTS card stopped working)



Your message dated Sun, 21 Dec 2008 01:52:42 +0100
with message-id <20081221005241.GA19621@galadriel.inutil.org>
and subject line Re: linux-image-2.6.22-1-686: UMTS card stopped working
has caused the Debian Bug report #433750,
regarding linux-image-2.6.22-1-686: UMTS card stopped working
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
433750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=433750
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-2.6.22-1-686
Version: 2.6.22-1
Severity: normal

I have a Novatel U630 UMTS card.  After I plug it in, I run a "setpin"
script that looks like this:

"""
#!/usr/bin/env perl

use strict;
use warnings;

my $modem = "/dev/ttyS0";
# Substitute xxxx with your PIN.
# You should probably put your pin somewhere else, e.g. on an USB stick,
# an encrypted file system or something else, and read it from there...
# You have been warned!
my $pin = "1234";

$SIG{ALRM} = sub {
        die("timeout: no response from modem $modem\n");
};

open(MODEM, "+<", $modem) or die("can't open modem $modem");
alarm(10);
print(MODEM "AT+CPIN=\"$pin\"\n\r");
while (<MODEM>) {
        if (m/OK/) {
                close(MODEM);
                print("PIN accepted\n");
                exit(0);
        }
        if (m/ERROR/) {
                close(MODEM);
                print("PIN rejected\n");
                exit(1);
        }
}
"""

With the kernels linux-image-2.6.21-2-686 and linux-image-2.6.22-1-686
I get no response from this and it times out after the given alarm
interval.  With the kernel linux-image-2.6.18-4-686 from etch, this works
fine and I get "PIN accepted" after less than a second.

So something was broken along the way.  Let me know how I can help debug
this.


--- End Message ---
--- Begin Message ---
On Thu, Jul 19, 2007 at 10:54:53AM +0200, Peter Eisentraut wrote:
> Package: linux-image-2.6.22-1-686
> Version: 2.6.22-1
> Severity: normal

The upstream bugzilla entry was closed with the comment:

| Sorry, I don't have the contract anymore, and I would guess the hardware pieces
| have probably been supplanted by newer ones, so I wouldn't worry about this too
| much anymore, unless someone else can provide data.

Consequently, close the Debian bug likewise.

Cheers,
        Moritz


--- End Message ---

Reply to: