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
14 hours 29 min ago
14 hours 34 min ago
19 hours 32 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 4 hours ago
1 day 8 hours ago
1 day 15 hours ago
1 day 19 hours ago
1 day 20 hours ago