From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 15:27:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1876F16A41A for ; Sun, 20 Jan 2008 15:27:08 +0000 (UTC) (envelope-from bahkha@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id C00CA13C44B for ; Sun, 20 Jan 2008 15:27:07 +0000 (UTC) (envelope-from bahkha@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so2386664pyb.10 for ; Sun, 20 Jan 2008 07:27:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=UuFXU2EL6dnVq1WU5etrH+N95bl559urtr4whflM7h0=; b=tChxQZ0hF68CL/Ykcs74l1PnHNeuNwA2P9PqKmcNm+CaE5seGWw/vK5cdhJkHqBW6omPlIl0xOObHxAIDyDG2Yz/hO37S2RwFxNkHsluKIUd+MDA3VU3ix0+0e2jowl/zBcDlRdEgowpw1MEoGzHg4Zhw/C1HUXPnpsL2eC8Tls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=wU8ls/hr5K36SDts0SepUc8oTAc46ne2PxdYQDw5yCwKR2DlPXZwZ5C54IEiTJw5Me+2BfgDm1jHS+pM1bhH2J8VCTN5CLawkL982q5rs7InKhWzicD9+Q4BQZjmQeJn8sN930zHRTKXfGscT0Kecunf7NtKEybZwxsnYB/IwII= Received: by 10.142.84.3 with SMTP id h3mr2835002wfb.34.1200841156240; Sun, 20 Jan 2008 06:59:16 -0800 (PST) Received: by 10.142.166.16 with HTTP; Sun, 20 Jan 2008 06:59:16 -0800 (PST) Message-ID: <1ce16a2c0801200659x7c51811u6059c4b2420ead08@mail.gmail.com> Date: Sun, 20 Jan 2008 15:59:16 +0100 From: "Bachman Kharazmi" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: hp nx7300 Dell Wireless 1390 WLAN Mini-PCI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 15:27:08 -0000 Hi, I've tried to get my wireless card working on Freebsd 7.0RC1 using ndis. I've followed the steps in http://dannyman.toldme.com/2005/01/05/freebsd-howto-ndisulate-windows-drivers/ where everything has been successful. But when I do kldload ./bcmwl5_sys.ko the modules loads. But ifconfig -a doesn't show the wireless device and the blue led on the wlan button is still off (doesn't help pressing it). Anyone who've experienced similar behavior and knows how to get the wireless card working? Driver file extracted from http://ftp.dell.com/network/R112196.EXE pciconf -lv none0@pci0:16:0:0: class=0x028000 card=0x1364103c chip=0x431114e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' device = 'Dell Wireless 1390 WLAN Mini-PCI Card' class = network venus# kldstat Id Refs Address Size Name 1 22 0xc0400000 926ed4 kernel 2 1 0xc0d27000 14324 snd_hda.ko 3 2 0xc0d3c000 4a5ac sound.ko 4 1 0xc0d87000 6a1c4 acpi.ko 5 1 0xc4500000 22000 linux.ko 6 1 0xc4771000 6000 i915.ko 7 1 0xc4777000 f000 drm.ko 11 1 0xc909b000 92000 bcmwl5_sys.ko 12 1 0xc83ff000 c000 if_ndis.ko 13 2 0xc840b000 16000 ndis.ko [bkw@venus /usr]$ ifconfig -a fwe0: flags=8943 metric 0 mtu 1500 options=8 ether 02:02:3f:75:2f:0e inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ch 1 dma 0 fwip0: flags=8802 metric 0 mtu 1500 lladdr 0.2.3f.99.29.75.2f.e.a.2.ff.fe.0.0.0.0 bfe0: flags=8843 metric 0 mtu 1500 options=8 ether 00:17:a4:e7:c2:e5 inet 192.168.100.5 netmask 0xffffff00 broadcast 192.168.100.255 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 metric 0 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-RC1 #0: Mon Dec 24 12:18:24 UTC 2007 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Celeron(R) M CPU 440 @ 1.86GHz (1862.02-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6ec Stepping = 12 Features=0xafe9fbff Features2=0xc109 AMD Features=0x100000 real memory = 1065156608 (1015 MB) avail memory = 1028710400 (981 MB) ACPI APIC Table: ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Dec 24 2007 12:17:58) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 3f700000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 acpi_ec0: port 0x62,0x66 on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 cpu0: on acpi0 p4tcc0: on cpu0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0x4000-0x4007 mem 0xf4400000-0xf447ffff,0xe0000000-0xefffffff,0xf4480000-0xf44bffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: detected 7932k stolen memory agp0: aperture size is 256M vgapci1: mem 0xf4500000-0xf457ffff at device 2.1 on pci0 pcm0: mem 0xf4580000-0xf4583fff irq 16 at device 27.0 on pci0 pcm0: [ITHREAD] pcib1: irq 16 at device 28.0 on pci0 pci8: on pcib1 pcib2: irq 17 at device 28.1 on pci0 pci16: on pcib2 pci16: at device 0.0 (no driver attached) pcib3: irq 19 at device 28.3 on pci0 pci32: on pcib3 uhci0: port 0x4020-0x403f irq 20 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x4040-0x405f irq 17 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x4060-0x407f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered uhci3: port 0x4080-0x409f irq 19 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb3: on uhci3 usb3: USB revision 1.0 uhub3: on usb3 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xf4584000-0xf45843ff irq 20 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: on usb4 uhub4: 8 ports with 8 removable, self powered pcib4: at device 30.0 on pci0 pci2: on pcib4 cbb0: mem 0xf4100000-0xf4100fff irq 18 at device 6.0 on pci2 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb0: [ITHREAD] fwohci0: <1394 Open Host Controller Interface> mem 0xf4101000-0xf41017ff,0xf4104000-0xf4107fff irq 19 at device 6.1 on pci2 fwohci0: [FILTER] fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:02:3f:99:29:75:2f:0e fwohci0: Phy 1394a available S400, 3 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:02:3f:75:2f:0e fwe0: Ethernet address: 02:02:3f:75:2f:0e fwip0: on firewire0 fwip0: Firewire address: 00:02:3f:99:29:75:2f:0e @ 0xfffe00000000, S400, maxrec 2048 sbp0: on firewire0 dcons_crom0: on firewire0 dcons_crom0: bus_addr 0x13d8000 fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc000ffc0, gen=2, CYCLEMASTER mode bfe0: mem 0xf4108000-0xf4109fff irq 16 at device 14.0 on pci2 miibus0: on bfe0 bmtphy0: PHY 1 on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bfe0: using obsoleted if_watchdog interface bfe0: Ethernet address: 00:17:a4:e7:c2:e5 bfe0: [ITHREAD] isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x40a0-0x40af irq 16 at device 31.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] atapci1: port 0x13f0-0x13f7,0x15f4-0x15f7,0x1370-0x1377,0x1574-0x1577,0x40d0-0x40df mem 0xf4585000-0xf45853ff irq 17 at device 31.2 on pci0 atapci1: [ITHREAD] atapci1: AHCI Version 01.10 controller with 4 ports detected ata2: on atapci1 ata2: [ITHREAD] ata3: on atapci1 ata3: port not implemented ata3: [ITHREAD] ata4: on atapci1 ata4: port not implemented ata4: [ITHREAD] ata5: on atapci1 ata5: port not implemented ata5: [ITHREAD] battery0: on acpi0 battery1: on acpi0 acpi_acad0: on acpi0 acpi_button0: on acpi0 acpi_lid0: on acpi0 acpi_tz0: on acpi0 acpi_tz0: _CRT value is absurd, ignored (256.0C) acpi_tz1: on acpi0 acpi_tz2: on acpi0 acpi_tz3: on acpi0 acpi_tz4: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model IntelliMouse, device ID 3 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff pnpid ORM0000 on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding sio0: [FILTER] sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 1862016394 Hz quality 800 Timecounters tick every 1.000 msec hptrr: no controller detected. firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) fwohci0: phy int acpi_tz0: _CRT value is absurd, ignored (256.0C) acd0: DVDR at ata0-master PIO4 ad4: 76319MB at ata2-master SATA150 pcm0: pcm0: Trying to mount root from ufs:/dev/ad4s2a drm0: on vgapci0 info: [drm] AGP at 0xe0000000 256MB info: [drm] Initialized i915 1.5.0 20060119 drm0: [ITHREAD] acpi_tz0: _CRT value is absurd, ignored (256.0C)