Linux: Bug in the nozomi driver

05 12 2009
If you have a nozomi based 3G PCMCIA modem (like the Option models from Movistar Spain), you'll probably noticed that, since kernel version 2.6.29, you can no longer establish an Internet connection with it. While it properly answers to AT commands, when the pppd daemon tries to talk to the other side, it simply hangs with no response.

If this is your case, you might be interested in taking a look at this bug (13024). Or, if you're in a hurry (and somewhat brave ;-), you might want to try something like this:

--- nozomi.c.orig 2009-12-05 22:57:43.000000000 +0100
+++ nozomi.c 2009-12-05 22:57:54.000000000 +0100
@@ -1626,10 +1626,10 @@

dc->open_ttys--;
port->count--;
- tty_port_tty_set(port, NULL);

if (port->count == 0) {
DBG1("close: %d", nport->token_dl);
+ tty_port_tty_set(port, NULL);
spin_lock_irqsave(&dc->spin_mutex, flags);
dc->last_ier &= ~(nport->token_dl);
writew(dc->last_ier, dc->reg_ier);





Trackbacks


No Trackbacks

Comments

Display comments as (Linear | Threaded)
No comments

Add Comment


Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA