From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 23:46:46 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 5821E1065671 for ; Thu, 7 Aug 2008 23:46:46 +0000 (UTC) (envelope-from lolrodney@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 2DB8F8FC25 for ; Thu, 7 Aug 2008 23:46:46 +0000 (UTC) (envelope-from lolrodney@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1063659rvf.43 for ; Thu, 07 Aug 2008 16:46:45 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=5HcoduPfuoKP45mAPjp9U5teHlsg43GS9ybrbFjSU9Q=; b=KeADhbP8a4QqKEsPXC3U0P/WHr9SM21TeNtJyTrIyLGFNQPYpJj0y+6dQMB1SfYx9w 2OQPQhqAY9o484MTZLMnfaK3q7l96UBQS/VArLoOHp2TzCZxU3Zh6KAmCPD39Isyhc/V ISodsFhxsuSgNXcgZeXG5GLxD2ZLmNtzYTGTk= 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=fq0C/e2+E8xHmEM+6ty2IhyYZU0di2JJ5SzYPrkTKoEsztEUG7cORcndgXg56WsuI4 SoFat1SGutrVj8DB1NqwZGqFz9YMzuajKorJ2KLvYAXtGauqE3EP5VILfflGRuDLleW/ Pl4NkZbdO2FyVSm3BtVhvup1w587Ro1MB439U= Received: by 10.140.199.3 with SMTP id w3mr1005327rvf.16.1218151156365; Thu, 07 Aug 2008 16:19:16 -0700 (PDT) Received: by 10.140.128.13 with HTTP; Thu, 7 Aug 2008 16:19:16 -0700 (PDT) Message-ID: <4938c7f50808071619p56ccaf6dice06b62e26a85e3a@mail.gmail.com> Date: Thu, 7 Aug 2008 19:19:16 -0400 From: "RODNEY ROGER" 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: Wireless (Edimax EW-7128g / ral) to work on FreeBSD 7.0 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, 07 Aug 2008 23:46:46 -0000 Hi, I'm running FreeBSD 7.0 and have been having trouble getting a connection to my wireless access point with the ral driver. This is the contents of my /etc/rc.conf: ifconfig_ral0="ssid myssid wepmode on weptxkey 1 wepkey bssid DHCP" When I run 'dhclient ral0' to get the network parameters, it seems to be sending out several DHCPDISCOVER messages with no offers. I'll rarely get an offer and send out the request. I have txpower set to 50 (highest value accepted by this driver I guess) and this is what a typical scan shows; # ifconfig ral0 scan SSID BSSID CHAN RATE S:N INT CAPS 11 54M -91:-95 100EP WME # ifconfig ral0 ral0: flags=8843 metric 0 mtu 1500 ether media: IEEE802.11 Wireless Ethernet autoselect (OFDM/54Mbps) status:associated ssid channel 11 (2462 Mhz 11g) bssid <...> authmode OPEN privacy ON deftxkey 1 wepkey 1:<...> bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi11g roam:rate11g 5 protmode CTS FWIW, I have this same wireless card on several of my windows machines and it seems to be working flawlessly :(