Siduction Forum

Siduction Forum => Hardware - Support => Topic started by: MachinaeWolf on 2017/05/11, 23:45:49

Title: (solved) TTY spamming messages
Post by: MachinaeWolf on 2017/05/11, 23:45:49
I went into a tty to attempt to install the nvidia drivers from nvidia's site. I was bombarded with tons of error messages
Code: [Select]
pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
[21060.479131] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
[21060.480671] pcieport 0000:00:1c.4:    [ 0] Receiver Error         (First)
[21061.574531] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e4(Receiver ID)
[21061.578788] pcieport 0000:00:1c.4:   device [8086:9d14] error status/mask=00000001/00002000
It kept spamming this all over.
Title: Re: TTY spamming messages
Post by: towo on 2017/05/12, 08:13:17
In debian you do not install Nvidia driver from their site!
Title: Re: TTY spamming messages
Post by: MachinaeWolf on 2017/05/12, 18:15:43
Ok but this issue was before I attempted to install the driver.
Title: Re: TTY spamming messages
Post by: Gabriel_M on 2017/05/16, 00:43:11
 Try to solved the problem booting with pci=nomsi
In order to boot with pci=nomsi :
su
cp /etc/default/grub /etc/default/grub.bak
nano /etc/default/grub

Once grub is opened in nano replace
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" 
by
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi" 

Save and close nano.
Update grub and restart your system:
update-grub 
reboot

 
Title: Re: TTY spamming messages
Post by: MachinaeWolf on 2017/05/16, 01:36:38
My default looks like this:

quiet resume=UUID=f8e8e639-a9bb-4fbf-8618-72d8eb2d657e systemd.show_status=1
Title: Re: TTY spamming messages
Post by: MachinaeWolf on 2017/05/26, 22:34:25
Well it worked, sorry I've been busy with other things and trying to figure out nvidia bumblebee which I finally got working right :)
Title: Re: (solved) TTY spamming messages
Post by: JR.VOY on 2017/10/04, 07:19:16
My default looks like this:

quiet resume=UUID=f8e8e639-a9bb-4fbf-8618-72d8eb2d657e systemd.show_status=1
Very good topic.