Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  (solved) TTY spamming messages  (Read 3875 times)

MachinaeWolf

  • Guest
(solved) TTY spamming messages
« 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.
« Last Edit: 2017/05/27, 02:08:10 by piper »

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: TTY spamming messages
« Reply #1 on: 2017/05/12, 08:13:17 »
In debian you do not install Nvidia driver from their site!
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

MachinaeWolf

  • Guest
Re: TTY spamming messages
« Reply #2 on: 2017/05/12, 18:15:43 »
Ok but this issue was before I attempted to install the driver.

Gabriel_M

  • Guest
Re: TTY spamming messages
« Reply #3 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

 

MachinaeWolf

  • Guest
Re: TTY spamming messages
« Reply #4 on: 2017/05/16, 01:36:38 »
My default looks like this:

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

MachinaeWolf

  • Guest
Re: TTY spamming messages
« Reply #5 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 :)

JR.VOY

  • Guest
Re: (solved) TTY spamming messages
« Reply #6 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.