* Re: Wavelan IEEE driver
2001-01-30 22:22 ` Jurgen Botz
@ 2001-01-30 22:42 ` Eric Molitor
2001-01-31 10:51 ` Tobias Ringstrom
2001-02-05 4:18 ` Eric Molitor
2 siblings, 0 replies; 5+ messages in thread
From: Eric Molitor @ 2001-01-30 22:42 UTC (permalink / raw)
To: Jurgen Botz; +Cc: linux-kernel
On Tue, 30 Jan 2001, Jurgen Botz wrote:
> Eric Molitor wrote:
> > I updated the Wavelan IEEE driver from 2.3.50 so that it builds with 2.4.0
> > (The 2.3.50 patch is available at
> > http://www.fasta.fh-dortmund.de/users/andy/wvlan/ ) It works for me but
> > I've heard there are issues with firmware 6.xx not initializing.
> >
> > The patch against 2.4.0 is at http://www.molitor.org/wavelan
>
> Actually the 1.0.6 driver included in the latest pcmcia-cs packages
> works with 2.4. Normally, when you build pcmcia-cs against a 2.4
> kernel the modules are not built since they are supposed to be included
> with the kernel... obviously not all of them are, however. You can
> force it to build the wvlan_cs driver by adding "wireless" to the
> end of DIRS in the top-level makefile. This will successfully build
> the wvlan_cs module, which can then be inserted into a 2.4 kernel
> and appears to work. I did observe a problem with iwconfig dumping
> core, but it seems to do its job before it dies, so this may be non-
> critical.
>
Hmm, this probably should be commented in the wavelan.txt file within the
kernel. What is the intention with pcmcia-cs and the kernel in regards to
pcmcia modules. Is the intention to roll the drivers into the kernel
(ALA the tulip module and other various pcmcia modules in 2.4.xx) or is
the intention to keep them in the pcmcia-cs package.
> The 1.0.6 driver is dated Dec-7-2000 and supports all the latest
> "orinico" firmware revisions. Somebody with the time and inclination
> should probably integrate it into the main kernel source and send a
> patch to Linus.
>
I'll probably look at doing that when I get back into town next
week. Although that depends on the answer to the above.
Cheers, Eric Molitor
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Wavelan IEEE driver
2001-01-30 22:22 ` Jurgen Botz
2001-01-30 22:42 ` Eric Molitor
@ 2001-01-31 10:51 ` Tobias Ringstrom
2001-02-05 4:18 ` Eric Molitor
2 siblings, 0 replies; 5+ messages in thread
From: Tobias Ringstrom @ 2001-01-31 10:51 UTC (permalink / raw)
To: Jurgen Botz; +Cc: Eric Molitor, linux-kernel
On Tue, 30 Jan 2001, Jurgen Botz wrote:
> and appears to work. I did observe a problem with iwconfig dumping
> core, but it seems to do its job before it dies, so this may be non-
> critical.
Make sure you compile wireless-tools using the right headers. You must
manually insert -I/path/to/running-linux-version/include in the Makefile.
This is due to a bad (non-existing) ioctl backward and forward
compatibility, and is being worked on. Basically, you cannot use the
tools compiled with one version of the wireless extension headers on a
kernel with another version of the wireless extensions. The symptom is at
best a SEGV, but you may also get strange values.
/Tobias
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Wavelan IEEE driver
2001-01-30 22:22 ` Jurgen Botz
2001-01-30 22:42 ` Eric Molitor
2001-01-31 10:51 ` Tobias Ringstrom
@ 2001-02-05 4:18 ` Eric Molitor
2 siblings, 0 replies; 5+ messages in thread
From: Eric Molitor @ 2001-02-05 4:18 UTC (permalink / raw)
To: linux-kernel
I dropped a patch to 2.4.1 with the updated wavelan driver at the
following locations. It should work with the new firmware. (Its the 1.06
wavelan driver)
http://www.molitor.org/wavelan/
http://omega.uta.edu/~emm7993/wavelan/
- Eric Molitor
Please CC me on the reply as I'm not on the kernel mailing list...
On Wed, 31 Jan 2001, Tobias Ringstrom wrote:
> On Tue, 30 Jan 2001, Jurgen Botz wrote:
> > and appears to work. I did observe a problem with iwconfig dumping
> > core, but it seems to do its job before it dies, so this may be non-
> > critical.
>
> Make sure you compile wireless-tools using the right headers. You must
> manually insert -I/path/to/running-linux-version/include in the Makefile.
>
> This is due to a bad (non-existing) ioctl backward and forward
> compatibility, and is being worked on. Basically, you cannot use the
> tools compiled with one version of the wireless extension headers on a
> kernel with another version of the wireless extensions. The symptom is at
> best a SEGV, but you may also get strange values.
>
> /Tobias
>
>
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread