Advertisement
Guest User

Untitled

a guest
Nov 17th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. $ sudo dmidecode -s system-product-name
  2. MacBookPro11,5
  3. $ uname -a
  4. Linux macbook-nkay 3.19.0-33-generic #38~14.04.1-Ubuntu SMP Fri Nov 6 18:17:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  5. $ cat /etc/pm/config.d/modules
  6. SUSPEND_MODULES="thunderbolt brcmsmac brcmfmac sbshc sbs"
  7. $ cat /proc/acpi/wakeup
  8. Device S-state Status Sysfs node
  9. PEG0 S3 *disabled pci:0000:00:01.0
  10. GFX0 S3 *disabled pci:0000:01:00.0
  11. PEG1 S3 *disabled pci:0000:00:01.1
  12. PEG2 S3 *disabled pci:0000:00:01.2
  13. EC S4 *disabled platform:PNP0C09:00
  14. GMUX S3 *disabled pnp:00:03
  15. HDEF S3 *disabled pci:0000:00:1b.0
  16. RP03 S3 *disabled pci:0000:00:1c.2
  17. ARPT S4 *enabled pci:0000:04:00.0
  18. RP04 S3 *disabled pci:0000:00:1c.3
  19. XHC1 S3 *disabled pci:0000:00:14.0
  20. ADP1 S4 *disabled platform:ACPI0003:00
  21. LID0 S4 *enabled platform:PNP0C0D:00
  22. $ cat /etc/modprobe.d/xhci_hcd.conf
  23. options xhci_hcd quirks=0x80
  24. options xhci_plat_hcd quirks=0x80
  25. $ cat /sys/module/xhci_hcd/parameters/quirks
  26. 0
  27. $ cat /proc/cmdline
  28. \vmlinuz-3.19.0-33-generic.efi.signed ro libata.force=noncq modprobe.blacklist=i915 radeon.dpm=1 root=/dev/mapper/vg-root rootflags=subvol=@ cryptopts=target=macbookcrypt,source=/dev/disk/by-uuid/fbb1dc1e-7c49-494f-a940-fdcf39a23d22,lvm=vg resume=/dev/mapper/vg-swap quiet splash initrd=\initrd.img-3.19.0-33-generic.old-dkms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement