Problem with PCMCIA on FreeBSD 6.1 Release (Notebook P-II)

gosha-necr gosha-necr at yandex.ru
Thu May 25 21:21:04 PDT 2006


Hi all! Please help me, i don't know what must i do.
On my "LapTop" :) Pentium II i try to connect PCMCIA LAN card. It's name "CNet" Ethernet adapter. It not detect..
On the intenet i found that i must turn on OLDCARD in kernel, but when i add line
device pcic
config MYCERN tell me: device pcic not found ?!
Please help, i don't know what must i do.

================== My dmesg ========================================
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE #7: Wed May 24 22:34:49 YEKST 2006
    root at Bsd-Notebook:/usr/src/sys/i386/compile/GOSHA
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Pentium II/Pentium II Xeon/Celeron (267.27-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x652  Stepping = 2
  Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory  = 67043328 (63 MB)
avail memory = 60252160 (57 MB)
kbd1 at kbdmux0
cpu0 on motherboard
pcib0: <Intel 82443BX host to PCI bridge (AGP disabled)> pcibus 0 on motherboard
pir0: <PCI Interrupt Routing Table: 5 Entries> on motherboard
pci0: <PCI bus> on pcib0
pci0: <display, VGA> at device 2.0 (no driver attached)
cbb0: <O2Micro OZ6836/6860 PCI-CardBus Bridge> irq 11 at device 3.0 on pci0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb1: <O2Micro OZ6836/6860 PCI-CardBus Bridge> irq 11 at device 3.1 on pci0
cardbus1: <CardBus bus> on cbb1
pccard1: <16-bit PCCard bus> on cbb1
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfcd0-0xfcdf at device 7.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xfce0-0xfcff irq 11 at device 7.2 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: <bridge> at device 7.3 (no driver attached)
orm0: <ISA Option ROM> at iomem 0xc0000-0xcbfff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
fdc0: <Enhanced floppy controller> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
unknown: <PNP0c02> can't assign resources (memory)
unknown: <PNP0303> can't assign resources (port)
unknown: <PNP0c02> can't assign resources (port)
unknown: <PNP0f13> can't assign resources (irq)
unknown: <PNP0700> can't assign resources (port)
Timecounter "TSC" frequency 267274446 Hz quality 800
Timecounters tick every 1.000 msec
pccard0: Card has no functions!
cbb0: PC Card card activation failed
CIS is too long -- truncating
pccard1: Card has no functions!
cbb1: PC Card card activation failed
ad0: 4126MB <TOSHIBA MK4309MAT G5.01 B> at ata0-master UDMA33
acd0: CDROM <TOSHIBA CD-ROM XM-1802B/1419> at ata1-master PIO4
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 Trying to mount root from ufs:/dev/ad0s1a

================== My kernel Config ================================
machine		i386
cpu		I686_CPU
ident		GOSHA
options		CPU_FASTER_5X86_FPU
options 	SCHED_4BSD		# 4BSD scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	MSDOSFS			# MSDOS Filesystem
options 	CD9660			# ISO 9660 Filesystem
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	GEOM_GPT		# GUID Partition Tables.
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
options 	SCSI_DELAY=1000		# Delay (in ms) before probing SCSI
options 	KTRACE			# ktrace(1) support
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
device		apic			# I/O APIC
device		sound
device		eisa
options		EISA_SLOTS=3
device		pci
device		fdc
device		ata
device		atadisk		# ATA disk drives
device		atapicd		# ATAPI CDROM drives
options 	ATA_STATIC_ID	# Static device numbering
device		scbus		# SCSI bus (required for SCSI)
device		da		# Direct Access (disks)
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse
device		cbb
device		pcic
device		pccard
device		kbdmux		# keyboard multiplexer
device		vga		# VGA video card driver
options		VESA
device		splash		# Splash screen and screen saver support
device		sc
device		ppbus		# Parallel port bus (required)
device		loop
device		random		# Entropy device
device		ether		# Ethernet support
device		pty		# Pseudo-ttys (telnet etc)
device		bpf		# Berkeley packet filter
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
#device		ehci		# EHCI PCI->USB interface (USB 2.0)
device		usb		# USB Bus (required)
device		umass		# Disks/Mass storage - Requires scbus and da
================= My /dev listing ==============================
acd0
acd0t01
ad0
ad0s1
ad0s1a
ad0s1b
ad0s1c
ata
atkbd0
audio0.0
audio0.1
bpsm0
console
consolectl
ctty
devctl
devstat
dsp0.0
dsp0.1
dspW0.0
dspW0.1
dspr0.0
fd
fd0
fido
geom.ctl
io
kbd0
kbd1
kbdmux0
klog
kmem
log
mem
mixer0
net
net1
network
null
pccard0.cis
pccard1.cis
pci
psm0
random
sndstat
stderr
stdin
stdout
sysmouse
ttyv0
ttyv1
ttyv2
ttyv3
ttyv4
ttyv5
ttyv6
ttyv7
ttyv8
ttyv9
ttyva
ttyvb
ttyvc
ttyvd
ttyve
ttyvf
urandom
usb
usb0
xpt0
zero
===================== My make.conf =========================
CPUTYPE?=pentium2
CFLAGS= -O3 -pipe -march=pentium2 -ffast-math -funroll-loops
CXXFLAGS+= -O3 -pipe -march=pentium2 -fconserve-space -ffast-math -funroll-loops
COPTFLAGS= -O3 -pipe -march=pentium2 -ffast-math -funroll-loops
NO_MODULES=1		# do not build modules with the kernel
==================== My rc.conf =============================
......
pccard_enable="YES"
......


More information about the freebsd-mobile mailing list