Advertisement
urbanslug

mkinitcpio and aplay

Nov 3rd, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. [user@localhost ~]$ aplay -l
  2. **** List of PLAYBACK Hardware Devices ****
  3. card 0: PCH [HDA Intel PCH], device 0: 92HD87B1/3 Analog [92HD87B1/3 Analog]
  4. Subdevices: 1/1
  5. Subdevice #0: subdevice #0
  6. card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  7. Subdevices: 1/1
  8. Subdevice #0: subdevice #0
  9.  
  10. [user@localhost ~]$ sudo mkinitcpio -p linux
  11. [sudo] password for user:
  12. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  13. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
  14. ==> Starting build: 3.11.6-1-ARCH
  15. -> Running build hook: [base]
  16. -> Running build hook: [udev]
  17. -> Running build hook: [autodetect]
  18. -> Running build hook: [modconf]
  19. -> Running build hook: [block]
  20. -> Running build hook: [filesystems]
  21. -> Running build hook: [keyboard]
  22. -> Running build hook: [fsck]
  23. ==> Generating module dependencies
  24. ==> Creating gzip initcpio image: /boot/initramfs-linux.img
  25. ==> Image generation successful
  26. ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  27. -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
  28. ==> Starting build: 3.11.6-1-ARCH
  29. -> Running build hook: [base]
  30. -> Running build hook: [udev]
  31. -> Running build hook: [modconf]
  32. -> Running build hook: [block]
  33. ==> WARNING: Possibly missing firmware for module: aic94xx
  34. ==> WARNING: Possibly missing firmware for module: bfa
  35. ==> WARNING: Possibly missing firmware for module: smsmdtv
  36. -> Running build hook: [filesystems]
  37. -> Running build hook: [keyboard]
  38. -> Running build hook: [fsck]
  39. ==> Generating module dependencies
  40. ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
  41. ==> Image generation successful
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement