rmcellig
Sat Aug 18, 2012 7:58:27 pm
rmcellig
Sat Aug 18, 2012 7:58:27 pm
madvinegar
Sat Aug 18, 2012 9:08:11 pm
gstreamer-properties
rmcellig
Sat Aug 18, 2012 10:18:17 pm
rmcellig
Sun Aug 19, 2012 12:20:40 am
madvinegar
Sun Aug 19, 2012 6:55:29 am
alsamixer
pactl load-module module-loopback
sudo sh -c ' echo "load-module module-loopback" >> /etc/pulse/default.pa '
Wolfman
Sun Aug 19, 2012 7:46:34 am
rmcellig
Sun Aug 19, 2012 10:58:09 am
Wolfman
Sun Aug 19, 2012 12:30:37 pm
rmcellig
Sun Aug 19, 2012 12:50:00 pm
Wolfman
Sun Aug 19, 2012 6:36:21 pm
rmcellig
Sun Aug 19, 2012 8:20:48 pm
rmcellig
Sun Aug 19, 2012 10:19:28 pm
rmcellig
Mon Aug 20, 2012 2:53:13 pm
madvinegar
Mon Aug 20, 2012 4:54:23 pm
madvinegar wrote:Very sorry I thought that your mic had the problem.
Try this,
Open up a terminal and enter the command
- Code:
alsamixer
Navigate to the "line" bar(s) with the cursor keys and press "m" to toggle mute. If it’s muted the box above it will say "MM", if it’s not it’ll say "00". You can change the volume of each individual bar with the arrow keys. When finished, press ESC to save your changes.
Probably you should do that for all the bars. All of them should say "00".
If that doesn't work open terminal and try this command:
- Code:
pactl load-module module-loopback
(it may need "sudo" in front of it or root privileges)
If the above command works, to make ti permanent and add it on each startup, open terminal and write the following:
- Code:
sudo sh -c ' echo "load-module module-loopback" >> /etc/pulse/default.pa '
(we actually add that line into the file /etc/pulse/default.pa)
Then, if you want and just to make sure, open terminal and write:
sudo gedit /etc/pulse/default.pa
The default.pa file will open.
Scroll down to the bottom of it and see if actually the line "load-module module-loopback" has been added.
If yes, check that it has not been added twice! (otherwise you would have echo problems etc.).
If it is only added once, all is ok. If it is added twice, delete one of the two lines, save and exit.
Wolfman
Mon Aug 20, 2012 4:55:34 pm
rmcellig wrote:I just installed Zorin 6 64bit on my iMac using Gnome (no effects) as my preferred Zorin choice. This way it is as simple as I can get which I like.
Wolfman,
I read your guide as you requested. I am going to install the Pulse Volume Control. Can I install the other Pulse items in the Software Center as well?
I still don't have the line in working properly.
rmcellig
Mon Aug 20, 2012 7:07:09 pm
Wolfman
Mon Aug 20, 2012 7:15:43 pm
rmcellig
Mon Aug 20, 2012 8:12:42 pm
rmcellig
Tue Aug 21, 2012 12:36:37 am
rmcellig
Tue Aug 21, 2012 9:34:01 am
Wolfman
Tue Aug 21, 2012 10:30:21 am
rmcellig
Tue Aug 21, 2012 3:00:16 pm
Wolfman
Tue Aug 21, 2012 4:47:28 pm
Wolfman
Tue Aug 21, 2012 4:51:14 pm
rmcellig
Tue Aug 21, 2012 4:58:10 pm
Wolfman
Tue Aug 21, 2012 5:11:45 pm
rmcellig
Tue Aug 21, 2012 6:05:42 pm
Wolfman
Tue Aug 21, 2012 6:13:10 pm
rmcellig
Tue Aug 21, 2012 6:13:57 pm
Wolfman
Tue Aug 21, 2012 6:17:37 pm
Wolfman
Tue Aug 21, 2012 7:05:13 pm
rmcellig wrote:Here are my terminal results:
home@zorin632bit:~$ pactl load-module module-loopback
23
home@zorin632bit:~$ sudo pactl load-module module-loopback
[sudo] password for home:
24
home@zorin632bit:~$ sudo sh -c ' echo "load-module module-loopback" >> /etc/pulse/default.pa '
home@zorin632bit:~$
I still don't see any audio activity when I click on the Line In tab. Any other things I should try? Do you need driver info, sound card info etc...? This seems like such a simple think to resolve but it looks like it isn't. At least it's a great learning experience.
rmcellig
Tue Aug 21, 2012 7:45:51 pm
Wolfman
Tue Aug 21, 2012 8:16:11 pm
Wolfman
Sun Aug 26, 2012 8:47:00 am
rmcellig
Wed Aug 29, 2012 9:06:40 pm
Wolfman
Thu Aug 30, 2012 7:54:50 am