From owner-freebsd-mobile@FreeBSD.ORG Mon May 23 05:12:45 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 C7BDE16A421 for ; Mon, 23 May 2005 05:12:45 +0000 (GMT) (envelope-from lr101fc@yahoo.co.uk) Received: from smtp001.mail.ukl.yahoo.com (smtp001.mail.ukl.yahoo.com [217.12.11.32]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E4A343D4C for ; Mon, 23 May 2005 05:12:44 +0000 (GMT) (envelope-from lr101fc@yahoo.co.uk) Received: from unknown (HELO ?192.168.1.102?) (lr101fc@81.134.71.247 with plain) by smtp001.mail.ukl.yahoo.com with SMTP; 23 May 2005 05:12:40 -0000 Message-ID: <42909F8A.2000703@yahoo.co.uk> Date: Sun, 22 May 2005 16:04:42 +0100 From: Hanno Krusken Organization: LR101FC.net User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: if_iwi.ko - INTEL/pro 2915abg - source code for FreeBSD-5.4 ??? to build in kernel ?? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lr101fc@yahoo.co.uk List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 05:12:46 -0000 got the "if_iwi.ko" kernel module working under FreeBSD-5.4-RELEASE-p1, but every time I compile my custom kernel, I manualy have to "cp" if_iwi.ko from /boot/kernel.old to /boot/kernel to keep it working. Using the files: iwi-firmware-1.2.tbz # to control Intel/Pro wireless 2915abg miniPCI iwi-freebsd-1.3.4.tgz # driver used for FreeBSD-5.3 # driver works under FreeBSD-5.4 the file: !!!! "iwi-freebsd-1.4.2.tgz" is only for FreeBSD-6.x !!!! QUESTION: Is there any way to enable for driver build under FreeBSD-5.4 ??? I would like to take the "#" off, but "config my-kernel" is complaining # my-KERNEL-file # Wireless NIC cards device wlan # 802.11 support # device wlan_wep # WEP crypto <----- # device iwi # Intel/PRO 2915abg miniPCI <---- to be able to rebuild the "iwi" driver support in the source ?? There is source code around for OpenBSD and DragenFly, how about FreeBSD ?? # settings in: /boot/loader.conf ############################################################## ### Networking drivers ##################################### ############################################################## miibus_load="YES" # miibus support, needed for some drivers if_iwi_load="YES" # Intel Pro/2915abg miniPCI WiFi # auto probe in: "dmesg.boot" > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Mobile Intel(R) Celeron(R) CPU 1.80GHz (1794.19-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 > Features=0xbfebf9ff > real memory = 1073676288 (1023 MB) > avail memory = 1041764352 (993 MB) > Pentium 4 TCC support enabled, current performance 528% > iwi0: mem 0xdfeff000-0xdfefffff irq 11 at device 8.0 on pci3 > iwi0: Ethernet address: 00:0e:35:9a:bf:7d > iwi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps > iwi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > iwi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps # Thanks for any help, Hanno