Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 15:55:34 +0000
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r201209 - in head/sys: conf contrib/dev/iwn dev/iwn modules/iwnfw modules/iwnfw/iwn1000 modules/iwnfw/iwn4965 modules/iwnfw/iwn5000 modules/iwnfw/iwn6000
Message-ID:  <4B746056-56D0-4B39-BB01-57BC6097AB4B@FreeBSD.org>
In-Reply-To: <871vichepm.fsf@kobe.laptop>
References:  <200912291947.nBTJlY7a034177@svn.freebsd.org> <871vichepm.fsf@kobe.laptop>

next in thread | previous in thread | raw e-mail | index | archive | help
On 30 Dec 2009, at 11:40, Giorgos Keramidas wrote:

> On Tue, 29 Dec 2009 19:47:34 +0000 (UTC), Rui Paulo =
<rpaulo@FreeBSD.org> wrote:
>> Author: rpaulo
>> Date: Tue Dec 29 19:47:34 2009
>> New Revision: 201209
>> URL: http://svn.freebsd.org/changeset/base/201209
>>=20
>> Log:
>>  iwn(4) update. Notable changes:
>>  * new firmware
>>  * untested support for 1000 and 6000 series
>>  * bgscan support
>>  * remove unnecessary RXON changes
>>  * allow setting of country/regdomain by enforcing channel flags read
>>    from the EEPROM
>>  * suspend/resume fixes
>>  * RF kill switch fixes
>>  * LED adjustments
>>  * several bus_dma*() related fixes
>>  * addressed some LORs
>>  * many other bug fixes
>=20
> First of all thanks for all the updates :-)
>=20
> The new firmware seems to have a few problems when it tries to
> initialize my laptop's iwn0 interface.  The laptop is a Thinkpad X61s,
> with an Intel 4965AGN wireless adapter:
>=20
> # pciconf -lv
> iwn0@pci0:3:0:0:        class=3D0x028000 card=3D0x11108086 =
chip=3D0x42308086 rev=3D0x61 hdr=3D0x00
>    vendor     =3D 'Intel Corporation'
>    device     =3D 'Intel Wireless WiFi Link 4965AGN (Intel 4965AGN)'
>    class      =3D network
>=20
> When wpa_supplicant is trying to associate with the new firmware in
> place I see in /var/log/messages:
>=20
> : Dec 30 13:10:43 kobe kernel: wlan0: Ethernet address: =
00:1d:e0:6d:b8:27
> : Dec 30 13:10:43 kobe wpa_supplicant[2928]: Failed to initiate AP =
scan.
> : Dec 30 13:10:44 kobe kernel: firmware error log:
> : Dec 30 13:10:44 kobe kernel: error type      =3D "SYSASSERT" =
(0x00000005)
> : Dec 30 13:10:44 kobe kernel: program counter =3D 0x0000147C
> : Dec 30 13:10:44 kobe kernel: source line     =3D 0x0000058B
> : Dec 30 13:10:44 kobe kernel: error data      =3D 0x0000058B00000000
> : Dec 30 13:10:44 kobe kernel: branch link     =3D 0x0000145A00001492
> : Dec 30 13:10:44 kobe kernel: interrupt link  =3D 0x000006DE00000000
> : Dec 30 13:10:44 kobe kernel: time            =3D 7310
> : Dec 30 13:10:44 kobe kernel: driver status:
> : Dec 30 13:10:44 kobe kernel: tx ring  0: qid=3D0  cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring  1: qid=3D1  cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring  2: qid=3D2  cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring  3: qid=3D3  cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring  4: qid=3D4  cur=3D5   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring  5: qid=3D5  cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring  6: qid=3D6  cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring  7: qid=3D7  cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring  8: qid=3D8  cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring  9: qid=3D9  cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring 10: qid=3D10 cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring 11: qid=3D11 cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring 12: qid=3D12 cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring 13: qid=3D13 cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring 14: qid=3D14 cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: tx ring 15: qid=3D15 cur=3D0   queued=3D0=

> : Dec 30 13:10:44 kobe kernel: rx ring: cur=3D6
> : Dec 30 13:10:45 kobe kernel: iwn0: iwn_config: could not set TX =
power
> : Dec 30 13:10:45 kobe kernel: iwn0: iwn_init_locked: could not =
configure device, error 35
> : Dec 30 13:10:53 kobe wpa_supplicant[2928]: Failed to initiate AP =
scan.
>=20
> Going back to my last kernel from Dec 27 works fine (I am sending this
> message over a wlan0 interface with that version of the firmware).

Did you try using the old firmware with the new driver?

--
Rui Paulo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B746056-56D0-4B39-BB01-57BC6097AB4B>