Missing Free Firmware?

6 replies [Last post]
luckygrl
Offline
Joined: 05/26/2014

Hello, On one of my computers when I go to load Trisquel Lite from the disk I get...Missing Free Firmare, Failed to losd firmware. Any advice on how to fix this?

thankyou.

onpon4
Offline
Joined: 05/30/2012

That's just the message Linux-libre spits out when there is no free/libre firmware for something (i.e. the only firmware available is a proprietary binary blob which has been removed). So what it means is you'll be missing some hardware functionality, most likely 3-D acceleration or wireless connectivity.

If the missing functionality is a problem, the proper solution is to replace the offending hardware. A good, simple place to look for new hardware is Think Penguin:

http://libre.thinkpenguin.com

If the missing feature isn't something you need, or if you don't notice that a feature is missing, don't worry about it.

m971668
Offline
Joined: 03/14/2012

Did the message state what firmware file it couldn't find or what module was trying to look for it?

Hardware drivers (kernel modules) basically program hardware chips with the firmware files to use the hardware.

There are free firmware files in the Trisquel repositories that are not installed by default.

For example, I have a USB WiFi device (Atheros Communications, Inc. AR9271 802.11n). It requires the Atheros AR9271 firmware file (AR9271.fw) to work. This is in the ""open-ath9k-htc-firmware package in the Trisquel repository.

The ath9k_htc module loads AR9271.fw onto the USB WiFi chip...and magically it works.

However, this firmware isn't installed by default.

You might get lucky and discover your device has a free firmware version.

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

This firmware *is* installed by default. Indeed, the package "trisquel-base" depends on "open-ath9k-htc-firmware".

lembas
Offline
Joined: 05/13/2010

Actually it only recommends it.

arashkamangir
Offline
Joined: 05/11/2014

ak@trisquel:~$ aptitude why open-ath9k-htc-firmware
i   trisquel-base-recommended Depends open-ath9k-htc-firmware

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

True: "trisquel-base" only recommends "open-ath9k-htc-firmware" and "trisquel-base-recommended", which is also installed by default, depends on it.