Problem loading linux drivers for audio on motherboard

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have determined my sound problem (no S/PDIF output) is due to not having the right drivers loaded.  The install.sh file that comes with the motherboard will not run; this code fails:

#Check if user have installed the kernel source
echo "Second, please make sure you have installed the kernel source."
if [ -L /lib/modules/$KERNEL_VER/source -a -L /lib/modules/$KERNEL_VER/build ]
  then echo "It's OK."
else echo "You haven't installed the kernel source." && exit 1
fi

This fails because the links to 'source' and 'build' in /lib/modules/2.6.33.3-85.fc13.x86_64 are broken:

     This link cannot be used, because its target "../../../usr/src/kernels/2.6.33.3-85.fc13.x86_64" doesn't exist.

So now I'm a little lost as to what I need to do next.  My searches for info have returned some instructions for how to build a 'hello world' smple kernel module but I'm more interested in figuring out what module(s) are missing and how to install them.

Nick
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux