Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

171 Pages V  « < 119 120 121 122 123 > »   
Closed Topic Start new topic
Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn, IWIDarwin drivers for mac os x 10.4 and 10.5 *under development*
***
  • Group: Members
  • Posts: 156
  • Joined: 20-March 08
  • From: Germany
  • Member No.: 202,572
Same thing here, when I try to scan, I get a kernel panic. I'll test a little bit more tonight!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 7
  • Joined: 22-April 08
  • Member No.: 219,249
Ok, I'm going to try this again. I appologize for whining before. I would like to try and be helpful if I can. If someone could help get me up to speed I would appreciate it. I have been reading through the posts trying to get my bearings on all of this, but I think I need a little help.

I installed the latest iwi3945.dmg and rebooted. I did not see any new network devices in system prefs.
Is there anything special that I need to do to get the card to at least show up?

Also running networkSelector, I recieve an error: Could not get ID for kernel control. 2
Someone in a previous post said that this was due to permissions, but I don't know where to begin looking for this. Any advice? I've tried modifying file permissions in a few places, but that seemed to have no effect.

Is this occurring because the card is not being recognized?

I'm guessing that as soon as I can get the card at least recognized, then I can start capturing logs. Right?

Also I think I may have an Intel 3945abg card to donate to the cause. I'll see if I can track it down in my boxes of junk. If I can find it in time, I'll send it to whom ever I need to.


Lenovo Thinkpad T61 (7663-CTO)
Intel Core2 Duo ~ T8100 @ 2.10GHz - Both cores detected
2 GB DDR2-667 PC2-5300 - Console shows a memory error. Runs fine though
Intel 82566MM Gigabit Network Connection - Not working
Intel Pro/Wireless 3945ABG Network Connection - Not working
Nvidia Quadro NVS 140M - Not working
14.1" Display (1440x900) - No problems here
Analog Devices 1984 HD Audio - Not working
Lenovo Integrated Camera - Works fine with installation package on Kalyway 10.5.2 DVD


"...I'm trying to misunderstand a little less completely."
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 292
  • Joined: 27-February 08
  • Member No.: 192,586
He's right jala, why don't you want any intel 3945 cards or 4965? It may be very helpful for you
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 9
  • Joined: 22-April 08
  • Member No.: 219,639
you probably have seen this but I can't imagine it is a huge difference between ubuntu and mac... perhaps there is something here that is useful in terms of code... I found this article on the net..... regarding installation of drivers for intel 3945 in ubuntu on a Dell620: article follows.

while i’m using my dell d620 with an intel wireless 3945 card i have the following problems with hardy and the new iwl3945: -throughput is limited 110kb/s rx
-the wireless lan is very unstable
-sometimes the system freezes while scanning for networks



i tried some things to workaround:

- installed the ubuntu-backports (so the driver 1.2.25 is install) = ok the wlan led works again
- add the file /etc/modprobe.d/iwl3945 (alias wlan0 iwl3945
options iwl3945 disable_hw_scan=1)
- to config the card i used wicd (wicd.sourceforge.net)instead of the builtin network-admin

now i decided to backport to the old ipw3945 driver which has do everything fine in gutsy…

1. sudo vim /etc/modprobe.d/blacklist

added the lines
# blacklist new iwl3945
blacklist iwl3945
blacklist mac8021

so the new iwl3945 won’t load at system startup

2. Reboot

