Date: Fri, 7 May 1999 11:29:57 +0200 From: Tuyet-Tram.Dang-Ngoc@prism.uvsq.fr (Dang-Ngoc TUYET-TRAM) To: freebsd-questions@FreeBSD.ORG Subject: 3Com Megahertz 589 PCCard Message-ID: <19990507112956.A26442@gibet.prism.uvsq.fr>
next in thread | raw e-mail | index | archive | help
Hello,
I'm trying to install a 3Com Megahertz 589 PCCard (3CCE589 ET) on a laptop
which is running FB3.1-STABLE.
As I didn't succeed with the "normal" version of FreeBSD,
I got PAO3-19990329-beta. But I don't succeed either.
# dmesg
[ ... ]
CPU: Pentium/P55C (140.32-MHz 586-class CPU)
Origin = "GenuineIntel" Id = 0x543 Stepping=3
Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
real memory = 83886080 (81920K bytes)
avail memory = 78565376 (76724K bytes)
Preloaded elf kernel "kernel" at 0xf02c1000.
Probing for devices on PCI bus 0:
chip0: <Host to PCI bridge (vendor=1060 device=e891)> rev 0xb0 on pci0.0.0
vga0: <Trident model 9660 VGA-compatible display device> rev 0xd3
int a irq 255 on pci0.17.0
chip1: <PCI to ISA bridge (vendor=1060 device=e886)> rev 0xb2 on pci0.18.0
pcic0: <Cirrus Logic PD6729/6730 PC-card Bridge> rev 0x07 int a irq 255 on
pci0.24.0
Probing for devices on the ISA bus:
[ ... ]
ep0 not found at 0x110
[ ... ]
apm0 on isa
apm: found APM BIOS version 1.1
[ ... ]
The message that appears on console when executing /etc/rc.pccard when the
systsem start is :
kldload: kernel pcic module loaded
pccardc: /dev/card0: Device not configured
Enable PC-card.[1] 340
I make sure that I've done a MAKEDEV on card0 just before, and
# ls -als /dev/card*
0 crw-r--r-- 1 root wheel 50, 0 May 7 10:38 /dev/card0
0 crw-r--r-- 1 root wheel 50, 1 May 7 10:39 /dev/card1
I also edited the /etc/pccard.conf
[ ... ]
io 0x110-0x11F # These 2 values are the one given
irq 10 # by windows on which the card
# works
memory 0xd4000 96k # for this one, I'm not sure, win give me the
# 3000 - 3003 that I also tried with no result
# 3Com Megahertz 3CXE589ET
card "3Com" "Megahertz 589E"
config 0x1 "ep0" ?
insert echo 3Com Megahertz 3C589E inserted
# insert /etc/pccard_ether ep0
insert /etc/pccard_ether ep0 -link0 link1
remove echo 3Com Megahertz 3C589E removed
remove /sbin/ifconfig ep0 delete
[ ... ]
My kernel configuration is adapted from PAO_ALL :
[ ... ]
options PCIC_RESUME_RESET
options ATAPI_DETACH
pseudo-device card 1
device pcic0
device apm0 at isa? # Advanced Power Management
device ep0 at isa? port 0x110 net irq 10
[ ... ]
and my /etc/rc.conf is something like :
[ ... ]
apm_enable="YES" # Set to YES if you want APM enabled.
pccard_enable="YES" # Set to YES if you want to configure PCCARD devices.
pccard_mem="3000" # If pccard_enable=YES, this is card memory address.
pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
[ ... ]
Some commands :
# pccardc dumpcis
0 slots found
# . /etc/rc.pccard
kldload: can't load pcic: File exists
pccardc: /dev/card0: Device not configured
Enable PC-card.[1] 359
#
[1] + Done pccardd
# cat /var/log/pccardd.debug
#
Any idea ?
Tram
--
dntt@prism.uvsq.fr
Universite de Versailles
http://www.prism.uvsq.fr/~dntt
A list is only as strong as its weakest link. - Don Knuth
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?19990507112956.A26442>
