This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

No sound with Line in

rmcellig

Sat Aug 18, 2012 7:58:27 pm

I just installed Zorin OS 6 on my iMac (dual boot). Works fine except for the Line in. When I boot into my iMac I have no problems recording shows from the radio that is connected to my iMac via the sound in/out ports on the back of my iMac. When I boot into Zorin, I don't see any activity from the Line in levels. What should I do? Do I have to tweak the Line in settings for this to work? Let me know what info you require. Thanks!!!

madvinegar

Sat Aug 18, 2012 9:08:11 pm

Hi. Try this.
Install pulse audio volume control from the software center.
Open it and go to the "input" tab.
Click on an icon with a "lock" in order to "release" the left and right channel bars from moving together.
Put one of the bars i.e. the left one to zero and the other bar, i.e. the right one, to 100%.
See if the mic works.

If not, try also this.
Open terminal and write
Code:
gstreamer-properties


A window will open. The first tab is called audio. In the lower half of this bar you will see some options regarding the input. Try all of them one by one to see if you get any result.

rmcellig

Sat Aug 18, 2012 10:18:17 pm

Thanks I will try that. Just a note that the built in mic on the iMac works great. The problem is with sound coming from the radio.

I will post back with the results. Thanks again!!!!!

rmcellig

Sun Aug 19, 2012 12:20:40 am

Here is a screenshot of my results. The mic works great but nothing from the Line in seems to work.

How does this work? gstreamer-properties

I have the window open and have selected the plugins listed as well as the Devices from the drop down list and then selected test. What am I supposed to see?

madvinegar

Sun Aug 19, 2012 6:55:29 am

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

Sun Aug 19, 2012 7:46:34 am

Hi,

try Pulse Audio in conjunction with the normal sound manager:

viewtopic.php?f=6&t=2023

Have you fully updated your system:

viewtopic.php?f=6&t=2247

Regards Wolfman :D

rmcellig

Sun Aug 19, 2012 10:58:09 am

I have Zorin 6 RC installed. I am going to install the latest iso I just downloaded and then follow the suggestions from this thread and post back.

Wolfman

Sun Aug 19, 2012 12:30:37 pm

Hi,

after installing Z6 Core Final, please take the time to read this guide:

viewtopic.php?f=6&t=2054

Regards Wolfman :D

rmcellig

Sun Aug 19, 2012 12:50:00 pm

I will Wolfman. Thanks!!

Just as a point of interest, I am back in my Mac using OS X Snow Leopard. This is what the Sound input window looks like. You can see that the bar is active.

Wolfman

Sun Aug 19, 2012 6:36:21 pm

Hi,

very similar as to how it should look with Linux, try the Pulse Audio link and see if it doesn't work after you install Z6 Final Core.

Regards Wolfman :D

rmcellig

Sun Aug 19, 2012 8:20:48 pm

Thanks Wolfman. I also want to mention that while in Zorin I am using the Gnome 2 options with no effects.

rmcellig

Sun Aug 19, 2012 10:19:28 pm

I am downloading the latest Zorin 6 at the moment. I had some stuff I had to do on the Mac side (recording my radio show). If I ever get thie Linux side working with this capability, I won't have to use the Mac side anymore. I'm really looking forward to resolving this issue. I will post back as soon as I reinstall Zorin and follow Wolfman's advice. Fingers crossed :)

rmcellig

Mon Aug 20, 2012 2:53:13 pm

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.

madvinegar

Mon Aug 20, 2012 4:54:23 pm

Have you tried my suggestions???

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.

Yes you can!!.

Regards Wolfman :D

rmcellig

Mon Aug 20, 2012 7:07:09 pm

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.

Wolfman

Mon Aug 20, 2012 7:15:43 pm

Hi,

once you install Pulse Audio manager, open it and look at input and output setings very carefully!!.

Did you install all the packages according to the pulse audio guide?.

Regards Wolfman :D
Volume Control_003.png

Volume Control_004.png

rmcellig

