Intel 2011 & hostap settings

Eric Masson <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
Hello,

I'm trying the hostap option of wi driver and encountering the following
problem :

> ifconfig wi0 ssid 101 mediaopt hostap
ifconfig: SIOCSIFMEDIA: Device not configured

> ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
	inet 127.0.0.1 netmask 0xff000000 
wi0: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	ether 00:03:47:b4:8a:c1
	media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps)
	status: no carrier
	ssid 101 1:101
	stationname "FreeBSD WaveLAN/IEEE node"
	channel 8 authmode OPEN powersavemode OFF powersavesleep 100
	wepmode OFF weptxkey 1
ep0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	inet 192.168.0.13 netmask 0xffffff00 broadcast 192.168.0.255
	ether 00:00:86:53:74:3e

So hostap is definitely not activated.

Any idea to get this working please ?

Thanks

Eric Masson

> uname -a
FreeBSD srvbsdchassv.chantilly.kisoft-services.com 4.5-STABLE 
FreeBSD 4.5-STABLE #0: Tue Apr 30 12:29:58 CEST 2002     
[email protected]:/usr/src/sys/compile/TSP430CDS  i386

> dmesg
Copyright (c) 1992-2002 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 4.5-STABLE #0: Tue Apr 30 12:29:58 CEST 2002
    [email protected]:/usr/src/sys/compile/TSP430CDS
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium/P54C (120.00-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x52c  Stepping = 12
  Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory  = 50528256 (49344K bytes)
avail memory = 46747648 (45652K bytes)
pnpbios: Bad PnP BIOS data checksum
Preloaded elf kernel "kernel" at 0xc0278000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc027809c.
Intel Pentium detected, installing workaround for F00F bug
apm0: <APM BIOS> on motherboard
apm: found APM BIOS v1.2, connected at v1.2
npx0: <math processor> on motherboard
npx0: INT 16 interface
isa0: <ISA bus> on motherboard
orm0: <Option ROM> at iomem 0xe4000-0xeffff on isa0
fdc0: <NEC 765 or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
ata1 at port 0x170-0x177,0x376 irq 15 on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
pcic0: <Intel i82365SL-A/B> at port 0x3e0 iomem 0xd0000 on isa0
pcic0: Polling mode
pccard0: <PC Card bus (classic)> on pcic0
pccard1: <PC Card bus (classic)> on pcic0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
BRIDGE 020214 loaded
ad0: 1295MB <TOSHIBA MK1301MAV> [2633/16/63] at ata0-master BIOSPIO
acd0: CDROM <TOSHIBA CD-ROM XM-1502B> at ata1-master BIOSPIO
Mounting root from ufs:/dev/ad0s1a
pccard: card inserted, slot 0
pccard: card inserted, slot 1
wi0 at port 0x280-0x2c7 iomem 0xd4000-0xd43ff irq 3 flags 0x10000 slot 0 on pccard0
wi0: 802.11 address: 00:03:47:b4:8a:c1
wi0: using RF:PRISM2 MAC:HFA3841
wi0: Symbol Firmware: Primary 2.01.02, Station 2.20.02
ep0: <3Com 3C556> at port 0x240-0x25f irq 5 flags 0x1 slot 1 on pccard1
ep0: Ethernet address 00:00:86:53:74:3e

> cat /sys/i386/conf/TSP430CDS
#
# TSP430CDS -- kernel configuration file for FreeBSD/i386
#

machine		i386
cpu		I586_CPU
ident		TSP430CDS
maxusers	0

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

# Network support
options 	INET			#InterNETworking
options		ICMP_BANDLIM		#Rate limit bad replies
options 	BRIDGE			#Interface bridging

# Filesystems support
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support

# Miscellaneous options
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	UCONSOLE		#Allow users to grab the console
options 	KTRACE			#ktrace(1) support
options 	KBD_INSTALL_CDEV	#install a CDEV entry in /dev

# Busses
device		isa

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0

# ATA and ATAPI devices
device		ata0	at isa? port IO_WD1 irq 14
device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives

# Console settings
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1
device		psm0	at atkbdc? irq 12
device		vga0	at isa?
device		sc0	at isa? flags 0x100

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13

# PCCARD (PCMCIA) support
device		card
device		pcic0	at isa? irq 0 port 0x3e0 iomem 0xd0000

# Serial (COM) ports
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4

# Parallel port
device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer

# Lan support
device		ep
device		wi

# Pseudo devices - the number indicates how many units to allocate.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	bpf		# Berkeley packet filter

# Power management support
device		apm0    at nexus? flags 0x20

-- 
 Bref : pas de caractères ASCII dans les en-têtes
 -+- SP in GNU : ß¡Êñ ©øñf¡gµ®Ê® $Ê$ à®T¡©£Ê$ -+-

To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-mobile" in the body of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.