Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CentralMedia

Pages: 1 ... 9 10 [11]
151
Installation issues / Re: HDMI NO AUDIO GT 430
« on: August 16, 2013, 11:10:15 pm »
I do not even see the audio devices, see aplay -l output below. Home this afternoon, going see what I can do

Quote
linuxmce@dcerouter:~$ sudo aplay -l
**** List of PLAYBACK Hardware Devices ****

152
Installation issues / Re: Issues with 1004 ISO installation
« on: August 16, 2013, 03:09:51 pm »
Not sure what issue you having, but I have done a few re-install over the past few days, I messed things up badly, without issues.

When I reboot I left the DVD in and when it booted to it, I choose boot from harddrive and things went through fine, got Avwizard and the Sara. I have a GT430, so in installed the 290 drivers and backport alsa, but not getting sound through HDMI; well no sound at all as the board has no onboard sound.


153
Installation issues / Re: HDMI NO AUDIO GT 430
« on: August 15, 2013, 03:27:31 am »
Which kernel did you use?

154
Installation issues / Re: HDMI NO AUDIO GT 430
« on: August 14, 2013, 08:50:12 pm »
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

155
Installation issues / Re: HDMI NO AUDIO GT 430
« on: August 14, 2013, 12:26:07 pm »
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

156
Installation issues / Re: HDMI NO AUDIO GT 430
« on: August 14, 2013, 11:08:55 am »
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

157
Installation issues / Re: HDMI NO AUDIO GT 430
« on: August 14, 2013, 11:04:45 am »
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.

158
Installation issues / Re: HDMI NO AUDIO GT 430
« on: August 14, 2013, 01:44:50 am »
Did the kernel upgrade, rebooted and no onscreen orbitor, am presented with a black login prompt.

Is it I am missing another step?

159
Installation issues / Re: HDMI NO AUDIO GT 430
« on: August 14, 2013, 01:18:40 am »
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?

160
Installation issues / Re: HDMI NO AUDIO GT 430
« on: August 13, 2013, 11:55:17 am »
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

161
Installation issues / HDMI NO AUDIO GT 430
« on: August 13, 2013, 02:31:51 am »
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

Pages: 1 ... 9 10 [11]