News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

HDMI NO AUDIO GT 430

Started by CentralMedia, August 13, 2013, 02:31:51 AM

Previous topic - Next topic

CentralMedia

Just installed 1004, with  GT 430, based on the messages, the nvidia driver installed and the alsa backport drivers, but not getting any audio through the HDMI port; have no on board audio on this board.

If I do aplay -l, I get no audio device.

Quote
linuxmce@dcerouter:~$ aplay -l
aplay: device_list:223: no soundcards found...
linuxmce@dcerouter:~$

lspci output below showing the card

Quote
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
        Subsystem: ASUSTeK Computer Inc. Device 836d
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at de000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (64-bit, prefetchable) [size=128M]
        Memory at d8000000 (64-bit, prefetchable) [size=32M]
        I/O ports at e000 [size=128]
        [virtual] Expansion ROM at df000000 [disabled] [size=512K]
        Capabilities: <access denied>
        Kernel driver in use: nvidia
        Kernel modules: nvidia-glx-260, nvidiafb, nouveau

01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
        Subsystem: ASUSTeK Computer Inc. Device 836d
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at df080000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel


Did not find anything to indicate HDMI issues with this card, maybe I was wrong or something went wrong for me

maverick0815

You should try a kernel-upgrade...worked for me.

CentralMedia

Which kernel version you used, or just use the latest?

Would the instructions apply as it did for 810 in the Upgrading_the_Kernel, wiki entry?

I cannot seem to post links

maverick0815

Just use the latest...and yes the the instructions apply

CentralMedia

when I try the apt-get search for linux-image and linux-headers, and linux-restricted, not finding any restricted modules. Would this be an issue?

CentralMedia

Did the kernel upgrade, rebooted and no onscreen orbitor, am presented with a black login prompt.

Is it I am missing another step?

ardirtbiker

Check if the nvidia driver is loaded...  lsmod | grep nvidia

If not.. try loading..   modprobe nvidia

If fails.. you may need to manually reinstall.. you may have to install the linux-headers for your kernel version

Sent from my SCH-I535 using Tapatalk 4

CentralMedia

Ok I had messed things up, so had to do a re-install.

Had previously installed the headers for the new kernel, will retry and let u know.

When re-doing, I am seeing some failures after adding the line to /etc/apt/sources.list when u do an apt-get update, see below

Quote
W: Failed to fetch http://ubuntu.media.mit.edu/ubuntu/dists/intrepid-proposed/restricted/binary-i386/Packages.gz  404  Not Found

W: Failed to fetch http://ubuntu.media.mit.edu/ubuntu/dists/intrepid-proposed/main/binary-i386/Packages.gz  404  Not Found

W: Failed to fetch http://ubuntu.media.mit.edu/ubuntu/dists/intrepid-proposed/universe/binary-i386/Packages.gz  404  Not Found

W: Failed to fetch http://ubuntu.media.mit.edu/ubuntu/dists/intrepid-proposed/multiverse/binary-i386/Packages.gz  404  Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.

CentralMedia

The apt-cache search linux-image, gives me a whole list of images, also for headers

This is what I choose

linux-image-3.0.0-32-generic

linux-headers-3.0.0-32-generic

Thus did apt-get install linux-image-3.0.0-32-generic linux-headers-3.0.0-32-generic

CentralMedia

Installed the kernel, rebooted, did the lsmod, no results returned, tried reinstalling the nvidia-glx-260 driver, which failed


Downloaded the driver from nvidia NVIDIA-Linux-x86-319.32.run, which ran, but the screen was much bigger than the tv.

If i re-ran audio video setup, it would tell me it failed to start x, with the download nvidia driver.


Error reinstall nvidia-glx-260 on kernel 3.0.0-32-generic

Quote
Error! Bad return status for module build on kernel: 3.0.0-32-generic (i686)
Consult the make.log in the build directory
/var/lib/dkms/nvidia-glx-260/260.19.29/build/ for more information.
dpkg: error processing nvidia-glx-260 (--configure):
subprocess installed post-installation script returned error exit status 10
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.0.0-32-generic
Errors were encountered while processing:
nvidia-glx-260
E: Sub-process /usr/bin/dpkg returned an error code (1)

I do have the kernel headers for the kernel installed, installed

any thoughts, seem to be missing something big time, really thought the GT 430, would have worked easily enough, LOL

darkwizard864

are you on 10.04 or 12.04 if on 10.04 use stock one and see if you have alsa 24 by typing in termail alsamixer

CentralMedia

Its 10.04, if its the stock alsa that comes with it, it does not see the Audio device, even if I do sudo aplay -l.

I did a re-install this morning again, before leaving for work, will look at it again when I reach home tonight.

Was planning since the kernel upgrade not working complying, to try upgrade the alsa driver on the existing kernel to 25.

Going to start taking backup now with System Rescue Cd, in a effort to reduce the workload of doing a restore

ardirtbiker

I'm using  gtx550... It only would work with s newer kernel...   


I added a a xorg update repository... giving me the latest nvidia driver package...

Go to www.ubuntuupdates.org/ppa/ubuntu-x-swat.  It will give you instructions

Sent from my SCH-I535 using Tapatalk 4

CentralMedia


Crumble