From: Mr.Fletcher <ec...@ti...> - 2003-04-18 18:00:16
|
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 |