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 ===

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 spec

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 follow

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 wi

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 a

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

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

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.crea

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 em

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

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-g

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

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 ns

[expert] Joystick Detection

2002-01-10 Thread Jason Guidry
I'm not finding much in the way of documentation here...I'm trying to get LM8.1 to recognize my logitech joystick (digital 3D). It is attached to my SB live! soundcard gameport. the soundcard is detcted fine under the 2.4.8-34 kernel according to harddrake. after making the appropriate ritu