Glauber Lobo Posted March 10, 2007 Share Posted March 10, 2007 Guys, what the function of p_mode option ??? Yeah !!! using p_led =1 and p_mode = 1 the wi-fi activitie indicator led is on now !!! Kookaburra, try it ! edit the info.plist file inside iwi2200.kext. Use this command in terminal: sudo nano /path_to_kext_here/Contents/info.plist In my case: sudo nano /System/Library/Extensions/iwi2200.kext/Contents/info.plist Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320378 Share on other sites More sharing options...
kookaburra Posted March 10, 2007 Share Posted March 10, 2007 Thank you very much, both moseschrist and Glauber Lobo ! To moseschrist: It's already 0 before I change.... To Glauber Lobo: the light does blink for once ,,then dim forever... and I only can press " turn power off ", the state always shows " on " MAC OS 10.4.7 Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320508 Share on other sites More sharing options...
diamonda Posted March 10, 2007 Share Posted March 10, 2007 iam understand... i try install last version, but i reseive message from Installer: "You cannot continue. There is nothing to install." Previous version always installs ok. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320556 Share on other sites More sharing options...
moseschrist Posted March 10, 2007 Share Posted March 10, 2007 another bug found. it seems like that sending files is also causing the same problems as d/l big files. tried to send an 8MB file to another computer in my network and got the big file problems. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320562 Share on other sites More sharing options...
emymrin Posted March 10, 2007 Share Posted March 10, 2007 iam understand...i try install last version, but i reseive message from Installer: "You cannot continue. There is nothing to install." Previous version always installs ok. For me installing from iwi2200.dmg never worked. Have to extract and install kext manually. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320570 Share on other sites More sharing options...
neo85 Posted March 10, 2007 Share Posted March 10, 2007 hi, i try to install v6 version....on my intel 2200 (dell inspiron 9300) i use the terminal and i put the iwi2200.kext in extentions folder..... i write : sudo chmod.....sudo chown.......repair permission.......i reboot ....no kernel panic....but my card don't work.........in control panel---network there isn't the airport card...... i use 10.4.8 and last version of semthex kernel..... what can i do? thanks alex Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320630 Share on other sites More sharing options...
FlipHDK Posted March 10, 2007 Share Posted March 10, 2007 (edited) Guys,what the function of p_mode option ??? p_disable Manually disable the radio (software RF kill). This parameter allows you to configure the syfs rf_kill setting to turn on software based RF kill. You must clear out the sysfs entry in order to turn the radio on if this parameter is provided. 0 = Radio ON, 1 = Radio OFF. Default is 0 [Radio ON] p_led Can be used to turn on LED code. 0 = Off, 1 = On. Default is 1 [LED On]. p_mode Can be used to set the default mode of the adapter. 0 = Managed, 1 = Ad-Hoc, 2 = Monitor. Default is 0 [Managed] Edited March 10, 2007 by FlipHDK Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320638 Share on other sites More sharing options...
dutchforce Posted March 10, 2007 Share Posted March 10, 2007 Hi Guys, first of all a big "Thank you, great work" to all of you how made this working. I'm getting the following error when i try to install the iwi2200.dmg via the installer: You cannot continue, there is nothing to install. I allredy tried to replace the new contents folder with the old one but no succes, sbd mentioned to delete the device first under the system preferences but I think i've some tomatos on my eyes I don't see a possibility to perform this action. Thx for Help and for upcomig releases Dutchforce Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320669 Share on other sites More sharing options...
moseschrist Posted March 10, 2007 Share Posted March 10, 2007 extract the kext file using pacifist and install it manually Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320673 Share on other sites More sharing options...
neo85 Posted March 10, 2007 Share Posted March 10, 2007 hi,i try to install v6 version....on my intel 2200 (dell inspiron 9300) i use the terminal and i put the iwi2200.kext in extentions folder..... i write : sudo chmod.....sudo chown.......repair permission.......i reboot ....no kernel panic....but my card don't work.........in control panel---network there isn't the airport card...... i use 10.4.8 and last version of semthex kernel..... what can i do? thanks alex please help me Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320676 Share on other sites More sharing options...
Glauber Lobo Posted March 10, 2007 Share Posted March 10, 2007 (edited) FlipHDK, thank you. To setup mine, p_mode will be set to 0. p_disable to 1 and p_led to 1. This way the led indicator is ok and fn+f2 button function correctily. Dell Latitude 120L (same especification as Dell Inspirion 1300 or B130) Guys, the driver is working in progress. Hard work made, hard work to do. Thanks Javaloui, xKazu and FlipHDK. Great work !!! Kookaburra, yes, i see it now.... same condition here ... the led still on always... Nothing is perfect, but, day after day the driver is better. Any day ...... neo85, look in /Library/Preferences/NetworkInterfaces.plist you need the driver to be attached to en1 BSD name. Any similar to : <key>BSD Name</key> <string>en1</string> If en1 is attached to other driver (card interface ?) change it to en0 or en2. friend, hope you understand me.... Other way... try to set options p_disable, p_mode in /System/Library/Extensions/iwi2200.kext/Contents/info.plist. Look FlipHDK explanation about this... Good luck Edited March 10, 2007 by Glauber Lobo Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320681 Share on other sites More sharing options...
emymrin Posted March 10, 2007 Share Posted March 10, 2007 (edited) hi,i try to install v6 version....on my intel 2200 (dell inspiron 9300) i use the terminal and i put the iwi2200.kext in extentions folder..... i write : sudo chmod.....sudo chown.......repair permission.......i reboot ....no kernel panic....but my card don't work.........in control panel---network there isn't the airport card...... i use 10.4.8 and last version of semthex kernel..... what can i do? thanks alex As far as I remember v6 needs Apple80211.framework and IO80211Family.kext from 10.4.7. I have grabbed them from a link placed earlier in this thread but it it no longer valid. I would attach my copy along with this post but max allowed attachent size is 2Mb while package is 5Mb Also note latest iwi2200 does not need these components, please read Jalavoui posts above. Edited March 10, 2007 by emymrin Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320687 Share on other sites More sharing options...
psygoo Posted March 10, 2007 Share Posted March 10, 2007 Hi, Could somebody upload Apple80211.framework and IO80211Family.kext from 10.4.7. via yousendit or rapidshare? Please. My wireless card is Intel 3945.Is still WPA unsuported for this driver? Thanks, and keep your good work Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320700 Share on other sites More sharing options...
FlipHDK Posted March 10, 2007 Share Posted March 10, 2007 Hi,Could somebody upload Apple80211.framework and IO80211Family.kext from 10.4.7. via yousendit or rapidshare? Please. My wireless card is Intel 3945.Is still WPA unsuported for this driver? Thanks, and keep your good work Look back a few posts, you will find a link to download Apple80211.framework and IO80211Family.kext. The iwi3945 driver don't connect to any network not WPA, WEP or open. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320727 Share on other sites More sharing options...
psygoo Posted March 10, 2007 Share Posted March 10, 2007 (edited) Look back a few posts, you will find a link to download Apple80211.framework and IO80211Family.kext.The iwi3945 driver don't connect to any network not WPA, WEP or open. "This file has expired. The file associated with this link has expired. Unfortunately, this file has expired. A file link is only valid for a certain number of days or a limited number of downloads, whichever occurs first...". (from you sendit) I think rapidshare dont have limited number of downloads. thx, FlipHDK, for reply Edited March 10, 2007 by psygoo Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320738 Share on other sites More sharing options...
FlipHDK Posted March 10, 2007 Share Posted March 10, 2007 (edited) Okay, here you go: http://rapidshare.com/files/20366629/Archive.zip.html Apple80211.framework and IO80211Family.kext from 10.4.7 Ive done it big and bold so when people are looking they might find it Edited March 10, 2007 by FlipHDK Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320750 Share on other sites More sharing options...
ratanplan Posted March 10, 2007 Share Posted March 10, 2007 (edited) How do install intel 2200BG for Mac os x x86 10.4.4????? Edited March 10, 2007 by ratanplan Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320757 Share on other sites More sharing options...
FlipHDK Posted March 10, 2007 Share Posted March 10, 2007 How do install intel 2200BG for Mac os x x86 10.4.4????? Don't know if it will work on 10.4.4 All you do is download the .dmg file (iwi2200.dmg) then open it, run the .pkg file and click next a few times. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320761 Share on other sites More sharing options...
ratanplan Posted March 10, 2007 Share Posted March 10, 2007 (edited) where i can download??? Edited March 10, 2007 by ratanplan Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320762 Share on other sites More sharing options...
moseschrist Posted March 10, 2007 Share Posted March 10, 2007 look a few posts back... jalavoui uploaded it... Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320764 Share on other sites More sharing options...
moseschrist Posted March 10, 2007 Share Posted March 10, 2007 look a few posts back... jalavoui uploaded it... Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320765 Share on other sites More sharing options...
FlipHDK Posted March 10, 2007 Share Posted March 10, 2007 i've updated the svn structure for the iwi project latest build versions: iwi2100 http://iwidarwin.googlecode.com/svn/trunk/...100/iwi2100.dmg iwi3945 http://iwidarwin.googlecode.com/svn/trunk/...945/iwi3945.dmg iwi2200 http://iwidarwin.googlecode.com/svn/trunk/...200/iwi2200.dmg here's the status for all versions: iwi2200 updated to IOEthernet family - just forget about the io80211 family/extensions - no longer need it Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320766 Share on other sites More sharing options...
blueman2 Posted March 10, 2007 Share Posted March 10, 2007 (edited) I have installed iwi2200 on my IBM Thinkpad x32. I am running 10.4.6. The wireless card now shows up under System Profiler/Networks as en1, with the right MAC address (which is how i know it is my wireless card). But under System Profiler/extensions for the iwi2200 driver, I get: iwi2200: Version: 1.0.0d1 Last Modified: 3/9/07 9:31 PM Get Info String: Copyright Joel Thomas 2005 Location: /System/Library/Extensions/iwi2200.kext kext Version: 1.0.0d1 Load Address: 0x39d45000 Valid: Yes Authentic: Yes Dependencies: Incomplete Dependency Errors: com.apple.iokit.IONetworkingFamily: No valid version of this dependency can be found Integrity: Unknown IONetworkFamily kext that came with 10.4.6 is installed and working. Do I need to edit a plist somewhere? Edited March 10, 2007 by blueman2 Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320781 Share on other sites More sharing options...
FlipHDK Posted March 10, 2007 Share Posted March 10, 2007 Blueman, I think you may need this: Okay, here you go: http://rapidshare.com/files/20366629/Archive.zip.htmlApple80211.framework and IO80211Family.kext from 10.4.7 Ive done it big and bold so when people are looking they might find it Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320785 Share on other sites More sharing options...
blueman2 Posted March 10, 2007 Share Posted March 10, 2007 Thanks! Does the framework go in the frameworks directory or the privateframeworks directory? Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/44/#findComment-320790 Share on other sites More sharing options...
Recommended Posts