Page 1 of 5 123 ... LastLast
Results 1 to 10 of 43

Thread: Nvidia HDMI No Sound

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

    Nvidia HDMI No Sound

    I lost hdmi sound after updates, it's not even listed in sound settings. Nvidia 319.12 driver.
    Last edited by tad1073; April 20th, 2013 at 04:58 PM.
    | 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. #2
    Join Date
    Apr 2013
    Beans
    2

    Re: Nvidia HDMI No Sound

    I also just updated and lost all sound. I'm using Nvidia driver version 313.30 (this is not what was updated; it was working fine previously). Running Ubuntu 13.04 which is up to date.

    What happened was the HDMI output option disappeared from my sound settings. There is no option for HDMI audio.
    Last edited by MasterMic92; April 18th, 2013 at 06:54 AM.

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

    Re: Nvidia HDMI No Sound

    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
    Attached Files Attached Files
    Last edited by pqwoerituytrueiwoq; April 19th, 2013 at 04:05 PM.
    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

  4. #4
    Join Date
    Aug 2006
    Beans
    1

    Re: Nvidia HDMI No Sound

    I have the same problem. Will they fix this until official 13.04 release?

  5. #5
    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
    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
    What do I do after I have installed it?
    | 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 |


  6. #6
    Join Date
    Apr 2013
    Beans
    2

    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
    Thanks, I ended up reverting to an older kernel and the audio is working again.

  7. #7
    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
    What do I do after I have installed it?
    it adds 2 scripts and a startup entry (so when you loin to your system it checks for new kernels)
    to check for updates run this command (if accepts one parameter, "-no-rc" it will make it not accept a release candidate kernel)
    Code:
    KernelUpdateChecker
    you will need a notification in the corner of your screen with instructions
    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

  8. #8
    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
    it adds 2 scripts and a startup entry (so when you loin to your system it checks for new kernels)
    to check for updates run this command (if accepts one parameter, "-no-rc" it will make it not accept a release candidate kernel)
    Code:
    KernelUpdateChecker
    you will need a notification in the corner of your screen with instructions
    Is there a config file for this?
    | 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 |


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

    Re: Nvidia HDMI No Sound

    no, all it does it check the this url for new versions of the kernel
    http://kernel.ubuntu.com/~kernel-ppa/mainline/
    it filters the folders to the one for your release (raring/quantal)
    then it compares your running kernel version against the listed versions and tells you if there is a new one (you can add -no-rc to exclude release candidates) then it has a install script generated using KernelUpdateScriptGenerator. you can edit the 2 scripts if needed

    if you want kernels from a different release edit line 23 of then generator script, change "lsb_release -sc" to "raring" or "qunatal" or which ever release you want
    i just found a bug in the generator, here is the new line 29, the edit is in bold
    $name2=substr($name,0,strpos($name,"-$r"));

    i made a thread that has a way to patch the old version
    http://ubuntuforums.org/showthread.php?t=2137026
    Last edited by pqwoerituytrueiwoq; April 19th, 2013 at 04:03 PM.
    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. #10
    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
    no, all it does it check the this url for new versions of the kernel
    http://kernel.ubuntu.com/~kernel-ppa/mainline/
    it filters the folders to the one for your release (raring/quantal)
    then it compares your running kernel version against the listed versions and tells you if there is a new one (you can add -no-rc to exclude release candidates) then it has a install script generated using KernelUpdateScriptGenerator. you can edit the 2 scripts if needed

    if you want kernels from a different release edit line 23 of then generator script, change "lsb_release -sc" to "raring" or "qunatal" or which ever release you want
    i just found a bug in the generator, here is the new line 29, the edit is in bold
    $name2=substr($name,0,strpos($name,"-$r"));

    i made a thread that has a way to patch the old version
    http://ubuntuforums.org/showthread.php?t=2137026
    I've already applied your fix.
    | 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 |


Page 1 of 5 123 ... 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
  •