From: George <george.news@gmx.net>
To: "Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>,
linux-wireless@vger.kernel.org
Subject: Re: Compat-wireless N900
Date: Thu, 14 Oct 2010 20:09:29 +0200 [thread overview]
Message-ID: <4CB74759.3030807@gmx.net> (raw)
In-Reply-To: <AANLkTikosEtFnWqRVzMBKtNsB=aqOpqQFKDOZS3+pXTE@mail.gmail.com>
On 14/10/2010 19:17, Luis R. Rodriguez wrote:
> On Thu, Oct 14, 2010 at 8:57 AM, Denis 'GNUtoo' Carikli
> <GNUtoo@no-log.org> wrote:
>> On Thu, 2010-10-14 at 10:24 +0200, George wrote:
>>> Hi all,
>>>
>>> I'm trying to use compat-wireless to upgrade my n900 wireless driver.
>>> N900 is using WL1251 wireless driver and the omap1 kernel version used
>>> it 2.6.28.
>>>
>>> The issue is that 2.6.28 does not have implemented many issues for
>>> nl80211 netlink family which I wanted to test on my n900.
>>>
>>> I have recompiled the kernel to make cfg80211 and mac80211 modules, so I
>>> can use compat-wireless. After that I have compiled compat-wireless by
>>> selecting the driver family I need. All done under scratchbox.
>>>
>>> # scripts/driver-select wl12xx
>>> # make KLIB=/lib/modules/2.6.28-myversion \
>>> KMODPATH_ARG=/lib/modules/2.6.28-myversion
>>> # make KLIB=/lib/modules/2.6.28-myversion \
>>> KMODPATH_ARG=/lib/modules/2.6.28-myversion install
>>>
>>> After that I have installed the new kernel and the drivers in the n900
>>> and the system starts. `uname -a` reports I'm using my custom kernel.
>>>
>>> The problem is that the wireless modules are not working as expected and
>>> I cannot get access to my wifi networks. Actually bluetooth is not
>>> working as well, as far as I have tested.
>>>
>>> dmesg reports --> http://pastebin.com/xskKcGnE
>> At first sight it seem that you have some mismatch issues,
>
> Agreed, try:
>
> for i in mac80211 cfg80211 wl1251_spi; do modprobe -l $i; done
>
> This will show you where its picking up the modules upon load. If you
> see some disagreement with paths, that's the issue. Compat-wireless
> relies on stuffing them on your /lib/modules/$(uname -r)/updates/
> directory and in order for these modules to take precedence over the
> /lib/modules/$(uname -r)/kernel/ modules we rely on a file in
> /etc/depmod.d/ which tells depmod to prefer updates first. For example
> on an ubuntu box you get:
>
> mcgrof@tux ~ $ cat /etc/depmod.d/ubuntu.conf
> search updates ubuntu built-in
>
I have tried using even insmod and the modules load perfectly but the
wlan device doesn't show up.
In dmesg nothing is displayed except for the cfg80211 and when I rmmod
the module wl1251 (wl1251: removed or similar)
I'm still wondering what the hell I have to do.
TA
next prev parent reply other threads:[~2010-10-14 17:25 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 8:24 Compat-wireless N900 George
2010-10-14 15:57 ` Denis 'GNUtoo' Carikli
2010-10-14 17:17 ` Luis R. Rodriguez
2010-10-14 18:09 ` George [this message]
2010-10-14 18:03 ` Luis R. Rodriguez
2010-10-15 6:42 ` George
2010-10-15 18:01 ` Luis R. Rodriguez
2010-10-17 9:01 ` George
2010-10-18 16:34 ` George
2010-10-18 17:21 ` Luis R. Rodriguez
2010-10-18 19:04 ` George
2010-10-18 18:41 ` Luciano Coelho
2010-10-18 19:02 ` Luciano Coelho
2010-10-19 8:12 ` George
2010-10-19 13:52 ` Grazvydas Ignotas
2010-10-19 15:16 ` George
2010-10-19 14:38 ` Grazvydas Ignotas
2010-10-19 15:52 ` George
2010-10-19 15:18 ` Grazvydas Ignotas
2010-10-20 7:37 ` George
2010-10-20 8:44 ` Grazvydas Ignotas
2010-10-20 12:24 ` George
2010-10-25 2:03 ` Kalle Valo
2010-10-25 8:33 ` George
2010-10-19 15:18 ` George
2010-10-14 17:29 ` George
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=4CB74759.3030807@gmx.net \
--to=george.news@gmx.net \
--cc=GNUtoo@no-log.org \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.