Ubuntu Multimedia :: Start Pulseaudio With Gdm Turned Off?
Dec 3, 2010
I'm having trouble getting pulseaudio to start without gdm/X11.
Briefly, I have a Via C7VCM mini itx system running Ubuntu 9.04
32 bit desktop that I want to run as a timed audio recorder for
a public radio station. The machine's limited in memory and
can't handle more recent installations of Ubuntu, 9.04's sufficient
for my needs.
I'm porting some old code that worked
under Red Hat 7.3. I want the ability to run X11, but normally
gdm/X11 will be disabled. The audio commands I need are aumix,
arecord and sox/play.
When I log in under X11, pulseaudio starts up and everything code...
This is the difference in the output of a port scan using Zenmap on the same system with UFW turned off and then with it turned on. It is obvious that UFW works.
Debian, Squeeze, Gnome. Laptop AJP7521P. I had it on for a few daysThen i decided to close the lid (hibernate). When i turned it back on, it did not load. It has a black screen with GRUB written on the top left. I think that grub does not load.My /(root) partition is sda4.Would update grub fix it? (I am worried whether it will find sda4).
I have fedora 10 installed and when my monitor is turned off the X session fails to start because it can not probe for settings. Is there a way to hard code the settings for x instead of letting them assign dynamically on boot?
The wireless connection works fine. The wireless switch automatically turns itself on every time I start the computer. However, after turning it off, I can't ever turn it on again unless I restart the computer. And because of this, the wireless connection is disabled until the next time I start the computer.I don't think this is a hardware problem because the switch can be turned on and off, although not in the way I expect.
I'm using ubuntu 9.10 on an Acer Aspire 4740G. The command [lspci | grep Network] shows Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01). the [rfkill list] command shows (when the switch is on)
0: phy0: Wireless LAN Soft blocked: no Hard blocked: no
and, as expected, shows (when the switch is turned off)
0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes
I just want to be able to turn the switch on or off at any time I want as long as the computer is still on.
I broke PulseAudio accidentally, when I was trying to fix something else. I'm not sure what I did, but PulseAudio no longer starts automatically when I log in. That means I get no sound. I can start the PulseAudio daemon manually by running:
Code:
pulseaudio -D
at the command line, but I also have to go into sound preferences and select the correct hardware (Audigy 2 ZS card) instead of my motherboard's sound device (which is not connected to my speakers) to get sound back. How do I make all that happen automatically?
How do you set PulseAudio to auto-start during boot? Just upgraded ALSA versions, but pulse audio does not appear to be starting at boot time and I have no sound. RT-Kernel-33
The upgrade from 11->12 went very smoothly for me on multiple servers except for one seemingly small item that had me tearing my hair out for a few hours. Three of my machines are MythTV frontends, which rarely do anything else. As such, I have them fairly stripped down package-wise and run MythTV on GNOME with xorg-x11-xinit-session to kick it off via an .xsession script. This scheme has worked flawlessly for years across many versions of Fedora until last week when MythTV mysteriously would not start and the computer would just get stuck in an automatic login loop. I discovered that I could start MythTV after I logged into the GNOME desktop and through some testing and log inspection came to realize that it was PulseAudio that was not starting automatically. I also discovered that I could just SSH in while it was in this loop and issue 'pulseaudio -D' and the next automatic login attempt would start MythTV properly.
As a quick hack, I just tossed 'pulseaudio -D;sleep 3' into my .xsession script and it seems to be working for now. I am interested to know how it used to start up without logging into the desktop before the upgrade. Could this possibly be related to udev or dbus? I have practically no knowledge of those, but do see config files for both in the pulseaudio package.
I've had nothing but trouble with Pulseaudio in Fedora 14. I had managed to get rid of it in Fedora 10 with the command: su -c "yum remove alsa-plugins-pulseaudio pulseaudio" I just don't want to have to deal with Pulseaudio anymore. It does not like my sound card and gets in the way. Is there a Linux distribution that does not use Pulseaudio ?
I've been trying to get my internal microphone to work in F12, and as part of the things I've tried I had the seemingly bad idea of reinstalling pulseaudio. The problem now is that pulseaudio fails to start... The following is from /var/log/messages, and is repeated several times:Code:Nov 24 08:51:20 localhost pulseaudio[6300]: main.c: Daemon startup without any loaded modules, refusing to work.
It worked fine with the base install of 10.4 but somewhere along the way it stopped working and became read only.Autodetect and MTP modes cause only the Fuze to show up in Rhythmbox. However the track numbers are all wrong and some things are garbled. MSC mode, which I used in the past, shows the Fuze and card both in Rhythmbox and on the desktop. However it's in read only mode.
Every time I right click on my CD/DVD with my DVD+RW popped in the drive, it freezes for like 10 minutes and then it unfreezes with nothing happening.I think I formatted it before using ImgBurn but when I did it went from 4.7GB capacity to 3GB. Is it possible that I accidentally turned my double-layered DVD to single-layer? If so is there a way to turn it back to double-layer?
On my laptop, I have stable installed. The original install was about two years ago, and I've just been keeping up with all of the stable updates. It is now an up to date Lenny. Over the months and years I have added several new icon themes to Gnome. I have noticed over time that several of the icon themes' icons have turned up missing. To see what I'm talking about take a look at the screen shots here: [URL] Screenshot-2 is a closeup.
As you can see, icon themes Amaranth, Crux and Dropline Etiquette are missing their respective theme icons. The icon themes work, when selected, but the icon theme icon in the "Customize Theme" window never appears. Several of the other icon themes are the same. I have tried uninstalling and reinstalling the icon theme packs, but that doesn't fix it. I also have a desktop system of Debian stable with some of the same icon themes as on the laptop, but it does not have this problem. However, it is a much newer installation.
I've got a problem with my VLC MediaPlayer (v1.0.3-GoldenEye). During video-playback, my screenbrightness is turned to zero after approx- 30 seconds of playback. After turning the screen brightness to high again, the same thing starts over again. By now, I encountered that changing screen resolutions (e.g. after closing a fullscreen application with a different resolution) also turns my brightness to 0.
This tutorial is meant for Ubuntu 9.10 Karmic Koala, but it might work in earlier or later versions as well. I wrote this tutorial mostly because it took me a full day of work using lots of help from people on #mpd and #pulseaudio from the FreeNode IRC server.The goal is to get the MPD daemon working using PulseAudio, but without it being dependent on the X server or a session. To do that we must configure PulseAudio to run in system-wide daemon mode (which is not recommended by the developers, but in this case we do not have a choice). This means it will be using the /etc/pulse/system.pa config file instead of the usual /etc/pulse/default.pa. We must also make sure the appropriate user/group permissions are set, or PulseAudio will be rejecting the connections.The result will be an interrupt-less music environment, not dependent on the X server. Meaning we can for example log out and log in without the music having to stop for even a second. Switching TTYs (Ctrl+Alt+Fx) will also keep the music playing (not possible by default). All that and PulseAudio will still be able to detect and configure all your devices automatically.
Instructions: Make sure you add your username to the following system groups: pulse, pulse-access and audio.Do that by going to System --> Administration --> Users and Groups.Click the unlock button (the one with a picture of some keys), then click Manage Groups. In the list of groups that pops up, for each of the previously mentioned groups click "Properties" and select all the users that you want to have this functionality.
I seem to be having a problem with my sound. Every time I start my computer, I hear the sound played at the login screen and the sound played when I login. Right then, every time, the sound cracks up and stops before it finishes. Running "ubuntu-bug audio" shows that ALSA works fine but pulseaudio does not. For reference, "pacmd list" says that there are 0 sinks, 0 sources and 0 caches.
Edit: Solved by a really stupid mistake: loose 3.5mm audio cable. Don't do that. your sound and you're on a desktop computer, go, right now, and check to make sure that you haven't made the same mistake as me.
Using the Pulse Audio manager does anyone know if it is possible to specify a particular sink or source to be used by a named program? I am assuming it will not be the same as the default.
I'm on 9.10 and I use huludesktop often to watch my Hulu queue. Every once in a while (and more so lately) the video freeze and the sound stutters. I then find that pulseaudio is taking 100% of a CPU (I have a quad core AMD 64bit machine). Killing pulseaudio causes huludesktop to continue without sound and a new pulseaudio starts up. I have to kill huludesktop and resume playback and then everything's OK, until it happens again.
I installed "Theocracy" on my 9.10 Karmic system. The installer asks for a sound device, dev/dsp is the default and I didn't change it. When I now try to start the game, I get the following error: Unable to open sound device: Device or resource busy Aborted Execution of /usr/games/theocracy_base/theocracy.real failed! What is the sound device when using PulseAudio on Karmic?
I need to upgrade Pulseaudio to a version better than 0.9.14 (i.e. at least 0.9.15) in order to get the Pulseaudio plugin in Blueman to work, but despite following these instructions to add the PPA it will not be upgraded!
1) Many of us use JACK for low-latency audio work, but it's annoying to have to turn it on or off to have to allow regular Ubuntu applications to work. It's even more annoying that both can't normally work together -- either JACK or PulseAudio must take control of the sound control. This method allow JACK to do, and PulseAudio just routes to JACK.
2) JACK is kinda super awesome. By routing PulseAudio through it, your regular Ubuntu sound application suddenly get super powers. Pretty easy to do! (Well, we count our blessings in Linux...)
1. DYNAMICALLY You need the PulseAudio utilities and JACK sink:
Code: sudo aptitude install pulseaudio-utils pulseaudio-module-jack And then run this to get PulseAudio connected to JACK: Code:pactl load-module module-jack-sink pactl load-module module-jack-source Now, go to Ubuntu's sound preferences, and you'll see "Jack sink" in the output tab. If you use JACK Control, you can create a script for the above and have it set up in "Execute script after Startup". Then, PulseAudio will automatically load the JACK sink when you start JACK.
2. BY DEFAULT Edit /etc/pulse/default.pa, and add these lines:
Code:load-module module-jack-source load-module module-jack-sink You can test it without rebooting by restarting PulseAudio. In Ubuntu, PulseAudio is started in the user session, not as a system daemon. To restart it:
So, the only way to have bass is to use PulseAudio and edit daemon.conf to enable-lfe-remixing? Well, damn, but alright. how do I fine-tune low frequency reproduction (since my satellites can't handle anything below 150Hz)?
So there's just one DVD (Narnia) that won't play on my Ubuntu machine using Totem: other DVDs play (I've installed libdvdread4 and libdvdcss2 like a good boy) and non-pulseaudio players like VLC play it properly. If I completely remove and kill pulseaudio, it plays in totem fine. It gets to the language selection screen and I select English, but as soon as any sound is involved it doesn't play. Clicking Go --> DVD menu causes Totem to hang. I don't want to be uninstalling pulseaudio, and VLC player is a bit complex for the mother.
The output of totem: Code: marcus@margit-laptop:~$ totem libdvdread: Using libdvdcss version 1.2.10 for DVD access libdvdnav: Using dvdnav version 4.1.3 libdvdread: Using libdvdcss version 1.2.10 for DVD access libdvdnav: DVD Title: libdvdnav: DVD Serial Number: 43D1F9FE (GEAR): libdvdnav: DVD Title (Alternative): libdvdnav: Unable to find map file '/home/marcus/.dvdnav/.map' ..... marcus@margit-laptop:~$
Note that before the last line, Totem does absolutely nothing. It just sits their. Like it's trying to devour my soul or something.
Just upgraded to Lucid (32bit), pulse generally seems to work ok: I get sound out, I can see various apps connecting via the Sound Preferences dialog (audacious, flash via alsa interface, etc.), and my mic seems to work fine too.
However, when starting skype (v2.1.0.81 which defaults to pulseaudio if it's running), it isn't able to output any sound and I never see a connection appear in Sound Preferences. Don't really want to force it to use Alsa or anything like that; I'd be fine with pulse if it would just work.
I've tried installing the .deb from the skype site as well as the official ubuntu package, with the same result. Any idea why pulse seems to be working, but skype can't seem to use it properly?
Has anyone managed to stream sound from there computer using pulseaudio and rygel ?
I have rygel installed and that works when i run rygel it appears on the ps3.
I also have pulseaudio with dlna enabled and can select it as an output in the sound preferences.
However pulseaudio does not seem to register its stream with rygel, and i am unsure why my only thought is that the versions are wrong as i noticed rygel has recently change its dbus path.
If anyone else wishs to attempt this installing rygel will make the dlna option tickable in pulse audio device chooser applet then you just need to figure out the part i cannot.
I would love to get this working as my ps3 is plugged into an amp it would mean i can send the music i am playing on my laptop to the amp with out plugging the laptop in with a cable.
I've found this very useful for gnome Code: [URL] but I was wondering whether it exists the equivalent for KDE; as of today I use this workaround: I've created a file called
HTML Code: lunchPAVU.desktop with this content into my HTML Code: ~/.kde/Autostart/ directory.
Code: [Desktop Entry] Exec[$e]=sleep 30; ksystraycmd pavucontrol Icon=xfce-sound Name=PulseAudio Volume Control Name[en_US]=PulseAudio Volume Control StartupNotify=false Terminal=false Type=Application X-KDE-SubstituteUID=false
Yesterday I decided to remove pulse (mainly because Skype was unable to work with it) but suddenly the sound icon is gone. After some searching on the net I understood that it was part of pulseaudio, but now I feel a bit lost. Alsa works like a charm instead, but since I also want to use ubuntu to record sound I'm not sure if it will work, and also I have a sound source for my HDMI interface and don't know how switch if I want to. Machine: laptop HP dv6 pavilion 3070eh
I'm on Ubuntu 10.04 64bit, and I've got JACK and Pulseaudio both installed, though I don't run them simultaneously. I also have LinuxSampler and Rosegarden, and I have the necessary ALSA drivers. Pulseaudio can output to my external sound card, but JACK doesn't, even if I tell it to. I've seen its full name (Guitar Rig Mobile IO) and chosen it as the output device under Settings, but to no avail. It still sends the output to the internal (and crappy) sound card.