Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
1999 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(10) |
Nov
(19) |
Dec
(55) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2000 |
Jan
(29) |
Feb
(70) |
Mar
(53) |
Apr
(23) |
May
(21) |
Jun
(27) |
Jul
(33) |
Aug
(67) |
Sep
(94) |
Oct
(100) |
Nov
(95) |
Dec
(45) |
2001 |
Jan
(143) |
Feb
(84) |
Mar
(79) |
Apr
(97) |
May
(96) |
Jun
(95) |
Jul
(85) |
Aug
(143) |
Sep
(85) |
Oct
(105) |
Nov
(130) |
Dec
(86) |
2002 |
Jan
(72) |
Feb
(66) |
Mar
(108) |
Apr
(67) |
May
(6) |
Jun
(31) |
Jul
(3) |
Aug
(23) |
Sep
(27) |
Oct
(18) |
Nov
(10) |
Dec
(2) |
2003 |
Jan
(29) |
Feb
(7) |
Mar
(6) |
Apr
(13) |
May
(12) |
Jun
(3) |
Jul
(10) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
|
Dec
(4) |
2004 |
Jan
(6) |
Feb
(8) |
Mar
(2) |
Apr
(9) |
May
(4) |
Jun
(11) |
Jul
|
Aug
|
Sep
(1) |
Oct
(4) |
Nov
(2) |
Dec
(2) |
2005 |
Jan
(5) |
Feb
(2) |
Mar
|
Apr
|
May
(3) |
Jun
(3) |
Jul
(2) |
Aug
(2) |
Sep
(6) |
Oct
(6) |
Nov
(2) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(3) |
2
(1) |
3
|
4
(2) |
5
(10) |
6
(6) |
7
(13) |
8
(6) |
9
(1) |
10
|
11
(3) |
12
(10) |
13
(7) |
14
(5) |
15
(1) |
16
|
17
(4) |
18
(1) |
19
(1) |
20
|
21
|
22
|
23
(1) |
24
(1) |
25
(7) |
26
(1) |
27
(3) |
28
|
29
(7) |
30
|
From: Morgan Collins <morcant@ya...> - 2000-09-14 20:32:52
|
I'm having some difficulty with the 1.1 linux drivers. I have 2 cards that worked perfectly with the .9zz drivers and 2.2.16 kernel, however in different machines with the new driver and 2.2.17 I get the following error... airo: Probing for PCI adapters airo: Doing fast bap_reads airo: Bad MAC enable reason = 85, rid = ff10, offset = 16 airo: MAC could not be enabled airo: Finished probing for PCI adapters and there is nothing in /proc/aironet/ This happens with both 1.1 and 1.1a Has anyone run across this? -- Morgan Collins InCommand Interactive Work Phone: 509.576.8370 ext 115 |
From: R. Benjamin Shapiro <bshapiro@uc...> - 2000-09-14 17:27:12
|
What about those of us who actually have 340 series products? Shouldn't the 340 firmware work fine? I have gotten 0x800 messages on my 340 Series PC Card with 3.98 too. Ben Sang Yu writes: > Dear Douglas, > > Currently it happens when using firmware version PC340V39x.img > because there are something different between 4800 series and 340 series. > I do not know what differences are. but you can solve the problem by > downgrading the firmware to old version such as PC48v38x.img > > Regards, > Sang |
From: Benjamin Reed/Almaden/IBM <breed@al...> - 2000-09-14 14:56:46
|
I have uploaded airo.c1.1a that "fixes" the problem. Basically I just ignore the flag. I would love to find out what it means, but I've had reports that just ignoring it seems to work. Hopefully the patch will appear in the next pcmcia rev. ben "Sang Yu" <sang@...>@csl.cse.ucsc.edu on 09/14/2000 03:21:04 AM Please respond to "Sang Yu" <sang@...> Sent by: aironet-admin@... To: <decouto@...> cc: <aironet@...> Subject: [Aironet] unknown status code 0x800 Dear Douglas, Currently it happens when using firmware version PC340V39x.img because there are something different between 4800 series and 340 series. I do not know what differences are. but you can solve the problem by downgrading the firmware to old version such as PC48v38x.img Regards, Sang |
From: Sang Yu <sang@so...> - 2000-09-14 09:32:54
|
Dear Douglas, Currently it happens when using firmware version PC340V39x.img because there are something different between 4800 series and 340 series. I do not know what differences are. but you can solve the problem by downgrading the firmware to old version such as PC48v38x.img Regards, Sang |
From: Torkil Zachariassen <torkil@he...> - 2000-09-14 07:29:05
|
On Tue, 12 Sep 2000, Bernhard 'Gustl' Bauer wrote: > Has any body else problems with this new driver? Running a RH-6.2 system, and a PCI4800 card I wanted to try the new driver, but could not get it to compile cleanly in any way. As I found a pcmcia-cs tar ball with a version 1.0 of airo.c, I upgraded that whole thing like this, tar xvzf pcmcia-cs-3.1.20.tar.gz && \ cp -f airo-1.1.c pcmcia-cs-3.1.20/wireless/airo.c && \ cd pcmcia-cs-3.1.20 && \ make oldconfig && \ make all && \ make install && \ echo The version of the airo.o module is now && \ strings /lib/modules/2.2.14-5.0/pcmcia/airo.o | grep Reed && \ echo done. Ignoring not relevant warnings from smc91c92_cs.c, netwave_cs.c this worked out cleanly. The compile command turned out to be: cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include \ -I/usr/src/linux/include -D__KERNEL__ -DMODULE -c airo.c Repeating that in the wireless directory, using -O2 gave a warning though: airo.c:1048: warning: isable_MAC' defined but not used ...torkil... |