Re: [Alsa-user] Skype + 32 bit Alsa on 64 bit machine

2010-02-16 Thread Joao Mamede
Can't you use the ubuntu 64bits version and then "ln -s" all the libraries? to the different names? Axel Bergerhoff wrote: > Running a 64 bit kernel you correctly built 64 bit kernel modules > (alsa-driver) but overwrote them by make install of their 32 bit versions. > > BTW: --with-cards=dummy?

Re: [Alsa-user] Skype + 32 bit Alsa on 64 bit machine

2010-02-16 Thread Axel Bergerhoff
Running a 64 bit kernel you correctly built 64 bit kernel modules (alsa-driver) but overwrote them by make install of their 32 bit versions. BTW: --with-cards=dummy? --> with-cards=all? Regards, Axel Am Montag, 15. Februar 2010 schrieb Alex Rixhardson: > Thanxs for suggestions. I was able to co

Re: [Alsa-user] Skype + 32 bit Alsa on 64 bit machine

2010-02-15 Thread Alex Rixhardson
Thanxs for suggestions. I was able to compile both 32 bit and 64 bit on the RedHat machine with the following commands: cd alsa-lib ./configure --libdir=/usr/lib64, make, make install cd ../alsa-driver ./configure --libdir=/usr/lib64 --with-cards=dummy --with-sequencer=yes, make, make install cd

Re: [Alsa-user] Skype + 32 bit Alsa on 64 bit machine

2010-02-03 Thread Axel Bergerhoff
Am Mittwoch, 3. Februar 2010 schrieb Alex Rixhardson: > Hi guys, > > I have successfully compiled and installed latest Alsa driver & libs & > tools on my 64 bit machine. However, Skype doesn't seem to work with the 64 > bit libraries of Alsa (since Skype's 32 bit). How can a compile and install > 3

[Alsa-user] Skype + 32 bit Alsa on 64 bit machine

2010-02-03 Thread Alex Rixhardson
Hi guys, I have successfully compiled and installed latest Alsa driver & libs & tools on my 64 bit machine. However, Skype doesn't seem to work with the 64 bit libraries of Alsa (since Skype's 32 bit). How can a compile and install 32 and 64 bit Alsa libs side-by-side on the same machine, so that