View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 31 posts ] 
Go to page Previous  1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Re: No system sounds
PostPosted: Sat Sep 05, 2015 12:23 am 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
System is up to date:
Code:
[root@mythlounge ~]# pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
:: Starting full system upgrade...
 there is nothing to do


Reinstall alsa packages:

Code:
[root@mythlounge ~]# pacman -S alsa-lib alsa-utils
warning: alsa-lib-1.0.28-1 is up to date -- reinstalling
warning: alsa-utils-1.0.28-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Packages (2):

Name             Old Version  New Version  Net Change

core/alsa-lib    1.0.28-1     1.0.28-1       0.00 MiB
core/alsa-utils  1.0.28-1     1.0.28-1       0.00 MiB

Total Installed Size:   3.41 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] y
(2/2) checking keys in keyring                     [######################] 100%
(2/2) checking package integrity                   [######################] 100%
(2/2) loading package files                        [######################] 100%
(2/2) checking for file conflicts                  [######################] 100%
(1/2) reinstalling alsa-lib                        [######################] 100%
(2/2) reinstalling alsa-utils                      [######################] 100%


There is no ~/asoundrc:
Code:
[root@mythlounge ~]# updatedb
[root@mythlounge ~]# locate asoundrc
[root@mythlounge ~]#


Speaker test command:
Code:
speaker-test -Dplughw:0,7 -c 6 -t wav

I have tried it with and without -D but obviously the -D is needed if I don't have the asound.conf file correctly configured.

My current /etc/asound.conf is:
Code:
pcm.!default {
  type hw
  card 0
  device 7
}

ctl.!default {
  type hw
  card 0
  device 7
}


asound.conf when configured via the MythTV interface is:
Code:
pcm.!default "plughw:0,7"


Where to next?

_________________
Girkers


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Sat Sep 05, 2015 6:50 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
The asound.conf should be something like plughw:nVidia,7 if you are on the release repos and up to date. What version of mythinstall is installed?
Code:
pacman -Ss mythinstall
And check your /etc/pacman.conf


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Sun Sep 06, 2015 4:19 am 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Code:
[root@mythlounge ~]# pacman -Ss mythinstall
core/mythinstall 8.3-7 [installed]
    LinHES installer/systemconfig GUI.


I removed my personalised asound.conf and attempted to setup it up via the LinHES setup menu however it never created a new file. I have copied back an old version that has the configuration as suggested.

The repos in my /etc/pacman.conf are:
Code:
[core]
SigLevel = Optional TrustedOnly
Server = http://bits.linhes.org/repo/$arch/$repo/

[extra]
SigLevel = Optional TrustedOnly
Server = http://bits.linhes.org/repo/$arch/$repo/

_________________
Girkers


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Sun Sep 06, 2015 8:41 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
That is the correct version of mythinstall. Select another device hit finish then go back in and select the original device. It should backup asound.conf and create a new one.


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Sun Sep 06, 2015 7:09 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
I attempted to do that however it didn't work in this case.

I have restored an earlier copy of my asound.conf and have not had the opportunity to test it again.

_________________
Girkers


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Mon Sep 07, 2015 7:52 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Then there is another problem. Please run
Code:
sudo systemconfig.py -m audio
Then post your /tmp/systemconfig_debug.log


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Mon Sep 07, 2015 8:16 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Code:
09-08 12:12 - root - DEBUG - ______START OF DEBUG______
09-08 12:12 - root - DEBUG -     Using 1 as dhcp value for eth0
09-08 12:12 - root - DEBUG -     Using 192.168.254.201 as default ip
09-08 12:12 - root - DEBUG -     Using 1 as dhcp value for eth0
09-08 12:12 - root - DEBUG -     Using 1 as dhcp value for eth0
09-08 12:12 - root - DEBUG -     Using 1 as dhcp value for eth0
09-08 12:12 - root - DEBUG - ______Start of Audio Configuration______
09-08 12:12 - root - DEBUG -     /usr/MythVantage/bin/soundconfig.sh -t real -i ALSA -d plughw:NVidia,7
09-08 12:12 - root - DEBUG -     (0, '---------------------------------------\nwriting asound.conf file\nbackup asound.conf file\nmodify mplayer config file')
09-08 12:12 - root - DEBUG - ____Start of reloadfe____
09-08 12:12 - root - DEBUG -     Not restarting MYTHLCD server
09-08 12:12 - root - DEBUG -      kill -s USR1 1765
09-08 12:12 - root - DEBUG -     (0, '')
09-08 12:12 - root - INFO -     Reloading frontend with pid of 1765
09-08 12:12 - root - DEBUG - __End of reloadfe

09-08 12:12 - root - DEBUG - __End of audio
09-08 12:12 - root - DEBUG - ______cmd line options______
09-08 12:12 - root - DEBUG - ('all', False)
09-08 12:12 - root - DEBUG - ('fileshare', False)
09-08 12:12 - root - DEBUG - ('locale', False)
09-08 12:12 - root - DEBUG - ('ir', False)
09-08 12:12 - root - DEBUG - ('misc', False)
09-08 12:12 - root - DEBUG - ('sleep', False)
09-08 12:12 - root - DEBUG - ('plugins', False)
09-08 12:12 - root - DEBUG - ('vnc', False)
09-08 12:12 - root - DEBUG - ('this_is_install', False)
09-08 12:12 - root - DEBUG - ('config_xml', False)
09-08 12:12 - root - DEBUG - ('network', False)
09-08 12:12 - root - DEBUG - ('ddns', False)
09-08 12:12 - root - DEBUG - ('restartfe', False)
09-08 12:12 - root - DEBUG - ('smolt', False)
09-08 12:12 - root - DEBUG - ('dhcp_request', False)
09-08 12:12 - root - DEBUG - ('supplemental', False)
09-08 12:12 - root - DEBUG - ('webuser', False)
09-08 12:12 - root - DEBUG - ('advancedX', False)
09-08 12:12 - root - DEBUG - ('user', False)
09-08 12:12 - root - DEBUG - ('func', False)
09-08 12:12 - root - DEBUG - ('hostypec', False)
09-08 12:12 - root - DEBUG - ('advanced', False)
09-08 12:12 - root - DEBUG - ('hostype', False)
09-08 12:12 - root - DEBUG - ('reloadfe', False)
09-08 12:12 - root - DEBUG - ('screensaver', False)
09-08 12:12 - root - DEBUG - ('audio', True)
09-08 12:12 - root - DEBUG - ('software', False)
09-08 12:12 - root - DEBUG - ______systemconfig______
09-08 12:12 - root - DEBUG - ('AutoShutdown', '')
09-08 12:12 - root - DEBUG - ('windowmanager', 'enlightenment')
09-08 12:12 - root - DEBUG - ('nciddSerialPort', '')
09-08 12:12 - root - DEBUG - ('Xres', '1920x1080_50')
09-08 12:12 - root - DEBUG - ('xvncenable', '0')
09-08 12:12 - root - DEBUG - ('Screensaveridle', '')
09-08 12:12 - root - DEBUG - ('LCDtype', '')
09-08 12:12 - root - DEBUG - ('romdb', '0')
09-08 12:12 - root - DEBUG - ('Samba_media', '')
09-08 12:12 - root - DEBUG - ('foldingworksize', '')
09-08 12:12 - root - DEBUG - ('HostKeyeth0', '')
09-08 12:12 - root - DEBUG - ('supplemental', '1')
09-08 12:12 - root - DEBUG - ('UseMythWEB', '0')
09-08 12:12 - root - DEBUG - ('HostESSIDeth0', '')
09-08 12:12 - root - DEBUG - ('mednafen', '0')
09-08 12:12 - root - DEBUG - ('webonlinhes', '')
09-08 12:12 - root - DEBUG - ('UseMythWEB_auth', '')
09-08 12:12 - root - DEBUG - ('DDnslogin', '')
09-08 12:12 - root - DEBUG - ('XIgnoreConfig', '0')
09-08 12:12 - root - DEBUG - ('HostLircWait', '')
09-08 12:12 - root - DEBUG - ('mytharchive', '1')
09-08 12:12 - root - DEBUG - ('fceux', '0')
09-08 12:12 - root - DEBUG - ('UseMythWelcome', '0')
09-08 12:12 - root - DEBUG - ('HaveCentralNFS', '')
09-08 12:12 - root - DEBUG - ('Remotebucket', 'favorites')
09-08 12:12 - root - DEBUG - ('webmin', '')
09-08 12:12 - root - DEBUG - ('UseSamba', '0')
09-08 12:12 - root - DEBUG - ('mythzoneminder', '0')
09-08 12:12 - root - DEBUG - ('HostActiveeth0', '1')
09-08 12:12 - root - DEBUG - ('Xcardtype', '')
09-08 12:12 - root - DEBUG - ('Samba_mediareadonly', '')
09-08 12:12 - root - DEBUG - ('HostUseEncryptioneth0', '')
09-08 12:12 - root - DEBUG - ('Shutdowntime2', '')
09-08 12:12 - root - DEBUG - ('Usebootsplash', '1')
09-08 12:12 - root - DEBUG - ('mythnetvision', '0')
09-08 12:12 - root - DEBUG - ('ReceiverType', 'Default')
09-08 12:12 - root - DEBUG - ('foldingathome', '')
09-08 12:12 - root - DEBUG - ('mythmusic', '1')
09-08 12:12 - root - DEBUG - ('Hostupdateplan', 'Notify')
09-08 12:12 - root - DEBUG - ('Samba_domain', '')
09-08 12:12 - root - DEBUG - ('DDnshostname', '')
09-08 12:12 - root - DEBUG - ('Shutdowntime', '')
09-08 12:12 - root - DEBUG - ('Audiotypeout', 'Digital')
09-08 12:12 - root - DEBUG - ('HostUSEDHCPeth0', '1')
09-08 12:12 - root - DEBUG - ('mythappletrailers', '1')
09-08 12:12 - root - DEBUG - ('CentralNFSallhosts', '')
09-08 12:12 - root - DEBUG - ('Remotetype', 'no_remote')
09-08 12:12 - root - DEBUG - ('ReceiverSerialport', 'ttyS0')
09-08 12:12 - root - DEBUG - ('mythnews', '1')
09-08 12:12 - root - DEBUG - ('RemoteBackupDir', '')
09-08 12:12 - root - DEBUG - ('plexhometheater', '')
09-08 12:12 - root - DEBUG - ('SystemType', 'Frontend_only')
09-08 12:12 - root - DEBUG - ('mythdns', '1')
09-08 12:12 - root - DEBUG - ('mythbrowser', '1')
09-08 12:12 - root - DEBUG - ('UseNFS', '0')
09-08 12:12 - root - DEBUG - ('HDHRlirc_device', '11102780')
09-08 12:12 - root - DEBUG - ('HostSerialPort_blasterlirc', '')
09-08 12:12 - root - DEBUG - ('xvncpassword', '')
09-08 12:12 - root - DEBUG - ('ShowTips', '1')
09-08 12:12 - root - DEBUG - ('HostGWeth0', '192.168.254.254')
09-08 12:12 - root - DEBUG - ('SoundDevice', 'plughw:NVidia,7')
09-08 12:12 - root - DEBUG - ('xe', '0')
09-08 12:12 - root - DEBUG - ('HostTransmitproto_2', '')
09-08 12:12 - root - DEBUG - ('HostTransmitproto_3', '')
09-08 12:12 - root - DEBUG - ('HostTransmitproto_1', '')
09-08 12:12 - root - DEBUG - ('Samba_home', '')
09-08 12:12 - root - DEBUG - ('HostTransmitproto_4', '')
09-08 12:12 - root - DEBUG - ('HostDNSeth0', '192.168.254.254')
09-08 12:12 - root - DEBUG - ('dvdcss', '0')
09-08 12:12 - root - DEBUG - ('Hostipeth0', '192.168.254.201')
09-08 12:12 - root - DEBUG - ('Runncidd', '')
09-08 12:12 - root - DEBUG - ('Hostnumblaster', '1')
09-08 12:12 - root - DEBUG - ('DDnsEnable', '')
09-08 12:12 - root - DEBUG - ('vncenable', '0')
09-08 12:12 - root - DEBUG - ('dolphinemu', '0')
09-08 12:12 - root - DEBUG - ('mythip', '192.168.254.201')
09-08 12:12 - root - DEBUG - ('mame', '1')
09-08 12:12 - root - DEBUG - ('NFSmount', '')
09-08 12:12 - root - DEBUG - ('HostBlasterType', '')
09-08 12:12 - root - DEBUG - ('XUseAdvanced', '')
09-08 12:12 - root - DEBUG - ('Screensavertype', '')
09-08 12:12 - root - DEBUG - ('mupen64', '0')
09-08 12:12 - root - DEBUG - ('Audiotype', 'ALSA')
09-08 12:12 - root - DEBUG - ('HostTransmitDelay_1', '')
09-08 12:12 - root - DEBUG - ('HostTransmitDelay_3', '')
09-08 12:12 - root - DEBUG - ('HostTransmitDelay_2', '')
09-08 12:12 - root - DEBUG - ('RemoteBackup', '')
09-08 12:12 - root - DEBUG - ('HostTransmitDelay_4', '')
09-08 12:12 - root - DEBUG - ('snes9x', '0')
09-08 12:12 - root - DEBUG - ('RunDHCP', '')
09-08 12:12 - root - DEBUG - ('mythdhcp', '1')
09-08 12:12 - root - DEBUG - ('language', 'en_GB')
09-08 12:12 - root - DEBUG - ('kodi', '')
09-08 12:12 - root - DEBUG - ('huludesktop', '')
09-08 12:12 - root - DEBUG - ('Hostnetmasketh0', '/24    255.255.255.0')
09-08 12:12 - root - DEBUG - ('default_interface', 'eth0')
09-08 12:12 - root - DEBUG - ('NFSserver', '')
09-08 12:12 - root - DEBUG - ('nciddDeviceNetCallerID', '')
09-08 12:12 - root - DEBUG - ('ncidclient', '1')
09-08 12:12 - root - DEBUG - ('MVROOT', '/usr/MythVantage')
09-08 12:12 - root - DEBUG - ('UseXLargeMouse', '1')
09-08 12:12 - root - DEBUG - ('foldingusername', '')
09-08 12:12 - root - DEBUG - ('timezone', 'Australia/Melbourne')
09-08 12:12 - root - DEBUG - ('bewait', '1')
09-08 12:12 - root - DEBUG - ('TEMPLATES', '/usr/MythVantage/templates')
09-08 12:12 - root - DEBUG - ('rootSSH', '1')
09-08 12:12 - root - DEBUG - ('Screensavertheme', '')
09-08 12:12 - root - DEBUG - ('hostname', 'mythlounge')
09-08 12:12 - root - DEBUG - ('mythgame', '1')
09-08 12:12 - root - DEBUG - ('vncpassword', '')
09-08 12:12 - root - DEBUG - ('DDnspassword', '')
09-08 12:12 - root - DEBUG - ('mythweather', '1')
09-08 12:12 - root - DEBUG - ('mythgw', '1')
09-08 12:12 - root - DEBUG - ('mythgallery', '1')
09-08 12:12 - root - DEBUG - ('Samba_homereadonly', '')
09-08 12:12 - root - DEBUG - ('hostypec', False)
09-08 12:12 - root - DEBUG - ('HostMTUeth0', '')
09-08 12:12 - root - DEBUG - ('HOST_iswirelesseth0', '')
09-08 12:12 - root - DEBUG - ('dbhost', '192.168.254.200')
09-08 12:12 - root - DEBUG - ('EnhancedWMStyle', '1')
09-08 12:12 - root - DEBUG - ('RunFrontend', '1')

_________________
Girkers


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Tue Sep 08, 2015 6:29 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
It all looks normal. Did it create the asound.conf this time?
Code:
ls -l /etc/asound.conf*


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Tue Sep 08, 2015 11:21 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
I have checked and it did create a new /etc/asound.conf and it is as expected
Code:
pcm.!default "plughw:NVidia,7"


But I have confirmed without a doubt that my suspicion is correct in that the issue is with my Amplifier. I connected my Myth box directly to my TV and can get sound out of Chrome and Trailers, thus the problem is my amp.

Could anyone suggest where I could get some help on this one?

Cheers

_________________
Girkers


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Wed Sep 09, 2015 11:23 am 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
You said that your amp sees PCM for both system files ad and videos. Are you running stereo or multichannel? For either or both? I think with my amp the system was showing PCM when nothing was going on

_________________
My System


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Wed Sep 23, 2015 10:30 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Hi Matt,

When there is nothing running on my Frontend my amp does not detect any audio is passing through, it is only when playing something does the amp detect anything.

Thanks for the thought though.

_________________
Girkers


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Fri Nov 13, 2015 11:06 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Just this week I experienced the same problem. I am using an NVidia GT220 connected via HDMI to a Onkyo receiver. Sound from Myth worked just fine but anything using the ALSA asound.conf the receiver would show audio being sent but no sound. Plugging the HDMI directly into the TV and playing sound the TV would show a message of an unsupported audio format. I narrowed it down to a corrupt ALSA state. Here is how I fixed it:
Code:
sudo sv stop alsa-utils
sudo rm /var/lib/alsa/asound.state*
sudo reboot
ALSA should be set back to defaults and that asound.state file will be created on the next shutdown from the current ALSA settings.
The SPDIF outputs default to muted so use alsamixer and unmute the SPDIF outputs.
Then test sound in LinHES Setting -> Audio or some other way that failed before.


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Sun Nov 15, 2015 10:09 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
brfransen wrote:
Just this week I experienced the same problem. I am using an NVidia GT220 connected via HDMI to a Onkyo receiver. Sound from Myth worked just fine but anything using the ALSA asound.conf the receiver would show audio being sent but no sound. Plugging the HDMI directly into the TV and playing sound the TV would show a message of an unsupported audio format. I narrowed it down to a corrupt ALSA state. Here is how I fixed it:
Code:
sudo sv stop alsa-utils
sudo rm /var/lib/alsa/asound.state*
sudo reboot
ALSA should be set back to defaults and that asound.state file will be created on the next shutdown from the current ALSA settings.
The SPDIF outputs default to muted so use alsamixer and unmute the SPDIF outputs.
Then test sound in LinHES Setting -> Audio or some other way that failed before.


This worked beautifully, the only addition I would add is to delete the file /etc/asound.conf as well before you reboot as I had a little trouble but got it resolved.

There are now only a couple of more little problems but I will start new threads for these. I appreciate everyones assistance and especially thank brfransen for finding the solution.

_________________
Girkers


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Mon Nov 16, 2015 8:44 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Odd you had to delete the /etc/asound.conf as I didn't. And I am not sure what it would help unless it was modified from what LinHES > Audio had set.

I have also modified the LinHES > Audio Test audio button to unmute digitial outputs before it tries to play sound. This is part of LinHES-config 8.3-23 or later.


Top
 Profile  
 
 Post subject: Re: No system sounds
PostPosted: Tue Dec 10, 2019 4:21 am 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Sorry to bring up an old subject but I still get this issue from time to time and am wondering if I can script the unmuting of the digital outputs so that when the issue occurs, my wife can simply run one script the system reboots and then runs another to get the sound but again.

Thoughts?

_________________
Girkers


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 31 posts ] 
Go to page Previous  1, 2, 3  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu