Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. root@tyler-debian:/home/tyler-debian# dmesg | tail -n 20
  2. [ 5.563081] usbcore: registered new interface driver snd-usb-audio
  3. [ 5.844299] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input20
  4. [ 5.844367] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input21
  5. [ 5.845323] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input22
  6. [ 5.845596] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input23
  7. [ 6.313279] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
  8. [ 6.314225] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
  9. [ 7.194040] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
  10. [ 7.197715] systemd-journald[210]: Received request to flush runtime journal from PID 1
  11. [ 7.499074] alx 0000:03:00.0: irq 51 for MSI/MSI-X
  12. [ 7.499179] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  13. [ 7.499950] alx 0000:03:00.0 eth0: NIC Up: 100 Mbps Full
  14. [ 7.500152] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  15. [ 8.406710] RPC: Registered named UNIX socket transport module.
  16. [ 8.406712] RPC: Registered udp transport module.
  17. [ 8.406713] RPC: Registered tcp transport module.
  18. [ 8.406714] RPC: Registered tcp NFSv4.1 backchannel transport module.
  19. [ 8.438660] FS-Cache: Loaded
  20. [ 8.450052] FS-Cache: Netfs 'nfs' registered for caching
  21. [ 8.480285] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  22. root@tyler-debian:/home/tyler-debian# modprobe nvidia-current
  23. modprobe: ERROR: could not insert 'nvidia_current': No such device
  24. root@tyler-debian:/home/tyler-debian# dmesg | grep -i nvidia
  25. [ 5.844299] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input20
  26. [ 5.844367] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input21
  27. [ 5.845323] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input22
  28. [ 5.845596] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input23
  29. [ 118.008438] nvidia: module license 'NVIDIA' taints kernel.
  30. [ 118.014232] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:13c2)
  31. NVRM: NVIDIA Linux driver release. Please see 'Appendix
  32. NVRM: A - Supported NVIDIA GPU Products' in this release's
  33. NVRM: at www.nvidia.com.
  34. [ 118.014258] nvidia: probe of 0000:01:00.0 failed with error -1
  35. [ 118.014587] NVRM: The NVIDIA probe routine failed for 1 device(s).
  36. [ 118.014589] NVRM: None of the NVIDIA graphics adapters were initialized!
  37. [ 118.014685] NVRM: NVIDIA init module failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement