From owner-freebsd-mobile@FreeBSD.ORG Wed Jul 9 04:20:30 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4DB637B404 for ; Wed, 9 Jul 2003 04:20:30 -0700 (PDT) Received: from plant.d-sto.com (plant.d-sto.com [212.3.111.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id C700343F85 for ; Wed, 9 Jul 2003 04:20:28 -0700 (PDT) (envelope-from kostya@d-sto.com) Received: from localhost (localhost [127.0.0.1]) by plant.d-sto.com (Postfix) with SMTP id 1FA684A1ED for ; Wed, 9 Jul 2003 14:21:11 +0300 (EEST) X-AV-Checked: Wed Jul 9 14:21:11 2003 Ok Received: from kostya.zavod.d-sto.com (kostya [192.168.1.25]) by plant.d-sto.com (Postfix) with ESMTP id 15E5B49AC1 for ; Wed, 9 Jul 2003 14:21:05 +0300 (EEST) Date: Wed, 9 Jul 2003 14:21:05 +0300 From: Konstantin Nikonenko X-Mailer: The Bat! (v1.60 RC/2) Organization: www.d-sto.com X-Priority: 3 (Normal) Message-ID: <105432613014.20030709142105@d-sto.com> To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: pccard & wi X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Konstantin Nikonenko List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 11:20:31 -0000 Hello freebsd-mobile, Have: Standart PC configuration on Intel motherboard, PCI-PCMCIA bridge with Orinoco wavelan. uname -a FreeBSD plant.d-sto.com 5.1-CURRENT FreeBSD 5.1-CURRENT #19: Wed Jul 9 13:39:12 EEST 2003 kernel maked from file, where OLDSTYLE configure # PCCARD (PCMCIA) support # Pcmcia and cardbus bridge support nodevice cbb # cardbus (yenta) bridge device pcic # ExCA ISA and PCI bridges device card 2 nodevice pccard # PC Card (16-bit) bus nodevice cardbus # CardBus (32-bit) bus from dmesg i can view next: pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib0: slot 2 INTA is routed to irq 11 pcib0: slot 31 INTD is routed to irq 3 pcib0: slot 31 INTB is routed to irq 10 pcib0: slot 31 INTC is routed to irq 9 ... pcib1: _PRS resource entry has unsupported type 2 pcic0: at device 10.0 on pci1 pcic0: PCI Memory allocated: 0xff800000 pcib1: _PRS resource entry has unsupported type 2 pcic0: No PCI interrupt routed, trying ISA. pcic0: Polling mode ... pccard: card inserted, slot 0 wi0 at port 0x240-0x27f irq 10 slot 0 on pccard0 wi0: 802.11 address: 00:60:1d:f6:7f:51 wi0: using Lucent Technologies, WaveLAN/IEEE wi0: Lucent Firmware: Station (6.6.1) wi0: supported rates: 1Mbps 2Mbps 5.5Mbps 11Mbps card is configured via ifconfig in /etc/rc.conf pccard_enable="YES" pccard_ifconfig="YES" removable_interfaces="wi0" ifconfig_wi0="inet A.B.C.D netmask 255.255.255.240 media DS/11Mbps mediaopt adhoc stationname XXX ssid YYYY channel 10" ifconfig wi0 say next wi0: flags=8843 mtu 1500 inet A.B.C.D netmask 0xfffffff0 broadcast a.b.c.d ether 00:02:2d:28:0b:79 media: IEEE 802.11 Wireless Ethernet DS/11Mbps status: no carrier ssid my_name stationname DSTO channel 10 authmode OPEN powersavemode OFF powersavesleep 100 wepmode OFF weptxkey 1 adhoc mode i put from you recommendation from this maillist. Another side is in BSS mode. Interface doesn't work. :( ping say, that host is down. In FreeBSD 4.X all working beautiful ;) without any errors. mb i must configure in kernel in another way? But in this case interface is not founding. -- Cheers, Konstantin Nikonenko http://www.kot.dp.ua/