Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 43

Thread: Nvidia HDMI No Sound

  1. #11
    Join Date
    Dec 2007
    Location
    Powder Springs, Ga
    Beans
    1,396
    Distro
    Ubuntu Development Release

    Re: Nvidia HDMI No Sound

    I can't find where to mark this thread as solved.
    | Corsair Carbide Series® 300R | Intel Core i5 650@3.20Ghz| OCZ-Vertex3 120 Gb SSD | Western Digital 640 Gb HDD | Western Digital 1 Tb HDD |
    |Gigabyte GeForce GTX 950 Extreme | Ubuntu 16.04 x86_64 | Windows 10 Pro |


  2. #12
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Nvidia HDMI No Sound

    edit the OP in advanced mode and change the prefix
    edit: if you upgrade to the 3.9 kernel i think virtualbox wont work just so you know
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  3. #13
    Join Date
    Dec 2007
    Location
    Powder Springs, Ga
    Beans
    1,396
    Distro
    Ubuntu Development Release

    Re: Nvidia HDMI No Sound

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    edit the OP in advanced mode and change the prefix
    edit: if you upgrade to the 3.9 kernel i think virtualbox wont work just so you know
    I'm sticking with 3.8.8 for the time being. Thanks for your help, I didn't even think of booting to the previous kernel.
    | Corsair Carbide Series® 300R | Intel Core i5 650@3.20Ghz| OCZ-Vertex3 120 Gb SSD | Western Digital 640 Gb HDD | Western Digital 1 Tb HDD |
    |Gigabyte GeForce GTX 950 Extreme | Ubuntu 16.04 x86_64 | Windows 10 Pro |


  4. #14
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Nvidia HDMI No Sound

    So will we get this bug fixed by tomorrow on the live cd?
    no sound (effecting Nvidia GPUs using HDMI) looks bad
    IIRC a fix was committed, it is also easy to workaround, but for a new user it could make the change there mind about installing
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  5. #15
    Join Date
    Mar 2009
    Beans
    232

    Re: Nvidia HDMI No Sound

    Quote Originally Posted by pqwoerituytrueiwoq View Post
    it is cause of a kernel bug, you could use the mainline kernel or boot the the old kernel
    i have attached a mainline installer and update checker
    install via terminal using the install script

    EDIT:
    Found a bug in the attachment to patch it after installing run this command:
    Code:
    sudo sed "s/'-q'/\"-\$r\"/" -i /usr/local/bin/KernelUpdateScriptGenerator
    This didn't work for me, but I'm running Catalyst drivers, so maybe that's the issue. I had HDMI but lost it upon upgrading to Kubuntu 13.04. What to do?

  6. #16
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Nvidia HDMI No Sound

    Quote Originally Posted by tad1073 View Post
    Is there a config file for this?
    i added more options to the script
    i put my script on github
    https://github.com/GM-Script-Writer-...Kernel-Updater

    Code:
    ~$ KernelUpdateChecker -h
    This script sends data to KernelUpdateScriptGenerator
    This script saves the update script made by the script to a file and gives the user instructions
    This is the help info from KernelUpdateScriptGenerator
    Options:
        -no-rc sets the script to ignore Release Canidate versions
        -r overrides the release version
            eg: `KernelUpdateScriptGenerator -r raring` 
            Would mean to a only kernels for raring even if you are using quantal
        -v is used to specify version series
            eg: `KernelUpdateScriptGenerator -v 3.8` 
            Would mean to a only accept kernels starting with 3.8 in the version number
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  7. #17
    Join Date
    Mar 2013
    Beans
    24

    Re: Nvidia HDMI No Sound

    I'm a little confused about how to apply the fix. I downloaded the tarball and extracted the kernel folder to my home directory. Then I opened a console and typed:

    Code:
    sudo apt-get install curl php5-cli
    Sorry, I'm really new to Linux and just installed Ubuntu 13.04 on my ASUS G74S w/ nVidia GeForce GTX 560M. I can't get any sound through HDMI (there is no option for HDMI in my sound settings for output devices; also using pulse audio but with no hdmi option aswell). After googling I read that it was a video driver issue and I've installed the proprietary drivers through the software sources > additional drivers.

    So far this was the only fix I found. Is this correct? Thanks.

  8. #18
    Join Date
    Mar 2009
    Beans
    232

    Re: Nvidia HDMI No Sound

    The following bug appears highly relevant for both nvidia and amd users: https://bugs.launchpad.net/ubuntu/+s...x/+bug/1169761

  9. #19
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: Nvidia HDMI No Sound

    Quote Originally Posted by bmass View Post
    I'm a little confused about how to apply the fix. I downloaded the tarball and extracted the kernel folder to my home directory. Then I opened a console and typed:

    Code:
    sudo apt-get install curl php5-cli
    Sorry, I'm really new to Linux and just installed Ubuntu 13.04 on my ASUS G74S w/ nVidia GeForce GTX 560M. I can't get any sound through HDMI (there is no option for HDMI in my sound settings for output devices; also using pulse audio but with no hdmi option aswell). After googling I read that it was a video driver issue and I've installed the proprietary drivers through the software sources > additional drivers.

    So far this was the only fix I found. Is this correct? Thanks.
    i updated the readme file

    https://github.com/GM-Script-Writer-...Kernel-Updater

    this should fix the hdmi issue you are having
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  10. #20
    Join Date
    Apr 2007
    Beans
    36

    Re: Nvidia HDMI No Sound

    I ran the script but it only downloaded 3 of the 4 needed files. When I type 'sudo update-manager' I recive this error:
    Code:
    ~$ update-manager
    Traceback (most recent call last):
      File "/usr/bin/update-manager", line 114, in <module>
        app = UpdateManager(data_dir, options)
      File "/usr/lib/python3/dist-packages/UpdateManager/UpdateManager.py", line 111, in __init__
        self.options and self.options.use_proposed)
      File "/usr/lib/python3/dist-packages/UpdateManager/MetaReleaseGObject.py", line 44, in __init__
        MetaReleaseCore.__init__(self, useDevelopmentRelease, useProposed)
      File "/usr/lib/python3/dist-packages/UpdateManager/Core/MetaRelease.py", line 90, in __init__
        self.flavor_name = get_ubuntu_flavor_name()
      File "/usr/lib/python3/dist-packages/UpdateManager/Core/utils.py", line 447, in get_ubuntu_flavor_name
        pkg = get_ubuntu_flavor_package(cache=cache)
      File "/usr/lib/python3/dist-packages/UpdateManager/Core/utils.py", line 437, in get_ubuntu_flavor_package
        cache = apt.Cache()
      File "/usr/lib/python3/dist-packages/apt/cache.py", line 105, in __init__
        self.open(progress)
      File "/usr/lib/python3/dist-packages/apt/cache.py", line 151, in open
        self._depcache = apt_pkg.DepCache(self._cache)
    SystemError: E:The package linux-headers-3.9.0-030900rc8-generic needs to be reinstalled, but I can't find an archive for it.
    should I rerun the script?
    Last edited by Zewbie; April 26th, 2013 at 03:28 PM.

Page 2 of 5 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •