:: No irq handler for vector

31 sec read

:: Kernel error
if you get kenel error on your CentOS Linux like:

kernel:do_IRQ: 1.92 No irq handler for vector (irq -1)

 
:: How to fix No irq handler for vector
o Just add pci line on linux bootloader (GRUB)

vi /boot/grub/menu.lst
## add this line in end of kernel options:
pci=nomsi,noaer

so like :

title CentOS Linux (2.6.32-71.29.1.el6.i686)
        root (hd0,0)
        kernel /vmlinuz-2.6.32-71.29.1.el6.i686 ro root=/dev/mapper/vg_id-lv_root rd_LVM_LV=vg_id/lv_root rd_LVM_LV=vg_id/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us nomodeset crashkernel=auto rhgb quiet pci=nomsi,noaer
        initrd /initramfs-2.6.32-71.29.1.el6.i686.img

o Rebooting the server / pc

reboot

or

shutdown -r now

 
:: Links
+ Google
+ Lime-Technology

How to fix problem with…

Facing a Git error with the 'vi' editor? Discover how to easily fix it by checking your Vim path and configuring Git to use...
Sysadmin.ID
10 sec read

Apache :: MP4 Streaming

Learn how to enable MP4 streaming in Apache with the installation of the mod_h264 streaming module, making your video content accessible and efficient. Follow...
Sysadmin.ID
18 sec read

Apache :: Flash / FLV…

Learn how to effortlessly configure Apache for FLV streaming by installing the mod_flvx module and updating your httpd.conf file. Discover the simple steps to...
Sysadmin.ID
15 sec read

Leave a Reply

Your email address will not be published. Required fields are marked *