Re: [expert] Joystick Detection

2002-01-11 Thread John Haywood

On Sat, 12 Jan 2002 07:27, you wrote:
> /lib/modules/2.4.3-20mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz
>
> Is there a difference between emu10k1-gp and emu10k1

Yes - emu10k1 is for the soundcard itself, while emu10k1-gp is specifically 
for the gameport
-- 

john in sydney
=
 Mandrake Linux 8.2
 Kernel version: 2.4.16-11mdk
 Uptime: 3 hours 1 minute
=



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread Jason Guidry

On Fri, 11 Jan 2002 14:50:38 -0600
s <[EMAIL PROTECTED]> wrote:

> On Friday 11 January 2002 02:27 pm, you wrote:
> 
> > /lib/modules/2.4.3-20mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz
> >
> > Is there a difference between emu10k1-gp and emu10k1
> >
> > Andreas
> 
> I couldn't tell you the specifics, but apparently it is.  mine works with 
> emu10k1-gp and won't with emu10k1 with a sound blaster live (well, I have the 
> 5.1 now, but it was the same with the value).  Those are still considered 
> 'newer' in the docs.  :-)
> I found all kinds of useful info in 
> /usr/src/linux/Documentation/input/joystick.txt
> -s
> 
> 
> 
Ok, I think I have it.  it wouldn't run jstest because all the doumentation I found 
insisted on

jstest /dev/input/js0

but as I know now, mandrake likes

jstest /dev/js0

thanks all, at least now it's detected, now I can try to apply it.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread Jason Guidry

On Fri, 11 Jan 2002 01:35:39 +
bascule <[EMAIL PROTECTED]> wrote:

> there is a module with that name in the correct directory, i.e. under the 
> directory tree for the kernel you are using?
> 

yes, in the directory

 /lib/modules/2.4.8-34.1mdk/kernel/drivers/char/joystick/

i have the following

[jason@localhost joystick]$ ls
a3d.o.gz emu10k1-gp.o.gz  interact.o.gz   serport.o.gz turbografx.o.gz
adi.o.gz gamecon.o.gz lightning.o.gz  sidewinder.o.gz  warrior.o.gz
analog.o.gz  gameport.o.gzmagellan.o.gz   spaceball.o.gz
cobra.o.gz   gf2k.o.gzns558.o.gz  spaceorb.o.gz
cs461x.o.gz  grip.o.gzpcigame.o.gzstinger.o.gz
db9.o.gz iforce.o.gz  serio.o.gz  tmdc.o.gz



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread s

On Friday 11 January 2002 02:27 pm, you wrote:

> /lib/modules/2.4.3-20mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz
>
> Is there a difference between emu10k1-gp and emu10k1
>
> Andreas

I couldn't tell you the specifics, but apparently it is.  mine works with 
emu10k1-gp and won't with emu10k1 with a sound blaster live (well, I have the 
5.1 now, but it was the same with the value).  Those are still considered 
'newer' in the docs.  :-)
I found all kinds of useful info in 
/usr/src/linux/Documentation/input/joystick.txt
-s




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread bascule

and under 2.4.8-34.1mdk/ do you have kernel/drivers/ with lots of sub 
directories (2.4.8-34.1mdk is your current kernel right?)
there should be char/joystick under there with all the modules you need - 
ns558.o.gz, emu10k1-gp.o.gz plus others (i use analog.o.gz for my saitek 
cyborg)
you should also have sound/emu10k1/ there with emu10k1.o.gz in

bascule


On Friday 11 January 2002 8:12 pm, you wrote:
> On Fri, 11 Jan 2002 19:42:35 +
>
> bascule <[EMAIL PROTECTED]> wrote:
> > what do you have under /lib/modules/?
>
> 2.4.16-selinux/  2.4.8-26mdk/  2.4.8-34.1mdk/
>
> > bascule
> >
> > > ok, this is all ok, but i'm not finding anything with
> > >
> > > # whereis emu10k1-gp
> > >
> > > or by looking in any of the directories that other posts say it's
> > > supposed to be.  I also cannot find the driver (emu10k1-gp) anywhere,
> > > including opensource.creative.com.  is there a kernel compile in my
> > > future?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread Andreas J. Guelzow

Jason Guidry wrote:

> On Fri, 11 Jan 2002 10:57:19 -0700
> "Andreas J. Guelzow" <[EMAIL PROTECTED]> wrote:
> 
> 
>>s wrote:
>>
>>
>>>On Thursday 10 January 2002 07:10 pm, you wrote:
>>>
>>>
I'm not finding much in the way of documentation here...
quite frustrating.


>>>ummm, the new soundblaster gameports need emu10k1-gp and that joystick needs 
>>>adi, so your /etc/modules.conf could contain:  
>>>alias char-major-13 input joydev emu10k1-gp adi
>>>
>>>and just for good measure you could put the following in your 
>>>/etc/rc.d/rc.local:
>>> modprobe joydev
>>> modprobe emu10k1-gp
>>> modprobe adi
>>>
>>>
>>When using adi to support my joystick (with a different sound card) I 
>>found it necessary to include a sleep 2 prior to modprobe adi.
>>
>>
> 
> ok, this is all ok, but i'm not finding anything with
> 
> # whereis emu10k1-gp
> 
> or by looking in any of the directories that other posts say it's supposed to be.  I 
>also cannot find the driver (emu10k1-gp) anywhere, including opensource.creative.com. 
> is there a kernel compile in my future?

/lib/modules/2.4.3-20mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz

Is there a difference between emu10k1-gp and emu10k1

Andreas



-- 
Prof. Dr. Andreas J. Guelzow
http://www.math.concordia.ab.ca/aguelzow




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread Jason Guidry

On Fri, 11 Jan 2002 19:42:35 +
bascule <[EMAIL PROTECTED]> wrote:

> what do you have under /lib/modules/?

2.4.16-selinux/  2.4.8-26mdk/  2.4.8-34.1mdk/

> 
> bascule
> 
> > ok, this is all ok, but i'm not finding anything with
> >
> > # whereis emu10k1-gp
> >
> > or by looking in any of the directories that other posts say it's supposed
> > to be.  I also cannot find the driver (emu10k1-gp) anywhere, including
> > opensource.creative.com.  is there a kernel compile in my future?
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread bascule

what do you have under /lib/modules/?

bascule

> ok, this is all ok, but i'm not finding anything with
>
> # whereis emu10k1-gp
>
> or by looking in any of the directories that other posts say it's supposed
> to be.  I also cannot find the driver (emu10k1-gp) anywhere, including
> opensource.creative.com.  is there a kernel compile in my future?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread Jason Guidry

On Fri, 11 Jan 2002 10:57:19 -0700
"Andreas J. Guelzow" <[EMAIL PROTECTED]> wrote:

> s wrote:
> 
> > On Thursday 10 January 2002 07:10 pm, you wrote:
> > 
> >>I'm not finding much in the way of documentation here...
> >>quite frustrating.
> >>
> > 
> > ummm, the new soundblaster gameports need emu10k1-gp and that joystick needs 
> > adi, so your /etc/modules.conf could contain:  
> > alias char-major-13 input joydev emu10k1-gp adi
> > 
> > and just for good measure you could put the following in your 
> > /etc/rc.d/rc.local:
> >  modprobe joydev
> >  modprobe emu10k1-gp
> >  modprobe adi
> > 
> 
> When using adi to support my joystick (with a different sound card) I 
> found it necessary to include a sleep 2 prior to modprobe adi.
> 

ok, this is all ok, but i'm not finding anything with

# whereis emu10k1-gp

or by looking in any of the directories that other posts say it's supposed to be.  I 
also cannot find the driver (emu10k1-gp) anywhere, including opensource.creative.com.  
is there a kernel compile in my future?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread Andreas J. Guelzow

s wrote:

