Posts: 4
Urfaust
Joined: 05 Aug 2011
#1
Hey everybody.

I've been messing around with antiX M11 for the past few days now. I've managed to install it to an older computer for a friend's parent - complete with GIMP and a usb authorization issue fixed (I just switched everything back to ROX).

I liked working with it so much that I decided to replace my Fedora OS and dualboot antiX in its place. Things have been going well so far, although I have a few minor questions:

1.) I read here (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/conky-and-the-battery-t661.html#p3603"
linktext was:"antix.freeforu ms.org/conky-and-t ... html#p3603"
====================================
) that someone installed acpitool and added a few lines in Conky in order to have a battery icon displayed - I assume this means I can't just open it up and edit it with Abiword through the terminal like the sources.list? I'm currently using the testing repos there, as well, if that helps any. Regardless, I tried to

Code: Select all

apt-get install acpitool
and what I got was an error that reads
  • dpkg: error processing firmware-b43legacy-installer (--configure):
    subprocess installed post-installation script returned error exit status 1
    Setting up acpitool (0.5.1-2) ...
    configured to not write apport reports
    Errors were encountered while processing:
    firmware-b43legacy-installer
This is an error I've been seeing a lot of lately, bringing me to my second question:

2.) How can I (if at all) rememdy this firmware-b43-legacy-installer error? I assume it's some sort of hardware compatability issue. Should I just apt-remove the package, or would that be a terrible idea?

Thanks in advance for your (theoretical) help. antiX is a step up for me as all of my Linux experience thus far has been with Fedora, Ubunutu, and T(a)ILS - this is the most terminal work I think I've ever managed to do...

P.S.: I did

Code: Select all

apt-get update
apt-get upgrade
the system after first installing it.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Welcome to antiX.

2. To remove that error, see here, under bug fixes:


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.mepis.org/index.php?title=Main_Page"
linktext was:"http://antix.mepis.org/index.php?title=Main_Page"
====================================


Then apt-get update followed by apt-get dist-upgrade

This may mean apt-get install acpitool may work.
Posts: 4
Urfaust
Joined: 05 Aug 2011
#3
Thanks anticapitalista! That did the trick.