From: <ro...@sp...> - 2003-02-03 04:49:52
|
The card should work with the Wireless drivers. First install the=20 10.2.3 update. Highly recommended because of better PCCard support.=20 Then the Wireless driver b5 for Jaguar. I used Pacifist to install the=20= driver because the original installer is broken and installs the=20 Wireless.Prefpane in the wrong folder. With Pacifist can I install the=20= drivers where they should be. Anyway once you install the driver you have to add support for your=20 card as it is missing. To do that you have to open up the terminal and=20= type in this in the terminal. Each command is followed by return. cd /System/Library/Extensions/WirelessDriver.kext/Contents sudo pico Info.plist Enter your password when asked. The last command opens up the=20 Info.plist file in a terminal editor. Scroll down until you see: <key>IONameMatch</key> <array> <string>pccard156,2</string> <string>pccard1eb,807</string> <string>pccard274,1613</string> <string>pccard274,1612</string> <string>pccard138,2</string> </array> Add <string>pccard126,8000</string> to the list and save the file by=20 pressing ctrl+x and answer the yes when prompted. Restart the computer and the Network Preferences should prompt when=20 opened that you have a new en1 or en2 port. Setup the en1 or en2 port=20 in the Network preferencens for your Airport settings and you should be=20= able to start surfing with the wireless card. If the Network=20 Preferences doesn't show up the card port then maybe the wireless=20 driver haven't loaded. If not open up the terminal and enter this=20 command. sudo kextload /System/Library/Extensions/WirelessDriver.kext Again enter the password when prompted. If you are not sure how to install the driver you can read the FAQ on=20 the Wireless Driver homepage.=20 http://wirelessdriver.sourceforge.net/faq.html //Rob On m=E5ndag, feb 3, 2003, at 00:40 Europe/Stockholm, ety...@mc...=20= wrote: > I have a Proxim RangeLAN-DS Support which we purchased for visitors to=20= > use if they > had a (Windows) laptop and wanted internet access. Mac drivers are not=20= > included, and I > hoped this Wireless driver that you made would allow me to use it on=20= > my Lombard > Powerbook. If you can find a way to support this card, that would be=20= > awesome, Thank > you! > Sincerely, > Loren Lorenz > > Here is the info I got after running the troubleshooting script: > > > Last login: Sun Feb 2 15:50:38 on console > /Volumes/WirelessDriver\ beta\ 5.1/Utilities/Troubleshooting\=20 > Info.command; exit > Welcome to Darwin! > [PowerBook-G3:~] lorenl% /Volumes/WirelessDriver\ beta\=20 > 5.1/Utilities/Troubleshooting\ > Info.command; exit > > ### system info > > ProductName: Mac OS X > ProductVersion: 10.2.1 > BuildVersion: 6D52 > Darwin PowerBook-G3.local. 6.1 Darwin Kernel Version 6.1: Fri Sep 6=20= > 23:24:34 PDT > 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC Power Macintosh powerpc > ppc750 > > ### wireless driver files installed > > drwxr-xr-x 3 root wheel 102 Jul 27 2002 IOPCCardFamily.kext > ls: /Library/PreferencePanes: No such file or directory > > ### wirelesscard info > > | | "VersionOneInfo" =3D ("PROXIM","RangeLAN-DS/LAN PC=20= > CARD","") > | | +-o pccard126,8000@0,0 <class IOPCCard16Device> > | | "IOName" =3D "pccard126,8000" > > ### network info > > lo0: flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 > inet 127.0.0.1 netmask 0xff000000 > gif0: flags=3D8010<POINTOPOINT,MULTICAST> mtu 1280 > stf0: flags=3D0<> mtu 1280 > en0: flags=3D8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu > 1500 > inet6 fe80::250:e4ff:fed0:fe14%en0 prefixlen 64 scopeid 0x4 > ether 00:50:e4:d0:fe:14 > media: autoselect (none) status: inactive > supported media: none autoselect 10baseT/UTP <half-duplex>=20 > 10baseT/UTP <full- > duplex> 100baseTX <half-duplex> 100baseTX <full-duplex> > > ### wd command line tool status > > /Volumes/WirelessDriver beta 5.1/Utilities/Troubleshooting=20 > Info.command: > WirelessConfig: command not found > logout > [Process completed] -- =20 To be is to do. - Socrates To do is to be. - Sartre Do be do be do. - Sinatra |