** Description changed:

- How seriousness this bug is is a matter of perspective.  The SIM card
- will lock up and become unsable after several unlock attempts (10) with
- a wrong private unlock key (PUK).
+ The seriousness of this bug is can be discussed.  Besides preventing the
+ device to function, the SIM card will lock up and become unsable after
+ several unlock attempts (10) with a wrong private unlock key (PUK).
  
  
- The PIN and PUK codes seem to be entered in the same place and, as far I can 
see in the executable and source, it is limited to 4 digits:
+ The PIN and PUK keys seem to be entered and handled the same place in the 
source code, as far I can see the executable and source the entry field is 
limited to 4 digits:
  
  Fragment of code found in applet-device-gsm.c
  ...
        *out_secret_entry = GTK_ENTRY (w);
        gtk_entry_set_max_length (GTK_ENTRY (w), 4);
        gtk_entry_set_width_chars (GTK_ENTRY (w), 4);
  ...
  
  I discovered this problem since my mobile broadband pccard Huawei E600
  cannot be used with network-manager 0.7 although it otherwise works in
  GNU-Linux.

** Description changed:

- The seriousness of this bug is can be discussed.  Besides preventing the
+ The seriousness of this bug can be discussed.  Besides preventing the
  device to function, the SIM card will lock up and become unsable after
  several unlock attempts (10) with a wrong private unlock key (PUK).
  
  
  The PIN and PUK keys seem to be entered and handled the same place in the 
source code, as far I can see the executable and source the entry field is 
limited to 4 digits:
  
  Fragment of code found in applet-device-gsm.c
  ...
        *out_secret_entry = GTK_ENTRY (w);
        gtk_entry_set_max_length (GTK_ENTRY (w), 4);
        gtk_entry_set_width_chars (GTK_ENTRY (w), 4);
  ...
  
  I discovered this problem since my mobile broadband pccard Huawei E600
  cannot be used with network-manager 0.7 although it otherwise works in
  GNU-Linux.

-- 
Network-Manager-Applet asks for PUK and PIN of only up to 4 digits long while 
these codes can be up to 8 digits long
https://bugs.launchpad.net/bugs/318265
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to