From: Pavel Machek <pavel@ucw.cz>
To: Michael Nazzareno Trimarchi <michael@amarulasolutions.com>
Cc: kernel list <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
Tony Lindgren <tony@atomide.com>,
Sebastian Reichel <sre@kernel.org>,
nekit1000@gmail.com, mpartap@gmx.net,
Merlijn Wajer <merlijn@wizzup.org>,
"open list:TI WILINK WIRELES..." <linux-wireless@vger.kernel.org>
Subject: Re: wifi on Motorola Droid 4 in 5.3-rc2
Date: Sun, 18 Aug 2019 13:43:32 +0200 [thread overview]
Message-ID: <20190818114332.GA32205@amd> (raw)
In-Reply-To: <CAOf5uwnUx3mtGGHFGqKB30qcb_AMhMEhHLp2pf-4pUdhi7KP7w@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3271 bytes --]
On Sun 2019-08-18 12:53:01, Michael Nazzareno Trimarchi wrote:
> Hi
>
> On Sun, Aug 18, 2019 at 12:46 PM Pavel Machek <pavel@ucw.cz> wrote:
> >
> > Hi!
> >
> > First, I guess I should mention that this is first time I'm attempting
> > to get wifi going on D4.
> >
> > I'm getting this:
> >
> > user@devuan:~/g/ofono$ sudo ifconfig wlan0 down
> > user@devuan:~/g/ofono$ sudo ifconfig wlan0 up
> > user@devuan:~/g/ofono$ sudo iwlist wlan0 scan
> > wlan0 Interface doesn't support scanning.
> >
>
> Try to use iw command. iwlist use an obsolete interface that you need
> to activate in kernel for back compatibility with old command. Can be
> your problem?
Let me see ... CONFIG_CFG80211_WEXT was not set.
Tried enabling it, and now I got. I remember getting it before,
too... let me try few more boots, perhaps it is random.
Best regards,
Pavel
[ 13.653778] panel-dsi-cm 58004000.encoder:display: using lookup
tables for GPIO lookup
[ 13.661834] panel-dsi-cm 58004000.encoder:display: No GPIO consumer
te found
[ 14.756622] ------------[ cut here ]------------
[ 14.761352] WARNING: CPU: 0 PID: 20 at
/data/fast/l/k/drivers/net/wireless/ti/wlcore/sdio.c:86
wl12xx_sdio_raw_read+0xa8/0x128
[ 14.772888] Modules linked in:
[ 14.776062] CPU: 0 PID: 20 Comm: kworker/0:1 Tainted: G W
5.3.0-rc4-58571-gdbaece1 #85
[ 14.783630] Hardware name: Generic OMAP4 (Flattened Device Tree)
[ 14.791381] Workqueue: events request_firmware_work_func
[ 14.796813] [<c010f2b4>] (unwind_backtrace) from [<c010b528>]
(show_stack+0x10/0x14)
[ 14.804595] [<c010b528>] (show_stack) from [<c08c1d68>]
(dump_stack+0xa8/0xc8)
[ 14.811950] [<c08c1d68>] (dump_stack) from [<c012df4c>]
(__warn+0xe8/0x114)
[ 14.816894] [<c012df4c>] (__warn) from [<c012dfb4>]
(warn_slowpath_null+0x3c/0x48)
[ 14.826629] [<c012dfb4>] (warn_slowpath_null) from [<c0566674>]
(wl12xx_sdio_raw_read+0xa8/0x128)
[ 14.835540] [<c0566674>] (wl12xx_sdio_raw_read) from [<c0567704>]
(wl12xx_get_mac+0x134/0x260)
[ 14.844268] [<c0567704>] (wl12xx_get_mac) from [<c05530cc>]
(wlcore_nvs_cb+0x270/0xb64)
[ 14.852355] [<c05530cc>] (wlcore_nvs_cb) from [<c04d7264>]
(request_firmware_work_func+0x3c/0x64)
[ 14.861267] [<c04d7264>] (request_firmware_work_func) from
[<c01455c0>] (process_one_work+0x140/0x348)
[ 14.870697] [<c01455c0>] (process_one_work) from [<c0145964>]
(worker_thread+0x164/0x4b0)
[ 14.878906] [<c0145964>] (worker_thread) from [<c014a788>]
(kthread+0x110/0x148)
[ 14.883636] [<c014a788>] (kthread) from [<c01010e8>]
(ret_from_fork+0x14/0x2c)
[ 14.893615] Exception stack(0xeda0bfb0 to 0xeda0bff8)
[ 14.893615] bfa0: 00000000
00000000 00000000 00000000
[ 14.903625] bfc0: 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000
[ 14.913635] bfe0: 00000000 00000000 00000000 00000000 00000013
00000000
[ 14.922058] ---[ end trace b611e5d6e7d5aa92 ]---
[ 14.926788] wl1271_sdio mmc4:0001:2: sdio read failed (-110)
[ 14.932525] wlcore: ERROR couldn't get hw info
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Pavel Machek <pavel@ucw.cz>
To: Michael Nazzareno Trimarchi <michael@amarulasolutions.com>
Cc: mpartap@gmx.net, Tony Lindgren <tony@atomide.com>,
Merlijn Wajer <merlijn@wizzup.org>,
"open list:TI WILINK WIRELES..." <linux-wireless@vger.kernel.org>,
kernel list <linux-kernel@vger.kernel.org>,
Sebastian Reichel <sre@kernel.org>,
nekit1000@gmail.com,
Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: Re: wifi on Motorola Droid 4 in 5.3-rc2
Date: Sun, 18 Aug 2019 13:43:32 +0200 [thread overview]
Message-ID: <20190818114332.GA32205@amd> (raw)
In-Reply-To: <CAOf5uwnUx3mtGGHFGqKB30qcb_AMhMEhHLp2pf-4pUdhi7KP7w@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 3271 bytes --]
On Sun 2019-08-18 12:53:01, Michael Nazzareno Trimarchi wrote:
> Hi
>
> On Sun, Aug 18, 2019 at 12:46 PM Pavel Machek <pavel@ucw.cz> wrote:
> >
> > Hi!
> >
> > First, I guess I should mention that this is first time I'm attempting
> > to get wifi going on D4.
> >
> > I'm getting this:
> >
> > user@devuan:~/g/ofono$ sudo ifconfig wlan0 down
> > user@devuan:~/g/ofono$ sudo ifconfig wlan0 up
> > user@devuan:~/g/ofono$ sudo iwlist wlan0 scan
> > wlan0 Interface doesn't support scanning.
> >
>
> Try to use iw command. iwlist use an obsolete interface that you need
> to activate in kernel for back compatibility with old command. Can be
> your problem?
Let me see ... CONFIG_CFG80211_WEXT was not set.
Tried enabling it, and now I got. I remember getting it before,
too... let me try few more boots, perhaps it is random.
Best regards,
Pavel
[ 13.653778] panel-dsi-cm 58004000.encoder:display: using lookup
tables for GPIO lookup
[ 13.661834] panel-dsi-cm 58004000.encoder:display: No GPIO consumer
te found
[ 14.756622] ------------[ cut here ]------------
[ 14.761352] WARNING: CPU: 0 PID: 20 at
/data/fast/l/k/drivers/net/wireless/ti/wlcore/sdio.c:86
wl12xx_sdio_raw_read+0xa8/0x128
[ 14.772888] Modules linked in:
[ 14.776062] CPU: 0 PID: 20 Comm: kworker/0:1 Tainted: G W
5.3.0-rc4-58571-gdbaece1 #85
[ 14.783630] Hardware name: Generic OMAP4 (Flattened Device Tree)
[ 14.791381] Workqueue: events request_firmware_work_func
[ 14.796813] [<c010f2b4>] (unwind_backtrace) from [<c010b528>]
(show_stack+0x10/0x14)
[ 14.804595] [<c010b528>] (show_stack) from [<c08c1d68>]
(dump_stack+0xa8/0xc8)
[ 14.811950] [<c08c1d68>] (dump_stack) from [<c012df4c>]
(__warn+0xe8/0x114)
[ 14.816894] [<c012df4c>] (__warn) from [<c012dfb4>]
(warn_slowpath_null+0x3c/0x48)
[ 14.826629] [<c012dfb4>] (warn_slowpath_null) from [<c0566674>]
(wl12xx_sdio_raw_read+0xa8/0x128)
[ 14.835540] [<c0566674>] (wl12xx_sdio_raw_read) from [<c0567704>]
(wl12xx_get_mac+0x134/0x260)
[ 14.844268] [<c0567704>] (wl12xx_get_mac) from [<c05530cc>]
(wlcore_nvs_cb+0x270/0xb64)
[ 14.852355] [<c05530cc>] (wlcore_nvs_cb) from [<c04d7264>]
(request_firmware_work_func+0x3c/0x64)
[ 14.861267] [<c04d7264>] (request_firmware_work_func) from
[<c01455c0>] (process_one_work+0x140/0x348)
[ 14.870697] [<c01455c0>] (process_one_work) from [<c0145964>]
(worker_thread+0x164/0x4b0)
[ 14.878906] [<c0145964>] (worker_thread) from [<c014a788>]
(kthread+0x110/0x148)
[ 14.883636] [<c014a788>] (kthread) from [<c01010e8>]
(ret_from_fork+0x14/0x2c)
[ 14.893615] Exception stack(0xeda0bfb0 to 0xeda0bff8)
[ 14.893615] bfa0: 00000000
00000000 00000000 00000000
[ 14.903625] bfc0: 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000
[ 14.913635] bfe0: 00000000 00000000 00000000 00000000 00000013
00000000
[ 14.922058] ---[ end trace b611e5d6e7d5aa92 ]---
[ 14.926788] wl1271_sdio mmc4:0001:2: sdio read failed (-110)
[ 14.932525] wlcore: ERROR couldn't get hw info
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-08-18 11:43 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-18 10:46 wifi on Motorola Droid 4 in 5.3-rc2 Pavel Machek
2019-08-18 10:46 ` Pavel Machek
2019-08-18 10:53 ` Michael Nazzareno Trimarchi
2019-08-18 10:53 ` Michael Nazzareno Trimarchi
2019-08-18 11:43 ` Pavel Machek [this message]
2019-08-18 11:43 ` Pavel Machek
2019-08-18 12:43 ` Michael Nazzareno Trimarchi
2019-08-18 12:43 ` Michael Nazzareno Trimarchi
2019-08-19 9:24 ` Pavel Machek
2019-08-19 9:24 ` Pavel Machek
2019-08-18 14:06 ` Kalle Valo
2019-08-18 14:06 ` Kalle Valo
2019-08-18 14:06 ` Kalle Valo
2019-08-19 9:19 ` Pavel Machek
2019-08-19 9:19 ` Pavel Machek
[not found] ` <CAOf5uwnUx3mtGGHFGqKB30qcb_AMhMEhHLp2pf-4pUdhi7KP7w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-08-18 11:46 ` Pavel Machek
2019-08-18 11:46 ` Pavel Machek
2019-08-18 11:46 ` Pavel Machek
2019-08-18 12:45 ` Michael Nazzareno Trimarchi
2019-08-18 12:45 ` Michael Nazzareno Trimarchi
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=20190818114332.GA32205@amd \
--to=pavel@ucw.cz \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=merlijn@wizzup.org \
--cc=michael@amarulasolutions.com \
--cc=mpartap@gmx.net \
--cc=nekit1000@gmail.com \
--cc=sre@kernel.org \
--cc=tony@atomide.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.