Sorry to double post, but I found a fix for my computer running Fedora 11. I ran Code: rpm -qa | grep wine and found that I had a bunch of x86_64 wine packages installed. What I did was erase everything having to do with wine by running Code: rpm -e `rpm -qa | grep wine` and simply reinstalled with Code: yum install wine.i586 This fixed my problem with accessing the sound tab in winecfg and getting sound in application such as WoW. Good luck.