From: Dan Williams <dcbw-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Gene Heskett <gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org>
Cc: "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>,
roel kluin <roel.kluin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Kernel Testers List
<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>,
"John W. Linville"
<linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Subject: Re: [Bug #13947] Libertas: Association request to the driver failed
Date: Tue, 25 Aug 2009 15:12:11 -0500 [thread overview]
Message-ID: <1251231131.28331.2.camel@localhost.localdomain> (raw)
In-Reply-To: <200908211209.30493.gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org>
On Fri, 2009-08-21 at 12:09 -0400, Gene Heskett wrote:
> On Friday 21 August 2009, Dan Williams wrote:
> >On Thu, 2009-08-20 at 11:17 -0400, Gene Heskett wrote:
> >> On Thursday 20 August 2009, Rafael J. Wysocki wrote:
> >> >On Thursday 20 August 2009, roel kluin wrote:
> >> >> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=13947
> >> >> > Subject : Libertas: Association request to the driver failed
> >> >> > Submitter : Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>
> >> >> > Date : 2009-08-07 19:11 (13 days old)
> >> >> > First-Bad-Commit:
> >> >> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=c
> >> >> >omm it;h=57921c312e8cef72ba35a4cfe870b376da0b1b87 References :
> >> >> > http://marc.info/?l=linux-kernel&m=124967234311481&w=4 Handled-By
> >> >> >
> >> >> > : Roel Kluin <roel.kluin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> >> >>
> >> >> I think this should be fixed with patch of Dan Williams found here:
> >> >>
> >> >> http://lkml.org/lkml/2009/8/12/299
> >> >
> >> >Thanks, bug entry updated.
> >>
> >> Has this made it into 2.6.31-rc6? I have one of these pci cards, and it
> >> is still a no-show even after modprobing the mwl* and libertas modules.
> >
> >You're still looking for the softmac stuff, which the 'libertas' driver
> >doesn't support. You want to keep track of mwl8k where any new support
> >for softmac Marvell cards would end up.
> >
> >Dan
>
> I am also loading that mwl8k module, Dan, and that isn't doing any notable
> good either. These are NetGears latest pci 802-11bg cards. And the only pci
> or pci-e cards widely available (Staples stocks them) unless wallmart might
> have some (spitui) Belkin cards. I have not noted them at my local wally's.
Right, because mwl8k supports only the softmac 8687 PCI-E parts right
now. It doesn't yet support the 8335 or 8310 or 86xx TopDog parts yet.
There hasn't been any movement on those for a while and I haven't gotten
around to abstracting mwl8k's hardware support to handle the older
parts. But mwl8k is the only driver that could possibly be relevant for
you, since libertas will always be for the fullmac-only parts (8385,
8388, 8686, 8688).
Dan
> modprobing mwl8k, then libertas, gets this in an lsmod:
> Module Size Used by
> libertas 166456 0
> lib80211 5664 1 libertas
> mwl8k 27740 0
> mac80211 149932 1 mwl8k
> cfg80211 88988 2 mwl8k,mac80211
>
> removing them and reversing the order of loading:
> Module Size Used by
> mwl8k 27740 0
> libertas 166456 0
> lib80211 5664 1 libertas
> mac80211 149932 1 mwl8k
> cfg80211 88988 2 mwl8k,mac80211
>
> really doesn't change anything. And of those two loads, only one shows in
> the messages file as:
>
> Aug 21 11:55:35 coyote kernel: [436464.036670] cfg80211: Using static regulatory domain info
> Aug 21 11:55:35 coyote kernel: [436464.036673] cfg80211: Regulatory domain: US
> Aug 21 11:55:35 coyote kernel: [436464.036675] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> Aug 21 11:55:35 coyote kernel: [436464.036678] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
> Aug 21 11:55:35 coyote kernel: [436464.036681] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
> Aug 21 11:55:35 coyote kernel: [436464.036684] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
> Aug 21 11:55:35 coyote kernel: [436464.036686] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
> Aug 21 11:55:35 coyote kernel: [436464.036689] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
> Aug 21 11:55:35 coyote kernel: [436464.036692] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
> Aug 21 11:55:35 coyote kernel: [436464.036697] cfg80211: Calling CRDA for country: US
> Aug 21 11:55:59 coyote kernel: [436488.563723] lib80211: common routines for IEEE802.11 drivers
>
> And no usable interface is created.
> [root@coyote etc]# iwconfig
> lo no wireless extensions.
> eth0 no wireless extensions.
> eth1 no wireless extensions.
>
> eth1 is the 2nd MCP55 (nvidia) port on this motherboard, unrelated to anything wireless.
>
> Fedora 10 system, ASUS M2N SLI Deluxe mobo, slow 2.2ghz phenom 9550 cpu.
> Running 2.6.31-rc6.
>
> Am I doing anything wrong?
>
next prev parent reply other threads:[~2009-08-25 20:12 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-19 20:20 2.6.31-rc6-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
2009-08-19 20:20 ` [Bug #13645] NULL pointer dereference at (null) (level2_spare_pgt) Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13733] 2.6.31-rc2: irq 16: nobody cared Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13809] oprofile: possible circular locking dependency detected Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13836] suspend script fails, related to stdout? Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13819] system freeze when switching to console Rafael J. Wysocki
2009-08-19 23:35 ` reinette chatre
2009-08-20 14:55 ` Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13740] X server crashes with 2.6.31-rc2 when options are changed Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13869] Radeon framebuffer (w/o KMS) corruption at boot Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13906] Huawei E169 GPRS connection causes Ooops Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13899] Oops from tar, 2.6.31-rc5, 32 bit on quad core phenom Rafael J. Wysocki
2009-08-20 2:51 ` Gene Heskett
2009-08-20 14:58 ` Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13848] iwlwifi (4965) regression since 2.6.30 Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version) Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13914] e1000e reports invalid NVM Checksum on 82566DM-2 (bisected) Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13940] iwlagn and sky2 stopped working, ACPI-related Rafael J. Wysocki
2009-08-19 23:54 ` Ricardo Jorge da Fonseca Marques Ferreira
[not found] ` <200908200054.36939.storm-cOTmPFJTJjbk1uMJSBkQmQ@public.gmane.org>
2009-08-20 14:59 ` Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13942] Troubles with AoE and uninitialized object Rafael J. Wysocki
2009-08-20 19:29 ` Bruno Prémont
[not found] ` <20090820212959.0ece42e3-hY15tx4IgV39zxVx7UNMDg@public.gmane.org>
2009-08-20 21:29 ` Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13941] x86 Geode issue Rafael J. Wysocki
2009-08-20 7:33 ` Martin-Éric Racine
[not found] ` <11fae7c70908200033k7c28561eh28e1195ce4a692f8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-20 15:04 ` Rafael J. Wysocki
[not found] ` <200908201704.06553.rjw-KKrjLPT3xs0@public.gmane.org>
2009-08-20 18:36 ` Cyrill Gorcunov
2009-08-20 19:08 ` Cyrill Gorcunov
2009-08-19 20:26 ` [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k Rafael J. Wysocki
2009-08-20 6:54 ` Fabio Comolli
[not found] ` <b637ec0b0908192354o36e8c99qfff7718f26bdfd7b-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-20 15:05 ` Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13946] x86 MCE malfunction on Thinkpad T42p Rafael J. Wysocki
2009-08-20 20:22 ` Johannes Stezenbach
[not found] ` <20090820202226.GA4444-FF7aIK3TAVNeoWH0uzbU5w@public.gmane.org>
2009-08-20 21:32 ` Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13947] Libertas: Association request to the driver failed Rafael J. Wysocki
2009-08-20 8:51 ` roel kluin
[not found] ` <25e057c00908200151i472fa3cem6da814e7115e1ea7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-20 15:10 ` Rafael J. Wysocki
[not found] ` <200908201710.32147.rjw-KKrjLPT3xs0@public.gmane.org>
2009-08-20 15:17 ` Gene Heskett
[not found] ` <200908201117.45678.gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org>
2009-08-21 15:33 ` Dan Williams
2009-08-21 16:09 ` Gene Heskett
[not found] ` <200908211209.30493.gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org>
2009-08-25 20:12 ` Dan Williams [this message]
[not found] ` <1251231131.28331.2.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2009-08-25 21:31 ` Gene Heskett
2009-08-21 15:35 ` Dan Williams
2009-08-21 16:46 ` Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13948] ath5k broken after suspend-to-ram Rafael J. Wysocki
2009-08-20 20:32 ` Johannes Stezenbach
[not found] ` <20090820203240.GB4444-FF7aIK3TAVNeoWH0uzbU5w@public.gmane.org>
2009-08-20 21:33 ` Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13950] Oops when USB Serial disconnected while in use Rafael J. Wysocki
2009-08-19 20:26 ` [Bug #13960] rtl8187 not connect to wifi Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14003] Infinite loop on bootup while handling DMAR Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14002] WARNING: at net/ipv4/af_inet.c:154 inet_sock_destruct+0x164/0x1c0() Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #13987] Received NMI interrupt at resume Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14011] Kernel paging request failed in kmem_cache_alloc Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14012] latest git fried my x86_64 imac Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14016] mm/ipw2200 regression Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14014] kernel bug at shut down Rafael J. Wysocki
2009-08-20 17:05 ` Norbert Preining
[not found] ` <20090820170523.GA9737-f9ZlEuEWxVfjTtK9rnDuqmD2FQJk+8+b@public.gmane.org>
2009-08-20 18:21 ` Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14013] hd don't show up Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14015] pty regressed again, breaking expect and gcc's testsuite Rafael J. Wysocki
[not found] ` <19090.26298.630328.344190@pilspetsen.it.uu.se>
[not found] ` <19090.26298.630328.344190-tgku4HJDRZih8lFjZTKsyTAV6s6igYVG@public.gmane.org>
2009-08-24 18:32 ` Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14018] kernel freezes, inotify problem Rafael J. Wysocki
2009-08-19 20:27 ` [Bug #14017] _end symbol missing from Symbol.map Rafael J. Wysocki
2009-08-20 20:52 ` 2.6.31-rc6-git5: Reported regressions from 2.6.30 John Dykstra
2009-08-20 21:28 ` Rafael J. Wysocki
2009-08-21 21:34 ` Larry Finger
2009-08-21 22:02 ` Rafael J. Wysocki
2009-08-25 23:25 ` Larry Finger
-- strict thread matches above, loose matches on Subject: below --
2009-09-06 17:15 2.6.31-rc9: " Rafael J. Wysocki
2009-09-06 17:24 ` [Bug #13947] Libertas: Association request to the driver failed Rafael J. Wysocki
2009-08-25 20:00 2.6.31-rc7-git2: Reported regressions from 2.6.30 Rafael J. Wysocki
2009-08-25 20:34 ` [Bug #13947] Libertas: Association request to the driver failed Rafael J. Wysocki
2009-08-09 20:36 2.6.31-rc5-git5: Reported regressions from 2.6.30 Rafael J. Wysocki
2009-08-09 20:44 ` [Bug #13947] Libertas: Association request to the driver failed Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1251231131.28331.2.camel@localhost.localdomain \
--to=dcbw-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=daniel-rDUAYElUppE@public.gmane.org \
--cc=gene.heskett-H+0wwilmMs3R7s880joybQ@public.gmane.org \
--cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org \
--cc=rjw-KKrjLPT3xs0@public.gmane.org \
--cc=roel.kluin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).