Mon Aug 20, 2012 8:12:42 pm

Hi Wolfman,

Did you mean for me to look at the Pulse Audio Volume Control? The screenshots you posted don't look like my Pulse Audio Manager Window.

Do you need info on the sound card I am using in the iMac? As I said previously, the internal mic works great.

Another thing I want to mention is that if I install linux on my iMac using Virtualbox while in my Mac OS, the line in works fine when using my Linux distro in Virtualbox.

rmcellig

Tue Aug 21, 2012 12:36:37 am

I just came up with an idea. If we are having problems getting the line in function to work, why not look at this from the Mac side of things. What is it on the Mac side that allows line in to work? Is it a preference, some kind of driver? I was thinking that if I can snoop around on the Mac side for something that might help, and then post it to this thread, then someone might come up with the answer as to why Line In doesn't work.

Any thoughts as to what I should do on the Mac side to help solve this issue?

I just saw this from the Apple support page. Is there anything here that might help us out?

Analog audio line input is accepted through a 3.5mm mini phone jack. The sound input jack accepts line-level stereo signals up to 24-bit stereo 44.1-192kHz sampling rate. It also accepts a stereo miniplug-to-RCA cable adapter for connecting stereo equipment to the computer.

Optical audio input is SPDIF format and uses a standard Toslink cable with a Toslink mini-plug adapter, accepting up to 24-bit stereo and 44.1-96kHz sampling rate.


http://idebian.wordpress.com/2008/06/23 ... iguration/

rmcellig

Tue Aug 21, 2012 9:34:01 am

I think I am getting closer to a possible solution. Any thoughts on what is on this link?

http://code.google.com/p/voodoohda/

Wolfman

Tue Aug 21, 2012 10:30:21 am

Hi,

the link sounds interesting but can you please explain whether or not you installed the libsox package and what switches you are using for your hardware, I have pointed out that you should use Pulse Audio in conjunction with the normal sound manager.

The pics I posted are indeed different to yours, are you using VM within MAC or what??, do you have onboard sound and is the card also loading??, you can check this in your BIOS settings if you have another soundcard!!.

Tell us what you want to connect to what; and what cables are you using and where are they connected. You said the MIC is okay so what are you trying to run through the "Line-In".

There is a new kernel available; have you done your updates? which may help solve the problem!!.

Does your card have HDMI and if it does, are you indeed switching to the HDMI if you are not using the analog?.

My output for analog:
Sound_032.png


My output for HDMI:
Sound_033.png


The pics above are from the normal sound manager!!.

My configuration from the Pulse Audio Manager:
Volume Control_034.png


Regards Wolfman :D

rmcellig

Tue Aug 21, 2012 3:00:16 pm

Can you please explain whether or not you installed the libsox package and what switches you are using for your hardware,

How can I tell if the libsox package is installed? Can I go into the terminal to find out?

The pics I posted are indeed different to yours, are you using VM within MAC or what??, do you have onboard sound and is the card also loading??, you can check this in your BIOS settings if you have another soundcard!!.

I am using Zorin6 on a seperate partition on my iMac. When I start up my Mac, I have a refit window that allows me to choose to boot from my iMac with the Mac OS or from my iMac with Zorin6. I am only using the sound card that comes with the iMac. How can I post info on what sound card is in this iMac?

Tell us what you want to connect to what; and what cables are you using and where are they connected. You said the MIC is okay so what are you trying to run through the "Line-In".

I have an Aiwa 845 radio from around 1980. It has line in/out ports. These ports are connected to my iMac through the in/out ports on the back of the iMac with RCA cables. Like I said before, works great when I boot into the Mac OS X on my iMac.

There is a new kernel available; have you done your updates? which may help solve the problem!!.

As far as I know, all my updates have been done.

My kernel: 3.2.0-29-generic-pae (#46-Ubuntu SMP Fri Jul 27 17:25:43 UTC 2012)

Does your card have HDMI and if it does, are you indeed switching to the HDMI if you are not using the analog?.

I don't know if my sound card has HDMI. How can I tell?

Wolfman

Tue Aug 21, 2012 4:47:28 pm

Hi,

its me again, okay; you don't have a HDMI card otherwise it would show up in the hardware list in the sound manager.

To check the "sox" packages open Synaptic and type "sox" in the search box, make sure you have the following installed:

sox

libsox-fmt-all

if they are not listed as being installed, mark the both for installation and install them, before you do, click on "reload" and then "mark all updates" and then on "apply" just in case there is anything missing!!.

Do you have the "Medibuntu" repo installed?:

viewtopic.php?f=6&t=1852

install the non-free-codecs too.

Are you trying to use the radio MIC or just the radio through the output connection, the MIC is "input" and sound reproduction (music or sound in general) is "output".

Something to read:

https://help.ubuntu.com/community/SoundTroubleshooting

Let me know how you get on.

Regards Wolfman :D

Wolfman

Tue Aug 21, 2012 4:51:14 pm

Getting slow there Swarf, you were 60 seconds later than me so you couldn't have seen it anyway!!. :D :D :D :D :D

Regards wolfman :D

rmcellig

Tue Aug 21, 2012 4:58:10 pm

Hi Wolfman,

I will post back with the info you requested. In the meantime I saw this on a web site. Make sense?

sudo urpmi kernel-tmb-desktop-latest

, then once you boot into with GRUB there will be a new Kernel Entry,

gksu gedit /etc/modprobe.d/alsa-base.conf

Then put this in the text editor:

options snd-hda-intel model=auto

Or

options snd-hda-intel model=mbp5

Or

options snd-hda-intel model=mbp55

or

options snd-hda-intel model=imac27

Wolfman

Tue Aug 21, 2012 5:11:45 pm

Hi,

the newest kernel is: 3.2.0.30

Hold off on adjusting any files for the mo!!, update to the newest kernel first then check your sound settings again!.

Regards Wolfman :D

rmcellig

Tue Aug 21, 2012 6:05:42 pm

I am running the radio through the input/output cables attached to my iMac.

For some reason I can't update my kernel to the latest version you mentioned. When I go into Update manager and select check, it seems that everything is updated.

Wolfman

Tue Aug 21, 2012 6:13:10 pm

Hi,

in your software sources list, you need to put a tick in the top box (Canonical) too!!, reload, mark all updates and apply.

Regards Wolfman :D

rmcellig

Tue Aug 21, 2012 6:13:57 pm

Here is the info I was able to retreive based on Wolfman's suggested link.

Is my audio card compatible with Linux?

home@zorin632bit:~$ sudo aplay -l
[sudo] password for home:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC889A Analog [ALC889A Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC889A Digital [ALC889A Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
home@zorin632bit:~$ sudo aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC889A Analog [ALC889A Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC889A Digital [ALC889A Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
home@zorin632bit:~$ find /lib/modules/`uname -r` | grep snd
/lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/misc/snd-ua101.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/6fire/snd-usb-6fire.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/snd-usbmidi-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/snd-usb-audio.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/usx2y/snd-usb-usx2y.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/usx2y/snd-usb-us122l.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/usb/caiaq/snd-usb-caiaq.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/galaxy/snd-azt1605.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/galaxy/snd-azt2316.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/snd-es18xx.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/gus/snd-gusextreme.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/gus/snd-gusclassic.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/gus/snd-interwave-stb.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/gus/snd-gus-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/gus/snd-gusmax.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/gus/snd-interwave.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/ad1816a/snd-ad1816a.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/snd-sscape.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/wavefront/snd-wavefront.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/sb/snd-sb8-dsp.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/sb/snd-sb16-csp.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/sb/snd-sb8.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/sb/snd-emu8000-synth.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/sb/snd-jazz16.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/sb/snd-sb-common.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/sb/snd-sb16.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/sb/snd-sbawe.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/sb/snd-sb16-dsp.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/snd-azt2320.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/ad1848/snd-ad1848.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/snd-cmi8330.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/cs423x/snd-cs4231.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/cs423x/snd-cs4236.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/msnd
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/msnd/snd-msnd-pinnacle.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/msnd/snd-msnd-classic.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/msnd/snd-msnd-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/wss/snd-wss-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/snd-als100.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/snd-sc6000.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/es1688/snd-es1688.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/es1688/snd-es1688-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/snd-opl3sa2.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/snd-adlib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/opti9xx/snd-miro.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/opti9xx/snd-opti92x-ad1848.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/opti9xx/snd-opti93x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/isa/opti9xx/snd-opti92x-cs4231.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-ens1370.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/cs5535audio/snd-cs5535audio.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-rme96.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-intel8x0m.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-cs4281.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-fm801.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/mixart/snd-mixart.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/rme9652/snd-hdspm.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/rme9652/snd-hdsp.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/rme9652/snd-rme9652.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/ctxfi/snd-ctxfi.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/ymfpci/snd-ymfpci.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/ca0106/snd-ca0106.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/aw2/snd-aw2.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-es1938.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-sonicvibes.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/korg1212/snd-korg1212.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-als4000.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/lola/snd-lola.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-atiixp.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-sis7019.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-indigo.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-gina20.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-darla24.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-indigoiox.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-indigoio.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-indigodjx.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-darla20.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-gina24.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-layla20.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-mona.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-mia.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-echo3g.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-indigodj.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/echoaudio/snd-layla24.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-cmedia.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-intel.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-realtek.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-hdmi.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-cirrus.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-analog.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-via.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-ca0132.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-si3054.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-conexant.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-ca0110.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/hda/snd-hda-codec-idt.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/vx222/snd-vx222.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-ad1889.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/au88x0/snd-au8820.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/au88x0/snd-au8810.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/au88x0/snd-au8830.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/ali5451/snd-ali5451.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/oxygen/snd-oxygen-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/oxygen/snd-virtuoso.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/oxygen/snd-oxygen.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-es1968.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-als300.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/ac97/snd-ac97-codec.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-ens1371.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-cmipci.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-via82xx-modem.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-via82xx.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/ice1712/snd-ice1724.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/ice1712/snd-ice17xx-ak4xxx.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/ice1712/snd-ice1712.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-cs5530.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/trident/snd-trident.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-bt87x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-atiixp-modem.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/lx6464es/snd-lx6464es.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/riptide/snd-riptide.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-maestro3.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-intel8x0.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/emu10k1/snd-emu10k1.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/emu10k1/snd-emu10k1-synth.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/emu10k1/snd-emu10k1x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/nm256/snd-nm256.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/asihpi/snd-asihpi.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/cs46xx/snd-cs46xx.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-rme32.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/snd-azt3328.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pci/pcxhr/snd-pcxhr.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/vx/snd-vx-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/pcsp/snd-pcsp.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-portman2x4.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-virmidi.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/opl3/snd-opl3-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/opl3/snd-opl3-synth.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-serial-u16550.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-aloop.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/mpu401/snd-mpu401.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-mtpav.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-dummy.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/opl4/snd-opl4-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/opl4/snd-opl4-synth.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/drivers/snd-mts64.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pcmcia/vx/snd-vxpocket.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/pcmcia/pdaudiocf/snd-pdaudiocf.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/firewire/snd-isight.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/firewire/snd-firewire-speakers.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/firewire/snd-firewire-lib.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/oss/snd-mixer-oss.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-rawmidi.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-pcm.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-hwdep.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-midi-event.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-midi-emul.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-dummy.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-device.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-virmidi.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/seq/snd-seq-midi.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-timer.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-hrtimer.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd-page-alloc.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/core/snd.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/synth/snd-util-mem.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/synth/emux/snd-emux-synth.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/snd-i2c.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-pt2258.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-ak4114.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-ak4113.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-ak4xxx-adda.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-ak4117.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/other/snd-tea575x-tuner.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/snd-tea6330t.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/i2c/snd-cs8427.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/snd-soc-core.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8962.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ad73311.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-l3.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320aic32x4.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8996.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-cs4270.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ssm2602.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-max9850.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8523.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8900.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8731.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-uda1380.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8782.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-cs42l51.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm9081.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8955.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8983.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8711.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8728.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm5100.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8994.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm1250-ev1.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ad193x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-adau1373.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320aic3x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-jz4740-codec.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8960.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320aic26.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm9090.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4671.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm-hubs.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8737.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8350.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8978.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8940.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4104.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ad1836.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm2000.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8776.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8974.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8993.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wl1273.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-sgtl5000.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-cx20442.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8727.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8971.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-alc5623.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8400.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8961.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-88pm860x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-max98095.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8904.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-rt5631.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8988.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-dfbmcs320.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8985.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8510.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tpa6130a2.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-da7210.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4642.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8750.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-max9877.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8741.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4535.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8753.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-spdif.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-pcm3008.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8770.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-max98088.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320dac33.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ak4641.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8903.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-uda134x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8580.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-sta32x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-ads117x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-cs4271.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8990.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8991.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8995.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-lm4857.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-adav80x.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-tlv320aic23.ko
/lib/modules/3.2.0-29-generic-pae/kernel/sound/soc/codecs/snd-soc-wm8804.ko
home@zorin632bit:~$ lspci -v | grep -A7 -i "audio"
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
Subsystem: Realtek Semiconductor Co., Ltd. Device 0885
Flags: bus master, fast devsel, latency 0, IRQ 44
Memory at 8a400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel

Wolfman

Tue Aug 21, 2012 6:17:37 pm

Hi,

yes your card is compatible, did you re-run the updates as per my previous post?.

Regards Wolfman :D

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.

I just took a closer look at this pic, on the bottom left pic; your input is muted, you need to move the slider to the right!!. Where it states "Input Volume".

Regards Wolfman :D
audio in.png
audio in.png (72.48 KiB)

rmcellig

Tue Aug 21, 2012 7:45:51 pm

Oops! I will check that again. I made sure that the top Canonical item is checked. After doing sibi ran sudo apt-get update as well as sudo apt-get upgrade. After doing so I restarted my iMac and noticed that the.29 kernel was displayed and not the .30 you mentioned.

Wolfman

Tue Aug 21, 2012 8:16:11 pm

Hi,

check that slider and with regard to updating; I have a tick in all the boxes which may explain why you don't have the latest kernel if you don't have all the boxes ticked!!.

Regards Wolfman :D
Software Sources_006.png

Wolfman

Sun Aug 26, 2012 8:47:00 am

Hi,

is this solved yet??.

Regards Wolfman :D

rmcellig

Wed Aug 29, 2012 9:06:40 pm

No. Still no luck with my iMac but I have another related question. I have a Dell Dimension 3000 (circa 2001), that I use to record my radio shows. No problems recording with Puppy Linux or even Zorin 5 or 6. I just installed Zorin 6.1 lite because I found the regular Zorin was maybe too processor intensive for my Dell? With Zorin Lite 6.1, I can set up my Crontab properly and it works but it is not recording from the raqdio. I have the Line volume set in the Alsamixer and still no luck.

What do I need to do? Should I maybe reinstall Zorin 6 Core or something else? Options? Puppy works fine but I wanted another OS just in case I had problems with Puppy. I love the Gnome 2 interface which is why I like Zorin Core. My processor on the Dell is a Celeron 2.66ghz with 2GB of RAM.

Wolfman

Thu Aug 30, 2012 7:54:50 am

Hi,

the question still remains as to whether or not you have the sliders all set correctly, if you feel that Zorin 6 won't work for you, try ubuntu 12.04 and install fallback mode which will give you the G2 interface in a bog standard Ubuntu!!.

This might give you some help:

https://help.ubuntu.com/community/Sound

For fallback mode:

http://akupedia.wordpress.com/2012/04/1 ... -pangolin/

Regards Wolfman :D