From owner-freebsd-mobile Wed Oct 13 9: 1:11 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from mjw-0.dsl.speakeasy.net (mjw-0.dsl.speakeasy.net [216.231.36.127]) by hub.freebsd.org (Postfix) with ESMTP id 83857151A7 for ; Wed, 13 Oct 1999 09:01:06 -0700 (PDT) (envelope-from mjw@dhp.com) Received: from localhost (worlock@localhost) by mjw-0.dsl.speakeasy.net (8.9.3/8.9.3) with ESMTP id MAA00929; Wed, 13 Oct 1999 12:00:36 -0400 (EDT) (envelope-from mjw@dhp.com) X-Authentication-Warning: mjw-0.dsl.speakeasy.net: worlock owned process doing -bs Date: Wed, 13 Oct 1999 12:00:35 -0400 (EDT) From: Matt White X-Sender: worlock@mjw-0.dsl.speakeasy.net To: Randy Bush Cc: FreeBSD Laptoppers Subject: Re: roamabout startup In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hmmm...here's what I have: /etc/pccard.conf: # AT&T GIS Wavelan PCMCIA # If you want to use Japanese version, uncomment the second config # line and comment-out the first line. card "AT&T" "WaveLAN/PCMCIA" config default "wlp0" any # US version (915MHz) # config default "wlp0" any 0x01 # Japanese version (2.4GHz) ether wavelan insert logger -s AT\&T WaveLAN PCMCIA inserted insert /usr/sbin/wlpconfig -i $device -w 5692 insert /etc/pccard_ether $device remove logger -s AT\&T WaveLAN PCMCIA removed remove /etc/pccard_ether_remove $device /etc/rc.conf: pccard_ether="wlp0" ifconfig_common="inet 216.231.36.127 netmask 255.255.255.0" ifconfig_wlp0=$ifconfig_common Try switching your ifconfig lines in /etc/rc.conf around and see if that helps. -Matt On Mon, 11 Oct 1999, Randy Bush wrote: > >> wavelans seem to work in 3.3+pao. thank you! > >> > >> but, if the wavelan is the main interface, it needs to have wlpconfig run to > >> set the nwid or the startup will hang. where is it best to config the card? > >> > >> i tried adding the wlpconfig command as an insert in /etc/pccard.conf, but > >> no go. > > > > Hmmm...that worked fine for me. You sure you modified the right entry? I > > know that sounds like a silly question, but I didn't the first time > > through. > > card "Digital" "RoamAbout/DS" > config default "wlp0" any > ether wavelan > insert logger -s Digital RoamAbout/DS inserted > insert /usr/sbin/wlpconfig -i wlp0 -w 0xaaaa > insert /etc/pccard_ether $device > remove logger -s Digital RoamAbout/DS removed > remove /etc/pccard_ether_remove $device > > and /etc/rc.conf sez > > network_interfaces="auto" # List of network interfaces (or "auto"). > ifconfig_ep0="inet 147.28.0.38 netmask 255.255.255.0" > ifconfig_wlp0="inet 147.28.2.2 netmask 255.255.255.0" > ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. > defaultrouter="147.28.2.1" > > and, after > > Oct 11 07:19:53 roam pccardd[59]: Card "Digital"("RoamAbout/DS") [Version 2.00] [WaveLAN/PCMCIA] matched "Digital" ("RoamAbout/DS") [(null)] [(null)] > Oct 11 07:19:53 roam pccardd[59]: No MAC address definition for "Digital"("RoamAbout/DS") [(null)] [(null)] > Oct 11 07:19:53 roam pccardd[59]: Wavelan NWID[ee:ee] MAC[08:00:6a:2b:3e:83(Universal)] PCMCIA 915MHz > Oct 11 07:19:56 roam /kernel: card0: assign wlp0 iobase 0x240 irq 10 > Oct 11 07:19:56 roam /kernel: wlp0: nwid [ee:ee] mac:[8:0:6a:2b:3e:83] > > i get only > > roam.psg.com:/root# netstat -rn > Destination Gateway Flags Refs Use Netif Expire > 127.0.0.1 127.0.0.1 UH 1 260 lo0 > > and the interface is not up and the nwid is not set. > > randy > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message