• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Problem compiling linux drivers...HELP PLEASE

Louie1961

Member
I am trying to install the ALSA driver package onto my machine. I tried using both red hat 6.1 and 7.0 I have a yamaha 724 based sound card which is now supported by ALSA

I downloaded the latest version of the driver from the ALSA site, and attempted to install per their instructions.

When I try to compile the drivers using the "make install" command, per the INSTALL document instructions, I receive the following errors:

cannot create symbolic link 'include /isapnp.h' to ..'support/isapnp.h' open operation not permitted
error 1
[include sndversions.h]
error 2


Subsequently, when I try to do modprobe, I get the error message "unable to find sound module"

Am I just being dense, or is this thing refusing to compile for some reason, and how do I fix this??
 
operation not permitted

is the key man, it's a permision error somewhere, whether you aren't root or the permision on the file is 0 or something...
 
I changed the permissions on the files involved, with no change in the results. Does anyone have any other ideas??

Thanks.
 
Still haven't answered my question: are you root while doing this?

Changing the permissions on those files is NOT the problem. If you're not root you probably cannot create files in the directories where the symbolic links need to be.
 
Back
Top