<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - No nouveau HDMI sound on NVIDIA GT430"
href="https://bugs.freedesktop.org/show_bug.cgi?id=67051#c41">Comment # 41</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - No nouveau HDMI sound on NVIDIA GT430"
href="https://bugs.freedesktop.org/show_bug.cgi?id=67051">bug 67051</a>
from <span class="vcard"><a class="email" href="mailto:alupu01@gmail.com" title="Alex <alupu01@gmail.com>"> <span class="fn">Alex</span></a>
</span></b>
<pre>
<span class="quote">> Don't know what "make install" really does, I've never used it. </span >
My bad (my "quick thought" was way too quick).
I was talking about 'make module_install'.
Anyway, to make it more precise and not affected by my state of exhaustion,
I present my script I use"
#!/bin/bash -e
# AFTER
# cd /root/linux
# git checkout 8e9e3d2deacc460fbb8a4691140318f6e85e6891
# Make changes (apply, remove patches, etc.)
cd /root/linux
make mrproper &&
cp -p /boot/config/config-3.7.0-rc4+-1-P5E-74G .config
make menuconfig
make oldconfig && ls -ogtr .config*
time make -j4 ; echo $?
make modules_install &&
ls -ogtr /lib/modules
cd /boot &&
cp -p /root/linux/arch/i386/boot/bzImage LFSkernel-3.7.0-1 &&
cp -p /root/linux/System.map System.map-3.7.0-1 &&
ln -fs LFSkernel-3.7.0-1 LFSkernel &&
ln -fs System.map-3.7.0-1 System.map && ls -ogtr
set +e
read -s -n1 -t20 -p "(Hit a key to continue)" ; echo
reboot
and attach the standard '.config' (see above). Not perfection by any standards
but it is based on the 3.7.10 version and it adequate for these tests.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>