At Wed, 17 Jul 2002 20:19:41 -0400,
James Drabb wrote:
>
> root# modprobe joydev
> root# modprobe analog js=gamepad
> root# find /dev -iname 'js*'
>
> The find ... returns nothing. So there is no js device being created by
> analog.
then it must be a problem of devfs.
you need to add something
I was looking in the ens1370.c code to make sure the driver supports
the joystick and it does. Also this is what is in /proc
jim$ cat /proc/asound/card0/audiopci
Ensoniq AudioPCI ES1370
Joystick enable : on
MIC +5V bias : off
Line In to AOUT : off
This leads me to believe that the joysti
On Tue, 16 Jul 2002 14:18:41 +0200
Takashi Iwai <[EMAIL PROTECTED]> wrote:
> At Tue, 16 Jul 2002 08:21:14 -0400,
> James Drabb wrote:
> >
> > On Tue, 16 Jul 2002 10:37:13 +0200
> > Takashi Iwai <[EMAIL PROTECTED]> wrote:
> >
> > > At Mon, 15 Jul 2002 18:28:16 -0400,
> > > James Drabb wrote:
> >
At Tue, 16 Jul 2002 08:21:14 -0400,
James Drabb wrote:
>
> On Tue, 16 Jul 2002 10:37:13 +0200
> Takashi Iwai <[EMAIL PROTECTED]> wrote:
>
> > At Mon, 15 Jul 2002 18:28:16 -0400,
> > James Drabb wrote:
> > >
> > > Does anyone have a link about getting alsa set up with a joystick?
> > > Especiall
At Mon, 15 Jul 2002 18:28:16 -0400,
James Drabb wrote:
>
> Does anyone have a link about getting alsa set up with a joystick?
> Especially the snd-1370 module.
http://alsa.opensrc.org/index.php?page=Joystick+support
you need to turn on joystick switch before loading joystick modules
like analog
On Sun, 14 Jul 2002 09:47:59 -0400
James Drabb <[EMAIL PROTECTED]> wrote:
> Hello group,
>
> I just switch from using the kernel module es1370 for sound to
> alsa 0.9.0rc2. With the kernel modules I would load them like this:
> /sbin/insmod soundcore
> /sbin/insmod es1370 joystick=1
Hello group,
I just switch from using the kernel module es1370 for sound to
alsa 0.9.0rc2. With the kernel modules I would load them like this:
/sbin/insmod soundcore
/sbin/insmod es1370 joystick=1 &> /dev/null
sleep 1
/sbin/insmod joydev &> /dev/null
/sbi