SBLive and Missing Files?

I’m using QNX RTOS and I’m having difficulties setting up my PCI SBLive
sound card. I’ve tried using:

io-audio -vvv -d sblive -o irq=10,pci=08 &
to little effect as well as
mount -T io-audio -d sblive &
which didn’t work either. Reading some previous posts I noticed some people
mentioning using sbin/deva-sb or sblive. Looking in my sbin directory I
noticed that my dev files started at devb. Under lib/dll (or is it dev?) I
noticed I have deva-ctrl-sblive.so files, but they aren’t executable. Should
I have deva-sb files in my sbin directory? How can I get them? Will this fix
my non-fucntional sblive card?

Greg

Hi -
I’m using 6.1.0 and my sblive is started automatically. pidin arg reports no
arguments at all. Have you tried “io-audio” all by itself?

Hmmm, I just checked the use message and the Help… I think they are out of
date…Try:
io-audio -dctrl-sblive -dmixer-ac97 &
or maybe in the other order — Nope, I can’t restart it manually – Oops, yes I
can!
try:
io-audio &
mount -t io-audio sblive
that works for me…

Phil Olynyk

Greg Wolgemuth wrote:

I’m using QNX RTOS and I’m having difficulties setting up my PCI SBLive
sound card. I’ve tried using:

io-audio -vvv -d sblive -o irq=10,pci=08 &
to little effect as well as
mount -T io-audio -d sblive &
which didn’t work either. Reading some previous posts I noticed some people
mentioning using sbin/deva-sb or sblive. Looking in my sbin directory I
noticed that my dev files started at devb. Under lib/dll (or is it dev?) I
noticed I have deva-ctrl-sblive.so files, but they aren’t executable. Should
I have deva-sb files in my sbin directory? How can I get them? Will this fix
my non-fucntional sblive card?

Greg