Hi,
I don't have sound anymore on my Linux Mandrake ROSA since I installed .RPM Audacity 2.0.0
Volume set on MAX and I barely hear something.
Thanks helping me out
Else under Windows VISTA partition it works fine
Sound dead since I have install Audacity 2.0.0 Unicode
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
AlainBastien
- Posts: 4
- Joined: Thu Jul 25, 2013 5:41 pm
- Operating System: Please select
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Sound dead since I have install Audacity 2.0.0 Unicode
Please post the contents of Help > Audio Device Info... in Audacity.
Gale
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
AlainBastien
- Posts: 4
- Joined: Thu Jul 25, 2013 5:41 pm
- Operating System: Please select
Re: Sound dead since I have install Audacity 2.0.0 Unicode
Default capture device number: -1
Default playback device number: -1
==============================
Device ID: 0
Device name: HDA Intel: AD198x Analog (hw:0,0)
Host name: ALSA
Input channels: 2
Output channels: 2
Low Input Latency: 0.011610
Low Output Latency: 0.011610
High Input Latency: 0.046440
High Output Latency: 0.046440
Supported Rates:
8000
11025
16000
22050
32000
44100
48000
==============================
Device ID: 1
Device name: front
Host name: ALSA
Input channels: 0
Output channels: 2
Low Input Latency: -1.000000
Low Output Latency: 0.011610
High Input Latency: -1.000000
High Output Latency: 0.046440
Supported Rates:
8000
11025
16000
22050
32000
44100
48000
==============================
Device ID: 2
Device name: surround40
Host name: ALSA
Input channels: 0
Output channels: 2
Low Input Latency: -1.000000
Low Output Latency: 0.011610
High Input Latency: -1.000000
High Output Latency: 0.046440
Supported Rates:
8000
11025
16000
22050
32000
44100
48000
==============================
Device ID: 3
Device name: surround51
Host name: ALSA
Input channels: 0
Output channels: 2
Low Input Latency: -1.000000
Default playback device number: -1
==============================
Device ID: 0
Device name: HDA Intel: AD198x Analog (hw:0,0)
Host name: ALSA
Input channels: 2
Output channels: 2
Low Input Latency: 0.011610
Low Output Latency: 0.011610
High Input Latency: 0.046440
High Output Latency: 0.046440
Supported Rates:
8000
11025
16000
22050
32000
44100
48000
==============================
Device ID: 1
Device name: front
Host name: ALSA
Input channels: 0
Output channels: 2
Low Input Latency: -1.000000
Low Output Latency: 0.011610
High Input Latency: -1.000000
High Output Latency: 0.046440
Supported Rates:
8000
11025
16000
22050
32000
44100
48000
==============================
Device ID: 2
Device name: surround40
Host name: ALSA
Input channels: 0
Output channels: 2
Low Input Latency: -1.000000
Low Output Latency: 0.011610
High Input Latency: -1.000000
High Output Latency: 0.046440
Supported Rates:
8000
11025
16000
22050
32000
44100
48000
==============================
Device ID: 3
Device name: surround51
Host name: ALSA
Input channels: 0
Output channels: 2
Low Input Latency: -1.000000
Re: Sound dead since I have install Audacity 2.0.0 Unicode
I don't know if Gale can cast some light on this, but in the current (2.0.3) version of Audacity, the device number should not be a negative number. I don't see how "-1" can be a valid device or how that can occur. Have you tried resetting the Audacity preferences (close Audacity then delete the hidden file ~/.audacity-data/audacity.cfg )AlainBastien wrote:Default capture device number: -1
Default playback device number: -1
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Sound dead since I have install Audacity 2.0.0 Unicode
On Windows the "Default Device" in Audio Device Info is the device set as default in Windows. if the Default Device in Audio Device Info is -1, there are no enabled devices in Windows.
On Linux, "Default Device" in Audio Device Info means explicitly the device called "default" when you click in Device Toolbar. If there is no device called "default" then "Default Device" in Audio Device Info could be -1 when other devices are available. Whether that is a valid state on Mandrake, I don't know.
@AlainBastien can you post the complete Audio Device Info - click in the Audio Device Info window then right-click > Select All then you can copy it all.
Also open a terminal or console window and post the results of:
and:
Gale
On Linux, "Default Device" in Audio Device Info means explicitly the device called "default" when you click in Device Toolbar. If there is no device called "default" then "Default Device" in Audio Device Info could be -1 when other devices are available. Whether that is a valid state on Mandrake, I don't know.
@AlainBastien can you post the complete Audio Device Info - click in the Audio Device Info window then right-click > Select All then you can copy it all.
Also open a terminal or console window and post the results of:
Code: Select all
arecord -l
Code: Select all
aplay -l
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual