[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Success: migrating ISA PCMCIA bridge and wavelan NIC to kernel 2.4.7



Hi,

        I finally managed to get my old ISA PCMCIA bridge working with
 the 2.4.X kernels (running 2.4.9 right now). I went from the stand
 alone pcmcia modules package to using the built in drivers in the
 2.4.X kernels. I had to change two files; as shown below.

	The first change was to get the ISA bridge recognized:
======================================================================
--- pcmcia.old  Sun Aug 26 23:37:05 2001
+++ /etc/default/pcmcia Sun Aug 26 23:37:33 2001
@@ -1,5 +1,5 @@
 PCMCIA=yes
 PCIC=i82365
-PCIC_OPTS=
+PCIC_OPTS=extra_sockets=1
 CORE_OPTS=
 CARDMGR_OPTS=
======================================================================

	The second change was to have the new orinoco driver be used
 instead of the old vwlan_cs:
======================================================================
--- config.old  Sun Aug 26 23:41:29 2001
+++ /etc/pcmcia/config  Sat Aug 25 01:17:20 2001
@@ -38,6 +38,9 @@
 device "wvlan_cs"
   class "network" module "wvlan_cs"
 
+device "orinoco_cs"
+  class "network" module "orinoco_cs"
+
 device "memory_cs" needs_mtd
   class "memory" module "memory_cs"
 
@@ -932,7 +935,8 @@
 
 card "Cabletron RoamAbout 802.11 DS"
   version "Cabletron", "RoamAbout 802.11 DS"
-  bind "wvlan_cs"
+  bind "orinoco_cs"
+#  bind "wvlan_cs"
 
 card "Compaq WL100 11 Mbps Wireless Adapter"
   manfid 0x0138, 0x0002
@@ -956,7 +960,8 @@
 
 card "Lucent Technologies WaveLAN/IEEE Adapter"
   version "Lucent Technologies", "WaveLAN/IEEE"
-  bind "wvlan_cs"
+  bind "orinoco_cs"
+  #bind "wvlan_cs"
 
 card "MELCO WLI-PCM-L11"
   version "MELCO", "WLI-PCM-L11"
======================================================================

	Works just great. 

	manoj
-- 
 Go placidly amid the noise and waste, And remember what comfort there
 may be in owning a piece thereof. Avoid quiet and passive persons,
 unless you are in need of sleep. Rotate your tires. Speak glowingly
 of those greater than yourself, And heed well their advice -- even
 though they be turkeys. Know what to kiss -- and when. Remember that
 two wrongs never make a right, But that three do. Wherever possible,
 put people on "HOLD". Be comforted, that in the face of all aridity
 and disillusionment, And despite the changing fortunes of time, There
 is always a big future in computer maintenance.  You are a fluke of
 the universe ... You have no right to be here. Whether you can hear
 it or not, the universe Is laughing behind your back. National
 Lampoon, "Deteriorata"
Manoj Srivastava   <srivasta@debian.org>  <http://www.debian.org/%7Esrivasta/>
1024R/C7261095 print CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



Reply to: