drivers Keywords : Cirrus Logic CS46XX for Linux , free download, Cirrus Logic CS46XX for Linux drivers, Drivers,Sharing driver,Cirrus Logic drivers
drivers en_description : Provides Linux support for CS46XX. To install the driver, ensure that the environmental requirements are met (See Frequently Asked Questions text file, question 3.) and complete the following steps: 1. Download the gzip file. 2. Create a directory to extract the file (example: mkdir /cs46xx). 3. Change directory to the /cs46xx directory to extract the files. 4. Copy the downloaded gzip file into the /cs46xx directory. 5. Perform a "gunzip [downloaded filename]" to extract the gzip file into a tar format file. 6. Perform a tar -x < [downloaded filename] to extract the files from the tar archive. 7. Change directory to the /usr/src/[linux] directory. 8. Verify that the driver is enabled as a module (M) (using "make xconfig", "make menuconfig", or "make config" in the Sound category). 9. Make a backup of all of the cs46xx* files in the drivers/sound source directory. /usr/src/[linux]/drivers/sound/cs46x*. 10. Copy all of the files from the newly created /cs46xx directory into the /usr/src/[linux]/drivers/sound directory overwriting the older files. 11. Make a new CS46XX driver module by performing a build of the kernel and/or modules directories. 12. Edit the /etc/modules.conf file (or /etc/conf.modules on older versions of linux), and make sure that "sndconfig" has placed either the line "alias sound-slot-0 cs46xx" or "alias sound cs46xx" in that file. 13. Reboot the system and the new driver will load automatically. Notes: See the Frequently Asked Question text file for additional information including installation environmental requirements.