Well yeah. Prepackaged wine builds works with alsa without problem. So I guess something went wrong at the compilation time since the alsa driver were compiled, I'm wondering. Anyway : Code: gamer@TACHIBANA:~$ ls -l /usr/lib32/libasound.so.2 lrwxrwxrwx 1 root root 18 2009-06-24 11:52 /usr/lib32/libasound.so.2 -> libasound.so.2.0.0 gamer@TACHIBANA:~$ ldd /usr/lib32/libasound.so.2 linux-gate.so.1 => (0xf7f45000) libm.so.6 => /lib32/libm.so.6 (0xf7e2f000) libdl.so.2 => /lib32/libdl.so.2 (0xf7e2b000) libpthread.so.0 => /lib32/libpthread.so.0 (0xf7e13000) librt.so.1 => /lib32/librt.so.1 (0xf7e0b000) libc.so.6 => /lib32/libc.so.6 (0xf7cb2000) /lib/ld-linux.so.2 (0xf7f46000)