Fri 23 May 2008 09:31:40 AM UTC, comment #13:
I am totally lost within this bug report. Could you please separate issues as distinct bugs stating the following information for each one:
- gnokii, smsd, libgnokii version used -- please try at least 0.6.25
- bug description (expected behaviour, behaviour seen)
- debug log (for gnokii debug = on, for smsd/xgnokii xdebug = on)
- hardware details (phone, cable with usb ids)
- steps to reproduce the problem
Currently I see here 3 different phones with mixed success and failure reports. Please submit success stories to gnokii-users m-l.
|
Tue 13 May 2008 07:17:58 AM UTC, comment #2:
A pretty similar problem is found, even when an actual SMS was not received. Dear Support, sorry for complicating this, I just paste it so we have more info on the problem. It could be a bug outside gnokii.
I execute this script for a test:
#!/bin/bash
for ((i=0;i<1;i=0));do
gnokii --getsms IN 1 1 --delete >> log.log
done
Below is a debug from the usb driver. It repeats the first message seen lots of times.
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_bulk_callback(port = 0, status = 0)
oti6858_close(): after schedule_timeout_interruptible()
oti6858_close(): shutting down urbs
oti6858_open(port = 0)
oti6858_open(): submitting interrupt urb
oti6858_set_termios(port = 0)
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfd9e8)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x540b, arg = 0x00000000)
oti6858_ioctl(port = 0, cmd = 0x5402, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5402 not supported
oti6858_set_termios(port = 0)
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfd998)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x5403, arg = 0xbfdfd998)
oti6858_ioctl(): 0x5403 not supported
oti6858_chars_in_buffer(port = 0)
oti6858_set_termios(port = 0)
oti6858_tiocmset(port = 0, set = 0x00000000, clear = 0x00000002)
oti6858_tiocmset(port = 0, set = 0x00000000, clear = 0x00000004)
oti6858_read_int_callback(port = 0, status = 0)
oti6858_read_int_callback(): scheduling setup_line()
setup_line(port = 0)
setup_line(): submitting interrupt urb
oti6858_read_int_callback(port = 0, status = 0)
oti6858_tiocmset(port = 0, set = 0x00000002, clear = 0x00000000)
oti6858_tiocmset(port = 0, set = 0x00000004, clear = 0x00000000)
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x5403, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5403 not supported
oti6858_chars_in_buffer(port = 0)
oti6858_set_termios(port = 0)
oti6858_write(port = 0, count = 1)
oti6858_write(port = 0, count = 1)
oti6858_write(port = 0, count = 1)
oti6858_write(port = 0, count = 1)
oti6858_chars_in_buffer(port = 0)
oti6858_write_room(port = 0)
oti6858_chars_in_buffer(port = 0)
oti6858_write_room(port = 0)
oti6858_ioctl(port = 0, cmd = 0x5401, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5401 not supported
oti6858_ioctl(port = 0, cmd = 0x5403, arg = 0xbfdfda08)
oti6858_ioctl(): 0x5403 not supported
oti6858_chars_in_buffer(port = 0)
oti6858_chars_in_buffer(port = 0)
|