Hi,
Just in case anyone was interested.
Cheers
Hi pigdog,
Same happened to me, sound used to work ok on a previous 1204 release, I logically have no hdmi audio anymore :o. I have a zotac zbox.
Here is my video card info, probably is not listed and thats why is not detected during the boot up
root@moon159:~# lspci -nnk | grep VGA -A3
03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2)
Subsystem: ZOTAC International (MCO) Ltd. Device [19da:3100]
Kernel driver in use: nouveau
Kernel modules: nouveau, nvidiafb
Cheers,
T
Hi tompin2,
I went a head and installed the current nvidia driver on my Core, it had a GeForce 8500 GT card.
I could use the current driver because my card was supported. Older hardware needs different versions.
apt-get update && apt-get install nvidia-current && nvidia -xconfig
When I built my MD's (both could run the current driver) they came up with the nvidia driver. Whether this happened because I installed the nvidia driver on the Core before creating the MD's, or, the MD get created with the nvidia drivers.
I'm not sure.
MD's use a different process when generated and can even have different kernels.
Cheers.
Quote from: tompin2 on April 19, 2014, 06:51:18 AM
Here is my video card info, probably is not listed and thats why is not detected during the boot up
root@moon159:~# lspci -nnk | grep VGA -A3
03:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2)
Subsystem: ZOTAC International (MCO) Ltd. Device [19da:3100]
Kernel driver in use: nouveau
Kernel modules: nouveau, nvidiafb
hmm, the ION *should* be detected properly. nvidia-current will work with it.
J.