> On Thursday 10 January 2002 07:10 pm, you wrote:
> 
>>I'm not finding much in the way of documentation here...
>>quite frustrating.
>>
> 
> ummm, the new soundblaster gameports need emu10k1-gp and that joystick needs 
> adi, so your /etc/modules.conf could contain:  
> alias char-major-13 input joydev emu10k1-gp adi
> 
> and just for good measure you could put the following in your 
> /etc/rc.d/rc.local:
>  modprobe joydev
>  modprobe emu10k1-gp
>  modprobe adi
> 

When using adi to support my joystick (with a different sound card) I 
found it necessary to include a sleep 2 prior to modprobe adi.

Andreas



-- 
Prof. Dr. Andreas J. Guelzow
http://www.math.concordia.ab.ca/aguelzow




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-11 Thread s

On Thursday 10 January 2002 07:10 pm, you wrote:
> I'm not finding much in the way of documentation here...
> quite frustrating.

ummm, the new soundblaster gameports need emu10k1-gp and that joystick needs 
adi, so your /etc/modules.conf could contain:  
alias char-major-13 input joydev emu10k1-gp adi

and just for good measure you could put the following in your 
/etc/rc.d/rc.local:
 modprobe joydev
 modprobe emu10k1-gp
 modprobe adi

-s




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-10 Thread Jason Guidry

On Fri, 11 Jan 2002 01:35:39 +
bascule <[EMAIL PROTECTED]> wrote:

> there is a module with that name in the correct directory, i.e. under the 
> directory tree for the kernel you are using?

ok, perhaps you have something.  i cannot find that module [whereis ns558].  I updated 
the kernel as per directions on the LM website with rpms, and since then, rpmdrake 
still says i need to update my kernel.  could this and my joystic trouble be because 
I've missed something in my kernel upgrade?  should I have changed where something 
points, for example instead of /usr/src/linux/kernel it (whatever it is) should point 
to /usr/src/linux-2.4.8/kernel?

as soon as I think I know something...I add a peripheral

> 
> On Friday 11 January 2002 1:10 am, you wrote:
> >
> > after making the appropriate ritual sacrifice to google, the only thing I
> > found in searching told me to 'modprobe ns558' and entering that yielded
> > the following:
> >
> > [root@localhost input]# modprobe ns558
> > /lib/modules/2.4.8-34.1mdk/kernel/drivers/char/joystick/ns558.o.gz:
> > init_module: No such device Hint: insmod errors can be caused by incorrect
> > module parameters, including invalid IO or IRQ parameters
> > /lib/modules/2.4.8-34.1mdk/kernel/drivers/char/joystick/ns558.o.gz: insmod
> > /lib/modules/2.4.8-34.1mdk/kernel/drivers/char/joystick/ns558.o.gz failed
> > /lib/modules/2.4.8-34.1mdk/kernel/drivers/char/joystick/ns558.o.gz: insmod
> > ns558 failed [ro
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Joystick Detection

2002-01-10 Thread bascule

there is a module with that name in the correct directory, i.e. under the 
directory tree for the kernel you are using?

bascule

On Friday 11 January 2002 1:10 am, you wrote:
>
> after making the appropriate ritual sacrifice to google, the only thing I
> found in searching told me to 'modprobe ns558' and entering that yielded
> the following:
>
> [root@localhost input]# modprobe ns558
> /lib/modules/2.4.8-34.1mdk/kernel/drivers/char/joystick/ns558.o.gz:
> init_module: No such device Hint: insmod errors can be caused by incorrect
> module parameters, including invalid IO or IRQ parameters
> /lib/modules/2.4.8-34.1mdk/kernel/drivers/char/joystick/ns558.o.gz: insmod
> /lib/modules/2.4.8-34.1mdk/kernel/drivers/char/joystick/ns558.o.gz failed
> /lib/modules/2.4.8-34.1mdk/kernel/drivers/char/joystick/ns558.o.gz: insmod
> ns558 failed [ro



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com