Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. :~$ aplay -l
  2. aplay: device_list:252: no soundcards found...
  3. :~$ lspci | grep Audio
  4. 00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
  5. :~$ uname -a
  6. Linux desktop 3.5.0-47-generic #71-Ubuntu SMP Wed Feb 19 00:00:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
  7. :~$ aplay -l
  8. aplay: device_list:252: no soundcards found...
  9. :~$ sudo modprobe -v snd-hda-intel
  10. insmod /lib/modules/3.5.0-47-generic/updates/dkms/snd-hda-codec.ko
  11. WARNING: Error inserting snd_hda_codec (/lib/modules/3.5.0-47-generic/updates/dkms/snd-hda-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
  12. FATAL: Error inserting snd_hda_intel (/lib/modules/3.5.0-47-generic/updates/dkms/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)
  13. :~$ dmesg | grep snd
  14. [ 18.018314] snd_hda_codec: Unknown symbol snd_ctl_sync_vmaster_hook (err 0)
  15. [ 18.018321] snd_hda_codec: Unknown symbol snd_ctl_add (err 0)
  16. [ 18.018335] snd_hda_codec: Unknown symbol snd_jack_report (err 0)
  17. [ 18.018340] snd_hda_codec: Unknown symbol snd_card_register (err 0)
  18. [ 18.018345] snd_hda_codec: Unknown symbol snd_card_proc_new (err 0)
  19. [ 18.018361] snd_hda_codec: Unknown symbol snd_add_device_sysfs_file (err 0)
  20. [ 18.018375] snd_hda_codec: Unknown symbol snd_ctl_add_vmaster_hook (err 0)
  21. [ 18.018380] snd_hda_codec: Unknown symbol snd_ctl_remove (err 0)
  22. [ 18.018387] snd_hda_codec: Unknown symbol snd_ctl_find_id (err 0)
  23. [ 18.018394] snd_hda_codec: Unknown symbol snd_kctl_jack_new (err 0)
  24. [ 18.018401] snd_hda_codec: Unknown symbol snd_ctl_new1 (err 0)
  25. [ 18.018412] snd_hda_codec: Unknown symbol snd_component_add (err 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement