Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. michael@Devuan2:~$ apt-cache search ati drivers
  2. apitrace - tools for debugging OpenGL applications and drivers - cli frontends
  3. apitrace-gui - tools for debugging OpenGL applications and drivers - graphical frontend
  4. apitrace-tracers - tools for debugging OpenGL applications and drivers - application tracer
  5. foomatic-db-gutenprint - OpenPrinting printer support - database for Gutenprint printer drivers
  6. libasound2-data - Configuration files and profiles for ALSA drivers
  7. mesa-va-drivers - Mesa VA-API video acceleration drivers
  8. mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
  9. ndisgtk - graphical frontend for ndiswrapper (installation of Windows WiFi drivers)
  10. pcscd - Middleware to access a smart card using PC/SC (daemon side)
  11. nvidia-xconfig - deprecated X configuration tool for non-free NVIDIA drivers
  12. michael@Devuan2:~$ sudo hardinfo
  13. [sudo] password for michael:
  14. sh: 1: /lib/libc.so.6: not found
  15.  
  16. ** (hardinfo:13903): CRITICAL **: update_field: assertion 'iter != NULL' failed
  17. michael@Devuan2:~$ lspci -v | grep "VGA" -A 12
  18. 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] (rev 45) (prog-if 00 [VGA controller])
  19. Subsystem: Hewlett-Packard Company Mullins [Radeon R4/R5 Graphics]
  20. Flags: bus master, fast devsel, latency 0, IRQ 3
  21. Memory at e0000000 (64-bit, prefetchable) [size=256M]
  22. Memory at f0000000 (64-bit, prefetchable) [size=8M]
  23. I/O ports at 4000 [size=256]
  24. Memory at f0d00000 (32-bit, non-prefetchable) [size=256K]
  25. Expansion ROM at 000c0000 [disabled] [size=128K]
  26. Capabilities: <access denied>
  27. Kernel modules: radeon
  28.  
  29. 00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio
  30. Subsystem: Hewlett-Packard Company Kabini HDMI/DP Audio
  31. michael@Devuan2:~$ modinfo
  32. bash: modinfo: command not found
  33. michael@Devuan2:~$ apt-cache search modinfo
  34. michael@Devuan2:~$ lspci -nnk | grep -i vga -A3 | grep 'in use'
  35. michael@Devuan2:~$ lspci -nn | grep -E 'VGA|Display'
  36. 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] [1002:9851] (rev 45)
  37. michael@Devuan2:~$ find amd
  38. find: ‘amd’: No such file or directory
  39. michael@Devuan2:~$ find ati
  40. find: ‘ati’: No such file or directory
  41. michael@Devuan2:~$ sudo find ati
  42. [sudo] password for michael:
  43. find: ‘ati’: No such file or directory
  44. michael@Devuan2:~$ sudo find AMD
  45. find: ‘AMD’: No such file or directory
  46. michael@Devuan2:~$ lspci -nnk | grep -i vga -A3 | grep 'in use'
  47. michael@Devuan2:~$ lspci -nnk | grep -i vga -A3 | grep 'driver'
  48. michael@Devuan2:~$ lspci -nnk | grep -i vga -A3 | grep 'r4'
  49. michael@Devuan2:~$ lspci -nnk | grep -i vga -A3
  50. 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] [1002:9851] (rev 45)
  51. Subsystem: Hewlett-Packard Company Mullins [Radeon R4/R5 Graphics] [103c:8224]
  52. Kernel modules: radeon
  53. 00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio [1002:9840]
  54. michael@Devuan2:~$ find kabini
  55. find: ‘kabini’: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement