All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: 2.4.19 orinoco_cs with Lucent WaveLAN "bronze"
  2002-10-19 14:14 2.4.19 orinoco_cs with Lucent WaveLAN "bronze" Denis Vlasenko
@ 2002-10-19  9:59 ` Russell King
  2002-10-19 15:02   ` Denis Vlasenko
  2002-10-21 17:39   ` Jean Tourrilhes
  0 siblings, 2 replies; 4+ messages in thread
From: Russell King @ 2002-10-19  9:59 UTC (permalink / raw)
  To: Denis Vlasenko; +Cc: jt, linux-kernel

On Sat, Oct 19, 2002 at 02:14:57PM +0000, Denis Vlasenko wrote:
> Today I played with wireless LAN euqipment for the first time.
> I have ISA-to-PCMCIA converter and a Lucent (IEEE) PCMCIA card.
> I set up everything as directed by HOWTOs. I do:

Yes, I also noticed many problems with the current orinoco_cs driver.
I've reported them to David, but had very little response thus far.
Basically, iwconfig ethx essid foo appears to crash the cards firmware
(I get really interesting series of words in the chips registers giving
a nice ASCII string.)

I did find that if I took the wvlan_cs driver from a Red Hat kernel and
drop it into 2.5, it works (as far as I can tell) quite nicely.

Unfortunately, I haven't been able to do any further investigation of
this; I'm not too bothered because wvlan_cs gets me working.

(My card is a Lucent WaveLAN Silver)

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* 2.4.19 orinoco_cs with Lucent WaveLAN "bronze"
@ 2002-10-19 14:14 Denis Vlasenko
  2002-10-19  9:59 ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: Denis Vlasenko @ 2002-10-19 14:14 UTC (permalink / raw)
  To: jt; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 3220 bytes --]

Hi Jean,

Today I played with wireless LAN euqipment for the first time.
I have ISA-to-PCMCIA converter and a Lucent (IEEE) PCMCIA card.
I set up everything as directed by HOWTOs. I do:

# modprobe pcmcia_core
# modprobe i82365
# modprobe ds
# cardmgr -o

syslog:
=======
kernel: Linux Kernel Card Services 3.1.22
kernel:   options:  [pci] [cardbus]
kernel: Intel PCIC probe:
kernel:   Vadem VG-469 ISA-to-PCMCIA at port 0x3e0 ofs 0x00, 2 sockets
kernel:     host opts [0]: none
kernel:     host opts [1]: none
kernel:     ISA irqs (scanned) = 5,9,10 status change on irq 10
cardmgr[1212]: watching 2 sockets
kernel: cs: IO port probe 0x0c00-0x0cff: clean.
kernel: cs: IO port probe 0x0800-0x08ff: clean.
kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x207 0x378-0x37f 0x4d0-0x4d7
kernel: cs: IO port probe 0x0a00-0x0aff: clean.
cardmgr[1212]: starting, version is 3.2.1
kernel: cs: memory probe 0x0d0000-0x0dffff: clean.
cardmgr[1212]: socket 0: Lucent Technologies WaveLAN/IEEE Adapter
cardmgr[1212]: executing: 'modprobe orinoco_cs'
kernel: hermes.c: 5 Apr 2002 David Gibson <hermes@gibson.dropbear.id.au>
kernel: orinoco.c 0.11b (David Gibson <hermes@gibson.dropbear.id.au> and others)
kernel: orinoco_cs.c 0.11b (David Gibson <hermes@gibson.dropbear.id.au> and others)
kernel: eth0: Station identity 00zz:00zz:00zz:00zz
kernel: eth0: Looks like a Lucent/Agere firmware version 3.04
kernel: eth0: Ad-hoc demo mode supported
kernel: eth0: MAC address zz:zz:zz:zz:zz:zz
kernel: eth0: Station name "HERMES I"
kernel: eth0: ready
kernel: eth0: index 0x01: Vcc 5.0, irq 5, io 0x0100-0x013f
cardmgr[1212]: executing: './network start eth0'
cardmgr[1212]: exiting

Then I proceed with ifconfig and tcpdump to see whether it works,
but so far I only see this in the log:

kernel: eth0: error -110 reading info frame. Frame dropped.
last message repeated 9 times
kernel: eth0: error -110 reading info frame. Frame dropped.
last message repeated 16 times
kernel: eth0: error -110 reading Rx descriptor. Frame dropped.
kernel: eth0: error -110 reading info frame. Frame dropped.
last message repeated 2 times
kernel: device eth0 entered promiscuous mode
kernel: device eth0 left promiscuous mode
kernel: device eth0 entered promiscuous mode

Maybe my signal is too weak, maybe not, I never played with Wavelan
before. Someone with cluebat?

Sometimes I see this (of course I did not remove card):

kernel: eth0: error -110 reading frame header. Frame dropped.
kernel: hermes @ IO 0x100: Card removed while issuing command.
last message repeated 165 times
last message repeated 341 times
last message repeated 54 times
kernel: eth0: Error -110 setting PROMISCUOUSMODE to 1.
kernel: eth0: Error -110 setting multicast list.
kernel: device eth0 entered promiscuous mode
kernel: hermes @ IO 0x100: Card removed while issuing command.
last message repeated 65 times

and I can't get card working without reboot after this.
I'm getting "Trying to free nonexistent resource <000003e0-000003e1>"
when I unload PCMCIA modules. Whan I try to repeat modprobe+cardmgr
sequence I see "socket 0: Anonymous Memory" which is obviously wrong.

Unabridged syslog and ifconfig/iwconfig attached for those
who wish to dig deeper.
--
vda

[-- Attachment #2: syslog1.log.bz2 --]
[-- Type: application/x-bzip2, Size: 1766 bytes --]

[-- Attachment #3: syslog2.log.bz2 --]
[-- Type: application/x-bzip2, Size: 1248 bytes --]

[-- Attachment #4: info.bz2 --]
[-- Type: application/x-bzip2, Size: 887 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.4.19 orinoco_cs with Lucent WaveLAN "bronze"
  2002-10-19  9:59 ` Russell King
