From owner-freebsd-questions@FreeBSD.ORG Thu Jul 20 17:25:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 111E316A4DA for ; Thu, 20 Jul 2006 17:25:20 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF1643D45 for ; Thu, 20 Jul 2006 17:25:19 +0000 (GMT) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.6/8.13.6) with ESMTP id k6KHPID4002150; Thu, 20 Jul 2006 13:25:18 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.13.6/8.13.6/Submit) with ESMTP id k6KHPHXJ002147; Thu, 20 Jul 2006 13:25:18 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Thu, 20 Jul 2006 13:25:17 -0400 (EDT) From: doug To: Garrett Cooper In-Reply-To: <44BFB988.10200@u.washington.edu> Message-ID: <20060720131344.L1859@fledge.watson.org> References: <44BFB816.6060509@u.washington.edu> <44BFB988.10200@u.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: HOWTO wireless please. 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: Thu, 20 Jul 2006 17:25:20 -0000 On Thu, 20 Jul 2006, Garrett Cooper wrote: > Garrett Cooper wrote: >> Marwan Sultan wrote: >>> Hello gurus, >>> >>> Can someone help me setting up my wireless device on my laptop >>> im on 6.1R, I tried to do as instructed on handbook, but no luck. >>> My laptop suppose to be the client, and i have a netgear wireless modem >>> router up and running. >>> How to make the freebsd see the router have the ip, and make the device >>> up? >>> >>> from dmesg >>> ugen0: Broadcom Corp HP Integrated Module >>> >>> The following is the output of ifconfig -a >>> # ifconfig -a >>> >>> fwe0: >>> flags=108943 >>> mtu 1500 >>> options=8 >>> inet6 fe80::603f:2ff:fe6c:4184%fwe0 prefixlen 64 scopeid 0x1 >>> inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 >>> ether 62:3f:02:6c:41:84 >>> ch 1 dma 0 >>> fxp0: flags=8843 mtu 1500 >>> options=8 >>> inet6 fe80::216:d4ff:fe01:617e%fxp0 prefixlen 64 scopeid 0x2 >>> inet 192.168.0.14 netmask 0xffffff00 broadcast 192.168.0.255 >>> ether 00:16:d4:01:61:7e >>> media: Ethernet autoselect (100baseTX ) >>> status: active >>> lo0: flags=8049 mtu 16384 >>> inet6 ::1 prefixlen 128 >>> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 >>> inet 127.0.0.1 netmask 0xff000000 >>> >>> the following is in /etc/rc.conf (i think there is something wrong) >>> >>> ifconfig_fwe0="DHCP" >>> dhcp_program="/sbin/dhclient" >>> ddhcp_flags="" >>> >>> the following is compiles in the kernel >>> wlan >>> an >>> awi >>> ral >>> wi >>> wlan_wep >>> wlan_ccmp >>> wlan_tkip >>> wl As i have been told that fwe0 is not the wireless device, then how to >>> show it up? >>> compiled the kernel to some modifications as i wrote here, but no luck, >>> Will kindly someone help me, as im new to wireless and bsd. >>> >>> Marwan >> Marwan, >> fwe0 is your ethernet over IEEE1394 (firewire) connection. According to >> the information above you don't have your wireless interface even present, >> ie ugen0 was not present in the ifconfig output you have listed above. >> -Garrett > Here are some good relevant comments about your chipset: > , and you > should refer to this page > ( > : Chapter 27.3) instead of the chapter mentioned in the bsdforums thread I > gave earlier. > -Garrette Also the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/advanced-networking.html With no wep I think your rc.conf is ok, if you use wep: ifconfig_ugen0="wepmode on deftxkey 1 wepkey 0x DHCP assuming you are using FreeBSD 5 or 6, you can dynamically load all the drivers using /boot/loader.conf. For my laptop (a thinkpad T42p) I have: snd_ich_load="YES" if_ipw_load="YES" wlan_load="YES" wlan_wep_load="YES" acpi_ibm_load="YES" That saves rebuilding the kernel to add the ugen device, assuming it is not there. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >