Results 1 to 10 of 11
No sound
Ubuntu 12.04 desktop 64bit
HDMI
sudo cat /etc/default/grub | grep GRUB_CMDLINE_LINUX_DEFAULT
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.audio=1"
-> System Settings -> Sound
Output
Play sound through
HDMI/DisplayPort
RS780 HDMI Audio ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-01-2012 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
How to fix sound problem?
No sound
Ubuntu 12.04 desktop 64bit
HDMI
sudo cat /etc/default/grub | grep GRUB_CMDLINE_LINUX_DEFAULT
-> System Settings -> SoundCode:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.audio=1"
Output
Play sound through
HDMI/DisplayPort
RS780 HDMI Audio [Radeon HD 3000-3300 Series]
Installing;
flashplugin-nonfree-extrasound and browser-plugin-gnash
and reboot
didn't help.
Movie on Movie-Player is jumping.
Pls help. TIA
B.R.
satimis
- 09-01-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746
Are the ALSA packages installed?
Can you get sound from the command line, e.g.:
Note: the wav files might get installed to a different dir on your box.Code:aplay /usr/share/sounds/alsa/Front_Center.wav
have you tried alsamixer to adjust the volume levels?
have you tried the alsaunmute command?
is there a physical volume knob on your laptop/speakers?
- 09-01-2012 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Which alsa packages? Thanks
$ aplay /usr/share/sounds/alsa/Front_Center.wavCan you get sound from the command line, e.g.:
Note: the wav files might get installed to a different dir on your box.Code:aplay /usr/share/sounds/alsa/Front_Center.wav
But no sound.Code:Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
Yes. All at max levelhave you tried alsamixer to adjust the volume levels?
No. How to recheck it?have you tried the alsaunmute command?
No. This is a dualboot system. Fedora 17 also is running on this HDD. Sound works without problem.is there a physical volume knob on your laptop/speakers?
satimis
- 09-02-2012 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746
- 09-02-2012 #5
Also check if your user is added to
as you can see. I am added to audio group.Code:$ groups harry harry : harry lp dialout cdrom floppy sudo audio dip video plugdev users netdev
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
I'd rather be a dangerous, wild Penguin than a docile, domesticated sheep.
Free Linux Books
Free R Books
- 09-02-2012 #6Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Hi,
I don't have alsaunmute running.
Ran:
$ amixer sset Master unmute$ amixer sset PCM unmuteCode:Simple mixer control 'Master',0 Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum Playback channels: Mono Limits: Playback 0 - 42 Mono: Playback 42 [100%] [0.00dB] [on]
$ cat /etc/group | grep satimisCode:Simple mixer control 'PCM',0 Capabilities: pvolume pswitch penum Playback channels: Front Left - Front Right Limits: Playback 0 - 31 Mono: Front Left: Playback 31 [100%] [12.00dB] [on] Front Right: Playback 31 [100%] [12.00dB] [on]
Code:adm:x:4:satimis cdrom:x:24:satimis sudo:x:27:satimis audio:x:29:pulse,satimis dip:x:30:satimis video:x:44:satimis plugdev:x:46:satimis lpadmin:x:109:satimis pulse:x:119:satimis pulse-access:x:120:satimis satimis:x:1000: sambashare:x:124:satimis
- 11-25-2012 #7Just Joined!
- Join Date
- Nov 2012
- Posts
- 3
Happen to find a solution to this, satimis? I have the same hardware and have been experiencing the same problems. Haven't had any luck with anything I've read elsewhere.
- 11-25-2012 #8Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746
- 11-30-2012 #9Just Joined!
- Join Date
- Nov 2012
- Posts
- 3
Thanks, atreyu. I did apply all updates. to include the latest kernel and alsa packages. Also confirmed I did everything satimis did. Did not solve the problem, but...
When switching to a command line via Ctrl-Alt-F1 (because the system was freezing up now and then), I noticed the the system spewing out the following error repeatedly: "3:3:4: cannot set freq 48000 to ep 0x86"
Searching on this error immediately revealed that this was caused by my Logitech webcam. In this case, the C310. Sounds like some of the Logitech webcams don't work well with some of the newer kernels, based on the quick search I did.
Shutdown, unplugged the cam, and started up. 12.04 works without problem! No lag before the cursor appears on the login screen, sound works, no more system freezes. And if I plug in the cam after I'm logged it, the system continues to work correctly.
- 11-30-2012 #10Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,746
Hey, that is good!
That seems a bit bizarre. Perhaps there is a race condition going on. Consider filing a bug report to help out Ubuntu.And if I plug in the cam after I'm logged it, the system continues to work correctly.


Reply With Quote

