From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 19 13:31:09 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D83E106566C for ; Thu, 19 Jun 2008 13:31:09 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id DB4C18FC15 for ; Thu, 19 Jun 2008 13:31:08 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so714374wfg.7 for ; Thu, 19 Jun 2008 06:31:06 -0700 (PDT) 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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Bjx8qNPb3D7yBDmUqfBkz0KTIIQXU0E++k6g5qX8Xts=; b=j9n4CeOxByDk6cHta4WkHeMaMZD2uUgpYT+1YU7/q+MUQ/DxBvYSrtm1WZvXofd1pj 7OEp9/WRMEsRfsqdhiNSsb/XXHzNbEaKWtlh2QhC8Fno+dOB2vU5EW47E+o7O9+ykPsi 32rPajBMaZb6beFB6e5dX0aiwUpf0NZLIB1BM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=N5W4Mo6Y7XO5xwr8YkgX4NvRoCNMOYQOEg1aV1t+1ppF8oLWD0lXeI9NKnWXxrEKv/ kAXhh54g8/t+lP7DAwfdQOrh/8VfYnco7udY8cxazFLfSgZWt29yJ9Hf046AR0DX7CNp vvdvRXzjwG0a3NQfepR2DasMwMrKQCNfGM0U8= Received: by 10.142.148.10 with SMTP id v10mr897337wfd.303.1213882265911; Thu, 19 Jun 2008 06:31:05 -0700 (PDT) Received: by 10.142.199.19 with HTTP; Thu, 19 Jun 2008 06:31:05 -0700 (PDT) Message-ID: <3a142e750806190631u4d7e9d6ajd5b85f0a97cbb1d1@mail.gmail.com> Date: Thu, 19 Jun 2008 15:31:05 +0200 From: "Paul B. Mahol" To: eculp@cloudmaster.info In-Reply-To: <20080619061612.39782fyb1v5rcnb4@intranet.cloudmaster.info> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080619061612.39782fyb1v5rcnb4@intranet.cloudmaster.info> Cc: freebsd-mobile@freebsd.org Subject: Re: Ath0 802.11 comes up with Sam's patch but shows no carrier and I can't make it connect. X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2008 13:31:09 -0000 Because it looks like you are using CURRENT, first you need to create wlanX interface: ifconfig wlan create wlandev ath0 Read man page of ath (if you did installed new world) and/or entry in /usr/src/UPDATING dated 20080420. On 6/19/08, eculp@cloudmaster.info wrote: > > On amd64 current I have installed the patch from Sam, > http://people.freebsd.org/~sam/ath_hal-20080528.tgz, that seems to fix > the hal problem but it still doesn't have carrier and a scan only gets > "ifconfig: unable to get scan results" > > I've even checked the handbook and it says basically what I've done. > Any suggestions would be appreciated. > > More information: > > # ifconfig ath0 > ath0: flags=8843 metric 0 mtu 2290 > ether 00:1d:d9:27:5c:e5 > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > > # uname -a > FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #124: Tue Jun > 17 18:14:14 CDT 2008 > root@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO amd64 > > dmesg > > ath_hal: 0.10.5.6 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, > RF2413, RF5413, RF2133, RF2425, RF2417) > > ath0: mem 0xf2200000-0xf220ffff irq 19 at device > 0.0 on pci5 > ath0: [ITHREAD] > ath0: WARNING: using obsoleted if_watchdog interface > ath0: mac 14.2 phy 7.0 radio 10.2 > > rc.conf > if_ath_load="yes" > ifconfig_ath0="DHCP" > > Kernel config in /usr/src/sys/amd64/conf/ENCONTACTO > device ath > device ath_hal > device ath_rate_sample > device wlan > device wlan_wep > device wlan_ccmp > device wlan_tkip > > I don't have anything in the loader.conf. > > I can't help be feel that I'm missing something here. Thanks for any > suggestions, > > ed > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" >