You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(38) |
Dec
(37) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(91) |
Feb
(53) |
Mar
(62) |
Apr
(53) |
May
(29) |
Jun
(57) |
Jul
(63) |
Aug
(154) |
Sep
(182) |
Oct
(154) |
Nov
(111) |
Dec
(83) |
2003 |
Jan
(77) |
Feb
(110) |
Mar
(66) |
Apr
(34) |
May
(41) |
Jun
(57) |
Jul
(47) |
Aug
(39) |
Sep
(28) |
Oct
(37) |
Nov
(27) |
Dec
(28) |
2004 |
Jan
(34) |
Feb
(12) |
Mar
(15) |
Apr
(16) |
May
(6) |
Jun
(17) |
Jul
(12) |
Aug
(14) |
Sep
(18) |
Oct
(5) |
Nov
(14) |
Dec
(19) |
2005 |
Jan
(15) |
Feb
(12) |
Mar
(1) |
Apr
(4) |
May
(16) |
Jun
(12) |
Jul
(3) |
Aug
(11) |
Sep
(2) |
Oct
(4) |
Nov
(2) |
Dec
(3) |
2006 |
Jan
(11) |
Feb
(6) |
Mar
(3) |
Apr
(3) |
May
(4) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(3) |
Oct
(2) |
Nov
|
Dec
(1) |
2007 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: yuriwho <yu...@ma...> - 2002-10-26 20:52:37
|
This is a re-post of an old message. The string you are interested in is "pccardb,7300". Otherwise follow the instructions. We will add this to the faq for the next release. Y To find out for yourself, the relevant information you need is the following: > ### wirelesscard info > > | | "VersionOneInfo" = ("3Com","3CRSHPW_96 Wireless > LAN PC Card$ > | | +-o pccard101,696@0,0 <class IOPCCard16Device> > | | "IOName" = "pccard101,696" This info comes from following terminal command when the card is inserted: ioreg -l | grep pccard Now to test if your card is supportable, you will need to edit the info.plist file in the WirelessDriver.kext file. type the following command in the terminal to edit this file with the pico text editor: sudo pico /System/Library/Extensions/WirelessDriver.kext/Contents/Info.plist look for the following lines: <key>everything else</key> <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> </array> and add your pccard string (pccard101,696) as an entry in this array. i.e.: <array> <string>pccard156,2</string> <string>pccard1eb,807</string> <string>pccard274,1613</string> <string>pccard274,1612</string> <string>pccard138,2</string> <string>pccard101,696</string> </array> to save the file type ctrl-x and accept the changes. View the edited file in the terminal to be sure your changes are correct: more /System/Library/Extensions/WirelessDriver.kext/Contents/Info.plist now try removing and re-inserting the card, if you are lucky it will now work! Let us know if you have success so we can add the card to our list of supported cards. Y On Saturday, October 26, 2002, at 06:54 AM, jason wrote: > > > Dear Souce-forge wireless wizards: > > Greetings. I have installed the driver but can't seem to get to the > first stage, where I could choose network en1 (or en2) > Its just not listed under network configurations - so I think there > might be a conflict with my airport card...? > I have an airport card installed and running. I want to use your > driver and another card in order to extend my range - with an external > antenna; but only sometimes. > So optimally I would have both installed at once. I think this is > possible but am not sure. > > On the menu bar there is the icon which recognizes correctly my card, > so something is working... > > Thanks for you advice and help, > > Best > > Jason Danziger > ...in Berlin....(germany) > > > Collected information re: my system via script: > * > Last login: Sat Oct 26 13:21:55 on console > /Volumes/WirelessDriver\ beta\ 5.1/Utilities/Troubleshooting\ > Info.command; exit > Welcome to Darwin! > [oden:~] jason% /Volumes/WirelessDriver\ beta\ > 5.1/Utilities/Troubleshooting\ Info.command; exit > > ### system info > > ProductName: Mac OS X > ProductVersion: 10.2.1 > BuildVersion: 6D52 > Darwin oden.local. 6.1 Darwin Kernel Version 6.1: Fri Sep 6 23:24:34 > PDT 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC Power Macintosh > powerpc > ppc7400 > > ### wireless driver files installed > > drwxr-xr-x 3 root wheel 102 Oct 26 13:06 WirelessDriver.kext > drwxr-xr-x 3 root wheel 102 Jul 27 22:22 IOPCCardFamily.kext > > ### wirelesscard info > > | | "VersionOneInfo" = ("NETGEAR MA401RA Wireless > PC","Card","I$ > | | +-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 > inet 127.0.0.1 netmask 0xff000000 > gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 > stf0: flags=0<> mtu 1280 > en0: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500 > tunnel inet --> > ether 00:03:93:55:7d:4e > en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet6 fe80::230:65ff:fe02:f9c7%en1 prefixlen 64 scopeid 0x5 > ether 00:30:65:02:f9:c7 > 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 > logout > [Process completed] > > > *** > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ApacheCon, November 18-21 in > Las Vegas (supported by COMDEX), the only Apache event to be > fully supported by the ASF. http://www.apachecon.com > _______________________________________________ > Wirelessdriver-support mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-support |
From: <lbo...@t-...> - 2002-10-26 19:21:47
|
Greetings, I've got a WaveLAN Silver card with 10.2.1 in G3 upgraded to G4 with your beta5.1 driver and all works great but for one item. I finally stepped into the realm of DSL and I have it routed through an airport second version. My desktop connects with no problems, laptop with WaveLAN card is another story. I'm connecting via PPPoE and rediscovered the modem jar utility put out quite awhile ago. I can connect with the modem.jar program but the computer locks up within 5 minutes, complete lock up no responses. Is there an update to this utility or is this something you guys are planning on incorporating within the driver? Thanks for creating a driver and bringing me into the wireless age. Erick Thek |
From: jason <ja...@th...> - 2002-10-26 11:54:30
|
Dear Souce-forge wireless wizards: Greetings. I have installed the driver but can't seem to get to the first stage, where I could choose network en1 (or en2) Its just not listed under network configurations - so I think there might be a conflict with my airport card...? I have an airport card installed and running. I want to use your driver and another card in order to extend my range - with an external antenna; but only sometimes. So optimally I would have both installed at once. I think this is possible but am not sure. On the menu bar there is the icon which recognizes correctly my card, so something is working... Thanks for you advice and help, Best Jason Danziger ...in Berlin....(germany) Collected information re: my system via script: * Last login: Sat Oct 26 13:21:55 on console /Volumes/WirelessDriver\ beta\ 5.1/Utilities/Troubleshooting\ Info.command; exit Welcome to Darwin! [oden:~] jason% /Volumes/WirelessDriver\ beta\ 5.1/Utilities/Troubleshooting\ Info.command; exit ### system info ProductName: Mac OS X ProductVersion: 10.2.1 BuildVersion: 6D52 Darwin oden.local. 6.1 Darwin Kernel Version 6.1: Fri Sep 6 23:24:34 PDT 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC Power Macintosh powerpc ppc7400 ### wireless driver files installed drwxr-xr-x 3 root wheel 102 Oct 26 13:06 WirelessDriver.kext drwxr-xr-x 3 root wheel 102 Jul 27 22:22 IOPCCardFamily.kext ### wirelesscard info | | "VersionOneInfo" = ("NETGEAR MA401RA Wireless PC","Card","I$ | | +-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 inet 127.0.0.1 netmask 0xff000000 gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 stf0: flags=0<> mtu 1280 en0: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500 tunnel inet --> ether 00:03:93:55:7d:4e en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet6 fe80::230:65ff:fe02:f9c7%en1 prefixlen 64 scopeid 0x5 ether 00:30:65:02:f9:c7 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 logout [Process completed] *** |
From: Frank F. <fj...@ma...> - 2002-10-26 03:15:15
|
I've also go an enGenius card, will that one work? On Friday, October 25, 2002, at 08:13 PM, Rob McKeever wrote: > Looks like I should have gone through all of my email before > responding (not the first time that's happened). > > Somebody else has discovered that this card isn't currently being > matched by our driver, but does work if you modify the appropriate > file. I'll make sure this gets into the next release, which I'm > hoping to have out sometime this weekend (if all goes well) > > -Rob > > > On Friday, October 25, 2002, at 08:09 PM, Frank Foti wrote: > >> I've got an airport card installed, and it works (very limited range >> of course). I can't see this interface named "en1." My available >> port configurations in the network control panel include Airport, >> Built In Ethernet, Internal Modem, and IrDA Modem Port. What else >> do you (or others) want to know about my setup? >> On Friday, October 25, 2002, at 07:57 PM, Rob McKeever wrote: >> >>> 1) When I suggested you send this message to the list, I had meant >>> wir...@li..., not the admin address. >>> There are many people much better than I at sorting out issues like >>> this remotely. I've CC'd my response to the list in case anyone >>> else has suggestions. >>> >>> 2) Do you have an Airport card installed? If not, then this driver >>> would appear to be working. You have an interface named "en1" that >>> has a valid IP address of 192.168.1.3. >>> >>> Any other details you can provide about your setup will probably >>> make this easier to sort out. >>> >>> -Rob >>> >>> >>> On Friday, October 25, 2002, at 07:24 PM, Frank Foti wrote: >>> >>>>> Can't seem to make this driver work. I have installed and >>>>> uninstalled the software, several times but no new network >>>>> interface options do not appear in my network menu. The second >>>>> time I installed this software, I saw the "en2" option show up, >>>>> then I froze, never to see it again. >>>>> >>>>> I've run the uninstall, and checked the new installer cleanup list >>>>> (nothing was left to clean up). however, when I do new installs, >>>>> it tells me I'm upgrading. >>>>> >>>>> Regardless, I still don't see the network interface to start this >>>>> process....any ideas? >>>>> >>>>> I'm running a Powerbook Titanium 667 with 10.2.1 installed. >>>> >>>> ...here is the script from the troubleshooting app >>>> >>>> >>>> Last login: Fri Oct 25 15:21:38 on console >>>> /Volumes/WirelessDriver\ beta\ 5.1/Utilities/TroubWelcome to Darwin! >>>> leshooting\ Info.command; exit >>>> [Frank-Fotis-Computer:~] ffoti% /Volumes/WirelessDriver\ beta\ >>>> 5.1/Utilities/Troubleshooting\ Info.command; exit >>>> >>>> ### system info >>>> >>>> ProductName: Mac OS X >>>> ProductVersion: 10.2.1 >>>> BuildVersion: 6D52 >>>> Darwin Frank-Fotis-Computer.local. 6.1 Darwin Kernel Version 6.1: >>>> Fri Sep 6 23:24:34 PDT 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC >>>> Power Macintosh powerpc >>>> ppc7450 >>>> >>>> ### wireless driver files installed >>>> >>>> drwxr-xr-x 3 root wheel 102 Oct 25 08:31 WirelessDriver.kext >>>> drwxr-xr-x 3 root wheel 102 Jul 27 13:22 IOPCCardFamily.kext >>>> ls: /Library/PreferencePanes: No such file or directory >>>> >>>> ### wirelesscard info >>>> >>>> | | "VersionOneInfo" = ("NETGEAR MA401RA Wireless >>>> PC","Card","I$ >>>> | | +-o pccardb,7300@0,0 <class IOPCCard16Device> >>>> | | "IOName" = "pccardb,7300" >>>> >>>> ### network info >>>> >>>> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 >>>> 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:fe45:99e%en0 prefixlen 64 scopeid 0x4 >>>> ether 00:03:93:45:09:9e >>>> media: autoselect (none) status: inactive >>>> 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=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu >>>> 1500 >>>> inet6 fe80::230:65ff:fe01:f31b%en1 prefixlen 64 scopeid 0x5 >>>> inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 >>>> ether 00:30:65:01:f3:1b >>>> media: autoselect status: active >>>> supported media: autoselect >>>> >>>> ### wd command line tool status >>>> >>>> /Volumes/WirelessDriver beta 5.1/Utilities/Troubleshooting >>>> Info.command: WirelessConfig: command not found >>>> logout >>>> [Process completed] >>>> >>>> >>>> >>> -- >>> "Quidquid latine dictum sit, altum viditur." >>> >> >> > -- > "Quidquid latine dictum sit, altum viditur." > |
From: Rob M. <ro...@ma...> - 2002-10-26 03:13:43
|
Looks like I should have gone through all of my email before responding (not the first time that's happened). Somebody else has discovered that this card isn't currently being matched by our driver, but does work if you modify the appropriate file. I'll make sure this gets into the next release, which I'm hoping to have out sometime this weekend (if all goes well) -Rob On Friday, October 25, 2002, at 08:09 PM, Frank Foti wrote: > I've got an airport card installed, and it works (very limited range > of course). I can't see this interface named "en1." My available port > configurations in the network control panel include Airport, Built In > Ethernet, Internal Modem, and IrDA Modem Port. What else do you (or > others) want to know about my setup? > On Friday, October 25, 2002, at 07:57 PM, Rob McKeever wrote: > >> 1) When I suggested you send this message to the list, I had meant >> wir...@li..., not the admin address. >> There are many people much better than I at sorting out issues like >> this remotely. I've CC'd my response to the list in case anyone else >> has suggestions. >> >> 2) Do you have an Airport card installed? If not, then this driver >> would appear to be working. You have an interface named "en1" that >> has a valid IP address of 192.168.1.3. >> >> Any other details you can provide about your setup will probably make >> this easier to sort out. >> >> -Rob >> >> >> On Friday, October 25, 2002, at 07:24 PM, Frank Foti wrote: >> >>>> Can't seem to make this driver work. I have installed and >>>> uninstalled the software, several times but no new network >>>> interface options do not appear in my network menu. The second >>>> time I installed this software, I saw the "en2" option show up, >>>> then I froze, never to see it again. >>>> >>>> I've run the uninstall, and checked the new installer cleanup list >>>> (nothing was left to clean up). however, when I do new installs, >>>> it tells me I'm upgrading. >>>> >>>> Regardless, I still don't see the network interface to start this >>>> process....any ideas? >>>> >>>> I'm running a Powerbook Titanium 667 with 10.2.1 installed. >>> >>> ...here is the script from the troubleshooting app >>> >>> >>> Last login: Fri Oct 25 15:21:38 on console >>> /Volumes/WirelessDriver\ beta\ 5.1/Utilities/TroubWelcome to Darwin! >>> leshooting\ Info.command; exit >>> [Frank-Fotis-Computer:~] ffoti% /Volumes/WirelessDriver\ beta\ >>> 5.1/Utilities/Troubleshooting\ Info.command; exit >>> >>> ### system info >>> >>> ProductName: Mac OS X >>> ProductVersion: 10.2.1 >>> BuildVersion: 6D52 >>> Darwin Frank-Fotis-Computer.local. 6.1 Darwin Kernel Version 6.1: >>> Fri Sep 6 23:24:34 PDT 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC >>> Power Macintosh powerpc >>> ppc7450 >>> >>> ### wireless driver files installed >>> >>> drwxr-xr-x 3 root wheel 102 Oct 25 08:31 WirelessDriver.kext >>> drwxr-xr-x 3 root wheel 102 Jul 27 13:22 IOPCCardFamily.kext >>> ls: /Library/PreferencePanes: No such file or directory >>> >>> ### wirelesscard info >>> >>> | | "VersionOneInfo" = ("NETGEAR MA401RA Wireless >>> PC","Card","I$ >>> | | +-o pccardb,7300@0,0 <class IOPCCard16Device> >>> | | "IOName" = "pccardb,7300" >>> >>> ### network info >>> >>> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 >>> 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:fe45:99e%en0 prefixlen 64 scopeid 0x4 >>> ether 00:03:93:45:09:9e >>> media: autoselect (none) status: inactive >>> 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=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu >>> 1500 >>> inet6 fe80::230:65ff:fe01:f31b%en1 prefixlen 64 scopeid 0x5 >>> inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 >>> ether 00:30:65:01:f3:1b >>> media: autoselect status: active >>> supported media: autoselect >>> >>> ### wd command line tool status >>> >>> /Volumes/WirelessDriver beta 5.1/Utilities/Troubleshooting >>> Info.command: WirelessConfig: command not found >>> logout >>> [Process completed] >>> >>> >>> >> -- >> "Quidquid latine dictum sit, altum viditur." >> > > -- "Quidquid latine dictum sit, altum viditur." |
From: Frank F. <fj...@ma...> - 2002-10-26 03:09:12
|
I've got an airport card installed, and it works (very limited range of course). I can't see this interface named "en1." My available port configurations in the network control panel include Airport, Built In Ethernet, Internal Modem, and IrDA Modem Port. What else do you (or others) want to know about my setup? On Friday, October 25, 2002, at 07:57 PM, Rob McKeever wrote: > 1) When I suggested you send this message to the list, I had meant > wir...@li..., not the admin address. > There are many people much better than I at sorting out issues like > this remotely. I've CC'd my response to the list in case anyone else > has suggestions. > > 2) Do you have an Airport card installed? If not, then this driver > would appear to be working. You have an interface named "en1" that > has a valid IP address of 192.168.1.3. > > Any other details you can provide about your setup will probably make > this easier to sort out. > > -Rob > > > On Friday, October 25, 2002, at 07:24 PM, Frank Foti wrote: > >>> Can't seem to make this driver work. I have installed and >>> uninstalled the software, several times but no new network interface >>> options do not appear in my network menu. The second time I >>> installed this software, I saw the "en2" option show up, then I >>> froze, never to see it again. >>> >>> I've run the uninstall, and checked the new installer cleanup list >>> (nothing was left to clean up). however, when I do new installs, it >>> tells me I'm upgrading. >>> >>> Regardless, I still don't see the network interface to start this >>> process....any ideas? >>> >>> I'm running a Powerbook Titanium 667 with 10.2.1 installed. >> >> ...here is the script from the troubleshooting app >> >> >> Last login: Fri Oct 25 15:21:38 on console >> /Volumes/WirelessDriver\ beta\ 5.1/Utilities/TroubWelcome to Darwin! >> leshooting\ Info.command; exit >> [Frank-Fotis-Computer:~] ffoti% /Volumes/WirelessDriver\ beta\ >> 5.1/Utilities/Troubleshooting\ Info.command; exit >> >> ### system info >> >> ProductName: Mac OS X >> ProductVersion: 10.2.1 >> BuildVersion: 6D52 >> Darwin Frank-Fotis-Computer.local. 6.1 Darwin Kernel Version 6.1: Fri >> Sep 6 23:24:34 PDT 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC Power >> Macintosh powerpc >> ppc7450 >> >> ### wireless driver files installed >> >> drwxr-xr-x 3 root wheel 102 Oct 25 08:31 WirelessDriver.kext >> drwxr-xr-x 3 root wheel 102 Jul 27 13:22 IOPCCardFamily.kext >> ls: /Library/PreferencePanes: No such file or directory >> >> ### wirelesscard info >> >> | | "VersionOneInfo" = ("NETGEAR MA401RA Wireless >> PC","Card","I$ >> | | +-o pccardb,7300@0,0 <class IOPCCard16Device> >> | | "IOName" = "pccardb,7300" >> >> ### network info >> >> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 >> 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:fe45:99e%en0 prefixlen 64 scopeid 0x4 >> ether 00:03:93:45:09:9e >> media: autoselect (none) status: inactive >> 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=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 >> inet6 fe80::230:65ff:fe01:f31b%en1 prefixlen 64 scopeid 0x5 >> inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 >> ether 00:30:65:01:f3:1b >> media: autoselect status: active >> supported media: autoselect >> >> ### wd command line tool status >> >> /Volumes/WirelessDriver beta 5.1/Utilities/Troubleshooting >> Info.command: WirelessConfig: command not found >> logout >> [Process completed] >> >> >> > -- > "Quidquid latine dictum sit, altum viditur." > |
From: Rob M. <ro...@ma...> - 2002-10-26 02:57:06
|
1) When I suggested you send this message to the list, I had meant wir...@li..., not the admin address. There are many people much better than I at sorting out issues like this remotely. I've CC'd my response to the list in case anyone else has suggestions. 2) Do you have an Airport card installed? If not, then this driver would appear to be working. You have an interface named "en1" that has a valid IP address of 192.168.1.3. Any other details you can provide about your setup will probably make this easier to sort out. -Rob On Friday, October 25, 2002, at 07:24 PM, Frank Foti wrote: >> Can't seem to make this driver work. I have installed and >> uninstalled the software, several times but no new network interface >> options do not appear in my network menu. The second time I >> installed this software, I saw the "en2" option show up, then I >> froze, never to see it again. >> >> I've run the uninstall, and checked the new installer cleanup list >> (nothing was left to clean up). however, when I do new installs, it >> tells me I'm upgrading. >> >> Regardless, I still don't see the network interface to start this >> process....any ideas? >> >> I'm running a Powerbook Titanium 667 with 10.2.1 installed. > > ...here is the script from the troubleshooting app > > > Last login: Fri Oct 25 15:21:38 on console > /Volumes/WirelessDriver\ beta\ 5.1/Utilities/TroubWelcome to Darwin! > leshooting\ Info.command; exit > [Frank-Fotis-Computer:~] ffoti% /Volumes/WirelessDriver\ beta\ > 5.1/Utilities/Troubleshooting\ Info.command; exit > > ### system info > > ProductName: Mac OS X > ProductVersion: 10.2.1 > BuildVersion: 6D52 > Darwin Frank-Fotis-Computer.local. 6.1 Darwin Kernel Version 6.1: Fri > Sep 6 23:24:34 PDT 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC Power > Macintosh powerpc > ppc7450 > > ### wireless driver files installed > > drwxr-xr-x 3 root wheel 102 Oct 25 08:31 WirelessDriver.kext > drwxr-xr-x 3 root wheel 102 Jul 27 13:22 IOPCCardFamily.kext > ls: /Library/PreferencePanes: No such file or directory > > ### wirelesscard info > > | | "VersionOneInfo" = ("NETGEAR MA401RA Wireless > PC","Card","I$ > | | +-o pccardb,7300@0,0 <class IOPCCard16Device> > | | "IOName" = "pccardb,7300" > > ### network info > > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > 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:fe45:99e%en0 prefixlen 64 scopeid 0x4 > ether 00:03:93:45:09:9e > media: autoselect (none) status: inactive > 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=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet6 fe80::230:65ff:fe01:f31b%en1 prefixlen 64 scopeid 0x5 > inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:30:65:01:f3:1b > media: autoselect status: active > supported media: autoselect > > ### wd command line tool status > > /Volumes/WirelessDriver beta 5.1/Utilities/Troubleshooting > Info.command: WirelessConfig: command not found > logout > [Process completed] > > > -- "Quidquid latine dictum sit, altum viditur." |
From: Morten H. <mho...@ma...> - 2002-10-25 09:32:35
|
I really have managed to make a mess of the installation of the WirelessDriver. First of all I could not get the PB to recognize the MA401 card (Seems that there may be a solution with a pcbardb,7300 setting in the Info.plist (as mentioned in a prev. post) I then erratic installed the IOPCCardFamily v.1.1.0 installer (Shouldn't have as this seems to be a OS X 10.1 related package not a 10.2 related as I realized after actually reading the release note) Now the problem is that the PCCard manager doesn't seem to work at all. I cannot eject the cards (and there is no card icon in the status bar) and it doesn't look as if i can uninstall the IOPCCardFamily updater. Any advise on how to remove this is highly appreciated. Regards Morten |
From: Angelo <ad...@co...> - 2002-10-25 02:34:33
|
Having trouble getting my wireless to connect. Here is the troubleshooting script that I ran. Any ideas?? Last login: Sat Jan 3 23:24:18 on ttyp1 /Users/dad/Desktop/Troubleshooting\ Info.command; exit Welcome to Darwin! [Charless-Computer:~] dad% /Users/dad/Desktop/Troubleshooting\ Info.command; exit ### system info ProductName: Mac OS X ProductVersion: 10.2 BuildVersion: 6C115 Darwin Charless-Computer.local. 6.0 Darwin Kernel Version 6.0: Sat Jul 27 13:18:52 PDT 2002; root:xnu/xnu-344.obj~1/RELEASE_PPC Power Macintosh powerpc ppc750 ### wireless driver files installed drwxr-xr-x 3 root wheel 102 Jan 1 22:17 WirelessDriver.kext drwxr-xr-x 3 root wheel 102 Jul 27 2002 IOPCCardFamily.kext ({Path = "/Library/PreferencePanes/WirelessDriver PPane.prefPane/"; }) ### wirelesscard info | | "VersionOneInfo" = ("Lucent Technologies","WaveLAN/IEEE","V$ | | +-o pccard156,2@0,0 <class IOPCCard16Device> | | "IOName" = "pccard156,2" ### 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::250:e4ff:fe46:655e%en0 prefixlen 64 scopeid 0x4 ether 00:50:e4:46:65:5e media: autoselect (none) status: inactive supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/ UTP <full-duplex> 100baseTX <half-duplex> 100baseTX <full-duplex> ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1400 inet 172.155.42.49 --> 209.244.42.141 netmask 0xffff0000 ### wd command line tool status /Users/dad/Desktop/Troubleshooting Info.command: WirelessConfig: command not found logout [Process completed] |
From: Patrick F. <pa...@st...> - 2002-10-25 00:48:39
|
Hey, I bought a card labeled as the SL-2511CD+, which it is, however it's made by SENAO. Not sure if this is a problem. It doesn't seem to show up in the pref pane. Here's the results of the troubleshooting script: > Last login: Thu Oct 24 17:36:39 on ttyp1 > /Users/fatty/Downloads/Troubleshooting\ Info.command; exit > Welcome to Darwin! > [fatty:~] fatty% /Users/fatty/Downloads/Troubleshooting\ Info.command; > exit > > ### system info > > ProductName: Mac OS X > ProductVersion: 10.2.1 > BuildVersion: 6D52 > Darwin fatty.local. 6.1 Darwin Kernel Version 6.1: Fri Sep 6 23:24:34 > PDT 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC Power Macintosh > powerpc > ppc7450 > > ### wireless driver files installed > > drwxr-xr-x 3 root wheel 102 Oct 24 17:33 WirelessDriver.kext > drwxr-xr-x 3 root wheel 102 Jul 27 13:22 IOPCCardFamily.kext > > ### wirelesscard info > > > ### 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:fec2:fcdc%en0 prefixlen 64 scopeid 0x4 > ether 00:03:93:c2:fc:dc > media: autoselect (none) status: inactive > 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=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet6 fe80::230:65ff:fe06:e2bc%en1 prefixlen 64 scopeid 0x5 > inet 192.168.123.173 netmask 0xffffff00 broadcast > 192.168.123.255 > ether 00:30:65:06:e2:bc > media: autoselect status: active > supported media: autoselect > > ### wd command line tool status > > /Users/fatty/Downloads/Troubleshooting Info.command: WirelessConfig: > command not found > logout > [Process completed] also: the ioreg calls suggested in the faq > [fatty:~] fatty% ioreg -l | grep VersionOneInfo > | | "VersionOneInfo" = > ("INTERSIL","HFA384x/IEEE","Version 01.0$ > [fatty:~] fatty% ioreg -l | grep pccard > | | +-o pccard156,2@0,0 <class IOPCCard16Device> > | | "IOName" = "pccard156,2" Thanks Pat Fowler |
From: Carl E. A. <ce...@ca...> - 2002-10-24 20:41:09
|
At 10:21 -0400 02/10/04, Brian Fountain wrote: >Have you uninstalled the earlier version first and then install b5 >version twice? That is a known issue, you must uninstall the >earlier version with the uninstaller provided with the b5 installer, >then install the b5 drive twice. Some folks have still had to >restart a couple of times before it took, but this is the proscribed >method. OK, having installed a second time on top of the initial installation, it now works fine and I have connectivity. Huzzah! :) I didn't check the WEP situation, but card isn't in the supported list, and I don't really care that much anyway :) Thanks for the pointers :) Cheers, Carl -- Carl Edlund Anderson mailto:ce...@ca... http://www.carlaz.com/ |
From: Kilian K. <ap...@ko...> - 2002-10-24 20:33:09
|
hi, i solved the problem. the new NETGEAR MA401RA wireless card is working fine now with the beta5 wireless driver. i just added the line <string>pccardb,7300</string> below the similar lines in the 'everything else' section of the file /System/Library/Extensions/WirelessDriver.kext/Contents/Info.plist be careful: a single typo and your computer won't boot any mor. it happened to me today... cheers, kilian On Tue, 22 Oct 2002, Kilian Koepsell wrote: > hi, > > i have a powerbook g3, osx 10.2.1 (just installed, without 10.1 or os 9), and > a new netgear MA401RA card. > > installation of the latest wirelessdriver works fine. after inserting the > card, it appears in the top menu line, but it does not appear in the network > config panel and not in the ifconfig output. (seems to be the same problem as > for rainer laus about one week ago on this list). > > i realised that there is no WirelessConfig command in /usr/local/bin, actually > there is not even a /usr/local/bin directory. where can i find the > WirelessConfig command line tool? in which package is it contained? > > i tried several things suggested on this list but nothing helped: reinstalling > several times, installing beta_4 before, installing while the card is plugged > in, removing the files /System/Library/Extensions.kextcache and > ~/Library/Preferences/.GlobalPreferences.plist. > > any other hints? or is the new MA401RA just not supported? > > cheers, > kilian > > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote > _______________________________________________ > Wirelessdriver-support mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-support > On Tue, Oct 22, 2002 at 01:26:05AM +0200, Kilian Koepsell wrote: > From: Kilian Koepsell <ap...@ko...> > To: wir...@li... > User-Agent: Mutt/1.2i > Subject: [Wirelessdriver-support] problems on jaguar 10.2 with netgear M401 > Date: Tue, 22 Oct 2002 01:26:05 +0200 > > hi, > > i have a powerbook g3, osx 10.2.1 (just installed, without 10.1 or os 9), and > a new netgear MA401RA card. > > installation of the latest wirelessdriver works fine. after inserting the > card, it appears in the top menu line, but it does not appear in the network > config panel and not in the ifconfig output. (seems to be the same problem as > for rainer laus about one week ago on this list). > > i realised that there is no WirelessConfig command in /usr/local/bin, actually > there is not even a /usr/local/bin directory. where can i find the > WirelessConfig command line tool? in which package is it contained? > > i tried several things suggested on this list but nothing helped: reinstalling > several times, installing beta_4 before, installing while the card is plugged > in, removing the files /System/Library/Extensions.kextcache and > ~/Library/Preferences/.GlobalPreferences.plist. > > any other hints? or is the new MA401RA just not supported? > > cheers, > kilian > > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote > _______________________________________________ > Wirelessdriver-support mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-support |
From: Piet S. <ps...@db...> - 2002-10-24 18:00:19
|
I can't get the NetGear MA401 to show up, either. Attached below is the output of the troubleshooting script. I failed to locate the posting by Yuriwho, as mentioned by Rob Resnick, in the archives. Is there a URL directly to this article or maybe it could be rolled into the FAQ? > Check out the article the Yuriwho wrote on > 9/1/02 called "Cam my Cards be Supported?" It tells > you how to do it. Thanks for developing this driver and keeping the support line operating, Regards, Piet. ----- [PBG3:~] ps% ./Troubleshooting\ Info.command ### system info ProductName: Mac OS X ProductVersion: 10.2.1 BuildVersion: 6D52 Darwin PBG3.local. 6.1 Darwin Kernel Version 6.1: Fri Sep 6 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 Oct 24 17:04 WirelessDriver.kext drwxr-xr-x 3 root wheel 102 Jul 27 22:22 IOPCCardFamily.kext ### wirelesscard info | | "VersionOneInfo" = ("NETGEAR MA401RA Wireless PC","Card","I$ | | +-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::250:e4ff:fe60:cb48%en0 prefixlen 64 scopeid 0x4 ether 00:50:e4:60:cb:48 media: autoselect (none) status: inactive supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 100baseTX <half-duplex> 100baseTX <full-duplex> ### wd command line tool status 2002-10-24 19:46:28.381 WirelessConfig[584] Iterations: 0 WirelessDriver: Couldn't find a WirelessDriver service in registry - is the card loaded? Usage - WirelessConfig [-showstatus] or WirelessConfig [-showstatus] <-netname <network>> [-wepkey <key>] [-keyslot <slot>] -netname <name> Sets the network name - enclose in double quotes if your network contains a space. -wepkey <hex key> Sets your network key, if ommited the network is assumed to not have wep. -keyslot <[1-4]> Sets which keyslot to have your key in. If ommited keyslot 1 is assumed. -status Prints out the network information, includes signal strength. -writeprefs Writes out the options to the preference file in ~/Library/Preferences/org.noncontinuous.wirelessdriver With no options set or just the status, WirelessConfig will look for the preferences made by the preference pane in ~/Library/Preferences/org.noncontinuous.WirelessDriver. [PBG3:~] ps% |
From: dstubb <ds...@ya...> - 2002-10-23 03:03:40
|
On 10/22/02 5:06 AM, "Farhad Pocha" <po...@mc...> wrote: > *url correction* > > I noticed that the SigMeter app that was bundled in the beta 5 install > didn't work because it was missing a couple files. I managed to explore > the wirelessdriver website and find these files, so i'm providing you > with a fixed copy... as i'm sure you all want to see your signal > strenght in the menu bar: > > http://muss.cis.mcmaster.ca/~pochaf/sigmeter/SigMeter.sit.bin > > I also created a version that uses the graphics from apple's airport > menu extra: > > http://muss.cis.mcmaster.ca/~pochaf/sigmeter/SigMeter-airport.sit.bin > > Enjoy! > > Farhad. > > P.S. if you could mirror these files on the main site, that would be > great, as i don't have much bandwidth allowance. > > -- > Farhad Pocha > =========== > po...@mc... > 0150271 > (905) 526-8951 Thanks! It works great! -- David W. Stubblebine ds...@ya... -- Politicians are interested in people. Not that this is always a virtue. Fleas are interested in dogs. -P. J. O'Rourke |
From: Mohoganogan <mo...@co...> - 2002-10-22 22:16:01
|
>Date: Sun, 20 Oct 2002 22:01:58 -0700 >From: Office <ma...@jo...> >To: wir...@li... >Subject: [Wirelessdriver-support] WaveLAN Silver on a Pismo > >For some reason can't get this card to work. I can see that the >computer recognizes the card as it shows that it's inserted at the top >of my screen but I am unable to have the computer recognize it in any >other way. In Jag when I look at the network page in the sys prefs, it >doesn't show any other ports to use besides the iR, modem and ethernet. > Can anyone tell me what I'm doing wrong? Here is the response to the >troubleshooting script. > check the following: sysem prefs network show: network port configs is ethernet adaptor (en1) listed there? make sure it has a checked box then show: ethernet adaptor (en1) I too have this same set up...if you did not do the double install trick try it. run the installer...restart, run the installer..restart...check system prefs/network |
From: <ard...@xs...> - 2002-10-22 20:22:06
|
>Subject: [Wirelessdriver-support] Lucent Silver and Lucent Gold - not seen. > > >When trying to use a Lucent Silver (or Gold) card with a TiBook - which >already *has* an apple card; the kernel does not seem to see/pick up the >card in any way; nor show them in dmesg or ifconfig. > >Any suggestions as to what to try ? Or is there a fundamental reason why >it would not work if there is already an apple card present ? As I mailed before: it /does/ work. Currently, I'm running the gold card in a tibook that also has the apple airport card installed. Downstairs, I'm using the airport card, upstairs (further away from the base station) I switch to the gold card. Even running them simultaneous works, each card with its own IP address. It does seem to confuse some apps, though. ard |
From: Farhad P. <po...@mc...> - 2002-10-22 09:06:08
|
*url correction* I noticed that the SigMeter app that was bundled in the beta 5 install didn't work because it was missing a couple files. I managed to explore the wirelessdriver website and find these files, so i'm providing you with a fixed copy... as i'm sure you all want to see your signal strenght in the menu bar: http://muss.cis.mcmaster.ca/~pochaf/sigmeter/SigMeter.sit.bin I also created a version that uses the graphics from apple's airport menu extra: http://muss.cis.mcmaster.ca/~pochaf/sigmeter/SigMeter-airport.sit.bin Enjoy! Farhad. P.S. if you could mirror these files on the main site, that would be great, as i don't have much bandwidth allowance. -- Farhad Pocha =========== po...@mc... 0150271 (905) 526-8951 |
From: Jens M. <je...@no...> - 2002-10-22 07:23:54
|
...answering my own e-mail: I've played around with the driver and added an entry containing the VersionOneInfo for the PROXIM Harmony card into the "IOKitPersonalities" dictionary of the kext's Info.plist and now the extension is loaded and seems to be working for my card. Will this entry be included in the next release? -jens Am Montag, 21.10.02 um 13:43 Uhr schrieb Jens Miltner: > Hi everybody, > > I've got a Proxim Harmony and it's listed with "Basic functionality", > but for me, the prefs panel contents is disabled. > (This is on Jaguar 10.2.1 on a Powerbook G4 @ 400 MHz) > > Has anybody got this card running? > > Here's the output of the Troubleshooting command: > > > [jens-powerbook:/Volumes/WirelessDriver beta 5.1/Utilities] jens% > ./Troubleshooting\ Info.command > > ### system info > > ProductName: Mac OS X > ProductVersion: 10.2.1 > BuildVersion: 6D52 > Darwin jens-powerbook.no.netopia.com 6.1 Darwin Kernel Version 6.1: > Fri Sep 6 23:24:34 PDT 2002; root:xnu/xnu-344.2.obj~2/RELEASE_PPC > Power Macintosh powerpc > ppc7400 > > ### wireless driver files installed > > drwxr-xr-x 3 root wheel 102 Oct 21 13:16 WirelessDriver.kext > drwxr-xr-x 3 root wheel 102 Jul 27 22:22 IOPCCardFamily.kext > ls: /Library/PreferencePanes: No such file or directory > > ### wirelesscard info > > | | "VersionOneInfo" = ("PROXIM","Harmony 802.11b/LAN > PC CARD","") > | | +-o pccard126,8000@0,0 <class IOPCCard16Device> > | | "IOName" = "pccard126,8000" > > ### 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 > en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet6 fe80::230:65ff:fe00:7256%en1 prefixlen 64 scopeid 0x4 > ether 00:30:65:00:72:56 > media: autoselect (<unknown type>) status: inactive > supported media: autoselect > en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet6 fe80::230:65ff:fef9:2b6a%en0 prefixlen 64 scopeid 0x5 > inet 62.128.22.29 netmask 0xffffff80 broadcast 62.128.22.127 > ether 00:30:65:f9:2b:6a > media: autoselect (100baseTX <half-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> > > ### wd command line tool status > > 2002-10-21 13:27:05.150 WirelessConfig[2882] Iterations: 0 > WirelessDriver: Couldn't find a WirelessDriver service in registry - > is the card loaded? > Usage - WirelessConfig [-showstatus] or WirelessConfig [-showstatus] > <-netname <network>> [-wepkey <key>] [-keyslot <slot>] > -netname <name> Sets the network name - enclose in double quotes > if your network contains a space. > > -wepkey <hex key> Sets your network key, if ommited the network is > assumed to not have wep. > > -keyslot <[1-4]> Sets which keyslot to have your key in. If > ommited keyslot 1 is assumed. > > -status Prints out the network information, includes > signal strength. > > -writeprefs Writes out the options to the preference file in > > ~/Library/Preferences/org.noncontinuous.wirelessdriver > > With no options set or just the status, WirelessConfig will look for > the preferences made by the preference pane in > ~/Library/Preferences/org.noncontinuous.WirelessDriver. > > > > ------------------------------------------------------- > 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 -jens |
From: Rob M. <ro...@ma...> - 2002-10-22 07:05:22
|
It is known not to work. I'll be putting a fix in for this very shortly. -Rob On Monday, October 21, 2002, at 09:00 PM, Matthew Russotto wrote: > > On Monday, October 21, 2002, at 06:53 PM, vix wrote: > >> w00t!! This EnGenius card is something else. Amazing signal >> strength--I'm >> very happy I got it. Worked right away too, with the driver I already >> had >> installed. > > I just got one -- the post office delivered a crushed and soaked > package, but the card was safe and snug in its plastic holder. > However, no joy with WEP... is that known not to work? > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future of Java(TM) > technology. Join the Java Community Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4699841;7576301;v? > http://www.sun.com/javavote > _______________________________________________ > Wirelessdriver-support mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-support > -- "Quidquid latine dictum sit, altum viditur." |
From: Matthew R. <mru...@sp...> - 2002-10-22 04:00:46
|
On Monday, October 21, 2002, at 06:53 PM, vix wrote: > w00t!! This EnGenius card is something else. Amazing signal > strength--I'm > very happy I got it. Worked right away too, with the driver I already > had > installed. I just got one -- the post office delivered a crushed and soaked package, but the card was safe and snug in its plastic holder. However, no joy with WEP... is that known not to work? |
From: Steve C. <sca...@ad...> - 2002-10-22 03:54:53
|
Worked great, thanks!!! At 4:44 PM -0700 10/21/02, Office wrote: >Steve, I'm a bit of a newbee when it comes to Jag but I get this helpful suggestion from someone when I couldn't get my WaveLAN Silver to work with my Pismo. After trying this it works fine. > >Good luck > >Mark > >From looking at the Trouble Shooting info you provided below, it is clear >that the WirelessDriver is not loading; neither is it properly installed. > >The following has made this work for a number of people: > >1) With the WaveLAN Silver inserted in your Pismo, re-install the >WirelessDriver Beta 5 again. > >2) Run Repair Privileges under the Disk Utility. > >3) Reboot > >4) It should appear in your list of ports as Ethernet (en1) > >On Sunday, October 20, 2002, at 11:28 PM, Steve Carlsen wrote: > >>Anyone know of a MacOS X driver that works with Lucent Technologies PC Cards, in a PowerBook G3? The latest sourceforge driver doesn't seem to recognize it. I was thinking it was very much like the Orinoco cards, but apparently not. >> >> >>------------------------------------------------------- >>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 |
From: Rob M. <ro...@ma...> - 2002-10-22 03:08:07
|
Don't worry, be happy. The issue is that the /System directory structure and it's contents is supposed to be reserved for Apple, with 3rd parties putting their stuff in /Library. I'll make the install script for the next beta fix things for everyone. -Rob On Monday, October 21, 2002, at 10:42 AM, Michael Bovee wrote: > On Monday, October 21, 2002, at 12:47 PM, Rob McKeever wrote: >> That's my fault... >> The installer for beta 5 put the preference pane into the wrong >> folder... >> Older version (correct location): >> /Library/PreferencePanes/WirelessConfig.ppane >> New version (wrong location): >> /System/Library/PreferencePanes/WirelessConfig.ppane >> >> You can remove or move them manually, if you like. > > Hmm. I was hesitant to waste unnecessary bandwidth with this, but: > > I am happy as a clam using the b5 driver with an Orinoco Gold card on > a PBG3 Lombard. > Flawless operation, a joy to use! > But I have absolutely nothing under /Library/PreferencePanes, and I > have no file called WirelessConfig.ppane. > > I *do* have /System/Library/PreferencePanes/WirelessDriver > PPane.PrefPane > (which of course opens a panel entitled "WirelessConfig") > > I'm not trying to be cute, its just that this seems to be in the > 'incorrect' place. Do I risk future problems with this setup, which I > am reluctant to do anything about since everything Just Works? Now I > wonder if I should consider moving these files or running the new > driver when its available, or can I just 'not worry and be happy'? > > Thanks, > --Michael > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future of Java(TM) > technology. Join the Java Community Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/ > javavote > _______________________________________________ > Wirelessdriver-support mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-support > -- "Quidquid latine dictum sit, altum viditur." |
From: Kilian K. <ap...@ko...> - 2002-10-21 23:26:14
|
hi, i have a powerbook g3, osx 10.2.1 (just installed, without 10.1 or os 9), and a new netgear MA401RA card. installation of the latest wirelessdriver works fine. after inserting the card, it appears in the top menu line, but it does not appear in the network config panel and not in the ifconfig output. (seems to be the same problem as for rainer laus about one week ago on this list). i realised that there is no WirelessConfig command in /usr/local/bin, actually there is not even a /usr/local/bin directory. where can i find the WirelessConfig command line tool? in which package is it contained? i tried several things suggested on this list but nothing helped: reinstalling several times, installing beta_4 before, installing while the card is plugged in, removing the files /System/Library/Extensions.kextcache and ~/Library/Preferences/.GlobalPreferences.plist. any other hints? or is the new MA401RA just not supported? cheers, kilian |
From: vix <ne...@ka...> - 2002-10-21 22:54:35
|
w00t!! This EnGenius card is something else. Amazing signal strength--I'm very happy I got it. Worked right away too, with the driver I already had installed. first generation 500MHz tiBook 10.2.1 beta 4 wireless driver (with the modifications for Jaguar applied) EnGenius NL-2511CD PLUS internal antenna vix > Paul Boutin, the guy who did the write-up on our driver recently for > Wired magazine online, uses one of these card to work from the > Starbucks down the street from his office. He says it gets a lot of > attention because nobody else can even get a stable signal. > > -Rob > > > On Thursday, October 17, 2002, at 10:03 PM, vix wrote: > >> Thanks to equal parts of optimism and greed for ever-extended range I >> ordered an (antenna built-in model) EnGenius card on Tuesday. As soon >> as it >> arrives I'll find out if it works with the current driver... how's >> that for >> a leap of faith? >> >> Vix >> >> >>> Does anyone know if the current driver supports the EnGenius NL-2511CD >>> PLUS EXT2 PC Card? I've looked on the MacWireless web site list and >>> can't seem to find it. Netgate's(reseller) site points back to >>> MacWirless for a Mac driver, but it's still not clear to me, if indeed >>> it is supported. >>> >>> Thanks, >>> Larry >> >> >> >> ------------------------------------------------------- >> 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 >> > -- > "Quidquid latine dictum sit, altum viditur." > > > > ------------------------------------------------------- > 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 > |
From: Michael B. <mb...@zo...> - 2002-10-21 17:37:50
|
On Monday, October 21, 2002, at 12:47 PM, Rob McKeever wrote: > That's my fault... > The installer for beta 5 put the preference pane into the wrong > folder... > Older version (correct location): > /Library/PreferencePanes/WirelessConfig.ppane > New version (wrong location): > /System/Library/PreferencePanes/WirelessConfig.ppane > > You can remove or move them manually, if you like. Hmm. I was hesitant to waste unnecessary bandwidth with this, but: I am happy as a clam using the b5 driver with an Orinoco Gold card on a PBG3 Lombard. Flawless operation, a joy to use! But I have absolutely nothing under /Library/PreferencePanes, and I have no file called WirelessConfig.ppane. I *do* have /System/Library/PreferencePanes/WirelessDriver PPane.PrefPane (which of course opens a panel entitled "WirelessConfig") I'm not trying to be cute, its just that this seems to be in the 'incorrect' place. Do I risk future problems with this setup, which I am reluctant to do anything about since everything Just Works? Now I wonder if I should consider moving these files or running the new driver when its available, or can I just 'not worry and be happy'? Thanks, --Michael |