today i upgraded to the latest stable from source, and tried to use the iwn driver, but when i `kldload if_iwn`: iwn0 <Intel(R) PRO/Wireless 1000> mem 0xfeafe000-0xfeafffff irq 17 at device 0.0 on pci2 iwn: MIMO 1T2R, , address 00:00:00:00:00:00 panic: ieee80211_get_ratetable: not rate table for channel; freq 0 flag 0x0 cpuid = 1 ... no matter if i kldload iwn1000fw in advance or not .. is there something i could tweak to get the driver working, or is it just broken ? thanks for any response, reinhard -- Nobody can be exactly like me. Sometimes even I have trouble doing it. -- Tallulah Bankhead
On Sunday 21 February 2010 10:42:41 technik@callooh.com wrote:> today i upgraded to the latest stable from source, and tried to use the > iwn driver, but when i `kldload if_iwn`: > > iwn0 <Intel(R) PRO/Wireless 1000> mem 0xfeafe000-0xfeafffff irq 17 at > device 0.0 on pci2 > iwn: MIMO 1T2R, , address 00:00:00:00:00:00 > panic: ieee80211_get_ratetable: not rate table for channel; freq 0 flag > 0x0 > cpuid = 1 > ... > > no matter if i kldload iwn1000fw in advance or not .. > > is there something i could tweak to get the driver working, or is it > just broken ? > > thanks for any response, > reinhardThere is a fix for that in head, r203934. I will MFC that in a couple of days. http://svn.freebsd.org/viewvc/base/head/sys/dev/iwn/if_iwn.c?view=patch&r1=202986&r2=203934&pathrev=203934 -- Bernhard
Am Sun, 21 Feb 2010 13:41:13 +0100 schrieb Bernhard Schmidt <bschmidt@techwires.net>:> On Sunday 21 February 2010 10:42:41 technik@callooh.com wrote: > > today i upgraded to the latest stable from source, and tried to use > > the iwn driver, but when i `kldload if_iwn`: > > > > iwn0 <Intel(R) PRO/Wireless 1000> mem 0xfeafe000-0xfeafffff irq 17 > > at device 0.0 on pci2 > > iwn: MIMO 1T2R, , address 00:00:00:00:00:00 > > panic: ieee80211_get_ratetable: not rate table for channel; freq 0 > > flag 0x0 > > cpuid = 1 > > ... > > > > no matter if i kldload iwn1000fw in advance or not .. > > > > is there something i could tweak to get the driver working, or is it > > just broken ? > > > > thanks for any response, > > reinhard > > > There is a fix for that in head, r203934. I will MFC that in a couple > of days. > > http://svn.freebsd.org/viewvc/base/head/sys/dev/iwn/if_iwn.c?view=patch&r1=202986&r2=203934&pathrev=203934 >yes, it works. great !!! thank you. br, reinhard