wineasio
-
- White ninja
- Posts: 19
- Joined: 04 May 2015, 21:57
- Distribution: Porteus
- Location: Algerie
wineasio
can any one make an xzm of asio driver for wine on porteus 3.1 xfce please
- francois
- Contributor
- Posts: 6332
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: wineasio
Did you tried to build the sbo with usm:
to update usm
I checked it it is there. You are lucky tonite.
You will need the devel.xzm module to build winasio, for the 64 bit architecture:
http://dl.porteus.org/x86_64/current/modules/
Code: Select all
usm -u all
Code: Select all
root@porteus:~# usm sbo -s wineasio

You will need the devel.xzm module to build winasio, for the 64 bit architecture:
http://dl.porteus.org/x86_64/current/modules/
Prendre son temps, profiter de celui qui passe.
-
- White ninja
- Posts: 19
- Joined: 04 May 2015, 21:57
- Distribution: Porteus
- Location: Algerie
Re: wineasio
root@porteus:~# usm -b wineasio
NAME : wineasio
CATEG: audio
DESC : jack-audio-connection-kit wine
VERS : 0.9.2
Would you like to attempt to build this from source? [y/n]
wineasio.tar.gz exists. Skipping
/tmp/usmsbo ~
wineasio-0.9.2.tar.gz exists. Skipping
wineasio/asio.c
wineasio/COPYING.LIB
wineasio/main.c
wineasio/Makefile
wineasio/Makefile64
wineasio/prepare_64bit_asio
wineasio/README
wineasio/regsvr.c
wineasio/wineasio.dll.spec
To build this package, get asio.h from the Steinberg ASIO SDK
can any one make a wineasio xzm module
bad connection line to internet i hate downloading with 15Kb/s :'(
NAME : wineasio
CATEG: audio
DESC : jack-audio-connection-kit wine
VERS : 0.9.2
Would you like to attempt to build this from source? [y/n]
wineasio.tar.gz exists. Skipping
/tmp/usmsbo ~
wineasio-0.9.2.tar.gz exists. Skipping
wineasio/asio.c
wineasio/COPYING.LIB
wineasio/main.c
wineasio/Makefile
wineasio/Makefile64
wineasio/prepare_64bit_asio
wineasio/README
wineasio/regsvr.c
wineasio/wineasio.dll.spec
To build this package, get asio.h from the Steinberg ASIO SDK
can any one make a wineasio xzm module
bad connection line to internet i hate downloading with 15Kb/s :'(
- francois
- Contributor
- Posts: 6332
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: wineasio
Keep trying. asio.h is easy to get, see:
http://wiki.cockos.com/wiki/index.php/I ... einbergGet the ASIO SDK from Steinberg
Due to the licensing restrictions of the SDK it's impossible to distribute the asio.h header file with WineASIO so you have to get it yourself.
Go to http://www.steinberg.net/en/company/developer.html and download the ASIO SDK
Extract the archive and copy the asio.h file to where you installed the WineASIO source
http://www.steinberg.net/sdk_downloads/asiosdk2.3.zip
http://wiki.cockos.com/wiki/index.php/I ... einbergGet the ASIO SDK from Steinberg
Due to the licensing restrictions of the SDK it's impossible to distribute the asio.h header file with WineASIO so you have to get it yourself.
Go to http://www.steinberg.net/en/company/developer.html and download the ASIO SDK
Extract the archive and copy the asio.h file to where you installed the WineASIO source
http://www.steinberg.net/sdk_downloads/asiosdk2.3.zip
Prendre son temps, profiter de celui qui passe.
-
- White ninja
- Posts: 19
- Joined: 04 May 2015, 21:57
- Distribution: Porteus
- Location: Algerie
Re: wineasio
thank's but i have an error while trying to build
wineasio-0.9.2.tar.gz exists. Skipping
wineasio/asio.c
wineasio/COPYING.LIB
wineasio/main.c
wineasio/Makefile
wineasio/Makefile64
wineasio/prepare_64bit_asio
wineasio/README
wineasio/regsvr.c
wineasio/wineasio.dll.spec
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -O2 -march=i486 -mtune=i686 -m32 -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o asio.o asio.c
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -O2 -march=i486 -mtune=i686 -m32 -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o main.o main.c
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -O2 -march=i486 -mtune=i686 -m32 -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o regsvr.o regsvr.c
winegcc -shared -m32 wineasio.dll.spec -mnocygwin -L/usr/lib32/wine -L/usr/lib32 -o wineasio.dll.so asio.o main.o regsvr.o -ljack -lodbc32 -lole32 -lwinmm -luuid
/usr/lib/gcc/i486-slackware-linux/4.8.2/../../../../i486-slackware-linux/bin/ld: cannot find -lwine
collect2: error: ld returned 1 exit status
winegcc: gcc failed
make: *** [wineasio.dll.so] Error 2
can you help ?
wineasio-0.9.2.tar.gz exists. Skipping
wineasio/asio.c
wineasio/COPYING.LIB
wineasio/main.c
wineasio/Makefile
wineasio/Makefile64
wineasio/prepare_64bit_asio
wineasio/README
wineasio/regsvr.c
wineasio/wineasio.dll.spec
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -O2 -march=i486 -mtune=i686 -m32 -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o asio.o asio.c
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -O2 -march=i486 -mtune=i686 -m32 -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o main.o main.c
gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -O2 -march=i486 -mtune=i686 -m32 -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o regsvr.o regsvr.c
winegcc -shared -m32 wineasio.dll.spec -mnocygwin -L/usr/lib32/wine -L/usr/lib32 -o wineasio.dll.so asio.o main.o regsvr.o -ljack -lodbc32 -lole32 -lwinmm -luuid
/usr/lib/gcc/i486-slackware-linux/4.8.2/../../../../i486-slackware-linux/bin/ld: cannot find -lwine
collect2: error: ld returned 1 exit status
winegcc: gcc failed
make: *** [wineasio.dll.so] Error 2
can you help ?
- francois
- Contributor
- Posts: 6332
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: wineasio
Sorry. I am on 64 bit architecture. You will have to wait for a wine user to help you on this application. 