3. Download ipw3945 microcode (http://ipw3945.sourceforge.net) and copy it into /lib/firmware/2.6.24-17-generic/

4. Download ipw3945 regulatory daemon from here and copy it into /sbin/
(copy the file within folder x86 to /sbin/ too)

5. get the patch from here thanks

6. get the ipw driver <!– @page { size: 21cm 29.7cm; margin: 2cm } P { margin-bottom: 0.21cm } –>http://ipw3945.sourceforge.net/#downloads

7. patch -p1 < ipw3945-1.2.2.patch (target file = ipw3945.h)

8. make

9. sudo make install

10. sudo chmod 777 /sbin/ipw*

11. add a file /etc/modprobe.d/ipw3945
add lines:
install ipw3945 /sbin/modprobe -i ipw3945 ; sleep 0.5 ; /sbin/ipw3945d –quiet
remove ipw3945 /sbin/ipw3945d –kill ; /sbin/modprobe -r -i ipw3945

12. sudo modprobe ipw3945

13. reboot

14. set the correct interface (eth1) in the wicd


et voila
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 29-June 07
  • Member No.: 118,144
Jalavoui: Do you have any documentation on the code or card that I could read? Did you get all the information you have on the way it should run from linux logs? Is the code based on the iwl3945 driver or the ipw3945 driver and which version? Lastly, the driver is in C++ not Objective C, right?
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 135
  • Joined: 15-November 07
  • From: Moscow, Russia
  • Member No.: 153,393
iwi3945 rel 1132 -> get timeouts or KP on reboot

I've figured out how to enable kernel debugger, and I was cretino assoluto before (now I have a little chance to be cured)
- by adding boot flag "-debug=0x100" (w/o quotes) smile.gif
Attached File(s)
Attached File  IMG_0111.JPG ( 676.08K ) Number of downloads: 129
 
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 142
  • Joined: 22-April 08
  • Member No.: 219,791
QUOTE (nordix @ May 16 2008, 09:15 PM) *
...I was cretino assoluto


hahah do u say that in Russia? smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
post kp pictures

iwi3945 rel 1134
iwi4965 rel 1135
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 60
  • Joined: 28-February 08
  • From: Belgium
  • Member No.: 193,132
Latest dmg freezes at:
ieee80211_tx_h_rate_ctrl @ (...)/compatibility:8498
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
post kp pictures
anyone to help?
you can add some iologs to check where is the kp
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 135
  • Joined: 15-November 07
  • From: Moscow, Russia
  • Member No.: 153,393
jalavoui - in what funcs KP is expected? I get only freezes, w/o KP pics, so I'm going to insert iologs, but where?

Even "-debug=0x100" doesn't help me...

And maybe you tell us, what places of code are preferred to add iologs? (for example, before if statements, or in the beginning of concrete function's body, etc.). I think testers will be glad to take a little lesson from you smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 135
  • Joined: 15-November 07
  • From: Moscow, Russia
  • Member No.: 153,393
Guys! DL this iwi3945.dmg, install it and post here your KP pics! It's that simple
Attached File(s)
Attached File  iwi3945.dmg.zip ( 262.1K ) Number of downloads: 229
 
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 135
  • Joined: 15-November 07
  • From: Moscow, Russia
  • Member No.: 153,393
BOOM!!! © Steve

62 downloads! And no KP shots! Guys, all your cams are out of service?!

This is NOT a GM of iwi3945, this is very unstable release, and KPs are highly expected!
And we expect you post your KP shots from this release.

Don't be so lazy, help us at least in testing! It's really simple!


If you don't know how to make KP shots:
1. Reboot with -v -f flags;
2. When you'll see kernel debugger log - make a shot of the screen and post it here (good examples of KP shots are in some previous posts);
3. If you don't see any KP, or your system only freezes without any mark of KP (blue or dark screen w/o logs) - try to reboot several times.

If you still have any questions - PM me or devoid, please.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 56
  • Joined: 6-January 07
  • Member No.: 74,182
these are my KP's
hope they are usefull
Attached File(s)
Attached File  1.JPG ( 538.27K ) Number of downloads: 229
Attached File  2.JPG ( 545.44K ) Number of downloads: 176
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 17
  • Joined: 16-May 08
  • Member No.: 231,260
i have some knowledge in C++ and would love to help but i dont have the slightest clue in where to start, if someone could walk me through the basic principals then i would be more than happy to help. also if i do install the newest driver, will i be able to use my system or will i have to reinstall after it finds the errors?? (i have a 3945 chipset and would love to get it working)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 13-May 08
  • Member No.: 229,784
Hi guys. When I install iwi3945.dmg, may PC does not distinguish that the new device is connected...

I have Acer Aspire 5675WLHi laptop
Intel T2600 processor
ATI Mobility Radeon x1600
Broadcom NetLink ™ Gigabit Ethernet 5789 - Don't working
Intel Pro/Wireless 3945 ABG - here all from you depends :-)
OS Kalyway Leopard 10.5.2 itel/amd

Attached File  system.txt ( 494.85K ) Number of downloads: 34

Attached File  ioreg.txt ( 54.27K ) Number of downloads: 14
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 135
  • Joined: 15-November 07
  • From: Moscow, Russia
  • Member No.: 153,393
thomaske - thank you very much, nice shots! (esp. 1st one)

saul1d - you can use your system as before, but if unstable rel causes KP - it's better to remove it after making KP shots and logs

I think, jalavoui will answer your question concerning dev participation.

spacesee - you should add a new ethernet profile in the Network Prefs (click "+" in the left pane, then select Ethernet type from the list and click OK, then OK in the Netw Prefs). В русской версии Леопарда - Настройки сети.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 7
  • Joined: 22-April 08
  • Member No.: 219,249
Hello all, I have a 3945 card in my T61 and would like to try to contribute. however, I have tried to install the drivers and can't get the card to be recognized by OS X. I am running Kalyway 10.5.2.

When I install the driver package, I recieve the following error in the console:
cannot resolve dependencies for kernel extension /Syetem/Library/Extensions/iwi3945.kext

@nordix...I tried adding the ethernet type in the network prefs window, but it is not in the list. I am guessing that this is because OS X can't see the card based on my install console results.

Can someone please help me understand why the card won't recognize?

The attached txt file is from my console during the install of the package. Any info would be helpful.

Thanks.
Attached File(s)
Attached File  3945_install.txt ( 3.63K ) Number of downloads: 72
 
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 135
  • Joined: 15-November 07
  • From: Moscow, Russia
  • Member No.: 153,393
eric2112 - open terminal and do this:

CODE
sudo -s
your root password
chmod -R 755 /System/Library/Extensions/iwi3945.kext
chown -R root:wheel /System/Library/Extensions/iwi3945.kext
kextload /System/Library/Extensions/iwi3945.kext


then open Netw Prefs and add new eth profile
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 7
  • Joined: 22-April 08
  • Member No.: 219,249
@nordix, thanks for the info....however, when executing the last line, 'kextload /System/Library/Extensions/iwi3945.kext', I recieve the following error:

kextload: cannot resolve dependencies for kernel extension /System/Library/Extensions/iwi3945.kext
error loading extension /System/Library/Extensions/iwi3945.kext

Maybe I missed a step somewhere? I tried reading up as much as possible on all of this, but I am sure I am doing something wrong somewhere. I would really like to help if I can.

Anything else I can try? I even reloaded OS X as I thought maybe something was corrupt. Still no luck.
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 119 120 121 122 123 > » 
Closed Topic Start new topic

2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 04:51 PM