https://qa.mandrakesoft.com/show_bug.cgi?id=1454
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|1934 |5
------- Additional Comments From [EMAIL PROTECTED] 2003-02-10 00:00 -------
Guys for you who has problems with the orinocco drivers, can you be
kind enough to help me, install the kernel-source package, get the
tarball from :
https://qa.mandrakesoft.com/~chmou/kernel/orinoco-0.13a.tar.bz2
untar it and type make to compile it.
First do a :
insmod ./hermes.o
insmod ./orinoco.o
try to see in the dmesg if everything is fine
and get orinoco_cs.o or orinoco_pci.o, the _pci version should work
fine (i got this card working on this computer where i type this mail)
but i am more interssed in the _cs stuff.
you may want to add stuff in pcmcia-cs i don't know yet but if you
feel hacker you can send me a patch that works with orinico_cs and
default pcmcia config.
Cheers, Chmouel and Thanks for the Help.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
When using the new orinoco_cs instead of the old but working and now missing
wvlan_cs, the following happens:
Feb 9 18:13:55 localhost cardmgr[23748]: socket 0: Lucent Technologies
WaveLAN/IEEE Adapter
Feb 9 18:13:55 localhost kernel: hermes.c: 5 Apr 2002 David Gibson
<[EMAIL PROTECTED]>
Feb 9 18:13:56 localhost kernel: orinoco.c 0.11b (David Gibson
<[EMAIL PROTECTED]> and others)
Feb 9 18:13:56 localhost kernel: orinoco_cs.c 0.11b (David Gibson
<[EMAIL PROTECTED]> and others)
Feb 9 18:13:56 localhost kernel: eth1: Station identity 001f:0001:0007:0034
Feb 9 18:13:56 localhost kernel: eth1: Looks like a Lucent/Agere firmware
version 7.52
Feb 9 18:13:56 localhost kernel: eth1: Ad-hoc demo mode supported
Feb 9 18:13:56 localhost kernel: eth1: IEEE standard IBSS ad-hoc mode supported
Feb 9 18:13:56 localhost kernel: eth1: WEP supported, 104-bit key
Feb 9 18:13:56 localhost kernel: eth1: Station name "HERMES I"
Feb 9 18:13:56 localhost kernel: eth1: ready
Feb 9 18:13:56 localhost kernel: eth1: index 0x01: Vcc 5.0, irq 4, io 0x0100-0x013f
Feb 9 18:13:56 localhost /etc/hotplug/net.agent: invoke ifup eth1
Feb 9 18:13:57 localhost kernel: eth1: Error -5 writing Tx descriptor to BAP
Feb 9 18:13:58 localhost last message repeated 627 times
The system load gets up to 100%. After removing the card, the system load
returns to normal.
I've also tested this with another lucent card using firmware 6.16: same as above.