Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
root@darkstar:/home/greg# ls /etc/modprobe.d
blacklist isapnp modprobe.conf sound
no alsa-base, but another modprobe.conf. and whats this 'sound'?
root@darkstar:/home/greg# cat /etc/modprobe.d/sound
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
I tried all 3 combinations of the, 'options snd-hda-intel model=' statement. that was in /etc/modprobe.conf. I'll try 'sound' and if that doesn't work /etc/modprobe.d/modprobe.conf.
Anyway, I can't for the life of me understand how the fix would be this simple... here's to hopin!
2) the alias are normally ok but you have 2 and I only have in modprobe.conf
alias sound-slot-0 snd_emu10k1....so make a backup of the current file then
as its only sound that is playing up you have nothing to lose to try each new hdaintel line with a reboot but change your alias lines by deleting snd-card and keep the sound-slot
3) Can you be more explicit...are you saying you have
/etc/modprobe.conf
/etc/modprobe.d/modprobe.conf
one might be a symbolic link to the other.
ls -l /etc/....blah blah to test both pls
BTW I have /etc/modprobe.d....but it has no modprobe.conf
I wonder, if I am reading you correctly, you have 2 conf files that don't know if they are arthur or matha? ...I am suggesting....disable the read write permissions to any conf file sitting in /etc/modprobe.d/ pls
root@darkstar:/home/greg# cat /etc/modprobe.conf
# /etc/modprobe.conf (old location for Linux 2.6+ config)
#
# The use of this config file is deprecated.
# Instead, create files in the /etc/modprobe.d/ directory
# containing modprobe options.
#
# For more information, see "man modprobe.conf".
"create files in the /etc/modprobe.d/ directory containing modprobe options."
So I think I should be editing /etc/modprobe.d/sound
I'll try this before doing the realtek driver thing.
I tried all 4 "options" statements in /etc/modprobe.d/sound. But my computer continues to silently mock me.
Next I installed the realtek driver. The driver added two more faders under alsamixer / kmix. in kmix they are listed as output's 'mic boost' and 'front mic boost'. still no sound, still no led for pcm in alsamixer or kmix.
This is frustrating. I'll read the rest of these threads after I've cooled off a bit.
In the mean time, thanks for your help I really do think that I'm closer to getting it, and if you have any idea's let me know. I'll post the solution on here if I ever find it.
Before installing the realtek drivers, I removed the 'options' statement from my modprobe.conf and modprobe.d/sound because I didn't think it was helping.I did not modify any of the alias statements tho.
Once I went back into modprobe.d/sound and added the options statement + rebooted, it worked like magic
It should also be noted that PCM still has no mute option, and I think thats the way it's supposed to be. I have two 'front' channels (or faders) which reflect left and right speakers that are built into the laptop, these can be muted. PCM can never be muted however... seems weird to me, but I am sorta a noob :P
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.