That command should have worked and should have uploaded the configuration. I hope you understand what a konsole/xterm is (apologies for noting that, but it is difficult at times to understand the level of knowledge of users on the forum). Do not send the script command in a ‘run’ command line execution window, which is not the same thing.
Thanks for that.
From the script output, I note that the script gives this for your MIC :
ARECORD
**** List of CAPTURE Hardware Devices ****
**card 1**: PCH [HDA Intel PCH], **device 0**: ALC887-VD Analog [ALC887-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
**card 1**: PCH [HDA Intel PCH], **device 2**: ALC887-VD Alt Analog [ALC887-VD Alt Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
ie there are two recording devices. One is hw:1,0 and the other is hw:1,2.
I note your PC mixer has your mic capture badly misconfigured making it impossible to record sound. You need to fix that configuration.
Let me starting by noting that playback volume at 0% so it is difficult to determine if it is capturing any sound. I would not use that setting myself as it complicates this:
**Simple mixer control 'Front Mic',0**
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 0 **[0%]** -34.50dB] [on]
Front Right: Playback 0 **[0%]** -34.50dB] [on]
Note the boost is at 0% making capture difficult (see below). I recommend you increase this from 0% to 67%:
**Simple mixer control 'Front Mic Boost',0**
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 0 **[0%]** [0.00dB]
Front Right: 0 **[0%]** [0.00dB]
Note your mixer has capture disabled (0% capture and also OFF) - muting all capture for ‘capture-0’ and making audio recording impossible:
**Simple mixer control 'Capture',0**
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 46
Front Left: Capture 0 **[0%] **-16.00dB] **[off]**
Front Right: Capture 0 **[0%]** -16.00dB] **[off]**
Note the same is true for capture-1 which has all possible audio recording disabled:
**Simple mixer control 'Capture',1**
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 46
Front Left: Capture 0 **[0%]** -16.00dB] **[off]**
Front Right: Capture 0 **[0%]** -16.00dB] **[off]**
I note your mixer has your PC setup to use the ‘Front Mic’, and not the ‘Rear Mic’ nor the ‘Line’ input for mic. Is that what you want ?
**Simple mixer control 'Input Source',0**
Capabilities: cenum
Items: 'Front Mic' 'Rear Mic' 'Line'
Item0: '**Front Mic'**
**Simple mixer control 'Input Source',1**
Capabilities: cenum
Items: 'Front Mic' 'Rear Mic' 'Line'
Item0: '**Front Mic'**
and finally, I note your Rear Mic non-optimally configured also:
**Simple mixer control 'Rear Mic',0**
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 0 **[0%]** -34.50dB] [on]
Front Right: Playback 0 **[0%]** -34.50dB] [on]
**Simple mixer control 'Rear Mic Boost',0**
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 0 **[0%]** [0.00dB]
Front Right: 0 **[0%]** [0.00dB]
You need to fix the mixer configuration.
AFTER, and ONLY AFTER you fix the mixer configuration, you can try this in an xterm/konsole for hw:1,0 to record sound with device hw:1,0:
arecord -vv -f S16_LE -c2 -D hw:1,0 new.wav
You can stop the recording by pressing . And then play back new.wav file with a video or audio player to see if any sound recorded.
and try this to record sound with device hw:1,2:
arecord -vv -f S16_LE -c2 -D hw:1,2 new.wav
BUT FIRST you need to fix the PC’s mixer configuration.
Good luck.
Thanks ! I’m heading from Phuket to Krabi tomorrow, and I won’t have Internet access for a few days, so it may be Monday before I look at this thread again.