LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 09-13-2015, 05:33 AM   #1
Soderlund
Member
 
Registered: Aug 2012
Posts: 185

Rep: Reputation: 81
Does Alpine Linux contain blobs?


Does Alpine Linux contain binary blobs, or have they removed such firmware like Debian?
 
Old 09-13-2015, 09:57 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,257
Blog Entries: 28

Rep: Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119Reputation: 6119
A web search did not turn up anything definitive from third-party sources, but you can browse the Alpine package list. It includes a listing for the license under which each package is released. I know it's not a quick or easy answer, but it's the best I could come up with.

https://pkgs.alpinelinux.org/packages

Perhaps you would get a quicker authoritative answer by posing the question in the Alpine forums.

Last edited by frankbell; 09-13-2015 at 09:59 PM.
 
1 members found this post helpful.
Old 09-17-2015, 09:38 PM   #3
Rinndalir
Member
 
Registered: Sep 2015
Posts: 733

Rep: Reputation: Disabled
Are you just asking if alpine includes them because you need them or just for the information?

If you want you can keep a copy locally like this:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

then you can keep it up to date from time-to-time by

cd linux-firmware
git pull --all

FYI it is around 190MB in size.
 
1 members found this post helpful.
Old 09-18-2015, 05:38 AM   #4
Soderlund
Member
 
Registered: Aug 2012
Posts: 185

Original Poster
Rep: Reputation: 81
Quote:
Originally Posted by Rinndalir View Post
Are you just asking if alpine includes them because you need them or just for the information?
It's because I don't want them.

I'll ask on their forum.
 
Old 09-20-2015, 03:59 PM   #5
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,554
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Quote:
Originally Posted by Soderlund View Post
It's because I don't want them.
Take extreme care with that statement. The firmware are binary blobs, but most modern hardware require them for base level to extended functionality, and excluding them can cripple your hardware. Trying to go Libre doesn't always work in many cases, especially if you use modern hardware from the post 2003 era, especially network, VGA, audio, and even a few disk controllers. My suggestion, check your hardware first and foremost.
 
Old 09-21-2015, 03:20 PM   #6
Soderlund
Member
 
Registered: Aug 2012
Posts: 185

Original Poster
Rep: Reputation: 81
Quote:
Originally Posted by ReaperX7 View Post
Take extreme care with that statement. The firmware are binary blobs, but most modern hardware require them for base level to extended functionality, and excluding them can cripple your hardware. Trying to go Libre doesn't always work in many cases, especially if you use modern hardware from the post 2003 era, especially network, VGA, audio, and even a few disk controllers. My suggestion, check your hardware first and foremost.
I try to only buy hardware that doesn't require blobs. If people do that it will hit the vendors financially (and reward the good ones) and money is the only thing they understand, which will hopefully pressure them into releasing the source code.

You are quite right though: you really need to investigate the hardware and never assume it will work. Old computers are great.
 
Old 12-27-2015, 07:13 PM   #7
jon lee
Member
 
Registered: Jul 2013
Posts: 113

Rep: Reputation: Disabled
LOL. Good luck!

I'm sure all linux distros have firmware blobs.
I've never attempted a 'sudo rm -rf /lib/firmware', but I'm pretty sure it causes problems.
 
Old 01-22-2016, 11:42 AM   #8
Rinndalir
Member
 
Registered: Sep 2015
Posts: 733

Rep: Reputation: Disabled
Quote:
Originally Posted by jon lee
I'm sure all linux distros have firmware blobs.
I've never attempted a 'sudo rm -rf /lib/firmware', but I'm pretty sure it causes problems.
I'm sure you're wrong there, twice.

Code:
$ ls -l /lib/firmware/
total 0
 
Old 01-22-2016, 11:43 AM   #9
Rinndalir
Member
 
Registered: Sep 2015
Posts: 733

Rep: Reputation: Disabled
Quote:
Originally Posted by Soderlund View Post
I try to only buy hardware that doesn't require blobs.
Do you consider microcode as blobs too?
 
Old 01-22-2016, 04:26 PM   #10
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by Rinndalir View Post
Do you consider microcode as blobs too?
I was reminded about this on another thread. Apparently, according to the Debian developers (and, perhaps, other free software proponents) if I install Debian without the non-free components on my desktop and run it I'm "running free software", however, if I decide to let Debian update the microcode on my CPU I'm not.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Alpine Linux and grsecurity WhiteHatGuy Linux - Security 1 08-20-2015 11:40 PM
Updated Alpine Linux repository omitchell Linux - Newbie 0 03-08-2012 09:16 AM
Alpine Linux, How Can I Boot from Root? Novatian Linux - Software 2 03-30-2011 06:16 AM
Packing some binary blobs with rpm Alexvader Linux - General 1 11-03-2010 06:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 02:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration