You are not logged in.

#1 2013-09-06 11:17:19

dule.93
Member
Registered: 2013-08-22
Posts: 3

dmesg strange output

hello can someone help me with this ishue, i dont know what is causing it . does anuone have a clue what it is ? Here is my dmesg output.


dmesg-output-----> http://pastebin.com/0yGL9APC

Offline

#2 2013-09-06 12:41:45

matse
Member
Registered: 2011-04-27
Posts: 299

Re: dmesg strange output

Have a look here - seems to be a similiar problem and could be fixed by adding

pci=nomsi,noaer 

to the boot options. So adjust your grub.cfg, syslinux.cfg or whatever bootloader you have.
Greetings

Offline

#3 2013-09-10 12:52:34

dule.93
Member
Registered: 2013-08-22
Posts: 3

Re: dmesg strange output

Thanks for the tip the "IRQ -1" does not bug me any more. i have edited the /etc/default/grub and added to pci=nomsi,noaer
to GRUB_CMDLINE_LINUX_DEFAULT=

it now looks like this for those who come on the same ishue i had.

File:/etc/default/grub
########

GRUB_CMDLINE_LINUX_DEFAULT="quiet pci=nomsi,noaer"<<<---add pci=nomsi,noaer to this line

Offline

#4 2013-09-10 13:12:35

dule.93
Member
Registered: 2013-08-22
Posts: 3

Re: dmesg strange output

And if you have syslinux installed instead of grub2 you add to your

/boot/grub/syslinux.cfg -->>> and add




LABEL arch
        MENU LABEL Arch Linux
        LINUX ../vmlinuz-linux
        APPEND root=/dev/sda1 rw pci=nomsi,noaer<<<--- to this line
        INITRD ../initramfs-linux.img

Offline

Board footer

Powered by FluxBB