Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Help with no sound ANTIX

Need help with peripherals or devices?
Post Reply
Message
Author
KE3GK
Posts: 8
Joined: 2018-12-30 01:17

Help with no sound ANTIX

#1 Post by KE3GK »

I just recently loaded AntiX on my old Compaq Presario CQ-60 (I am a first time user of Linux)

All seems to work fine except audio and the more I search and read, the more confused I get.

If I run COMMAND LINE CONTROL CENTRE - audio works fine, SPEAKER TEST works, AUDIO PLAYER works etc but when I exit from that, I can't get any sound within AntiX, it's like I am missing something on loading, but I am not sure what.

My sound card is reported as Intel: HDA-Intel - HDA Intel which is (0 - default I guess)

Typing aplay -l gives me:

card 0: Intel [HDA Intel], device 0: CX20583 Analog [CX20583 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0

When I enter this line cat /proc/asound/cards I get:

0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0x94700000 irq 28

I'm just not sure where to go from here or where to see what codec etc is not loaded

Any help is appreciated.

Tom

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Help with no sound ANTIX

#2 Post by Head_on_a_Stick »

KE3GK wrote:If I run COMMAND LINE CONTROL CENTRE - audio works fine, SPEAKER TEST works, AUDIO PLAYER works etc but when I exit from that, I can't get any sound within AntiX, it's like I am missing something on loading, but I am not sure what.
You will have to forgive me but I'm not familiar with antiX so I'm not sure what the "command line control centre" is, if you open a terminal emulator does this command work

Code: Select all

speaker-test --nloops 1
Can you please also post the output of

Code: Select all

amixer
Thanks!
deadbang

KE3GK
Posts: 8
Joined: 2018-12-30 01:17

Re: Help with no sound ANTIX

#3 Post by KE3GK »

Thanks for the reply

Yes in terminal mode speaker test works

Here is the info from amixer

amixer
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 91408 [139%] [on]
Front Right: Playback 91408 [139%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 44648 [68%] [on]
Front Right: Capture 44648 [68%] [on]

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1404
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 times

Re: Help with no sound ANTIX

#4 Post by None1975 »

Of course, this forum is for Debian users, but as far as I can remember, Antix have a control center. Did you choose default sound card in this center?
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

KE3GK
Posts: 8
Joined: 2018-12-30 01:17

Re: Help with no sound ANTIX

#5 Post by KE3GK »

I did choose default sound card and tried intel sound card - neither seems to work

I know this is for Debian, I tried registering at Antix and haven't received the email with password yet.

I was kind of hoping that all Linux was basically the same.

Tom

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Help with no sound ANTIX

#6 Post by Head_on_a_Stick »

So are we using PulseAudio then?

Code: Select all

pgrep -a pulse || echo "No, we are not"
If we are then please post

Code: Select all

pacmd list-sinks
Thanks!

EDIT: from your posted output it looks like things should be working.
deadbang

KE3GK
Posts: 8
Joined: 2018-12-30 01:17

Re: Help with no sound ANTIX

#7 Post by KE3GK »

I just added pulse yesterday thinking it may benefit - it don't that I can tell

Here is results of pacmd list-sinks

alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:1b.0"
sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.product.id = "293e"
device.form_factor = "internal"
device.string = "front:0"
device.buffering.buffer_size = "352800"
device.buffering.fragment_size = "176400"
device.access_mode = "mmap+timer"
device.profile.name = "analog-stereo"
device.profile.description = "Analog Stereo"
device.description = "Built-in Audio Analog Stereo"
alsa.mixer_name = "Conexant CX20583 (Pebble HSF)"
alsa.components = "HDA:14f15067,103c360b,00100301"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
ports:
analog-output-speaker: Speakers (priority 10000, latency offset 0 usec, available: unknown)
properties:
device.icon_name = "audio-speakers"
analog-output-headphones: Headphones (priority 9000, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"
active port: <analog-output-speaker>

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1404
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 times

Re: Help with no sound ANTIX

#8 Post by None1975 »

KE3GK wrote:I just added pulse yesterday thinking it may benefit
According their antiX-17.3.1 changelog they removed the pulse audio and pavucontrol.
* Removal of pulseaudio and pavaucontrol
It may be that the problem is that you are installing pulseaudio?
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Help with no sound ANTIX

#9 Post by Head_on_a_Stick »

KE3GK wrote:I just added pulse yesterday thinking it may benefit
Did it work before you added PA?

Try installing & running pavucontrol — the "outputs" tab should have options for individual programs.
deadbang

KE3GK
Posts: 8
Joined: 2018-12-30 01:17

Re: Help with no sound ANTIX

#10 Post by KE3GK »

No sound didn't work before PA - I added PA thinking it would help but it didn't

Maybe since I am inexperienced with Linux, I should choose a better Linux OS - that is easier - recognizes all hardware etc ?

I chose Antix because it said it was easy to setup - which it was - just can't seem to have sound.

Tom

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Help with no sound ANTIX

#11 Post by Head_on_a_Stick »

KE3GK wrote:Maybe since I am inexperienced with Linux, I should choose a better Linux OS - that is easier - recognizes all hardware etc ?
Your hardware is already recognised and the PulseAudio/pavucontrol combination is what you will find in other distributions so we should be able to get it working in antiX.

Try the output options in pavucontrol, as I suggested.

Failing that, the antiX developer is a forum member and may be able to help more if you wait a bit.
deadbang

KE3GK
Posts: 8
Joined: 2018-12-30 01:17

Re: Help with no sound ANTIX

#12 Post by KE3GK »

Just reinstalled Pavucontrol - same thing - no audio except when testing in terminal

I can wait for the Antix developer ... no rush ... I'm learning as I tinker with it all

I appreciate help

Tom

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Help with no sound ANTIX

#13 Post by stevepusser »

When you say "can't get sound", do you mean in a video player like VLC or in something like Youtube in the browser? Are you checking the volume controls in either situation?

Sometimes sound cards or outputs are muted--install alsamixer if necessary and run that in the terminal and check there.

MX Linux is closely related to antiX and also very easy to set up, though a bit more demanding in terms of RAM on really old machines than antiX--do you get sound on its Live Session? Did you get sound on antiX's Live Session?
MX Linux packager and developer

KE3GK
Posts: 8
Joined: 2018-12-30 01:17

Re: Help with no sound ANTIX

#14 Post by KE3GK »

Yes, there are no system sounds (beep etc) and trying to play a youtube video in firefox - no sounds.

I do get sound when in terminal speaker test

Alsa mixer shows correct sound card installed

I'm not sure what live session is or how to run it (yet)

Tom

KE3GK
Posts: 8
Joined: 2018-12-30 01:17

Re: Help with no sound ANTIX

#15 Post by KE3GK »

I can also play music etc when using mps-youtube which looks like terminal - doing a search and download etc

and using poor mans radio station - that works

I can't play music or stream audio within a browser

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Help with no sound ANTIX

#16 Post by stevepusser »

Most of the time, you boot the antiX or MX ISO to a Live desktop session where you can test it first before running the installer. I think antiX has a installer option where you can skip that, though.
MX Linux packager and developer

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Help with no sound ANTIX

#17 Post by Head_on_a_Stick »

KE3GK wrote:I can't play music or stream audio within a browser
Check pavucontrol, it has individual volume controls for each running application and it could be that FF has been muted by accident.
deadbang

Post Reply