Blogia
La vida de Mariscal

Acer Travel Mate 4152 Full Funtional on Linux

Requeriments:

First install your favourite linux distribution debian sarge from a CD o DVD, you can obtain it from the debian website.

Second recompile the linux kernel with this configuration file and if you want to have UDMA support you must replace the file drivers/ide/pci/piix.c with this. Now you have enabled cpufreq to manage the frecuency of your cpu as you like.

Third Configure your Xwindow System Xfree86 with XF86Config-4

In order to compile Intel pro Driver you must comment the file compat.h like this..

/* Comment by jose mariscal
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14)
static inline void *kzalloc(size_t size, unsigned flags)
{
void *ret = kmalloc(size, flags);
if (ret)
memset(ret, 0, size);
return ret;
}
#endif
*/

And you will have ipw2200 support in monitor mode ;)

0 comentarios