From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 16:30:59 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC7271065688; Wed, 29 Oct 2008 16:30:59 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-gx0-f15.google.com (mail-gx0-f15.google.com [209.85.217.15]) by mx1.freebsd.org (Postfix) with ESMTP id 2AF8B8FC18; Wed, 29 Oct 2008 16:30:58 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by gxk8 with SMTP id 8so955836gxk.19 for ; Wed, 29 Oct 2008 09:30:58 -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=K+7OB7GSjlyyVI8T4HoixcDW6Ee70Jm9dAMB+0poNW8=; b=K2/7x4rao9pdcxvZir7VbeYJlM5Biz6LJ5bE7C749P4L5TjJXNd3zRXt8Yqch5dl6G A63eaUoYGOilvZCMX6ewIj06ejSJe2k2cR+YOi4jiHW9BR7/9gskiAyXp2tUmkc3oWyh 0zYg3A+1L/9Vh6R1+2p7zh/7wXeZM30KbdQ04= 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=bdYo+iJexmlkJ8sAcADK5qlSQnXZGRS921Gi+EXhTa8oPEQfXCY2Y8GxsLJPK+wkqb bETYe+qb3lojaHbKHKwIyP/oEXsyawtUcEV6oly2bvTb9U9cyo1Yag4ja95JL2WC1Vbh AWbB2gENlP+vPtoeO/o9p6fO1+NeZ1/a3v9DU= Received: by 10.231.15.205 with SMTP id l13mr1674462iba.14.1225297856951; Wed, 29 Oct 2008 09:30:56 -0700 (PDT) Received: by 10.231.11.72 with HTTP; Wed, 29 Oct 2008 09:30:56 -0700 (PDT) Message-ID: <3a142e750810290930l11da5981v7d0f09a4a42e940f@mail.gmail.com> Date: Wed, 29 Oct 2008 17:30:56 +0100 From: "Paul B. Mahol" To: "Sam Leffler" In-Reply-To: <49087912.90404@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <33615c8e0810290427g2dc73cd9p9bae3eaa15153d5e@mail.gmail.com> <3a142e750810290514k525d155ep5721b0480a82d63e@mail.gmail.com> <49087912.90404@freebsd.org> Cc: freebsd-current@freebsd.org, Rohit Tripathi Subject: Re: iwn no-link with latest kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 16:30:59 -0000 On 10/29/08, Sam Leffler wrote: > Maybe you can file a PR or at least provide some details? First I need to test my rum(4) cards, maybe it is only ndis problem. > FWIW I tested iwn w/ all the recent changes and it worked fine so if > it's stopped the OP needs to provide sufficient detail for me to > reproduce the problem. > > Sam > > Paul B. Mahol wrote: >> On 10/29/08, Rohit Tripathi wrote: >> >>> Hi, the iwn driver fails to detect wifi signals, loader.conf is >>> unchanged (worked with older kernels) >>> >> >> I have similar problem. After bunch of Sam commits to net80211 my wep >> setup doesnt work. >> Debuging I found that ndis managed to associate but dhclient, ping and >> others fails completly. (tcpdump on wlan0 doesnt show anything) >> (I did recompiled all third-party modules) >> >> >>> [rohit@tp ~]$ sudo dhclient wlan0 >>> Password: >>> wlan0: no link ...........^C >>> >>> Output of ifconfig: >>> >>> em0: flags=8843 metric 0 mtu 1500 >>> options=19b >>> ether 00:1b:78:73:35:b5 >>> media: Ethernet autoselect >>> status: no carrier >>> iwn0: flags=8843 metric 0 mtu >>> 2290 >>> ether 00:1b:e1:7e:fa:09 >>> media: IEEE 802.11 Wireless Ethernet autoselect mode 11g >>> status: associated >>> lo0: flags=8049 metric 0 mtu 16384 >>> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 >>> inet6 ::1 prefixlen 128 >>> inet 127.0.0.1 netmask 0xff000000 >>> wlan0: flags=8843 metric 0 mtu >>> 1500 >>> ether 00:1b:e1:7e:fa:09 >>> inet 192.168.1.125 netmask 0xffffff00 broadcast 192.168.1.255 >>> media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) >>> status: no carrier >>> ssid prout channel 6 (2437 Mhz 11g) >>> country US authmode SHARED privacy ON deftxkey 1 wepkey 1:40-bit >>> txpower 14 bmiss 10 scanvalid 60 protmode CTS wme >>> >>> >>> [rohit@tp ~]$ kldstat >>> Id Refs Address Size Name >>> 1 45 0xc0400000 9ee84c kernel (/boot/kernel/kernel) >>> 2 2 0xc0def000 2b0b0 linux.ko (/boot/kernel/linux.ko) >>> 3 1 0xc0e1b000 19c30 snd_hda.ko (/boot/kernel/snd_hda.ko) >>> 4 2 0xc0e35000 4a4f4 sound.ko (/boot/kernel/sound.ko) >>> 5 1 0xc0e80000 3414 umodem.ko (/boot/kernel/umodem.ko) >>> 6 1 0xc0e84000 756a9c nvidia.ko (/boot/modules/nvidia.ko) >>> 7 1 0xc15db000 6c6f4 acpi.ko (/boot/kernel/acpi.ko) >>> 8 1 0xc5eda000 9000 reiserfs.ko (/boot/kernel/reiserfs.ko) >>> >>> >>> Dmesg output: >>> >>> iwn0: mem 0xd7dfe000-0xd7dfffff irq 17 >>> at device 0.0 on pci3 >>> iwn0: Reg Domain: MoW1, address 00:1d:e0:7e:f0:09 >>> iwn0: [ITHREAD] >>> iwn0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps >>> iwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps >>> iwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps >>> 24Mbps 36Mbps 48Mbps 54Mbps >>> iwn0: 11na MCS: 15Mbps 30Mbps 45Mbps 60Mbps 90Mbps 120Mbps 135Mbps >>> 150Mbps 30Mbps 60Mbps 90Mbps 120Mbps 180Mbps 240Mbps 270Mbps 300Mbps >>> iwn0: 11ng MCS: 15Mbps 30Mbps 45Mbps 60Mbps 90Mbps 120Mbps 135Mbps >>> 150Mbps 30Mbps 60Mbps 90Mbps 120Mbps 180Mbps 240Mbps 270Mbps 300Mbps >>> iwn0: need multicast update callback >>> >> >> "need multicast update callback" now is printed only once. (before it >> was printed three times, at least for me) >> >>> _______________________________________________ >>> freebsd-current@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-current >>> To unsubscribe, send any mail to >>> "freebsd-current-unsubscribe@freebsd.org" >>> >>> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >> >> >> > >