Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-17-2015, 06:06 AM
|
#1
|
Member
Registered: Nov 2007
Posts: 213
Rep:
|
correct text, to add driver module to /etc/modules file?
What's the correct text to add to my /etc/modules file, for my sound card driver?
The driver module is snd-hda-intel ... and the file is :
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
lp
snd-hda-intel ??? Hyphens? NO hyphens?
hda-intel ???
THanks..........
==========================================================
edit:
I found that hyphens and underscores are correct, and interchangeable. I still cannot find that 'snd' IS, or is NOT part of the module name
Last edited by buccaneere; 06-17-2015 at 06:17 AM.
|
|
|
06-17-2015, 07:55 AM
|
#2
|
LQ Addict
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316
|
The module must have a file with the same name, plus extension ".ko", somewhere under /lib/modules. As far as I remember the snd is part of the name, but I suggest you do a find on that directory and double-check.
|
|
1 members found this post helpful.
|
06-17-2015, 08:23 AM
|
#3
|
Member
Registered: Nov 2007
Posts: 213
Original Poster
Rep:
|
Quote:
Originally Posted by berndbausch
The module must have a file with the same name, plus extension ".ko", somewhere under /lib/modules. As far as I remember the snd is part of the name, but I suggest you do a find on that directory and double-check.
|
Thanks there bern... Exactly what I did, and didn't find it under /lib/modules/'my kernel'/?
I added it as snd-hda-intel , seeing it elsewhere on web examples....................
|
|
|
06-18-2015, 12:38 AM
|
#4
|
LQ Addict
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316
|
Quote:
Originally Posted by buccaneere
Thanks there bern... Exactly what I did, and didn't find it under /lib/modules/'my kernel'/?
I added it as snd-hda-intel , seeing it elsewhere on web examples....................
|
If you don't have it, it won't be loaded in the kernel.
Depending on the distribution, you can find out which package contains the file. On Red Hat or Centos:
Code:
yum whatprovides */snd-hda-intel.ko
....
kernel-2.6.32-504.8.1.el6.x86_64 : The Linux kernel
Repo : updates
Matched from:
Filename : /lib/modules/2.6.32-504.8.1.el6.x86_64/kernel/sound/pci/hda/snd-hda-intel.ko
It's most probably a standard kernel module. If it's missing on your system, I suggest you reinstall the corresponding package.
|
|
|
All times are GMT -5. The time now is 09:54 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|