Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

No sound...sound familiar?

Help & support for Ultimate Edition 2.1


No sound...sound familiar?

Postby uhoh » Tue Apr 14, 2009 4:16 am

I think I have the easy part figured out.
I have sound in the headphones and analog sound through a make shift test speaker system.
The problem is that my amp and surround sound use digital and the system is reading the wrong device.

~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: ALC888 Digital [ALC888 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0

It's reading device 0 and I need device 1 or I need to swap the designations for them.
I know it's easy and I'ma gonna feel stupid, but can someone give me a hint.
Hint as in step by step. A newbie's gotta start somewhere.
Thanks, GW
uhoh
U.E. Newbie
U.E. Newbie
 
Posts: 6
Joined: Sun Apr 12, 2009 11:42 am
Location: NW USA
Operating System: Ultimate Edition 3.2 32 BIT



Re: No sound...sound familiar?

Postby uhoh » Tue Apr 14, 2009 8:33 am

Thanks, I'm sneakin' up on it.
I should have been more specific.
Volume control is up and not muted.
Sound preferences are all set for surround.
All volumes are up and no mutes.
Onboard sound chip is recognized.
Drivers are a drivin'
Test analog speakers are speakin'
Headphones are, well you get the picture.
I can get sound everywhere (analog) except where I want it (the optical SPDIF port).
I had thought that the sound chip was only sending analog signals because of a
setting that was wrong in the /etc/pulse/? file.
Or some such file. Anyway If I can find it I can tamper with it a bit.
Can anyone tell me if I'm gettin' warm?

Thanks, GW
uhoh
U.E. Newbie
U.E. Newbie
 
Posts: 6
Joined: Sun Apr 12, 2009 11:42 am
Location: NW USA
Operating System: Ultimate Edition 3.2 32 BIT



Re: No sound...sound familiar?

Postby pch.shot » Tue Apr 14, 2009 9:52 am

Systems Windows XP Pro 32 bit & various Linux in Virtual Box and VMWare Player
Intel i7 2600K cpu with built in Intel 3000 video
1 OCZ Vertex 3 120 gig ssd(System)
1 Western Digital 2 Terabyte Green internal hard drive(Storage)
Kingston ddr3 1333 ram(4 gig)
MSI Z68A-GD80(G3)mobo w/hdmi video and optical audio
Realtek HD audio
Realtek lan
1 LG sata optical drive
Antec Sonata IV case/620 watt psu
50 inch LG plasma tv/monitor
Sony surround sound amp
Axiom speakers
optical sound
User avatar
pch.shot
U.E. God
U.E. God
 
Posts: 3685
Joined: Sat Feb 02, 2008 12:28 pm
Location: Chippawa, Canada
Age: 69
Operating System: Microsoft Windows



Re: No sound...sound familiar?

Postby stanca » Tue Apr 14, 2009 10:55 am

Try running
Code: Select all
sudo alsaconf
in the terminal and follow the instructions like in here.
Intel H61 ASrock H61M-VS Motherboard,
Cpu Intel Ci3 13-2100 3.10Ghz 64bit 3MB Box,
RAM 4GB DDR3 1333MHz Elixir,
Palit Nvidia Geforce 210 1GB DDR3 PCI-E.
Dual-boot Ultimate Edition 3.4 x86_64/Windows 8 x64.
Linux user # 492560.
"This is Linux land!In silent nights you can hear Windows machines rebooting!..."
http://www.youtube.com/user/laur1969 http://stanca-ultimateeditionromania.blogspot.com/#

Image
Image
Image
Image
User avatar
stanca
U.E. God
U.E. God
 
Posts: 1613
Joined: Sun Nov 02, 2008 11:48 am
Location: Bucharest,Romania,EU,44'25"N,26'07"E.
Age: 54
Operating System: Ultimate Edition Beta Tester



Re: No sound...sound familiar?

Postby uhoh » Tue Apr 14, 2009 2:43 pm

Thanks, pch.shot and stanca. I'm still not quite there.
I tried the old link and added .asoundrc to home and rebooted.
Nuttin' so I removed it.
So I read some more and then did this

gw@PPSMedia~$ amixer -c0 contents

numid=4,iface=MIXER,name='Surround Playback Switch'

; type=BOOLEAN,access=rw------,values=2

: values=on,on


I believe that means surround sound is turned on in the alsa mixer.
It's not earth shaking but it gives me another piece of the puzzle.

Then I found a second reference to that magical SPDIF switch and light
in the volume control box. The switch/box and light that I can't find.
Right click volume and open the control, used preferences to select all tracks
needed for surround and then some. Still no SPDIF switch or light.

Did I miss something simple?

So then I tried

gw@PPSMedia:~$ sudo alsaconf

[sudo] password for gw:

sudo: alsaconf: command not found


Not at all sure what I did wrong here.

I did make some progress. Nvidia X server setting wouldn't take
so I learned how to edit the file for that and now it holds my
dual screen settings after a reboot. Don't sound like much but it's progress.
If I can fix the sound and get my 10/100/1000 Fast Ethernet going at full speed,
I should be done for a while
Appreciate all your help. Any ideas (except jump in a lake, piss up a rope, f yourself, etc)
Are welcome. I'm putting a list of hardware together now. I'll post it soon.

GW
uhoh
U.E. Newbie
U.E. Newbie
 
Posts: 6
Joined: Sun Apr 12, 2009 11:42 am
Location: NW USA
Operating System: Ultimate Edition 3.2 32 BIT



Re: No sound...sound familiar?

Postby stanca » Tue Apr 14, 2009 3:33 pm

Oops sorry,now I discovered that they removed alsaconf from ubuntu,they considered it is not necessary anymore.
Code: Select all
sudo apt-get install alsa-utils

and then again:
Code: Select all
sudo alsaconf

I think this is the best way to set your sound card properly. <BREW>
Intel H61 ASrock H61M-VS Motherboard,
Cpu Intel Ci3 13-2100 3.10Ghz 64bit 3MB Box,
RAM 4GB DDR3 1333MHz Elixir,
Palit Nvidia Geforce 210 1GB DDR3 PCI-E.
Dual-boot Ultimate Edition 3.4 x86_64/Windows 8 x64.
Linux user # 492560.
"This is Linux land!In silent nights you can hear Windows machines rebooting!..."
http://www.youtube.com/user/laur1969 http://stanca-ultimateeditionromania.blogspot.com/#

Image
Image
Image
Image
User avatar
stanca
U.E. God
U.E. God
 
Posts: 1613
Joined: Sun Nov 02, 2008 11:48 am
Location: Bucharest,Romania,EU,44'25"N,26'07"E.
Age: 54
Operating System: Ultimate Edition Beta Tester



Re: No sound...sound familiar?

Postby uhoh » Wed Apr 15, 2009 1:06 am

Thanks stanca.
You got me thinkin' about alsa again.
There were just too many strange things going on and missing for it to be right.
Being new to this I just figured it was something else I didn't know.
Then I looked at your post and decided I'd try and reload everything alsa.
It worked. Now reloading is gonna be at the top of my troubleshooting list.
Just where it should have been in the first place. But it was a fresh install
and I didn't want to believe it.
Now I've got the Nvidia driver load and xconf and the sound problem fixed.
I'll tackle the Realtek nic drivers tomorrow. Then I should be in good shape to
make this box pay it's way again.
Thanks for all the help.

GW
uhoh
U.E. Newbie
U.E. Newbie
 
Posts: 6
Joined: Sun Apr 12, 2009 11:42 am
Location: NW USA
Operating System: Ultimate Edition 3.2 32 BIT



Re: No sound...sound familiar?

Postby pch.shot » Wed Apr 15, 2009 9:23 am

You are making rapid progress, so give yourself a big pat on the back. And welcome aboard.
p.s. Linux isn't as difficult as most people think and a hell of a lot of fun...........
Systems Windows XP Pro 32 bit & various Linux in Virtual Box and VMWare Player
Intel i7 2600K cpu with built in Intel 3000 video
1 OCZ Vertex 3 120 gig ssd(System)
1 Western Digital 2 Terabyte Green internal hard drive(Storage)
Kingston ddr3 1333 ram(4 gig)
MSI Z68A-GD80(G3)mobo w/hdmi video and optical audio
Realtek HD audio
Realtek lan
1 LG sata optical drive
Antec Sonata IV case/620 watt psu
50 inch LG plasma tv/monitor
Sony surround sound amp
Axiom speakers
optical sound
User avatar
pch.shot
U.E. God
U.E. God
 
Posts: 3685
Joined: Sat Feb 02, 2008 12:28 pm
Location: Chippawa, Canada
Age: 69
Operating System: Microsoft Windows



Re: No sound...sound familiar?

Postby stanca » Wed Apr 15, 2009 10:11 am

Jesus,I think I'm becoming a real maniac.If they wouldn't be problems in Ultimate Edition we would create them.And if I wouldn't have,try and fix an issue in my Ultimate Edition every day I think I would stick back with my windows only(God knows that there's no one single day without bugs,issues,tweaks,maintainence,trial,apps' and drivers updates/upgrades in it). ;) <BREW>
Intel H61 ASrock H61M-VS Motherboard,
Cpu Intel Ci3 13-2100 3.10Ghz 64bit 3MB Box,
RAM 4GB DDR3 1333MHz Elixir,
Palit Nvidia Geforce 210 1GB DDR3 PCI-E.
Dual-boot Ultimate Edition 3.4 x86_64/Windows 8 x64.
Linux user # 492560.
"This is Linux land!In silent nights you can hear Windows machines rebooting!..."
http://www.youtube.com/user/laur1969 http://stanca-ultimateeditionromania.blogspot.com/#

Image
Image
Image
Image
User avatar
stanca
U.E. God
U.E. God
 
Posts: 1613
Joined: Sun Nov 02, 2008 11:48 am
Location: Bucharest,Romania,EU,44'25"N,26'07"E.
Age: 54
Operating System: Ultimate Edition Beta Tester



Re: No sound...sound familiar?

Postby uhoh » Wed Apr 15, 2009 1:38 pm

Thanks, pat pat.
I'ma tryin'.
A bug or tweak or new app every once in a while I can handle. Even get used to, maybe even look forward too.
But a couple days of no video, no audio, and and internet connection that is slower than snail mail gets old fast.
Things are starting to work over here.
Thanks again, GW
uhoh
U.E. Newbie
U.E. Newbie
 
Posts: 6
Joined: Sun Apr 12, 2009 11:42 am
Location: NW USA
Operating System: Ultimate Edition 3.2 32 BIT

Next

Return to Ultimate Edition 2.1

Who is online

Users browsing this forum: No registered users and 2 guests