Re: initialization problem under 2.4.20
d <[email protected]> Thu, 20 Mar 2003 14:13:26 -0500
| Newsgroups | gmane.linux.drivers.realtek.devel |
|---|---|
| Message-ID | <[email protected]> |
Here is the info from (in order) rtl-diag, dmesg, lsmod, and lspci. Like I said, the version that came with RedHat7.2 works fine, so I don't think it can be a hardware problem. Thanks. ************************ rtl-diag ************************ rtl8139-diag.c:v2.01 1/8/2001 Donald Becker ([email protected]) http://www.scyld.com/diag/index.html Index #1: Found a RealTek RTL8139 adapter at 0xc000. RealTek chip registers at 0xc000 0x000: 8aa8c000 000049b3 80000000 00000000 00002000 00002000 00002000 00002000 0x020: 1e3ec000 1e3ec600 1e3ecc00 1e3ed200 1e3d0000 01000000 0000fff0 00000000 0x040: 74000000 00000000 c5a849fd 00000000 000d1006 00000000 0088e510 00100000 0x060: 1000000f 01e1782d 000140a1 00000000 00000004 000107c0 b0f243b9 8a36df43 . No interrupt sources are pending. The chip configuration is 0x10 0x0d, MII half-duplex mode. EEPROM size test returned 6, 0x204a4 / 0. Parsing the EEPROM of a RealTek chip: PCI IDs -- Vendor 0x10ec, Device 0x8139, Subsystem 0x13e0. PCI timer settings -- minimum grant 32, maximum latency 64. General purpose pins -- direction 0xe5 value 0x12. Station Address 00:C0:A8:8A:B3:49. Configuration register 0/1 -- 0x0d / 0xc2. EEPROM active region checksum is 096f. EEPROM contents: 8129 10ec 8139 13e0 0001 4020 e512 c000 8aa8 49b3 0d10 f7c2 8801 43b9 b0f2 071a df43 8a36 df43 8a36 43b9 b0f2 1111 1111 0000 aced 0000 0000 0000 0000 0000 2000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 The word-wide EEPROM checksum is 0x2000. ************************ dmesg ************************ 8139too Fast Ethernet driver 0.9.26 PCI: Found IRQ 11 for device 01:04.0 PCI: Sharing IRQ 11 with 00:1f.1 rtl8139_init_board: PIO region size == 0x100 rtl8139_init_board: MMIO region size == 0x100 Unable to handle kernel paging request at virtual address 015c3005 printing eip: c0116f46 *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[<c0116f46>] Not tainted EFLAGS: 00010202 eax: 015c3001 ebx: df0000ff ecx: c027da50 edx: c0002014 esi: df000000 edi: df337c80 ebp: df000000 esp: ded93e18 ds: 0018 es: 0018 ss: 0018 Process modprobe (pid: 432, stackpage=ded93000) Stack: df337c80 c027da50 df337c9c c01171b7 c027da50 df337c80 df0000ff 00000001 c15b9c00 e091d978 c01dfb46 c027da50 df000000 00000100 e091d978 00000001 c15b9c00 e091d978 00000100 c01dfc18 c15b9c00 00000001 e091d978 00000200 Call Trace: [<c01171b7>] [<e091d978>] [<c01dfb46>] [<e091d978>] [<e091d978>] [<c01dfc18>] [<e091d978>] [<e091a29b>] [<e091d978>] [<c01e012c>] [<e091dc6c>] [<e091dfa0>] [<e091dc6c>] [<e091a550>] [<e091dc6c>] [<e091dfa0>] [<c01dfd7c>] [<e091dc6c>] [<e091dfa0>] [<c01dfde2>] [<e091dfa0>] [<e091c74a>] [<e091dfa0>] [<c0113ce5>] [<e091e0a4>] [<e091a060>] [<c0106da3>] Code: 39 58 04 76 0c 89 47 14 31 c0 89 3a 89 4f 10 eb 08 39 70 08 ************************ lsmod ************************ Module Size Used by 8139too 16592 1 (initializing) mii 2272 0 [8139too] ************************ lspci ************************ 00:00.0 Host bridge: Intel Corporation: Unknown device 2560 (rev 01) 00:02.0 Display controller: Intel Corporation: Unknown device 2562 (rev 01) 00:1d.0 USB Controller: Intel Corporation: Unknown device 24c2 (rev 01) 00:1d.1 USB Controller: Intel Corporation: Unknown device 24c4 (rev 01) 00:1d.2 USB Controller: Intel Corporation: Unknown device 24c7 (rev 01) 00:1d.7 USB Controller: Intel Corporation: Unknown device 24cd (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801BAM PCI (rev 81) 00:1f.0 ISA bridge: Intel Corporation: Unknown device 24c0 (rev 01) 00:1f.1 IDE interface: Intel Corporation: Unknown device 24cb (rev 01) 00:1f.3 SMBus: Intel Corporation: Unknown device 24c3 (rev 01) 00:1f.5 Multimedia audio controller: Intel Corporation: Unknown device 24c5 (rev 01) 01:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 10) 01:07.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2164W [Millennium II] ----- Original Message ----- From: Donald Becker <[email protected]> Date: Thursday, March 20, 2003 12:30 pm Subject: Re: [realtek] initialization problem under 2.4.20 > On Thu, 20 Mar 2003, d wrote: > > > Hi. I have upgraded my linux box to the 2.4.20 kernel. When I > boot > > the card/driver hangs. When I do an lsmod it shows the 8139too > driver > > as initializing. It never comes out of that state. > > Check for the easy things first -- run the diagnostic: > http://www.scyld.com/diag/index.html > ftp://ftp.scyld.com/pub/diag/ > > -- > Donald Becker [email protected] > Scyld Computing Corporation http://www.scyld.com > 410 Severn Ave. Suite 210 Scyld Beowulf cluster system > Annapolis MD 21403 410-990-9993 > > _______________________________________________ > realtek mailing list > [email protected] > http://www.scyld.com/mailman/listinfo/realtek >