Microphone sound is too low
Microphone sound is too low
Microphone sound is too low and I had to shout to be heard. Is that a problem that can be tuned or not? Other OS have boost mic option. I've test with 3 different PCs.
Thanks.
Thanks.
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Microphone sound is too low
hi rameshtap,
did you try to adjust microphone settings in any audio mixer?
please run 'alsamixer' in console -> press F4 to switch to 'capture' settings and set all to max.
if that wont work then please post output of 'amixer' command to postebin.com and link here (also run this command on other OS where mic is working fine)
did you try to adjust microphone settings in any audio mixer?
please run 'alsamixer' in console -> press F4 to switch to 'capture' settings and set all to max.
if that wont work then please post output of 'amixer' command to postebin.com and link here (also run this command on other OS where mic is working fine)
Please add [Solved] to your thread title if the solution was found.
Re: Microphone sound is too low
Find the output of 'amixer' command
http://www.sendspace.com/filegroup/23Ji ... HbKCubiRCl
I have tried with slax with 3 more motherboard all of them having same problem
but
with windows on the same hardware it works fine.
http://www.sendspace.com/filegroup/23Ji ... HbKCubiRCl
I have tried with slax with 3 more motherboard all of them having same problem
but
with windows on the same hardware it works fine.
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Microphone sound is too low
Have set the input source to the front mic? Front mic seems to be disabled in your screenshots. Where do you have the microphone plugged in?
Also please show your alsa.conf file if you have one ... it should loo something like: options snd-hda-intel model=
Also please show your alsa.conf file if you have one ... it should loo something like: options snd-hda-intel model=
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Microphone sound is too low
I am using back mic port for microphone.
Find the alsa.conf as attachment
cat /usr/share/alsa/alsa.conf
http://www.sendspace.com/file/kw43f5
cat /usr/share/alsa/alsa.conf
http://www.sendspace.com/file/m0j97j
Find the alsa.conf as attachment
cat /usr/share/alsa/alsa.conf
http://www.sendspace.com/file/kw43f5
cat /usr/share/alsa/alsa.conf
http://www.sendspace.com/file/m0j97j
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Microphone sound is too low
@rameshtap
i have few ideas what you could try:
1) create /rootcopy/etc/modprobe.d/snd_hda_intel.conf file with following content:
as per this arch forum thread: link
that issue was quite different but may be worth trying.
2) go to the BIOS and change sound device to AC97 compatibility mode
3) upgrade to latest rc2 of upcoming porteus-1.2 (maybe newer kernel contains a fix for that)
4) compile latest alsa{lib,oss,utils} from slack-current on porteus (slack-13.37):
link
btw: did you try to connect your mic to the front panel and unmute it in alsamixer?
i have few ideas what you could try:
1) create /rootcopy/etc/modprobe.d/snd_hda_intel.conf file with following content:
Code: Select all
options snd_hda_intel model=auto position_fix=3
that issue was quite different but may be worth trying.
2) go to the BIOS and change sound device to AC97 compatibility mode
3) upgrade to latest rc2 of upcoming porteus-1.2 (maybe newer kernel contains a fix for that)
4) compile latest alsa{lib,oss,utils} from slack-current on porteus (slack-13.37):
link
btw: did you try to connect your mic to the front panel and unmute it in alsamixer?
Please add [Solved] to your thread title if the solution was found.
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Microphone sound is too low
/etc/modprobe.d/snd_hda_intel.conf
Sorry, i wasn't very clear ... this is the .conf file i meant.
Also i assumed OP was using latest rc2. Please confirm that you have tried plugging into front mic input.
Sorry, i wasn't very clear ... this is the .conf file i meant.
Also i assumed OP was using latest rc2. Please confirm that you have tried plugging into front mic input.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Microphone sound is too low
Hi,
fanthom
thanks for your ideas
I have tried with number 1 idea microphone sound gets disturb fully.
My bios does not have the option to change sound device to AC97 compatibility mode. (Gigabyte GA-D425TDU)
I have also tried with latest rc2 but i have not find any recoding software. i have installed krec but it does not get started. I have tried with skype there is same problem the sound is to low.
i have not tried with the 4th option because i am a new user to linux
I have also tried with front mic the sound get more disturb.
fanthom
thanks for your ideas
I have tried with number 1 idea microphone sound gets disturb fully.
My bios does not have the option to change sound device to AC97 compatibility mode. (Gigabyte GA-D425TDU)
I have also tried with latest rc2 but i have not find any recoding software. i have installed krec but it does not get started. I have tried with skype there is same problem the sound is to low.
i have not tried with the 4th option because i am a new user to linux
I have also tried with front mic the sound get more disturb.
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Microphone sound is too low
What does this mean? Do you have sound but it is very noisy?I have tried with number 1 idea microphone sound gets disturb fully.
If so add: position_fix=1
options snd_hda_intel model=auto position_fix=1
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: Microphone sound is too low
Hi brokenman,
By default the microphone sound is to low.
I have tried fanthom idea number 1
By default the microphone sound is to low.
I have tried fanthom idea number 1
after doing this the sound get totally noisy1) create /rootcopy/etc/modprobe.d/snd_hda_intel.conf file with following content:
CODE: SELECT ALL
options snd_hda_intel model=auto position_fix=3
as per this arch forum thread: link
that issue was quite different but may be worth trying.