From: Thomas A. <t.d...@gm...> - 2011-04-02 06:41:36
|
Previously when my desktop runs with gnome (dgm3), I can hear sound without a problem. However, after switching to use notion, I notice that I no longer able to hear any sound from media. For instance, go to youtube, there is no sound. The same when I play video with mplayer. I am sure the hardware should work ok because when switching to windows 7, I can hear sound played from media e.g youtube, etc. Also, alsamixer shows that volume is shown up including Master, Headphone, Speaker, PCM, Front, Front Mic, Front Mic Boos, Line, and Mic. What files do I need to modify? Thanks. |
From: Etan R. <de...@un...> - 2011-04-02 22:33:25
|
GNOME is a desktop environment, notion is a window manager. GNOME runs all sorts of things in the background for you that notion does not. In this case GNOME was most likely running some sort of sound mixer/etc. application which was controlling the volume of your system speakers automatically. You will need to find a similar application (or even just the GNOME one) and see if you can get your speakers activated correctly (my guess is that they are either muted or have their volume levels set to zero). -Etan |
From: Thomas A. <t.d...@gm...> - 2011-04-03 15:41:14
|
Environment I am using is Debian with kernel 2.6.34.1. Notion version is the latest one from git ( time stamp on Sat Mar 12 00:26:18 2011 +0100). The display manager is slim, version 1.3.1. Before posting this sound problem, I'd almost removed everything about gnome library, such as gnome-desktop-environment, gnome-session, and gdm3. Now I try installing pulseaudio and executing command ps -ef | grep pulseaudio returns process /usr/bin/pulseaudio --start --log-target=syslog but I still have no sound. Checking alsamixer, it shows the Master and PCM are at max (100<>100). Playing video with mplayer in terminal (e.g. tty 2), sound is not working. Also, after reinstalling gnome-session and rebooting the system, sound is still not available. I think my problem is that I do not know where to check e.g. logs, etc; how to setup sound/ mixer in notion. So generally what e.g. sound mixer is launched when you use notion? And where (log files) to check if it is running or not? Thanks for help. On Sun, Apr 3, 2011 at 6:33 AM, Etan Reisner <de...@un...> wrote: > GNOME is a desktop environment, notion is a window manager. > > GNOME runs all sorts of things in the background for you that notion does > not. > > In this case GNOME was most likely running some sort of sound mixer/etc. > application which was controlling the volume of your system speakers > automatically. > > You will need to find a similar application (or even just the GNOME one) > and see if you can get your speakers activated correctly (my guess is that > they are either muted or have their volume levels set to zero). > > -Etan > |
From: Thomas A. <t.d...@gm...> - 2011-04-05 06:33:50
|
Seems like the problem of `muted`. But I can not be 100% sure because previously the sound is not muted. The way I get it worked again is First check if it works in gdm3 by reinstalling gdm3 and choose gdm3 as the default display manager. Second, after switching back to slim, launching alsamixer to check Master, PCM. Third, in alsamixer screen press m to make sure the bar in Master and PCM is not shown with MM, which indicates it is muted. Thanks again for the help. I appreciate it. On Mon, Apr 4, 2011 at 2:53 AM, Etan Reisner <de...@pi...> wrote: > On Sun, Apr 03, 2011 at 11:41:07PM +0800, Thomas Anderson wrote: > Answers out of order for simplicity. > >> So generally what e.g. sound mixer is launched when you use notion? >> And where (log files) to check if it is running or not? > > There isn't one. notion doesn't have one. notion is only a window manager. > So there aren't any log files to tell you anything about one because that > isn't possible. > >> Now I try installing pulseaudio and executing command >> >> ps -ef | grep pulseaudio >> >> returns process >> >> /usr/bin/pulseaudio --start --log-target=syslog >> >> but I still have no sound. Checking alsamixer, it shows the Master and >> PCM are at max (100<>100). > > They are maxed and unmuted? > >> Playing video with mplayer in terminal (e.g. tty 2), sound is not >> working. Also, after reinstalling gnome-session and rebooting the >> system, sound is still not available. > > I think this is likely where you should focus things. If you can't get > your sound working in GNOME again then that's interesting. > > I don't know what utilities GNOME uses by default to manage sound or where > configuration for them might live but I would imagine that if it worked > once it should work again (even if it may take a bit of reconfiguration). > > -Etan > |