From: <ro...@sp...> - 2003-04-19 08:49:27
|
Hello Maybe it's just typo but it should stand "pccardb,7300" and not "pccardib,7300" in the info.plist file. Second do you have another card installed? In the ifconfig list there is en0 (ethernet interface) and en1 (your wireless card?). If you have more cards installed and that is not your wireless card listed in the ifconfig list you should put in your NetGear PCCard and then try deleting the Extensions.kextcache and Extensions.mkext files in the /System/Library/ folder and then restart the computer. Those files should be recreated but should now cache the wireless driver properly. //Rob On fredag, apr 18, 2003, at 20:00 Europe/Stockholm, Mr.Fletcher wrote: > Hi all, > i'm trying to make a NetGear MA401RA wireless card on my TiBook but i > have some problems... The card is correctly seen as a pcmcia "device" > and the driver seems to be correctly installed (the wireless config > prefernce pane shows up, but is not active) but the card doesn't show > up on the network preference pane nor in ifconfig on the console. > > I tried doing as someone (yuriwho) suggested on the mailing list and > patched the info.plist file, adding my card to the pccard section: > ioreg -l | grep pccard says: > > > | | +-o pccardb,7300@0,0 <class IOPCCard16Device> > > | | "IOName" = "pccardb,7300" > > and my info.plist file says: > > <dict> > <key>CFBundleIdentifier</key> > <string>org.noncontiguous.WirelessDriver</string> > <key>IOClass</key> > <string>org_noncontiguous_WirelessDriver</string> > <key>IONameMatch</key> > <array> > <string>pccard156,2</string> > <string>pccard1eb,807</string> > <string>pccard274,1613</string> > <string>pccard274,1612</string> > <string>pccard138,2</string> > <string>pccardib,7300</string> > </array> > <key>IOProbeScore</key> > <integer>1000</integer> > <key>IOProviderClass</key> > <string>IOPCCard16Device</string> > </dict> > > i tried rebooting and removing the card with the computer turned on > but still nothing seems to work. > > i include the output of the troubleshooting script, thank you very > much for your help!!! > > > > > > Last login: Fri Apr 18 19:36:27 on ttyp2 > /Volumes/WirelessDriver\ beta\ 5.1/Utilities/TroubWelcome to Darwin! > leshooting\ Info.command; exit > [echomrg:~] echomrg% /Volumes/WirelessDriver\ beta\ > 5.1/Utilities/Troubleshooting\ Info.command; exit > > ### system info > > ProductName: Mac OS X > ProductVersion: 10.2.5 > BuildVersion: 6L29 > Darwin echomrg.local. 6.5 Darwin Kernel Version 6.5: Mon Apr 7 > 17:05:38 PDT 2003; root:xnu/xnu-344.32.obj~1/RELEASE_PPC Power > Macintosh powerpc > ppc7450 > > ### wireless driver files installed > > drwxr-xr-x 3 root wheel 102 Apr 18 19:28 WirelessDriver.kext > drwxr-xr-x 3 root wheel 102 Apr 9 19:13 IOPCCardFamily.kext > ls: /Library/PreferencePanes: No such file or directory > > ### wirelesscard info > > | | "VersionOneInfo" = ("NETGEAR MA401RA Wireless > PC","Card","ISL37300P","Eval-RevA") > | | +-o pccardb,7300@0,0 <class IOPCCard16Device> > | | "IOName" = "pccardb,7300" > > ### network info > > lo0: flags=8049<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=8010<POINTOPOINT,MULTICAST> mtu 1280 > stf0: flags=0<> mtu 1280 > en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet6 fe80::203:93ff:fe92:4700%en0 prefixlen 64 scopeid 0x4 > inet 192.168.1.77 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:03:93:92:47:00 > media: autoselect (100baseTX <full-duplex>) status: active > supported media: none autoselect 10baseT/UTP <half-duplex> > 10baseT/UTP <half-duplex,hw-loopback> 10baseT/UTP <full-duplex> > 10baseT/UTP <full-duplex,hw-loopback> 100baseTX <half-duplex> > 100baseTX <half-duplex,hw-loopback> 100baseTX <full-duplex> 100baseTX > <full-duplex,hw-loopback> 1000baseTX <full-duplex> 1000baseTX > <full-duplex,hw-loopback> 1000baseTX <full-duplex,flow-control> > 1000baseTX <full-duplex,flow-control,hw-loopback> > en1: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500 > tunnel inet --> > ether 00:30:65:1d:e5:0a > media: autoselect (<unknown type>) status: inactive > supported media: autoselect > > ### wd command line tool status > > /Volumes/WirelessDriver beta 5.1/Utilities/Troubleshooting > Info.command: WirelessConfig: command not found > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Wirelessdriver-support mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-support > > -- To be is to do. - Socrates To do is to be. - Sartre Do be do be do. - Sinatra |