Subject: Re: Qube2, 1.6.1 and a Soundblaster..
To: None <pete@rushmere.org>
From: Justin Newcomer <liquidice5@gmail.com>
List: port-cobalt
Date: 06/02/2005 01:56:39
are you running -current?
and or, are you running a current userland, or @ least a userland that
was compiled from source that supports sound?
(when my userland didnt match my kernel, it created issues)

from my 2.0 and -current  MAKEDEV  script
audio)
        makedev audio0 audio1 audio2 audio3
        lndev sound0 sound
        lndev audio0 audio
        lndev mixer0 mixer
        lndev audioctl0 audioctl
        ;;
this next part is in my 2.0 MAKEDEV script, but not my -current MAKEDEV scr=
ipt

audio*)
        unit=3D${i#audio}
        audio=3Daudio$unit
        sound=3Dsound$unit
        mixer=3Dmixer$unit
        audioctl=3Daudioctl$unit
        : ${unit:-0}
        mkdev $sound    c 42 $(($unit + 0))     666
        mkdev $audio    c 42 $(($unit + 128))   666
        mkdev $mixer    c 42 $(($unit + 16))    666
        mkdev $audioctl c 42 $(($unit + 192))   666
        ;;


On 6/1/05, Pete Rushmere <pete@rushmere.org> wrote:
> Hi All,
>=20
> I know this has been asked before, but...
>=20
> I've fitted an SB Live! to my Qube and compiled a kernel with:
>=20
> emuxki* at pci? dev ? function ?
> audio*  at emuxki?
>=20
> no problem there, dmesg gives:
>=20
> emuxki0 at pci0 dev 10 function 0: Creative Labs SBLive! EMU 10000
> (audio multimedia, revision 0x07)
> emuxki0: interrupting at irq 9
> emuxki0: unknown (0x00000000) codec; no 3D stereo
> audio0 at emuxki0: full duplex, mmap, independent
>=20
> so, I assume that is all OK. However, I'm unable to make the required
> /dev/audio entries, all I get is the following..
>=20
> root@workbox# ./MAKEDEV audio0
> audio0: unknown device
>=20
> I read the only posts I can find (all 4 of them!) and it seems no-one
> has gone much further. Is sound supported at all on the Qube2?
>=20
> Kind Regards,
> Pete.
>=20
>