@ 2002-10-19 15:02   ` Denis Vlasenko
  2002-10-21 17:39   ` Jean Tourrilhes
  1 sibling, 0 replies; 4+ messages in thread
From: Denis Vlasenko @ 2002-10-19 15:02 UTC (permalink / raw)
  To: Russell King; +Cc: jt, linux-kernel

On 19 October 2002 09:59, Russell King wrote:
> On Sat, Oct 19, 2002 at 02:14:57PM +0000, Denis Vlasenko wrote:
> > Today I played with wireless LAN euqipment for the first time.
> > I have ISA-to-PCMCIA converter and a Lucent (IEEE) PCMCIA card.
> > I set up everything as directed by HOWTOs. I do:
>
> Yes, I also noticed many problems with the current orinoco_cs driver.
> I've reported them to David, but had very little response thus far.

I have stanalone drivers from pcmcia-cs-3.2.1 too but wanted to
concentrate on testing in-kernel ones.

Well, 2.4 kernel sources say development will proceed on orinoco_cs,
not {wave|wv}lan_cs. Jean, can you clear the confusion? I'm afraid
I can do testing only today and tomorrow... have to return the card
by Monday.
--
vda

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.4.19 orinoco_cs with Lucent WaveLAN "bronze"
  2002-10-19  9:59 ` Russell King
  2002-10-19 15:02   ` Denis Vlasenko
@ 2002-10-21 17:39   ` Jean Tourrilhes
  1 sibling, 0 replies; 4+ messages in thread
From: Jean Tourrilhes @ 2002-10-21 17:39 UTC (permalink / raw)
  To: Russell King; +Cc: Denis Vlasenko, linux-kernel

On Sat, Oct 19, 2002 at 10:59:38AM +0100, Russell King wrote:
> On Sat, Oct 19, 2002 at 02:14:57PM +0000, Denis Vlasenko wrote:
> > Today I played with wireless LAN euqipment for the first time.
> > I have ISA-to-PCMCIA converter and a Lucent (IEEE) PCMCIA card.
> > I set up everything as directed by HOWTOs. I do:

	Most problem is XXX-to-Pcmcia converters are interrupt
problems. Make sure irqs are delivered to the driver.

> Yes, I also noticed many problems with the current orinoco_cs driver.
> I've reported them to David, but had very little response thus far.
> Basically, iwconfig ethx essid foo appears to crash the cards firmware
> (I get really interesting series of words in the chips registers giving
> a nice ASCII string.)
> 
> I did find that if I took the wvlan_cs driver from a Red Hat kernel and
> drop it into 2.5, it works (as far as I can tell) quite nicely.
> 
> Unfortunately, I haven't been able to do any further investigation of
> this; I'm not too bothered because wvlan_cs gets me working.
> 
> (My card is a Lucent WaveLAN Silver)
> 
> -- 
> Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
>              http://www.arm.linux.org.uk/personal/aboutme.html

	Which firmware is on the card ?
	For me, the most usable orinoco.c was release 8b, which was a
long while back. I personally want to see HostAP in the kernel, which
should take care of PrismII cards, but we still need to get our
Orinoco support on track, so send the reports to David.
	Thanks...

	Jean


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-21 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-19 14:14 2.4.19 orinoco_cs with Lucent WaveLAN "bronze" Denis Vlasenko
2002-10-19  9:59 ` Russell King
2002-10-19 15:02   ` Denis Vlasenko
2002-10-21 17:39   ` Jean Tourrilhes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.