From owner-freebsd-questions@FreeBSD.ORG Sat Oct 27 18:18:18 2007 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 EDC6416A419 for ; Sat, 27 Oct 2007 18:18:18 +0000 (UTC) (envelope-from necati83@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 753CC13C494 for ; Sat, 27 Oct 2007 18:18:18 +0000 (UTC) (envelope-from necati83@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so957542nfb for ; Sat, 27 Oct 2007 11:18:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=53/KP5DUoFZLyyAq4lUNhuiJeL7rSDHN5EagKDABptg=; b=pb59WCwLt/zYGn2WKzfsnrcqT3R7LXToPRcGkS3gY/hSSapCoHM3FcXta4Pwg0D+xs5Z/KS2vsuYkvm1Ew6/VYI1Ml5lDLC8KcRF0FP9b4LrmPq9iJdROzRD8P0eeeUEWprqJbZ6k4zr/nmGkSKDKH1uKcYcccVNFJLoynp4IkM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=d6O0IxfKCVaSxjUlWDBpEdOxIkaEzcPI1TFJwnlSwUishf8gfK0Dk5EWesxebGIIQwhNjbgiXs03ZhOuelkMt6l60SGjvqTavCPfP3OzEn2U1z1F6iSG8LhFrfhbvPca6tX8VoXBFIsq+I8Yem9BuDLO2qA4ealH08Wfl683pO0= Received: by 10.78.190.10 with SMTP id n10mr3254376huf.1193507480957; Sat, 27 Oct 2007 10:51:20 -0700 (PDT) Received: by 10.78.124.10 with HTTP; Sat, 27 Oct 2007 10:51:20 -0700 (PDT) Message-ID: Date: Sat, 27 Oct 2007 20:51:20 +0300 From: "Necati Demir" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Atheros wireless 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: Sat, 27 Oct 2007 18:18:19 -0000 Hi, As a 6 year linux user, i am new to freebsd. :) In my laptop i have a atheros wireless card. To use it, i compiled modules; # cd /sys/modules/ath # make; make load # cd /sys/modules/ath_hal # make; make load # cd /sys/modules/ath_rate_sample # make; make load # cd /sys/modules/wlan # make; make load # cd /sys/modules/wlan_acl # make; make load # cd /sys/modules/wlan_wep # make; make load # cd /sys/modules/wlan_xauth # make; make load Then i added following lines to the /boot/loader.conf if_ath_load="YES" ath_hal_load="YES" ath_rate_load="YES" wlan_load="YES" wlan_acl_load="YES" wlan_ccmp_load="YES" wlan_tkip_load="YES" wlan_wep_load="YES" wlan_xauth_load="YES" And i restarted my machine to be sure. When i use kldstat command to see modules, i see this output; # kldstat Id Refs Address Size Name 1 9 0xc0400000 70794c kernel 2 1 0xc0b08000 2cf4 wlan_acl.ko 3 1 0xc0b0b000 1b88 wlan_xauth.ko 4 1 0xc2d1f000 16000 linux.ko Where is my if_ath module and the other ath modules? Where is the problem? And of course, still my wireless does not work. -- Necati Demir http://demir.web.tr ndemir [~] demir.web.tr necati83 [~] gmail.com --------------------------------------