[haiku] AW: Re: Use BeOS Drivers
- From: "Ronny Wisor" <RonnyWisor@xxxxxx>
- To: <haiku@xxxxxxxxxxxxx>
- Date: Wed, 13 May 2009 10:52:36 +0200
Hello François,
the driver is located in: /dev/audio/old/cs.../0.
Are there any plans till the release of R1 to support old drivers like this
one?
I don´t have a internet connection all the time right now so I couldn´t
search for source code or more information. If I have new information I´ll
post it here.
Regards
Ronny
-----Ursprüngliche Nachricht-----
Von: haiku-bounce@xxxxxxxxxxxxx [mailto:haiku-bounce@xxxxxxxxxxxxx] Im
Auftrag von François Revol
Gesendet: Samstag, 25. April 2009 23:36
An: haiku@xxxxxxxxxxxxx
Betreff: [haiku] Re: Use BeOS Drivers
> Hello
>
> is it still possible to use BeOS drivers in Haiku?
>
> I tried to use a soundcard driver (CS4236) but it´s only working with
> BeOS.
>
> First I placed the driver in the "bin" folder and linked it to
> /dev/audio (I tried different folder names) but nothing happens.
>
> "User drivers"
> /boot/home/config/add-ons/kernel/drivers/bin
> /boot/home/config/add-ons/kernel/drivers/dev/audio
>
> In the second try I placed the driver here (see below) the same
> result.
>
> "Administrator drivers"
> /boot/beos/system/add-ons/kernel/drivers/bin
> /boot/beos/system/add-ons/kernel/drivers/dev/audio
>
It's likely a pre-multi_audio driver (R4 (R3?) API).
find -type c /dev/audio
if you see
/dev/audio/old/cs.../0
then it's an old API driver.
While it should still load and publish devices, the legacy media node
that is supposed to use it is not finished.
If you see
/dev/audio/multi/cs../0
then it's an R5 multi_audio, but Haiku has a different version of
multi_audio, so it might not work either...
Does this driver come with source ?
Where did you find it ?
François.
Other related posts: