Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2003 14:57:31 +0900
From:      Cyril Niklaus <cynik@gmx.co.uk>
To:        "Kevin Oberman" <oberman@es.net>
Cc:        Marco Wertejuk <wertejuk@mwcis.com>, freebsd-mobile@freebsd.org
Subject:   Re: newcard, /dev/card0 missing? 
Message-ID:  <3AC2FF00-2D05-11D7-AD6E-003065D548D4@gmx.co.uk>
In-Reply-To: <20030121013221.02BFC5D04@ptavv.es.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mardi, janvier 21, 2003, at 10:32 AM, Kevin Oberman wrote:
> If you are using NEWCARD, there is no /devc/card0 and you don't run
> pccardd. If you look at /sys/i386/conf/OLDCARD, you will see that it
> includes "device card" while NEWCARD does not.
Well, I'm using NEWCARD (well GENERIC) and this is what I get during 
startup:

Setup PC-CARD:
pccardc:
/dev/card0
:
No such file or directory
pccardc:
/dev/card0
:
No such file or directory.
Looking closely at the dmesg output I see this:
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
and you mention that one needs OLDCARD for ISA->pccard bridges. Would 
that then apply as well?

Wanting to see if OLDCARD was helping any, I cvsup and build the OC 
kernel. Unfortunately it fails here:
rm -f hack.c
sh /usr/src/sys/conf/newvers.sh OLDCARD
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes 
-Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -g 
-nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev 
-I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter 
-D_KERNEL -include opt_global.h -fno-common  -mno-align-long-strings 
-mpreferred-stack-boundary=2 -ffreestanding -Werror  vers.c
linking kernel.debug
if_wi.o: In function `wi_attach':
/usr/src/sys/dev/wi/if_wi.c:447: undefined reference to 
`ieee80211_rate2media'
/usr/src/sys/dev/wi/if_wi.c:466: undefined reference to 
`ieee80211_ifattach'
if_wi.o: In function `wi_detach':
/usr/src/sys/dev/wi/if_wi.c:488: undefined reference to 
`ieee80211_ifdetach'
if_wi.o: In function `wi_stop':
/usr/src/sys/dev/wi/if_wi.c:797: undefined reference to 
`ieee80211_new_state'
if_wi.o: In function `wi_start':
/usr/src/sys/dev/wi/if_wi.c:878: undefined reference to 
`ieee80211_encap'
/usr/src/sys/dev/wi/if_wi.c:883: undefined reference to 
`ieee80211_find_node'
/usr/src/sys/dev/wi/if_wi.c:904: undefined reference to 
`ieee80211_wep_crypt'
if_wi.o: In function `wi_watchdog':
/usr/src/sys/dev/wi/if_wi.c:1017: undefined reference to 
`ieee80211_new_state'
/usr/src/sys/dev/wi/if_wi.c:1024: undefined reference to 
`ieee80211_watchdog'
if_wi.o: In function `wi_ioctl':
/usr/src/sys/dev/wi/if_wi.c:1163: undefined reference to 
`ieee80211_ioctl'
if_wi.o: In function `wi_media_change':
/usr/src/sys/dev/wi/if_wi.c:1190: undefined reference to 
`ieee80211_media2rate'
if_wi.o: In function `wi_media_status':
/usr/src/sys/dev/wi/if_wi.c:1264: undefined reference to 
`ieee80211_rate2media'
if_wi.o: In function `wi_sync_bssid':
/usr/src/sys/dev/wi/if_wi.c:1301: undefined reference to 
`ieee80211_new_state'
if_wi.o: In function `wi_rx_intr':
/usr/src/sys/dev/wi/if_wi.c:1404: undefined reference to 
`ieee80211_input'
if_wi.o: In function `wi_info_intr':
/usr/src/sys/dev/wi/if_wi.c:1530: undefined reference to 
`ieee80211_new_state'
if_wi.o: In function `wi_get_cfg':
/usr/src/sys/dev/wi/if_wi.c:1846: undefined reference to 
`ieee80211_cfgget'
if_wi.o: In function `wi_set_cfg':
/usr/src/sys/dev/wi/if_wi.c:1999: undefined reference to 
`ieee80211_cfgset'
if_wi.o: In function `wi_dump_pkt':
/usr/src/sys/dev/wi/if_wi.c:2580: undefined reference to 
`ieee80211_dump_pkt'
*** Error code 1

Stop in /usr/obj/usr/src/sys/OLDCARD.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Seems like I'm not gonna go very far today.
Cyril


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AC2FF00-2D05-11D7-AD6E-003065D548D4>