public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [OOPS] Quicknet PhoneJACK usage in 2.4.4 isn't a good thing
@ 2001-05-03 21:10 David
  2001-05-04  0:33 ` David
  0 siblings, 1 reply; 2+ messages in thread
From: David @ 2001-05-03 21:10 UTC (permalink / raw)
  To: linux-kernel, linux-drivers

Kernel 2.4.4, nothing special.  PCI PhoneJACK.

00:0a.0 Multimedia audio controller: Quicknet Technologies Inc: Unknown 
device 0500
       Flags: medium devsel
       I/O ports at a400 [size=32]
       Memory at c9000000 (32-bit, non-prefetchable) [size=4K]
       I/O ports at a000 [size=32]
       Memory at c8800000 (32-bit, non-prefetchable) [size=4K]

$ cat /proc/ixj

$Id: ixj.c,v 3.31 2000/04/14 19:24:47 jaugenst Exp $
$Id: ixj.h,v 3.14 2000/03/30 22:06:48 eokerson Exp $
$Id: ixjuser.h,v 3.21 2001/04/03 23:42:00 eokerson Exp $
Card Num 0
DSP Base Address 0xa400
XILINX Base Address 0xa410
DSP Type 8022
DSP Version 01.17
Serial Number 500414e7
Card Type = Internet PhoneJACK PCI
Readers 0
Writers 0
FSK words 0
Capabilities 12
DSP Processor load 0
Caller ID data not sent
Caller ID Date
Caller ID Time
Caller ID Name
Caller ID Number
Play CODEC NO CODEC CHOSEN
Record CODEC NO CODEC CHOSEN
AEC OFF
Hook state 0
Port POTS
SLIC state STANDBY


Problems:

1) loading the ixj module while X is running causes a kernel OOPS in the 
swapper, killing the machine flat out.
2) after successfully loading the modules and starting X to use gnophone 
GUI application, answering a call will cause a crash.  Sometimes just 
the inbound ringing is sufficient to crash.

The CVS version of these modules doesn't kill the machine but it still 
OOPS and a reboot is necessary to remove the broken modules.

Here is an oops of the module loading.  I'll be posting more oopses as I 
can catch them.

David

==============================================================

Unable to handle kernel paging request at virtual address 67615d6c   
*pde = 00000000                                                      
Oops: 0000                                                           
CPU:    0                                                            
EIP:    0010:[<d0a90c81>]              
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010202                       
eax: 67615d64   ebx: cc600000   ecx: 00600000   edx: 0000607c
esi: d0a8a5c0   edi: 00000000   ebp: d0a98180   esp: c03a3f14
ds: 0018   es: 0018   ss: 0018                              
Process swapper (pid: 0, stackpage=c03a3000)
Stack: cc600000 d0a8a606 cc600000 00000000 d0a8a5c0 00000000 c03a3fa4 
00000000
      c011a315 00000001 c011a6b6 00000000 00000000 c03e25a0 00000000 
c03a3fa4
      c040d24c c0119fe2 c037d7f8 c0117bbf 00000000 c0117af8 00000000 
00000001
Call Trace: [<d0a8a606>] [<d0a8a5c0>] [<c011a315>] [<c011a6b6>] 
[<c0119fe2>] [<c0117bbf>] [<c0117af8>]
      [<c0117a02>] [<c0107e99>] [<c0105118>] [<c0105118>] [<c0106afc>] 
[<c0105118>] [<c0105118>] [<c0100018>]
      [<c010513b>] [<c010519e>] [<c0105000>] [<c0100197>]               
                                     
Code: 8b 40 08 85 c0 74 09 50 e8 aa 5f 69 ef 83 c4 04 8b 83 08 0c

 >>EIP; d0a90c81 <[ixj].rodata.start+ba1/1031>   <=====
Trace; d0a8a606 <[ixj]ixj_daa_write+7f2/d2c>
Trace; d0a8a5c0 <[ixj]ixj_daa_write+7ac/d2c>
Trace; c011a315 <update_wall_time+3d/40>
Trace; c011a6b6 <timer_bh+20e/248>
Trace; c0119fe2 <tqueue_bh+16/1c>
Trace; c0117bbf <bh_action+1b/60>
Trace; c0117af8 <tasklet_hi_action+38/5c>
Trace; c0117a02 <do_softirq+42/64>
Trace; c0107e99 <do_IRQ+9d/b0>
Trace; c0105118 <default_idle+0/28>
Trace; c0105118 <default_idle+0/28>
Trace; c0106afc <ret_from_intr+0/20>
Trace; c0105118 <default_idle+0/28>
Trace; c0105118 <default_idle+0/28>
Trace; c0100018 <startup_32+18/a5>
Trace; c010513b <default_idle+23/28>
Trace; c010519e <cpu_idle+3e/54>
Trace; c0105000 <init+0/108>
Trace; c0100197 <L6+0/2>

Code;  d0a90c81 <[ixj].rodata.start+ba1/1031>
00000000 <_EIP>:
Code;  d0a90c81 <[ixj].rodata.start+ba1/1031>   <=====
  0:   8b 40 08                  mov    0x8(%eax),%eax   <=====
Code;  d0a90c84 <[ixj].rodata.start+ba4/1031>
  3:   85 c0                     test   %eax,%eax
Code;  d0a90c86 <[ixj].rodata.start+ba6/1031>



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [OOPS] Quicknet PhoneJACK usage in 2.4.4 isn't a good thing
  2001-05-03 21:10 [OOPS] Quicknet PhoneJACK usage in 2.4.4 isn't a good thing David
@ 2001-05-04  0:33 ` David
  0 siblings, 0 replies; 2+ messages in thread
