Well I would use this:
Quote:
Install
* Get / configure / build a set of kernel sources.
* make sure that you are running this kernel, and /lib/modules/`uname -r`/build points to the kernel sources directory
* cd $gnokii_sources/patches/kernel_2.{4,6}
* make
* Become root
* make install
* modprobe nokia_dku2
* dmesg
* Look for the lines as shown above!
* Edit .gnokiirc to include port=/dev/ttyUSB.. and connection=dku2
|
For the first part I would download the actual kernel image from kernel.org,
unzip it in e.g. /usr/local/src
cd into the kernel dir
if you already have a kernel config for that kernel tree (eihter 2.4 or 2.6) copy it into that dir
run "make menuconfig" and change things which you need or do not need.
then run the above steps till make (excluding make) and run
"make bzImage modules modules_install"
then follow the rest.
at least do
cp arch/i386/boot/bzImage /boot/kernel-2.X.XX.X
cp System.map /boot/System.map-2.X.XX.X
cp .config /boot/.config-2.X.XX.X
the rest depends now on your bootloader config if it is lilo or grub...
Recent comments
11 hours 3 min ago
16 hours 2 min ago
17 hours 28 min ago
18 hours 21 min ago
20 hours 4 min ago
1 day 27 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 16 hours ago
1 day 18 hours ago