Bertoldic

Differences between revisions 10 and 11
Revision 10 as of 2005-12-22 10:33:40
Size: 2638
Editor: adsl-65-179
Comment:
Revision 11 as of 2005-12-22 12:40:40
Size: 3148
Editor: adsl-65-179
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
Type "sudo modprobe asus_acpi" No problems but ??? Type "sudo modprobe processor" No problems but ???
Type "sudo modprobe button" No problems but???

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
DON'T Type "sudo modprobe asus_acpi" it's the cause of SYSTEM LOG ERRORS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Line 15: Line 20:
I'm looking to fix completely acpi
Line 36: Line 40:
---------------------------------------------------------END OF LAPTOP---------------------------------------------------------------------
Line 63: Line 67:

PINNACLE PCTV USB2 SUPPORT
I know there's a video4linux2 driver in development.At the moment it supports the device but only in some features.

This page is always under construction!

I my name is Claudio Bertoldi I've written this page for helping newbies using kubuntu to set their laptop Asus A2K.This guide is based on kubuntu 5.10

SOLVING SYSTEM LOG ERRORS UNINSTALL ACPI daemon from adept for solving problems so you don't have completely ACPI support Type "sudo modprobe ac" seems to work well Type "sudo modprobe battery" seems to work well Type "sudo modprobe fan" No problems but ??? Type "sudo modprobe thermal" No problems but ??? Type "sudo modprobe processor" No problems but ??? Type "sudo modprobe button" No problems but???

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ DON'T Type "sudo modprobe asus_acpi" it's the cause of SYSTEM LOG ERRORS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

SOLVING VIDEO ERRORS INSTALL flgrx driver for solving problems about video remember to modify /etc/xorg.conf removing "ati" driver and writing "fglrx" in the driver section

WIRELESS WORKING 1.Launch synaptic or whatever package management tool you prefer 2.Install the package "ndiswrapper-utils" 3.Copy from the ASUS W-Lan directory bcmwl5a.inf and bcmwl5.sys, please pay attention to copy them both otherwise driver won't work(windows wireless-lan driver). 3.Call "sudo ndiswrapper -i bcmwl5a.inf" 4.Call "sudo modprobe ndiswrapper" to install the needed module. 5.Now you can set up your working Wlan device under Desktop->Administration->Networking 6.a)Dont forget to type "ndiswrapper -m"

  • b)if you want to load it at startup automatically add "ndiswrapper" in "/etc/modules"

See How to setup ndiswrapper for more information


END OF LAPTOP


CAPTIVE-NTFS WORKING

Requisites: 1.Linux kernel headers for your current linux version if you don't know yours type (uname -a) 2.Module-assistant 3.Gcc 3.4 4.Lufs-source 5.Captive-static from http://www.kruyt.org/?sub_item=46

Actions: 1.Run module-assistant with root privilegies 2.choose PREPARE 3.select lufs from the list 4.build and install it

If you get an error doing /usr/share/lufs/prepmod , like kill_proc_info not found, follow these steps to fix the source code. This is a workaround: kill_proc_info is not exported in 2.6.10 kernels.

Originally Posted by Hairy_PalmsBR ive found a workaround for this, the problem is that from the 2.6.10 kernal onwards it doesnt declare kill_proc_info ive made it work on my machine by doing thisBR 1. install captiveBR 2. run /usr/share/lufs/prepmodBR 3. open /usr/share/lufs/prepmod/2.6/inode.cBR 4. look for a line that says "kill_proc_info(SIGUSR1, &info, GET_INFO(sb)->server_pid);" and change it to say kill_proc(SIGUSR1, &info, GET_INFO(sb)->server_pid);BR now if u run prepmod you can mount and read/write ntfs partitions

PINNACLE PCTV USB2 SUPPORT I know there's a video4linux2 driver in development.At the moment it supports the device but only in some features.



CategoryLaptop

Bertoldic (last edited 2012-01-21 09:58:14 by vpn-3091)