From: David @ 2001-05-04  0:33 UTC (permalink / raw)
  To: linux-drivers; +Cc: linux-kernel

Here's the followup with the CVS (5/3/2001) version of ixj.o and 
phonedev.o.  First inbound call was fine, answered, sent voice data, 
pushed buttons, all is well.  Second inbound call crashed the modules.  
All further attempts to route a call to it have failed.

Unable to handle kernel paging request at virtual address d14f42c0
*pde = 00000000
Oops: 0000
CPU:    0
EIP:    0010:[<d0a9f507>]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010282
eax: 00a44fac   ebx: d14f336c   ecx: 00000018   edx: 00000004
esi: 0000082f   edi: cc9f3df9   ebp: cc9f3d58   esp: cc9f3d4c
ds: 0018   es: 0018   ss: 0018
Process gnophone (pid: 3456, stackpage=cc9f3000)
Stack: 00000095 0000082f cc9f3df9 cc9f3d88 d0a9f6ab 0000082f 00000000 
c0438d80
      c02a67f6 00000060 d0aaf3cd ca53a5e0 00000246 00000000 0813e3c0 
cc9f3e98
      d0a9fcb6 0000082f 00000007 c029f748 ca53a5e0 00000000 0813e3c0 
d0aaf404
Call Trace: [<d0a9f6ab>] [<c02a67f6>] [<d0aaf3cd>] [<d0a9fcb6>] 
[<c029f748>] [<d0aaf404>] [<c02a746d>]
      [<c02a7b24>] [<d0aae3c0>] [<f8081e08>] [<c02953df>] [<d0aae3c0>] 
[<c01a8bb9>] [<c01a8c54>] [<c029727b>]
      [<c029728f>] [<c0297403>] [<c029a9e7>] [<c0117a02>] [<c013b79f>] 
[<c0106a53>] [<c010002b>]
Code: 80 bb 54 0f 00 00 13 77 5f 8b 75 0c c1 e6 04 2b 75 0c c1 e6

 >>EIP; d0a9f507 <[ixj]ixj_write_cid_bit+13/cc>   <=====
Trace; d0a9f6ab <[ixj]ixj_write_cid_seize+1b/50>
Trace; c02a67f6 <ip_output+10e/114>
Trace; d0aaf3cd <[ixj]__module_parm_xio+f32/14065>
Trace; d0a9fcb6 <[ixj]ixj_write_cid+20a/3a4>
Trace; c029f748 <nf_hook_slow+ec/134>
Trace; d0aaf404 <[ixj]__module_parm_xio+f69/14065>
Trace; c02a746d <ip_build_xmit+2e5/36c>
Trace; c02a7b24 <output_maybe_reroute+0/14>
Trace; d0aae3c0 <[ixj]__module_kernel_version+0/0>
Trace; f8081e08 <END_OF_CODE+275bf8f5/????>
Trace; c02953df <sys_sendto+df/f0>
Trace; d0aae3c0 <[ixj]__module_kernel_version+0/0>
Trace; c01a8bb9 <write_chan+161/214>
Trace; c01a8c54 <write_chan+1fc/214>
Trace; c029727b <skb_release_data+67/70>
Trace; c029728f <kfree_skbmem+b/54>
Trace; c0297403 <__kfree_skb+12b/134>
Trace; c029a9e7 <net_tx_action+4b/9c>
Trace; c0117a02 <do_softirq+42/64>
Trace; c013b79f <sys_ioctl+15f/174>
Trace; c0106a53 <system_call+33/38>
Trace; c010002b <startup_32+2b/a5>

Code;  d0a9f507 <[ixj]ixj_write_cid_bit+13/cc> 00000000 <_EIP>:
Code;  d0a9f507 <[ixj]ixj_write_cid_bit+13/cc>   <=====
  0:   80 bb 54 0f 00 00 13      cmpb   $0x13,0xf54(%ebx)   <=====
Code;  d0a9f50e <[ixj]ixj_write_cid_bit+1a/cc>
  7:   77 5f                     ja     68 <_EIP+0x68> d0a9f56f 
<[ixj]ixj_write_cid_bit+7b/cc>
Code;  d0a9f510 <[ixj]ixj_write_cid_bit+1c/cc>
  9:   8b 75 0c                  mov    0xc(%ebp),%esi
Code;  d0a9f513 <[ixj]ixj_write_cid_bit+1f/cc>
  c:   c1 e6 04                  shl    $0x4,%esi
Code;  d0a9f516 <[ixj]ixj_write_cid_bit+22/cc>
  f:   2b 75 0c                  sub    0xc(%ebp),%esi
Code;  d0a9f519 <[ixj]ixj_write_cid_bit+25/cc>
  12:   c1 e6 00                  shl    $0x0,%esi




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-04  0:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-03 21:10 [OOPS] Quicknet PhoneJACK usage in 2.4.4 isn't a good thing David
2001-05-04  0:33 ` David

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox