[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

USB mouse stopped working after installation Kernel 2.6.17.



Hello.
I experienced troubles after installation Kernel
2.6.17 on Dell Inspiron 6400 laptop.
After installation Kernel 2.4 --> 2.6.17 my USB mouse
stopped working
(Just working touch pad).
Do I did something wrong with installation Kernel?

My steps...

vi /etc/apt/sources.list
#deb file:///cdrom/ sarge main

deb http://mirrors.kernel.org/debian/ testing main
contrib non-free
deb-src http://mirrors.kernel.org/debian/ testing main
contrib non-free

deb http://security.debian.org/ testing/updates main
contrib non-free

apt-get update
apt-get upgrade

apt-get install kernel-package
apt-get install initrd-tools
apt-get install libncurses5-dev

cp /ho  me/alex/temporary/linux-2.6.17.tar.gz /usr/src
cd /usr/src
tar -xvzf linux-2.6.17.tar.gz
rm linux-2.6.17.tar.gz

ln -s  linux-2.6.17 linux
cd /usr/src/linux
make menuconfig
make-kpkg kernel-image
cd ..
dpkg -i
linux-image-2.6.17_2.6.17-10.00.Custom_i386.deb
cd /boot
mkinitrd -o initrd.img-2.6.17 2.6.17
/boot/grub/menu.lst

title           Debian GNU/Linux, kernel 2.6.17
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.17 root=/dev/hda1 ro
initrd          /boot/initrd.img-2.6.17
savedefault
boot

title           Debian GNU/Linux, kernel 2.6.17
(recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.17 root=/dev/hda1 ro
single
initrd          /boot/initrd.img-2.6.17
savedefault
boot

Any Help appreciated.
Alex Yakushev.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Reply to: