Advertisement
Guest User

Untitled

a guest
Jun 1st, 2010
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. arkimedes@arkimedes-laptop:~$ lshw -C multimedia && uname -a && lsb_release -rd && aplay -l && cat /proc/asound/card0/codec#* | grep Codec && cat /etc/modprobe.d/alsa-base.conf
  2. WARNING: you should run this program as super-user.
  3. *-multimedia
  4. description: Audio device
  5. product: 82801I (ICH9 Family) HD Audio Controller
  6. vendor: Intel Corporation
  7. physical id: 1b
  8. bus info: pci@0000:00:1b.0
  9. version: 03
  10. width: 64 bits
  11. clock: 33MHz
  12. capabilities: bus_master cap_list
  13. configuration: driver=HDA Intel latency=0
  14. resources: irq:22 memory:fe200000-fe203fff
  15. Linux arkimedes-laptop 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux
  16. Description: Ubuntu 10.04 LTS
  17. Release: 10.04
  18. **** List of PLAYBACK Hardware Devices ****
  19. card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
  20. Subdevices: 1/1
  21. Subdevice #0: subdevice #0
  22. card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]
  23. Subdevices: 1/1
  24. Subdevice #0: subdevice #0
  25. Codec: Realtek ALC888
  26. # autoloader aliases
  27. install sound-slot-0 /sbin/modprobe snd-card-0
  28. install sound-slot-1 /sbin/modprobe snd-card-1
  29. install sound-slot-2 /sbin/modprobe snd-card-2
  30. install sound-slot-3 /sbin/modprobe snd-card-3
  31. install sound-slot-4 /sbin/modprobe snd-card-4
  32. install sound-slot-5 /sbin/modprobe snd-card-5
  33. install sound-slot-6 /sbin/modprobe snd-card-6
  34. install sound-slot-7 /sbin/modprobe snd-card-7
  35.  
  36. # Cause optional modules to be loaded above generic modules
  37. install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
  38. #
  39. # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
  40. install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
  41. install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
  42. install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
  43. #
  44. install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
  45. # Cause optional modules to be loaded above sound card driver modules
  46. install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
  47. install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
  48.  
  49. # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
  50. install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
  51. # Prevent abnormal drivers from grabbing index 0
  52. options bt87x index=-2
  53. options cx88_alsa index=-2
  54. options saa7134-alsa index=-2
  55. options snd-atiixp-modem index=-2
  56. options snd-intel8x0m index=-2
  57. options snd-via82xx-modem index=-2
  58. options snd-usb-audio index=-2
  59. options snd-usb-us122l index=-2
  60. options snd-usb-usx2y index=-2
  61. options snd-usb-caiaq index=-2
  62. # Ubuntu #62691, enable MPU for snd-cmipci
  63. options snd-cmipci mpu_port=0x330 fm_port=0x388
  64. # Keep snd-pcsp from being loaded as first soundcard
  65. options snd-pcsp index=-2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement