Audio Line-In on Ubuntu/Linux Mint

29,125

Solution 1

Your sound-card does it. Just open the volume control applet, and move "Line in" channel top the top (you might need to enable the channel configuration slide so it's not hidden).

Also try opening console (gnome terminal), and launch there:

$ alsamixer

You'll get a command-line volume control. Find "Line in" by pressing , and hold untill it reaches 100%. Also check the slider's bottom: if "MM" is there then the channel is muted. Hit M key, and it will become enabled.

Cheers!

Solution 2

I am not sure which versions of Ubuntu this applies to but I know in 10.04 the loopback module to enable monitoring the line-in is not enabled by default. To enable this function issue this command in the terminal:

pactl load-module module-loopback

Solution 3

You can also enable Loopback in alasmixer if you keep arrowing to the right, although I am not sure if that change will enable it permanently. Since I imagine other users may have to un-mute and raise the level of Line In (at least in the most current version of Linux Mint these settings are not in the Volume Control/Sound Settings) through alasmixer, it is handy to know you can also enable loopback at the same time.

Solution 4

I am not sure which versions of Ubuntu this applies to but I know in 10.04 the loopback module to enable monitoring the line-in is not enabled by default. To enable this function issue this command in the terminal:

pactl load-module module-loopback

Adding this to your ~/.bashrc (or the start script of your choice) makes it persistent after each logout/logon.

Share:
29,125

Related videos on Youtube

hahuang65
Author by

hahuang65

Updated on September 17, 2022

Comments

  • hahuang65
    hahuang65 over 1 year

    I'm currently on Windows, and want to switch to Linux, but some hardware issues are preventing me. Mainly, I have a sound card that supports Line-In. On Windows, anything I plug into the line-in gets outputted to the speakers.

    However, when I installed Linux, because there is not a control application that comes with the driver, I have no idea how to set this up. I tried going to the sound settings and it doesn't seem to be there.

    I also want to configure it for 2.1 sound, and do not know how to do that...

    Anyone here done it before?

    Thanks in advance for the help!

    • Eric Bowden
      Eric Bowden over 14 years
      What sound card do you have? Does sound work in Linux? Why do you want to switch to Linux? What is your experience with Linux? Answering these will help us help you
    • hahuang65
      hahuang65 over 14 years
      I have a RealTek sound card, I'd have to check exactly which one. Sound works fine in Linux. I want to switch to Linux because I've always liked Linux better, just haven't had a chance to install since I bought this machine new. I'm experienced with Linux, I work on a Linux machine at work, and have used Linux for many years, including for development.
    • Admin
      Admin over 14 years
      Did you manage to get this working?
  • ChrisN
    ChrisN over 11 years
    Do you have any links to the source?
  • RickB
    RickB over 11 years
    If you refer to the source for the quotation above, I'm sure the user superuser.com/users/93284/greg posted it originally here: superuser.com/questions/20386/…. I just thought it could be of value to relate to this post.
  • DaReal
    DaReal about 4 years
    Couldn't find one called 'Line in' In Ubuntu 18.04. I got it working by turning up the Loopback slider located near the end and the 'Mic' slider near the middle.
  • Jaco Van Niekerk
    Jaco Van Niekerk about 3 years
    Careful for the above command, set you master volume low at first as you may get terrible feedback noise and damage your speakers.