Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Debian Linux Help
Reload this Page after install sound doesn't work
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Debian Linux Help Discussions related to Debian GNU/Linux.

Reply
 
Thread Tools Display Modes
Old 06-14-2008   #11 (permalink)
bidi
Linux Enthusiast
 
Join Date: Jun 2005
Location: The Hot Humid South
Posts: 600
Quote:
Originally Posted by jimlikessweets View Post
what is your guys' input?
Well, I just took a look at your lspci output (I know, I should have done that before) and realizesd I have the same exact sound card as you, the MCP61 and I have sound. Let me check if I can find some stuff on this end. I do remember I had to go above and beyond to get it working, but can't remember exactly what I did. I'll post back when I figure it out.
__________________
"Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion
bidi is offline   Reply With Quote
Old 06-14-2008   #12 (permalink)
bidi
Linux Enthusiast
 
Join Date: Jun 2005
Location: The Hot Humid South
Posts: 600
Quote:
Originally Posted by kvaibhav View Post
00:1b.0 Audio device: Intel Corporation Unknown device 293e (rev 02)
Well, it doesn't recognize your sound card. Trying figuring out what it is.
__________________
"Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion
bidi is offline   Reply With Quote
Old 06-14-2008   #13 (permalink)
kvaibhav
Just Joined!
 
kvaibhav's Avatar
 
Join Date: Jul 2007
Location: India
Posts: 5
Send a message via Yahoo to kvaibhav Send a message via Skype™ to kvaibhav
Red face thanks bidi

Well thanks, bidi!

It would be a real help!
__________________
... Never lose a holy curiosity!
kvaibhav is offline   Reply With Quote
Old 06-14-2008   #14 (permalink)
bidi
Linux Enthusiast
 
Join Date: Jun 2005
Location: The Hot Humid South
Posts: 600
HA! I think I found it.

Go into /etc/modprobe.d/alsa-base and add the following line at the very bottom:
Code:
options snd-hda-intel model=auto
Then go to /etc/modprobe.d/sound and add (this file might not exist):
Code:
options snd-hda-intel index=0
I think one of those two did it for me. Try that out than run "alsaconf" again.
__________________
"Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion
bidi is offline   Reply With Quote
Old 06-17-2008   #15 (permalink)
kvaibhav
Just Joined!
 
kvaibhav's Avatar
 
Join Date: Jul 2007
Location: India
Posts: 5
Send a message via Yahoo to kvaibhav Send a message via Skype™ to kvaibhav
Sorry buddy, it does not work.

On top of it, the file
/etc/modprobe.d/sound

is overwritten, every next time I use alsaconfig

__________________
... Never lose a holy curiosity!
kvaibhav is offline   Reply With Quote
Old 06-18-2008   #16 (permalink)
bobescalin2005
Linux Newbie
 
bobescalin2005's Avatar
 
Join Date: Oct 2005
Location: Romania
Posts: 109
Quote:
Originally Posted by kvaibhav View Post
raman:/home/vaibhav# cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC).
first update your alsa package then use again alsaconf and if it`s not working eather use the module options.

Cheers!
__________________
Registered Linux user #471256
http://counter.li.org
Don`t give up so easy...
calin
bobescalin2005 is offline   Reply With Quote
Old 06-18-2008   #17 (permalink)
bidi
Linux Enthusiast
 
Join Date: Jun 2005
Location: The Hot Humid South
Posts: 600
Can you try
Code:
modprobe -v snd-hda-intel
and see if the driver is loaded? It's going to load a bunch other stuff with it, at least it should.

I'll keep poking around here to see if I can remember what it was I did.
__________________
"Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion
bidi is offline   Reply With Quote
Old 06-19-2008   #18 (permalink)
kvaibhav
Just Joined!
 
kvaibhav's Avatar
 
Join Date: Jul 2007
Location: India
Posts: 5
Send a message via Yahoo to kvaibhav Send a message via Skype™ to kvaibhav
I think it does load the modules, since on running the command, I get :

raman# modprobe -v snd-hda-intel
insmod /lib/modules/2.6.18-4-686/kernel/sound/core/snd-page-alloc.ko
insmod /lib/modules/2.6.18-4-686/kernel/sound/soundcore.ko
install /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
insmod /lib/modules/2.6.18-4-686/kernel/sound/core/snd.ko
insmod /lib/modules/2.6.18-4-686/kernel/sound/core/snd-timer.ko
install /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
insmod /lib/modules/2.6.18-4-686/kernel/sound/core/snd-pcm.ko
insmod /lib/modules/2.6.18-4-686/kernel/sound/core/oss/snd-mixer-oss.ko
insmod /lib/modules/2.6.18-4-686/kernel/sound/core/oss/snd-pcm-oss.ko
insmod /lib/modules/2.6.18-4-686/kernel/sound/pci/hda/snd-hda-codec.ko
install /sbin/modprobe --ignore-install snd-hda-intel && /lib/alsa/modprobe-post-install snd-hda-intel
insmod /lib/modules/2.6.18-4-686/kernel/sound/pci/hda/snd-hda-intel.ko model=auto
raman#


Well, did I mention before, that the system plays the audio files , say with
mplayer, but I hear no sound.


Thanks!
__________________
... Never lose a holy curiosity!
kvaibhav is offline   Reply With Quote
Old 06-19-2008   #19 (permalink)
bidi
Linux Enthusiast
 
Join Date: Jun 2005
Location: The Hot Humid South
Posts: 600
I found this post searching google:
MCP61 High Definition Audio - Ubuntu Forums

Try using one of the models he mentions there (6stack, 3stack, etc).

EDIT: By the way, I wasn't able to find anything different on my system except for the model definition in /etc/modprobe.d/alsa-base.
__________________
"Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion
bidi is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 10:07 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0