SliTaz SliTaz Forum

You are not logged in.

#1 2012-03-02 10:58:02

Guest
Guest

compile acerhk: make does nothing

I have an old Medion 40100 laptop, on which the wifi doesn't work. I read on the interwebs that I could enable it with the "acerhk" utility.

So I downloaded it, but when I try to use "make" to compile the package, first I had an error that make could not be found. I installed automake and make with tazpkg. Now I do have this command, but when I enter "make" in the directory, there is no output.

After pressing enter, the prompt doesn't return, so make seems to be running. But other than that: no response.

Any idea's? Or is manually compiling stuff just not done in Slitaz? smile

#2 2012-03-02 18:53:40

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: compile acerhk: make does nothing

Install slitaz-toolchain and slitaz-dev-pkgs - it should give you the basic tools you'll need to compile applications. You may have to install other *-dev packages to make it work, so read the INSTALL and README file to see what it's requirements are.

Also the general steps taken to compile something is:

1. ./configure - This tells the compiler what tools/libs are available on your system and informs you of any missing requirements.

2. make - Compiles the programs within the directory

3. make install (as root) - Installs the program so you can use it.

Offline

#3 2012-03-02 19:11:19

Guest
Guest

Re: compile acerhk: make does nothing

Ok cool. The installation notes also say I need the kernel headers, but I couldn't find that package as well. I searched for image and kernel but I guess the name is different than in Debian. Do you happen to know this pkg too? Or is it included in the pkgs you mentioned?

#4 2012-03-02 19:13:30

Guest
Guest

Re: compile acerhk: make does nothing

And I did compile stuff on debian boxed before so I have little experience with that but thanks for the time to explain that as well. This support forum is really helpfull. Thx!

#5 2012-03-02 19:40:30

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: compile acerhk: make does nothing

kernel headers? Ah, you'll need to install linux-headers package too. So this is a kernel driver. Hopefully you won't need to download the kernel sources to make this.

Offline

#6 2012-03-02 19:48:03

Guest
Guest

Re: compile acerhk: make does nothing

Yes I think so, it will be a module that can be loaded with modprobe. Hmmm i thought i did tazpkg search linux .. I'll try again and report back. Thanks.

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]