Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 18:14:05 +0100
From:      Volker Kindermann <freebsd@secspace.de>
To:        questions@freebsd.org
Subject:   Problems with Intel EtherExpress PRO/100 PCMCIA card
Message-ID:  <20021115181405.3cd09387.freebsd@secspace.de>

next in thread | raw e-mail | index | archive | help
Hi,

I'm trying to enable a Intel EtherExpress PRO/100 PCMCIA card in my
system (FreeBSD 4.7 stable, GENERIC kernel, Thinkpad X20).

I've set

pccard_enable="YES"
pccard_ifconfig="inet 192.168.17.25 netmask 255.255.255.0"

in /etc/rc.conf.

The dmesg regarding this card is:

Nov 15 18:04:58 argus pccardd[54]: Card "Intel"("EtherExpress(TM)
PRO/100 PC Card Mobile Adapter16") [PRO/100 M16A] [1.00] matched "Intel"
("EtherExpress(TM) PRO/100 PC Card Mobile Adapter16") [(null)] [(null)] 
Nov 15 18:05:03 argus /kernel: xe0 at port 0x240-0x24f iomem
0xd1000-0xd1fff irq 11 slot 0 on pccard0 Nov 15 18:05:04 argus /kernel:
xe0: Intel CE3, bonding version 0x45, 100Mbps capable Nov 15 18:05:04
argus /kernel: xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0 Nov
15 18:05:04 argus /kernel: xe0: Ethernet address 00:a0:c9:ba:15:79 Nov
15 18:05:03 argus pccardd[54]: xe0: Intel (EtherExpress(TM) PRO/100 PC
Card Mobile Adapter16) inserted. Nov 15 18:05:09 argus /kernel:
module_register: module pccard/xe already exists! Nov 15 18:05:09 argus
/kernel: linker_file_sysinit "if_xe.ko" failed to register! 17 Nov 15
18:05:09 argus pccardd[54]: pccardd started Nov 15 18:05:20 argus
/kernel: xe0: watchdog timeout; resetting card


pccardc dumpcis gives:

Code 136 not found
Code 136 not found
code Unknown ignored
Code 138 not found
Code 138 not found
code Unknown ignored
Configuration data for card in slot 0
Tuple #1, code = 0x1 (Common memory descriptor), length = 2
    000:  00 ff
	Common memory device information:
		Device number 1, type No device, WPS = OFF
		Speed = No speed, Memory block size = reserved, 32 units
Tuple #2, code = 0x17 (Attribute memory descriptor), length = 2
    000:  00 ff
	Attribute memory device information:
		Device number 1, type No device, WPS = OFF
		Speed = No speed, Memory block size = reserved, 32 units
Tuple #3, code = 0x15 (Version 1 info), length = 77
    000:  05 00 49 6e 74 65 6c 00 45 74 68 65 72 45 78 70
    010:  72 65 73 73 28 54 4d 29 20 50 52 4f 2f 31 30 30
    020:  20 50 43 20 43 61 72 64 20 4d 6f 62 69 6c 65 20
    030:  41 64 61 70 74 65 72 31 36 00 50 52 4f 2f 31 30
    040:  30 20 4d 31 36 41 00 31 2e 30 30 00 ff
	Version = 5.0, Manuf = [Intel], card vers = [EtherExpress(TM) PRO/100
PC Card Mobile Adapter16]	Addit. info = [PRO/100 M16A],[1.00]
Tuple #4, code = 0x0 (Null tuple), length = 8
    000:  00 15 ba 00 00 00 00 00
Tuple #5, code = 0x20 (Manufacturer ID), length = 5
    000:  89 00 0a 01 43
	PCMCIA ID = 0x89, OEM ID = 0x10a
Tuple #6, code = 0x44 (Card init date), length = 4
    000:  e5 31 67 25
Tuple #7, code = 0x1a (Configuration map), length = 5
    000:  01 01 00 08 03
	Reg len = 2, config register addr = 0x800, last config = 0x1
	Registers: XX------ 
Tuple #8, code = 0x1b (Configuration entry), length = 25
    000:  c1 c1 bd 7f 55 4d 5d 3e 46 46 06 e0 17 17 e4 60
    010:  00 00 0f 70 bc 8e 10 00 20
	Config index = 0x1(default)
	Interface byte = 0xc1 (I/O)  +RDY/-BSY active, wait signal supported
	Vcc pwr:
		Nominal operating supply voltage: 5 x 1V
		Minimum operating supply voltage: 4.5 x 1V
		Maximum operating supply voltage: 5.5 x 1V
		Continuous supply current: 3.5 x 100mA
		Max current average over 1 second: 4 x 100mA
		Max current average over 10 ms: 4 x 100mA
		Power down supply current: 1 x 100mA
	Wait scale Speed = 1.2 x 10 ms
	RDY/BSY scale Speed = 1.2 x 10 ms
	Card decodes 4 address lines, full 8/16 Bit I/O
		I/O address # 1: block start = 0x0 block length = 0x10
		IRQ modes: Level, Pulse
		IRQs:  2 3 4 5 7 9 10 11 15
	Memory space length = 0x10
	Max twin cards = 0
	Misc attr: (Power down supported)
Tuple #9, code = 0x21 (Functional ID), length = 2
    000:  06 00
	Network/LAN adapter
Tuple #10, code = 0x22 (Functional EXT), length = 8
    000:  04 06 00 a0 c9 ba 15 79
	Network node ID: 00 a0 c9 ba 15 79
Tuple #11, code = 0x22 (Functional EXT), length = 2
    000:  01 02
	Network technology: Ethernet
Tuple #12, code = 0x22 (Functional EXT), length = 5
    000:  02 80 96 98 00
	Network speed: 10 Mb/sec
Tuple #13, code = 0x22 (Functional EXT), length = 5
    000:  02 00 e1 f5 05
	Network speed: 100 Mb/sec
Tuple #14, code = 0x22 (Functional EXT), length = 2
    000:  03 01
	Network media: UTP
Tuple #15, code = 0x22 (Functional EXT), length = 2
    000:  03 03
	Network media: Thin coax
Tuple #16, code = 0x22 (Functional EXT), length = 2
    000:  05 00
	Network connector: open connector standard
Tuple #17, code = 0x0 (Null tuple), length = 12
    000:  39 30 30 32 36 46 42 41 31 35 37 39
Tuple #18, code = 0xff (Terminator), length = 0
2 slots found


What can I do to enable this nic?

Thank you
 volker



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021115181405.3cd09387.freebsd>