1 Mar 2009 16:37
How to compile a new (audio) driver for Thinstation (2.2.2)?
Hello everybody! Since nobody seems to have the driver for Realtek ALC662 audio chip used on Intel atom-based motherboard, I obviously need to compile it myself. Since I have never compiled anything for Thinstation (and also nothing for Linux at all for that matter) I need you help. I've downloaded the Linux driver from Realtek (LinuxPkg_5.10.tar.bz2) and I need your guidance from here onwards. Thank you in advance! P.S. I'm sorry if there is a FAQ about this matter somewhere but I couldn't find it. -- -- View this message in context: http://www.nabble.com/How-to-compile-a-new-%28audio%29-driver-for-Thinstation-%282.2.2%29--tp22274187p22274187.html Sent from the thinstation-developer mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H
But I was offering an alternative that includes a later snd-hda-intel
module that may be easier for you to implement.
If you use the kernel upgrade path, just rename your <build
dir>/kernel directory as kernel_old (or whatever) and then untar the
new kernel package in the <build dir>.
To restore back to your original, just
cd <build dir>
rm -R kernel
mv kernel_old kernel
mv packages/base/lib/modules/2.6.27.4 packages/base/lib/modules/2.6.16.5
RSS Feed