Jump to content

No sound -- yet again ********


abarbarian

Recommended Posts

sunrat and amenditman the trouble with altering my bios is that then I get no sound in my dual boot with Windows 7.

Why would Windows 7 not recognize your discrete sound card?

If the BIOS was set to disable the onboard sound, the drivers for the card are loaded, and your jacks are plugged into the discrete card, the OS should treat it as the only sound system available. Linux or Windows should not matter.

Link to comment
Share on other sites

V.T. Eric Layton

Well, everyone here knows that I have three favorite things that I repeatedly (ad nauseum) lampoon... KDE 4, Gentoo, and my BIG HAMMER/BIG NUKE solutions to everyday computer problems. ;)

 

Just ignore me. I'm harmless. :yes:

Link to comment
Share on other sites

securitybreach

The only reason I suggested Eric's method is because you have tried various things and changed configs without fixing the issue. I do not know exactly what the issue is as it should not be that hard to simply blacklist the module for the onboard audio and load the module for the card you want to use.

 

Basically we need to backtrack what you did in this thread to fix it in order to apply this at every boot.

Link to comment
Share on other sites

V.T. Eric Layton

Frank Gallagher, huh? I'm sure that's a common enough Irish name, but one of my best friends was named Frank Gallagher, too. He wasn't shameless, though. He was a good-hearted fellow. :)

Link to comment
Share on other sites

  • 2 weeks later...

Hi back again. Yeah I know it was a long weekend but I also got Nethacked and Doom 3 interfered along with the fine spring weather.

 

My missing sound is caused by me not having these files shown in the message that shows as Arch starts up.

 

ALSA Lib conf.c:3700:(snd_conf_update_r)cannot access file /usr/share/alsa/alsa.conf

ALSA Lib control.c:951:(snd_ctl_open_noupdate)Invalid CTL hw:0

/usr/sbin/alsactl: set_controls:1485: snd_ctl_open error: no such file or directory

 

ALSA Lib conf.c:3700:(snd_conf_update_r)cannot access file /usr/share/alsa/alsa.conf

ALSA Lib control.c:951:(snd_ctl_open_noupdate)Invalid CTL hw:1

/usr/sbin/alsactl: set_controls:1485: snd_ctl_open error: no such file or directory

 

So the missing file is,

 

/usr/share/alsa/alsa.conf

 

Can someone using a Arch 64bit post their output of the above file for me . Thanks.

 

B)

Link to comment
Share on other sites

Well the file helped a lot :thumbsup:

 

We now have sound at start up and on reboot :thumbsup: :thumbsup:

 

http://8tracks.com/brendenden/1-0-0-songs-of-greatness

 

Some nice mixes from the above if you like to try out new music and are lazy like me. :rolleyes:

 

 

 

However the message I get before i log in has now changed to,

 

/usr/sbin/alsactl: set_controls:1385: failed to obtain info for control #1

/usr/sbin/alsactl: set_controls:1385: failed to obtain info for control #2

/usr/sbin/alsactl: set_controls:1385: failed to obtain info for control #3

/usr/sbin/alsactl: set_controls:1385: failed to obtain info for control #4

/usr/sbin/alsactl: set_controls:1385: failed to obtain info for control #5

 

right through to # 48

 

/usr/sbin/alsactl: is a executable file so I can make no changes there.

 

So it looks like another .conf file needs a tweak.

 

I can get sound from FF on streaming music and you tube type sites. However no sound from SMPlayer.

 

Does anyone have for a 64bit Arch the following files and would they be so kind as to post the out put for me.

 

~/.asoundrc

/etc/asound.conf

/etc/modprobe.conf

/etc/modprobe.d/alsa.conf

/etc/modprobe.d/modprobe.conf

/etc/conf.d/alsa

 

Thanks.

Edited by abarbarian
Link to comment
Share on other sites

securitybreach

Some of the files did not exist on my machine. Here are the ones I uploaded

 

~/.asoundrc

/etc/modprobe.d/modprobe.conf

/etc/conf.d/alsa

 

and these are the ones that did not exist:

 

/etc/asound.conf

/etc/modprobe.conf

 

 

Also my alsa.conf is located in /usr/share/alsa/alsa.conf and not /etc/modprobe.d/alsa.conf.

 

https://github.com/securitybreach/Cerberus/tree/master/audio

Link to comment
Share on other sites

V.T. Eric Layton

Here are my 64 bit Arch requested files:

 

~/.asoundrc --> no such file

 

/etc/asound.conf --> no such file

 

/etc/modprobe.conf --> no such file

 

/etc/modprobe.d/alsa.conf --> no such file

 

/etc/modprobe.d/modprobe.conf

 

#

# /etc/modprobe.d/modprobe.conf

#

blacklist usblp

 

/etc/conf.d/alsa

 

# Arguments for alsactl

# example: ALSA_ARGS="--file /var/lib/alsa/asound.state"

ALSA_ARGS="--file /var/lib/alsa/asound.state"

 

# Enables powersaving mode for AC97 and hda_intel audio chips.

# Set to 1 to enable powersaving.

# Set to 0 to disable powersaving (default).

POWERSAVE=0

 

# Whether to save volume levels when stopped ("yes" or "no").

SAVE_VOLUME="yes"

 

# Whether to mute the master volume when stopped ("yes" or "no").

# Useful for bad audio cards which make a noise on system poweroff.

MUTE_VOLUME="no"

Link to comment
Share on other sites

0_61_nuclear_blast.jpg

 

:hysterical:

Come on, for a minor little sound issue. The orbital nuke option is a bit over the top.

I'm beginning to think you just like pushing the button. :hysterical:

Link to comment
Share on other sites

V.T. Eric Layton

He's been trying to get this sound to work for a month now. I would have nuked it within the first week. ;)

Link to comment
Share on other sites

Lots of info at https://wiki.archlinux.org/index.php/Advanc...nd_Architecture

 

I would suggest to change your ~/.asoundrc according to the example in the "In User Space" section of that page.

pcm.!default {
type hw
card 1
device 0
}
ctl.!default {
type hw
card 1
device 0 #this may cause alsamixer to crash with "cannot open mixer: Invalid argument"
}

Use aplay -l to find out the correct number for your desired card.

 

The alsa.conf file looks to be a default one. It seems the same as my one in aptosid.

Link to comment
Share on other sites

Many thanks to all that offered help.

I'm keeping me fingers crossed as it looks like I have sound for web sites and in SMPlayer and I still have sound after a reboot so it looks like the solution has been found.

Thanks again. :thumbsup:

Link to comment
Share on other sites

Great news!

 

Yup just took a couple of numbers in the sun and a few cool sounds.

 

PRIJX.png

 

No Nukes needed. just like the good old days. :thumbsup:

Link to comment
Share on other sites

V.T. Eric Layton

Well, maybe you'll get the chance to nuke your system later on down the road. There's always hope...

 

sound-advice-from-dr-strangelove-i-submi

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...