Results 1 to 3 of 3

Thread: PulseAudio problems

  1. #1
    Join Date
    Jun 2006
    Location
    Sweden
    Beans
    18
    Distro
    Ubuntu 9.10 Karmic Koala

    PulseAudio problems

    Today i installed PulseAudio but when i was about to configure it through Firestarter while looking at: https://wiki.ubuntu.com/PulseAudio

    I gave this commands:

    Code:
    gksudo gedit /etc/firestarter/user-pre
    and an empty file came up. Then i added this lines:


    Code:
    $IPT -A INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
    $IPT -A OUTPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
    But when i was about to save the file with this two lines in it, it first said that the file was already there and asked if i wanted to replace it then i clicked on Replace. Then a rong message came up and said:

    Code:
    Could not save the file /etc/firestarter/user-pre.
    You are try to save the file on a write protected disk. Look if you gave the place right and try again.
    It doesnt work to save this file? How do i save it?

  2. #2
    Join Date
    Jun 2006
    Location
    Sweden
    Beans
    18
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: PulseAudio problems

    Or i should uninstall Firestarter?
    Said:

    If you have firestarter installed, it *WILL* stop PulseAudio from properly communicating over Zeroconf/Avahi's port 5353.
    On the PulseAudio wiki. Wich would end up in Firestarter blocking PulseAudio...

  3. #3
    Join Date
    Oct 2007
    Location
    Australia
    Beans
    97
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: PulseAudio problems

    Run 'sudo chmod u+w /etc/firestarter/user-pre' to turn the file writable, do the changes, save the file and then run'sudo chmod u-w /etc/firestarter/user-pre' to turn the file read-only again.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •