nokia 7230: getnetworkinfo: unhandled frame
Raphaƫl <[email protected]> Sun, 7 Sep 2014 16:22:29 -0300
| Newsgroups | gmane.linux.drivers.gnokii |
|---|---|
| Message-ID | <20140907192229.GA8291@deeebian> |
Using bluetooth with a Nokia 7230-1c, here is the log of the failing getnetworkinfo command: $ gnokii --phone nokia --getnetworkinfo > GNOKII Version 0.6.30 > LOG: debug mask is 0x1 > Config read [...] > phone instance config: > model = series40 > port = [...] > connection = bluetooth > initlength = default > serial_baudrate = 19200 > serial_write_usleep = -1 > handshake = software > require_dcd = 0 > smsc_timeout = 10 > rfcomm_channel = 0 > sm_retry = 0 > Connecting > Forcing rfcomm_channel = 14 for FBUS connection > Serial device: opening device [...] > Channel: 14 > Channel: 14 > Using channel: 14 > Getting model... > Message sent: 0x1b / 0x0006 > 00 01 00 07 01 00 | > Message received: 0x1b / 0x003a > 01 42 00 08 00 01 58 34 00 30 56 20 31 30 2e 38 | B X4 0V 10.8 > 31 0a 32 38 2d 30 32 2d 31 31 0a 52 4d 2d 35 39 | 1 28-02-11 RM-59 > 38 0a 28 63 29 20 4e 6f 6b 69 61 20 20 20 20 20 | 8 (c) Nokia > 20 20 20 20 20 20 20 0a 4c 00 | L > Received message type 1b > model length: 6 > Received model RM-598 > Getting network info ... > Message sent: 0x0a / 0x0005 > 00 01 00 00 00 | > Message received: 0x0a / 0x000a > 01 97 00 f0 01 00 00 00 00 00 | > Received message type 0a > Unknown subtype of type 0x0a (240) > UNHANDLED FRAME RECEIVED > request: 0x0a / 0x0005 > 00 01 00 00 00 | > reply: 0x0a / 0x000a > 01 97 00 f0 01 00 00 00 00 00 | > Please read Docs/Bugs and send a bug report! > Error: The current frame isn't handled by the incoming function. > Serial device: closing device I don't see in this trace any fact that the device would *not* support that, but I don't understand why it failed. Here in comparison: $ gnokii --phone nokia --identify > GNOKII Version 0.6.30 > LOG: debug mask is 0x1 > Config read from file [...] > phone instance config: > model = series40 > port = [...] > connection = bluetooth > initlength = default > serial_baudrate = 19200 > serial_write_usleep = -1 > handshake = software > require_dcd = 0 > smsc_timeout = 10 > rfcomm_channel = 0 > sm_retry = 0 > Connecting > Forcing rfcomm_channel = 14 for FBUS connection > Serial device: opening device [...] > Channel: 14 > Channel: 14 > Using channel: 14 > Getting model... > Message sent: 0x1b / 0x0006 > 00 01 00 07 01 00 | > Message received: 0x1b / 0x003a > 01 42 00 08 00 01 58 34 00 30 56 20 31 30 2e 38 | B X4 0V 10.8 > 31 0a 32 38 2d 30 32 2d 31 31 0a 52 4d 2d 35 39 | 1 28-02-11 RM-59 > 38 0a 28 63 29 20 4e 6f 6b 69 61 20 20 20 20 20 | 8 (c) Nokia > 20 20 20 20 20 20 20 0a 4c 00 | L > Received message type 1b > model length: 6 > Received model RM-598 > Identifying... > Message sent: 0x1b / 0x0005 > 00 01 00 00 41 | A > Message sent: 0x1b / 0x0006 > 00 01 00 07 01 00 | > Message received: 0x1b / 0x001a > 01 42 00 01 00 01 41 14 00 10 [...] | B A [...] > Received message type 1b > Received imei [...] > Message received: 0x1b / 0x003a > 01 42 00 08 00 01 58 34 00 30 56 20 31 30 2e 38 | B X4 0V 10.8 > 31 0a 32 38 2d 30 32 2d 31 31 0a 52 4d 2d 35 39 | 1 28-02-11 RM-59 > 38 0a 28 63 29 20 4e 6f 6b 69 61 20 20 20 20 20 | 8 (c) Nokia > 20 20 20 20 20 20 20 0a 4c 00 | L > Received message type 1b > Received revision V 10.81 > model length: 6 > Received model RM-598 > IMEI : [...] > Manufacturer : Nokia > Model : RM-598 > Product name : RM-598 > Revision : V 10.81 > Serial device: closing device Any hint ? regards