https://bugzilla.novell.com/show_bug.cgi?id=179702 ------- Comment #105 from trenn@novell.com 2007-01-10 07:59 MST ------- Install with rpm -ivh kernel-xy.rpm --force --nodeps You possibly have to duplicate a boot entry in: /boot/grub/menu.lst and let vmlinux and initrd directly point to the kernel/initrd files in /boot/: vmlinux-2.6.x.y (instead of the symlink vmlinux) initrd-2.6.x.y (instead of the symlink initrd) (you also might want to add a "debug" at the new boot entry's title) Now you can boot both kernels, the working one, against which the kernel packages are correctly linked against and the new one where wlan will not work. Later you can get rid of the new kernel again by: rpm -e kernel-exact-version-of-newly-installed-kernel -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.