Prendre son temps, profiter de celui qui passe.
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: wineasio
try this wineasio rpm
http://packman.inode.at/suse/13.1/Extra ... 2.i586.rpm
convert to module with rpm2xzm command
You need also jack-audio-connection-kit, download with usm
After installing the module, each user who will use wineasio must run
the command "regsvr32 wineasio.dll". This must be done as the user(s),
not as root. This only needs to be done once per user.
http://packman.inode.at/suse/13.1/Extra ... 2.i586.rpm
convert to module with rpm2xzm command
You need also jack-audio-connection-kit, download with usm
Code: Select all
root@porteus:/home/guest# usm -g jack-audio-connection-kit
the command "regsvr32 wineasio.dll". This must be done as the user(s),
not as root. This only needs to be done once per user.
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
-
- White ninja
- Posts: 19
- Joined: 04 May 2015, 21:57
- Distribution: Porteus
- Location: Algerie
Re: wineasio
eeee3333
i installed it but !! !!!!!

it says : Error while accessing ASIO Driver ????????






i installed it but !! !!!!!

it says : Error while accessing ASIO Driver ????????
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: wineasio
work this command?
Code: Select all
guest@porteus:~$ regsvr32 wineasio.dll
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
-
- White ninja
- Posts: 19
- Joined: 04 May 2015, 21:57
- Distribution: Porteus
- Location: Algerie
Re: wineasio
i did it but it still like that ! 

- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: wineasio
maybe the problem is JACK
alienbob said:
" If you are using your computer as a Digital Audio Workstation (DAW) then the ALSA sound subsystem is just not up for the task. Musicians and audio professionals prefer to use Jack Audio on Linux.
We “ordinary” users don’t usually have a need for Jack. It makes your computer’s sound subsystem more complex, meaning that more things can go wrong (where you end up with distorted or even no sound) and that fixing things requires more knowledge."
I tried install JACK, but no success.
If you want really use FL Studio and ASIO, try this
https://d4v33d.wordpress.com/2014/03/24 ... nt-page-1/
... but you need use ubuntu
alienbob said:
" If you are using your computer as a Digital Audio Workstation (DAW) then the ALSA sound subsystem is just not up for the task. Musicians and audio professionals prefer to use Jack Audio on Linux.
We “ordinary” users don’t usually have a need for Jack. It makes your computer’s sound subsystem more complex, meaning that more things can go wrong (where you end up with distorted or even no sound) and that fixing things requires more knowledge."
I tried install JACK, but no success.
If you want really use FL Studio and ASIO, try this
https://d4v33d.wordpress.com/2014/03/24 ... nt-page-1/
... but you need use ubuntu

“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead