From owner-freebsd-current@FreeBSD.ORG Mon Jun 20 13:22:00 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2858B16A41C for ; Mon, 20 Jun 2005 13:22:00 +0000 (GMT) (envelope-from stepan_r@mail.ru) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAAFF43D53 for ; Mon, 20 Jun 2005 13:21:59 +0000 (GMT) (envelope-from stepan_r@mail.ru) Received: from [212.44.92.174] (port=4269 helo=[192.168.184.134]) by mx1.mail.ru with esmtp id 1DkMDt-000LU5-00 for freebsd-current@freebsd.org; Mon, 20 Jun 2005 17:21:58 +0400 Message-ID: <42B6C2DD.6020603@mail.ru> Date: Mon, 20 Jun 2005 17:21:33 +0400 From: Stepan Rakhimov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050405) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: if_ural crashes kernel when starting interface 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: Mon, 20 Jun 2005 13:22:00 -0000 Hi, i'm using 6-Current cvsuped 17.06. my previous 6-Current (where i had no problem) was cvsuped 5.06 problem: i've got Asus 168g Wifi card & Dlink G604T router. in my rc.conf i have: ifconfig_ural0="inet 192.168.0.2 mask 255.255.255.0 ssid my_ssid wepmode on wepkey 0x0000000000 weptxkey 1" it worked with previous build but panics with new. Some investigation showed that system felt good with such string: ifconfig_ural0="DHCP ssid my_ssid wepmode on wepkey 0x0000000000 weptxkey 1" There are 3 new entries in UPDATING since my latest build, so i don't know either network API changes or new dhclient are resposible for. thus, i have to use dhcp with my Wifi card and cannot setup ip manually. Stepan Rakhimov