Ubuntu :: Make Hamfax (using /dev/dsp) Work On 10.04 With Pulseaudio?

Aug 5, 2010

Hamfax is using the old /dev/dsp. How do I make Hamfax work with the audio system in 10.04. Can I use Pulseaudio?

View 5 Replies


ADVERTISEMENT

Debian Configuration :: Make Pulseaudio Work Inside Chroot

Apr 18, 2016

I have amd64 Debian Jessie and i386 Debian Jessie installed on my laptop. I wanted to start x86 app that is installed on my x86 OS from my amd64 OS using chroot.

My mounts inside chroot:
Code: Select all/dev/sda7 on / type ext4 (rw,relatime,data=ordered)
/dev/sda5 on /tmp type ext4 (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda5 on /etc/resolv.conf type ext4 (rw,relatime,errors=remount-ro,data=ordered)
tmpfs on /dev/shm type tmpfs (rw,relatime)
proc on /proc type proc (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
none on /sys/fs/cgroup type tmpfs (rw,relatime,size=4k,mode=755)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
/dev/sda5 on /var/lib/dbus/machine-id type ext4 (rw,relatime,errors=remount-ro,data=ordered)

sda5 is host OS and sda7 is guest OS

when I start any x86 app I can see "failed to create secure directory (/run/user/1000/pulse) permission denied" how to make pulseaudio to work inside chroot?

also what this command exackly does?

"pactl load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=auto_null.monitor record=true port=8000 listen=127.0.0.1"

View 2 Replies View Related

Ubuntu Multimedia :: Skype - Pulseaudio - Sound Output Or Input Does Not Work At All Doesn't Work

Sep 11, 2010

When I installed my 64 bit system of Ubuntu 10.04 the sound worked very well and I were very happy. The problem started however when I installed Skype which uses pulseaudio. As soon as I start skype (or any other application that uses pulse, HoN for example) the applications sound output or input does not work at all. If I have pulseaudio started in some way, applications that I suppose do not use it like spotify or flash player stops to produce sounds. And when I type "pulseaudio" in the terminal it gives me this:

[Code]...

View 3 Replies View Related

Ubuntu Multimedia :: How To Make Pulseaudio Use Only A Specific Device

Aug 12, 2010

I am trying to setup a complex audio system, but I won't bore you with the details (unless you ask). Basically, I want to have pulseaudio only use one specific device and ignore the rest of the devices.

View 9 Replies View Related

Fedora :: How To Make Java Use Pulseaudio

Jul 9, 2010

Ok, still on to the silent Java. I use Java to play Runescape. I can hear the (midi?) music but none of the ambient sounds. In a chatbox I (over) heard that it is clever (needed/required) to use Pulseaudio. How do I make the JRE use paulseaudio?

View 3 Replies View Related

General :: Su -c "yum Remove Alsa-plugins-pulseaudio Pulseaudio" - Distribution With No Pulseaudio?

May 22, 2011

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 ?

View 4 Replies View Related

Fedora :: PulseAudio - Make Each VT Play Its Sound?

May 29, 2010

I'm using Fedora 13 and think this behavior comes from Pulseaudio. To make it simple, all my sounds are played in my GNOME session. What's making sense because it's where Pulseaudio is launched. So, when I switch VT (CTRL+ALT+Fx), all sounds from my GNOME session is muted. What's not the actual problem. It's in fact a good behavior. The problem is I use some VirtualBox virtual machines on other VT launched with the xinit command.

These VMs emit sounds but I'm not able to hear them because I'm not on the VT of my GNOME session. But once I get back on my GNOME session I can hear all sound from the VMs. What I want, it's to be able to hear all sounds played by the VT on which I currently am and not everything and only in my GNOME session. How I can accomplish that?

View 1 Replies View Related

Fedora :: Make Pulseaudio Working In A Remote Desktop?

Nov 14, 2009

I have a PC installed with Fedora 11 and I want to use this machine headless as a music server, my amplifier is connected to this machine. After a normal installation I've changed the default runlevel from 5 to 3. I can connect from a client, using FreeNX, to this machine and I get a normal Gnome desktop. So far so good.

The problem is there is no sound. But when I log into the machine directly, still in runlevel 3 and execute the script /usr/bin/start-pulseaudio-x11 an make a new remote-desktop connection there is music. Is there a way to make pulseaudio working in a remote desktop.

View 2 Replies View Related

Ubuntu Multimedia :: Make Pulseaudio STOP Copying Mic Input To Main Output?

Nov 26, 2010

I have a headset microphone plugged into the built-in audio input. The output is plugged into an amplifier > speakers.

Pulseaudio is "helpfully" routing the microphone input signal to the speaker output. I do not want this. I go to pavucontrol and disable the "monitor of the internal audio analog stereo" -- and what I say into the microphone is still coming out of the speakers.

Google gives a lot of information about how to live-stream mic input over the Internet. And, I found this here (that's for karmic, I'm running lucid):

[URL]

... but that's about how to ENABLE loopback. It says loopback should not be enabled by default, but I very clearly hear that something is doing the same thing as loopback.

(Of course, I need to hear sound from applications that are playing, and when I'm dictating text into NaturallySpeaking running under virtual box, I need sound input to go there -- so turning the mic all the way down to zero is not the solution.)

I'm fairly sure I remember hearing this behavior ever since installing Ubuntu, and I didn't do anything to turn it on. I can't imagine most users would prefer this behavior -- if it's the default behavior, why? It makes absolutely no sense to me. (Sorry. It's one of those piddly little configuration things that costs a couple of hours of web searching time, and after a while I just have to give up, but not before becoming much more frustrated than I should have to.)

So, to be clear, here's what I want:

- Applications playing audio should send sound to the main output.

- Applications receiving audio input should hear the microphone.

- Microphone sound should not EVER go to the main output unless I have explicitly launched an application making the connection. (The signal goes input -> output even when NO application is open - hence my consternation.)

View 1 Replies View Related

Ubuntu :: Get PSX Pulseaudio And Flash To All Work In Harmony After Update From 10.04 To 10.10

Jan 3, 2011

I have some very deep-rooted problems in my system as a result of trying to get pSX, pulseaudio, and flash to all work in harmony after my update from 10.04 to 10.10. I've written about it in other threads, but they never seem to come to conclusion, and the solutions suggested only make things worse.

I'd like to keep my current data while setting sound, flash, and boot options back to the system default for 10.10. In other words, a reinstall without a format.

Is there a way to accomplish this? I have a lot of stuff I really don't want to lose and no way to back it all up.

View 7 Replies View Related

Debian Multimedia :: Getting Pulseaudio To Work

Feb 21, 2016

I normally running my systems without pulseaudio, because don't need it. Now i want to able to stream music via bluetooth to my Yamaha AV-receiver.

I search how to set it up, but i doesn't seem to work with alsa only, so i installed pulseaudio.

Now, everytime if I a try to run a application that needs audio the applications freeezes. Without pulseaudio everything works fine.

Tried pulseaudio 7.1.2 from testing and 8.0.1 from unstable but both fail.

If I open pavucontrol, i'm getting a message 'Establishing connection t pulse audio, please wait..'.

When I do 'ps ux' i see that pulseaudio is running.

Debian testing/unstable.

Tried with several kernels, stock kernel 4.1, self compiled 4.3, 4.1.4

Pulseaudio 7.1.2/8.0.1

00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05)

In /etc/modprobe.d/alsa.conf contains, just for making that my analog sound is the first/default card

options snd-hda-intel id=PCH index=0
options snd-hda-intel id=HDMI index=1

How do I get pulseaudio working?

View 10 Replies View Related

Ubuntu Multimedia :: Pulseaudio - When Restart Skype Mic Work By Few Minutes But After That Not

Oct 11, 2010

I ve installed ubuntu 10.10 on hp g62 amd64, but on skype mic doesnt work. I ve tried playing with pulseaudio controller and everything is unmuted as well as in alsamixer. how can I solve it? i think there is some problem with alsa, because when i restart skype mic work by few minutes but after that not.

View 6 Replies View Related

Fedora :: Sometimes When Bootup The System PulseAudio Does Not Work

Mar 8, 2010

Sometimes, in fact quite frequently, when I boot up my system, PulseAudio does not work. ('Connection Refused'). If I log out of my normal account, log in as root, log out of root, and log back in to my normal account, this seems to reset Pulse Audio and it works again. Seems like a security glitch, but I can't be sure.

Fedora 9
Intel Celeron 1.2GhZ
20 GB HD
384 MB RAM

View 1 Replies View Related

OpenSUSE Multimedia :: Pulseaudio In KDE 4.4 Only Notifications Work

Mar 22, 2010

About two weeks ago I enabled KDE factory repo to get the latest KDE 4.4. Everything was fine until a recent update, which caused sound working only in some applications. Sound now works when tried in System Settings and Yast->Sound, but it does not work in Firefox, VLC, Skype, and so on.

View 9 Replies View Related

Software :: PulseAudio Doesn't Work After Reboot?

Jul 31, 2011

I read about PulseAudio and thought it might be nice to try (especially the way you could individually control the volume of all applications seems nice), so I installed it and it worked fine.

I rebooted, and now it doesn't work again. Before, when I opened pavucontrol and went to the "Output Devices" tab, it showed the actual output sevices I have. Now it only lists one called "dummy output".

So what's the problem? Also, can I start it before X11 (I guess that putting "pulseaudio --start" in ~/.bash_profile should do it)?

View 6 Replies View Related

Fedora :: Removed Pulseaudio - Now Desktop Shortcut Keys Don't Work

Jul 31, 2009

I removed pulseaudio save for the libs, and now I can't lock down my desktop with ctrl+alt+l anymore. I can still lock the system with the menu (System > Lock Screen), but it's kind of annoying. Removing pulseaudio has cleared up all of my mplayer stutter issues, but I would like to be able to use the keyboard shortcut keys. Here's the command I used to strip out pulseaudio:

rpm -e --nodeps alsa-plugins-pulseaudio-1.0.18-3.fc11.i586 pulseaudio-module-bluetooth-0.9.15-14.fc11.i586 pulseaudio-0.9.15-14.fc11.i586 pulseaudio-utils-0.9.15-14.fc11.i586 pulseaudio-module-gconf-0.9.15-14.fc11.i586 xine-lib-pulseaudio-1.1.16.3-2.fc11.i586 pulseaudio-libs-glib2-0.9.15-14.fc11.i586 pulseaudio-module-x11-0.9.15-14.fc11.i586 gnome-bluetooth-2.27.5-1.fc11.i586 bluez-4.37-2.fc11.i586

View 2 Replies View Related

Fedora :: Pulseaudio And HDA Nvidia Sound Cards Microphone Don`t Work

Jul 7, 2011

I`ve problem with my microphone on fedora 14 with Gnome 2. When i try to use alsamixer command there everything is ok. I tried pulseaudio and HDA nvidia sound cards, but microphone don`t work. How to fix this problem?

View 11 Replies View Related

Ubuntu :: No Ham Radio Menu And No Sign Of Hamfax Anywhere In Any Menu?

Jan 7, 2010

I have installed Hamfax via apt which shows up in usr/share/Hamfax.I also installed hamradiomenus from apt but there is no ham radio menu and no sign of Hamfax anywhere in any menu.I checked Main Menu editor and there is a generic entry for ham radio which is italicised showing there's no entries under it.How do I get Hamfax on a menu? I remember adding Hamfax on my old desktop PC and it was immediately available in accessories. How do I enable it to a menu?

View 1 Replies View Related

Fedora Hardware :: No Sound On BenQ JoyBook S72G - PulseAudio Seems To Work?

May 25, 2010

first off, I wanna say that Fedora 12 really impresses me. I am a longtime Ubuntu User and Fedora really suprised me especially in terms of speed. Unfortunately my sound is not working. I had this problem a long time in Ubuntu, too. Then I discovered that I only had to switch off Exchange Front/ Surround in the alsamixer and everything worked fine. However, with the arrival of PulseAudio I don't get any sound from my speakers.

I went through some Guides but nothing seems to work. When I play an audio file I can see the amplitude going up and down in the Volume Meter of PulseAudio. So I think PulseAudio is working on the application side.

with
Code:
alsamixer -c 0
I can see that everything is set as it was in the passed for my soundcard. Exchange Front / Surround is switched off.
Code:
cat /proc/asound/

[Code]...

I hope you have any suggestions. Usually I look through the net till I find a solution. This time, however, I don't really know what to search for, since I tried everything I found except getting rid of PulseAudio which is my last option.

View 3 Replies View Related

OpenSUSE Multimedia :: Latest Phonon Doesn't Work With Pulseaudio / Sort It?

Mar 18, 2010

After update to latest phonon (4.4.0-37) - with kde 4.4.1., it doesn't recognize pulseaudio anymore. I am using xine backend, but I can't find 'PulseAudio Server' device entry in phonon configuration

Is there special pulseaudio configuration so phonon will regonize it? code...

View 9 Replies View Related

Ubuntu Multimedia :: Creative Webcam Doesn't Work - How To Make It Work

Feb 17, 2011

how to make creative web cam working with ubuntu

View 1 Replies View Related

Ubuntu Multimedia :: Flash Controls Don't Work - How To Make Them Work

Apr 8, 2011

I can't get flash controls to work. If the video auto-plays, it starts just fine, if not, I'm out of luck. I've tried reinstalling flash through the software center. Even if it autoplays, I can't control volume or pause or anything. I'm at the mercy of whatever is already there.

Ubuntu Karmic 9.10 - all updated as of 1/2/2009
Firefox 3.5.6
On a Lenovo Thinkpad R400

View 3 Replies View Related

Ubuntu :: Compiz Doesn't Work - How To Make It Work

Jul 29, 2010

I'm having trouble getting compiz to work on my Laptop. It worked for a while and then I turned on Shift Switcher and a message popped up saying..."The new value for the button binding for the action Terminate in plugin Shift Switcher conflicts with the action Zoom Window of the Scale Addons plugin. Do you wish to disable Zoom Window in the Scale Addons plugin?" I was given the option of Set Terminate anyway, Don't set Terminate, and Disable Zoom Window. I clicked Don't set Terminate and ever since the only thing that works in compiz are the bindings in the general options. I've used synaptic to completely remove and then reinstall compiz but the problem persist. Something else weird, all of the changes I made are still there, even after complete removal, but they don't work?

View 2 Replies View Related

Ubuntu :: Hibernate Doesn't Work - How To Make It Work

Oct 29, 2010

When I try to hibernate, the computer just goes to a blank, black screen and doesn't turn off. I have to hold the power button to get it to shut down, and when I turn it back on none of the programs running before hibernation have been saved.

View 8 Replies View Related

Ubuntu :: Unity Doesn't Work - How To Make It Work

Feb 16, 2011

I just recently (about an hour ago) installed Ubuntu Netbook edition on my old laptop, and I was greeted with the message, that unity could not be run due to some sort of missing driver...fair enough, I was then greeted with the default Ubuntu desktop, I installed all my needed software (wine, google chrome) and installed the missing display drivers. I then rebooted the system, and once again I am stuck with the default desktop, and not the Unity interface. I checked the software center, and it says Unity IS in fact installed.. And yet I cannot make it appear. So now I ask you Ubuntu veterans. How do I make it work?

P.S. I wiped the system of windows, and the computer is an old HP Pavilion DV6000

View 2 Replies View Related

Ubuntu Multimedia :: Skype On Ubuntu 10.04 - Sound Devices - Recording Is "PulseAudio Server (local)" - Doesn't Work

May 22, 2010

I just installed skype 2.1 beta 2 (the deb file) from the skype website, but the only option I see under Sound Devices -> Recording is "PulseAudio Server (local)" This doesn't work for me, as the skype test calls don't actually record anything I say. I use skype a lot and FINALLY got it working under karmic, but I needed to upgrade to lucid and now it's broken.

When I open Sound preferences and look at the Applications section, Skype shows up as recording when I run its test call... but no sound is recorded? How is it possible that my sound card picks up something recording but doesn't actually record it when I'm in skype?

View 9 Replies View Related

Debian :: Usb Stick Don't Work - How To Make It Work

Jan 14, 2011

I just installed Squeeze_di_rc1, whit gnome, when i insert any usb stick i recive how can i solve it?At the same times i tried to format in fat 16 with gparted but the result is the same.

View 6 Replies View Related

Ubuntu :: Make Mv920 Work With 10.04?

May 5, 2010

My mv920 Monitor just shakes and fuzzies ubuntu 10.04 and on my lcd it dosent. its a CTR.

View 2 Replies View Related

Ubuntu :: Can't Make Bluetooth Work

Oct 15, 2010

Im trying to get a Bluetooth USB dongle work but I cant.

Bluetooth Preferences doesnt recognise it and bluetooth manager gives me this error "Bluez daemon is not running, blueman-manager cannot continue.". See attached captures.

I already tried many solutions proposed in other threads with no luck. I reinstalled their packages and it keeps the same.

I'm using 10.10 upgraded from 10.04. With 10.04 I had the same issue.

View 7 Replies View Related

Ubuntu :: Make Ufw And Upnp Work Together?

Oct 26, 2010

It seems that with ufw enabled It is impossible for upnp applications to negociate with the network router the ports they need to be opened. Is there any way to make ufw and upnp work together?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved