Bertoldic

Differences between revisions 8 and 9
Revision 8 as of 2005-11-23 10:37:54
Size: 1545
Editor: adsl-4-181
Comment:
Revision 9 as of 2005-12-09 12:05:35
Size: 2312
Editor: 81-208-36-80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:


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_Palms[[BR]]
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 this[[BR]]
1. install captive[[BR]]
2. run /usr/share/lufs/prepmod[[BR]]
3. open /usr/share/lufs/prepmod/2.6/inode.c[[BR]]
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

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

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

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



CategoryLaptop

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