unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ath9k vs. Linux-libre 4.1.2, and default kernel
@ 2015-07-17 13:48 Ludovic Courtès
  2015-07-19 23:28 ` Ludovic Courtès
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ludovic Courtès @ 2015-07-17 13:48 UTC (permalink / raw)
  To: guix-devel

Hello!

When switching from 4.0.5 to 4.1.2, I noticed that my ath9k-based
ThinkPenguin WiFi dongle would no longer work (“Resource unavailable”
when running ‘iwlist xxx scan’, etc.)

For a while, I suspected a firmware miscompilation but then noticed that
using the previous, known-good firmware didn’t help.

Then, from the “cfg80211: Exceeded CRDA call max attempts” kernel
messages, I thought that maybe CRDA had become mandatory (hence commits
68ac258 and cc205da), but that turned out not to be the case.

So I decided to switch to a 4.0.8 kernel (hence 97121c2), and now
everything works like a charm.


Another problem I had with 4.1.2 is that ‘sudo true’ would often take 10
seconds or so, with or without nscd running.

With all that in mind, I’m inclined to use 4.0.8 as the default kernel
for the release (specifically, as the default value of the ‘kernel’
field.)

What do people think?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ath9k vs. Linux-libre 4.1.2, and default kernel
  2015-07-17 13:48 ath9k vs. Linux-libre 4.1.2, and default kernel Ludovic Courtès
@ 2015-07-19 23:28 ` Ludovic Courtès
  2015-08-04 14:51   ` Mark H Weaver
  2015-08-29 10:39 ` Ludovic Courtès
  2015-09-04 16:37 ` Ludovic Courtès
  2 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2015-07-19 23:28 UTC (permalink / raw)
  To: guix-devel

ludo@gnu.org (Ludovic Courtès) skribis:

> With all that in mind, I’m inclined to use 4.0.8 as the default kernel
> for the release (specifically, as the default value of the ‘kernel’
> field.)

Done in dcd9c25.

We’ll of course revisit that after the release.

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ath9k vs. Linux-libre 4.1.2, and default kernel
  2015-07-19 23:28 ` Ludovic Courtès
@ 2015-08-04 14:51   ` Mark H Weaver
  0 siblings, 0 replies; 7+ messages in thread
From: Mark H Weaver @ 2015-08-04 14:51 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

ludo@gnu.org (Ludovic Courtès) writes:

> ludo@gnu.org (Ludovic Courtès) skribis:
>
>> With all that in mind, I’m inclined to use 4.0.8 as the default kernel
>> for the release (specifically, as the default value of the ‘kernel’
>> field.)
>
> Done in dcd9c25.
>
> We’ll of course revisit that after the release.

This was fine at the time, but now I think we need to remove
linux-libre-4.0, because it is no longer supported and there are
probably unpatched security flaws in it now.  The final release of that
line was 4.0.9, which was released at the same time as 4.1.3.  Now 4.1.4
has been released, but there will apparently never be a 4.0.10.

I'm currently doing a test build of 4.1.4.  If it succeeds, I will
update to it, and then, in the absence of objections, I will make the
latest linux-libre the default kernel and remove linux-libre-4.0.

      Mark

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ath9k vs. Linux-libre 4.1.2, and default kernel
  2015-07-17 13:48 ath9k vs. Linux-libre 4.1.2, and default kernel Ludovic Courtès
  2015-07-19 23:28 ` Ludovic Courtès
@ 2015-08-29 10:39 ` Ludovic Courtès
  2015-09-01  8:42   ` Alex Sassmannshausen
  2015-09-04 16:37 ` Ludovic Courtès
  2 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2015-08-29 10:39 UTC (permalink / raw)
  To: guix-devel

ludo@gnu.org (Ludovic Courtès) skribis:

> When switching from 4.0.5 to 4.1.2, I noticed that my ath9k-based
> ThinkPenguin WiFi dongle would no longer work (“Resource unavailable”
> when running ‘iwlist xxx scan’, etc.)

This is still broken in 4.1.6.  Is anyone using a similar setup?

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ath9k vs. Linux-libre 4.1.2, and default kernel
  2015-08-29 10:39 ` Ludovic Courtès
@ 2015-09-01  8:42   ` Alex Sassmannshausen
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Sassmannshausen @ 2015-09-01  8:42 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Hello,

Sorry, can't help really, but…

Ludovic Courtès writes:

> ludo@gnu.org (Ludovic Courtès) skribis:
>
>> When switching from 4.0.5 to 4.1.2, I noticed that my ath9k-based
>> ThinkPenguin WiFi dongle would no longer work (“Resource unavailable”
>> when running ‘iwlist xxx scan’, etc.)
>
> This is still broken in 4.1.6.  Is anyone using a similar setup?

Don't know if it helps, I'm now running the 4.1.6 kernel, and my
wireless is using the ath9k drivers, and all seems to be working fine.

Alex

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ath9k vs. Linux-libre 4.1.2, and default kernel
  2015-07-17 13:48 ath9k vs. Linux-libre 4.1.2, and default kernel Ludovic Courtès
  2015-07-19 23:28 ` Ludovic Courtès
  2015-08-29 10:39 ` Ludovic Courtès
@ 2015-09-04 16:37 ` Ludovic Courtès
  2015-09-04 19:58   ` Mathieu Lirzin
  2 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2015-09-04 16:37 UTC (permalink / raw)
  To: guix-devel

ludo@gnu.org (Ludovic Courtès) skribis:

> When switching from 4.0.5 to 4.1.2, I noticed that my ath9k-based
> ThinkPenguin WiFi dongle would no longer work (“Resource unavailable”
> when running ‘iwlist xxx scan’, etc.)

I’m happy to report that this is fixed by upgrading the ath9k firmware
from 1.3.2 to 1.4.0.  To sum up:

  linux-libre-4.2 + ath9k-htc-firmware-1.4.0 → works like a charm

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ath9k vs. Linux-libre 4.1.2, and default kernel
  2015-09-04 16:37 ` Ludovic Courtès
@ 2015-09-04 19:58   ` Mathieu Lirzin
  0 siblings, 0 replies; 7+ messages in thread
From: Mathieu Lirzin @ 2015-09-04 19:58 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

ludo@gnu.org (Ludovic Courtès) writes:

> ludo@gnu.org (Ludovic Courtès) skribis:
>
>> When switching from 4.0.5 to 4.1.2, I noticed that my ath9k-based
>> ThinkPenguin WiFi dongle would no longer work (“Resource unavailable”
>> when running ‘iwlist xxx scan’, etc.)
>
> I’m happy to report that this is fixed by upgrading the ath9k firmware
> from 1.3.2 to 1.4.0.  To sum up:
>
>   linux-libre-4.2 + ath9k-htc-firmware-1.4.0 → works like a charm
>
> Ludo’.

\o/

Now you can merrily look at cat videos on your sofa with total
freedom.  :)

--
Mathieu Lirzin

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-09-04 19:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-17 13:48 ath9k vs. Linux-libre 4.1.2, and default kernel Ludovic Courtès
2015-07-19 23:28 ` Ludovic Courtès
2015-08-04 14:51   ` Mark H Weaver
2015-08-29 10:39 ` Ludovic Courtès
2015-09-01  8:42   ` Alex Sassmannshausen
2015-09-04 16:37 ` Ludovic Courtès
2015-09-04 19:58   ` Mathieu Lirzin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).