linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* broken URLs of iwlwifi firmware tarballs
@ 2015-02-02 21:48 Vladimír Čunát
  2015-02-02 22:45 ` Sven-Haegar Koch
  2015-02-03  8:46 ` Johannes Berg
  0 siblings, 2 replies; 7+ messages in thread
From: Vladimír Čunát @ 2015-02-02 21:48 UTC (permalink / raw)
  To: linux-wireless; +Cc: Nix Dev

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

Hello,
the URLs to iwlwifi firmware tarballs are broken. 
https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi

Is that a temporary problem? I could find no mirrors for some of the 
files. (Besides, I found that nixos.org isn't the only user of those URLs.)

Please, CC me with replies.

Thanks,
Vladimir


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3251 bytes --]

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

* Re: broken URLs of iwlwifi firmware tarballs
  2015-02-02 21:48 broken URLs of iwlwifi firmware tarballs Vladimír Čunát
@ 2015-02-02 22:45 ` Sven-Haegar Koch
  2015-02-02 22:57   ` Vladimír Čunát
  2015-02-03  8:46 ` Johannes Berg
  1 sibling, 1 reply; 7+ messages in thread
From: Sven-Haegar Koch @ 2015-02-02 22:45 UTC (permalink / raw)
  To: Vladimír Čunát; +Cc: linux-wireless, Nix Dev

[-- Attachment #1: Type: TEXT/PLAIN, Size: 527 bytes --]

On Mon, 2 Feb 2015, Vladimír Čunát wrote:

> the URLs to iwlwifi firmware tarballs are broken.
> https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi
> 
> Is that a temporary problem? I could find no mirrors for some of the files.
> (Besides, I found that nixos.org isn't the only user of those URLs.)

Aren't they now all available as part of 
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
?

c'ya
sven-haegar

-- 
Three may keep a secret, if two of them are dead.
- Ben F.

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

* Re: broken URLs of iwlwifi firmware tarballs
  2015-02-02 22:45 ` Sven-Haegar Koch
@ 2015-02-02 22:57   ` Vladimír Čunát
  0 siblings, 0 replies; 7+ messages in thread
From: Vladimír Čunát @ 2015-02-02 22:57 UTC (permalink / raw)
  To: linux-wireless; +Cc: Sven-Haegar Koch, Nix Dev

[-- Attachment #1: Type: text/plain, Size: 598 bytes --]

On 02/02/2015 11:45 PM, Sven-Haegar Koch wrote:
> Aren't they now all available as part of
> https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/

Yes, all should be there as well, I guess. I didn't switch to that repo 
yet because:
  - they're not the same *.tgz files (with the same hashes);
  - serving uncompressed files through (c)git surely isn't a preferred 
method to distribute binaries;
  - the URLs were used by many (according to my searching), so it seemed 
preferable to just fix them instead of everyone switching to different ones.


Vladimir



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3251 bytes --]

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

* Re: broken URLs of iwlwifi firmware tarballs
  2015-02-02 21:48 broken URLs of iwlwifi firmware tarballs Vladimír Čunát
  2015-02-02 22:45 ` Sven-Haegar Koch
@ 2015-02-03  8:46 ` Johannes Berg
  2015-02-04 12:06   ` Vladimír Čunát
  1 sibling, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2015-02-03  8:46 UTC (permalink / raw)
  To: Vladimír Čunát; +Cc: linux-wireless, Nix Dev

On Mon, 2015-02-02 at 22:48 +0100, Vladimír Čunát wrote:
> Hello,
> the URLs to iwlwifi firmware tarballs are broken. 
> https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi
> 
> Is that a temporary problem? I could find no mirrors for some of the 
> files. (Besides, I found that nixos.org isn't the only user of those URLs.)

This was a problem with the markup conversion for the new wiki engine -
the links were converted to [[filename]] (to link to pages) instead of
{{filename}} (to link to attachments)

I've fixed that now.

johannes


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

* Re: broken URLs of iwlwifi firmware tarballs
  2015-02-03  8:46 ` Johannes Berg
@ 2015-02-04 12:06   ` Vladimír Čunát
  2015-02-04 12:15     ` Johannes Berg
  0 siblings, 1 reply; 7+ messages in thread
From: Vladimír Čunát @ 2015-02-04 12:06 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Nix Dev

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

On 02/03/2015 09:46 AM, Johannes Berg wrote:
> I've fixed that now.

Thanks!

For future reference, is it the case that fetching from (c)git is the 
preferred way of distributing the firmware? (preferred by you, i.e. 
*.kernel.org)


Vladimir



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3251 bytes --]

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

* Re: broken URLs of iwlwifi firmware tarballs
  2015-02-04 12:06   ` Vladimír Čunát
@ 2015-02-04 12:15     ` Johannes Berg
  2015-02-04 15:35       ` Emmanuel Grumbach
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2015-02-04 12:15 UTC (permalink / raw)
  To: Vladimír Čunát; +Cc: linux-wireless, Nix Dev

On Wed, 2015-02-04 at 13:06 +0100, Vladimír Čunát wrote:
> On 02/03/2015 09:46 AM, Johannes Berg wrote:
> > I've fixed that now.
> 
> Thanks!
> 
> For future reference, is it the case that fetching from (c)git is the 
> preferred way of distributing the firmware? (preferred by you, i.e. 
> *.kernel.org)

We publish both, so it doesn't really matter.

johannes


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

* Re: broken URLs of iwlwifi firmware tarballs
  2015-02-04 12:15     ` Johannes Berg
@ 2015-02-04 15:35       ` Emmanuel Grumbach
  0 siblings, 0 replies; 7+ messages in thread
From: Emmanuel Grumbach @ 2015-02-04 15:35 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Vladimír Čunát, linux-wireless, Nix Dev

> On Wed, 2015-02-04 at 13:06 +0100, Vladimír Čunát wrote:
>> On 02/03/2015 09:46 AM, Johannes Berg wrote:
>> > I've fixed that now.
>>
>> Thanks!
>>
>> For future reference, is it the case that fetching from (c)git is the
>> preferred way of distributing the firmware? (preferred by you, i.e.p
>> *.kernel.org)
>
> We publish both, so it doesn't really matter.
>

Yeah but I typically publish on the git tree earlier since it is easier :)
Not really significant though.

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

end of thread, other threads:[~2015-02-04 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 21:48 broken URLs of iwlwifi firmware tarballs Vladimír Čunát
2015-02-02 22:45 ` Sven-Haegar Koch
2015-02-02 22:57   ` Vladimír Čunát
2015-02-03  8:46 ` Johannes Berg
2015-02-04 12:06   ` Vladimír Čunát
2015-02-04 12:15     ` Johannes Berg
2015-02-04 15:35       ` Emmanuel Grumbach

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).