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

171 Pages V  « < 52 53 54 55 56 > »   
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: 34
  • Joined: 2-March 08
  • Member No.: 194,431
Cool stuff!!! I can't load the kext sad.gif won't let me! hope this will be working soon
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 9
  • Joined: 2-March 08
  • From: Ho Chi Minh City, Viet Nam
  • Member No.: 194,128
not kernel panic but nothing happend. Networkselector is not working anymore. Where I take log file?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 29
  • Joined: 29-December 07
  • Member No.: 167,062
"mlazy, i used your last provided iwi3965.kext ... and in system.log i see "cannot resolve dependencies for kernel extension iwi3965.kext" ... (i have previously repaired permissions)

(iatkos 10.5.2)"

I'm having this same problem. I also have the same kernel version as you. This is weird because I was able to load the 755 kext last night but now when I try and load the 756 or 757, I get that error messge. :S

I wonder whats wrong...
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 146
  • Joined: 28-April 07
  • Member No.: 104,181
QUOTE (jalavoui @ Apr 18 2008, 11:43 AM) *
good thing - mac os x 10.5 uses option -x to autoload iwi3945.kext

about iwi3945.dmg
try this:
build iwi3945.xcodproj
them
manually place iwi3945.kext in iwi3945/system/library/extensions
and networkselector in iwi3945/application
open iwi3945.pmproj - if this only works for os x 10.4 save to 10.5 format
choose project->build
if this creates iwi3945.pkg them it works for os x 10.5
double click to see if installer gets called
them
delete iwi3945.dmg
open iwi3945.xcodeproj
press build -> should create iwi3945.dmg
open it
check if the file inside works (installer should get called)

if this works send me iwi3945.pmproj so i can add it to svn tree



iwi3945 rel 757
this is another way to call scan - might work better


Jalavoui,

Still no luck on your instructions, got this:

Attached File  Picture_1.png ( 30.58K ) Number of downloads: 108


BUT, I went into your interface editor within package maker and noticed the readme file pointed to /var/tmp/iwi3945/readme.rtf. I re-pointed it to the file in the 757 folder, and the .pkg built fine! still no dmg when I run the xcode project though.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 11
  • Joined: 18-March 08
  • Member No.: 201,369
r756 (provided by mlazy .. thanks ! now kext loads smile.gif

here is a summary tongue.gif

- KP on boot
- reboot in safe mode (-x)
- sudo kextload iwi3965.kext >>> loaded successfully
- then system mount the en0 interface (sigh!) with garbaged Mac Address
- And Now (even if interface is sucked) networkSelector can be launched (but doesn't work because my WLAN hardware is not found tongue.gif)


It seems the driver mount a virtual interface (en0) without probing my WLAN hardware ... strange no ?

I read that WLAN must be detected as en1 to get a chance to make it working ... how can i do that ?
Attached File(s)
Attached File  system.txt ( 9.78K ) Number of downloads: 12
Attached File  dmesg.txt ( 4K ) Number of downloads: 5
Attached File  ioreg.txt ( 27.89K ) Number of downloads: 3
 
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 289
  • Joined: 20-April 06
  • From: Romania
  • Member No.: 35,438
[attachment=25927:Logs757.zip]
This revision crashes the system on load in normal mode.
On boot with -x then load the kext ... same thing.
On boot with -s then load the kext i could get this logs before KP.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 12
  • Joined: 5-March 08
  • Member No.: 195,688
iwi3945 r757

Normal mode or safe mode (-x) boot, then manual load of kext, results in KP within 10 seconds.

My system.log is attached (r757 does still see the SSID).
Attached File(s)
Attached File  system.txt ( 103.18K ) Number of downloads: 8
 
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 146
  • Joined: 28-April 07
  • Member No.: 104,181
Hello,

757 throws an immediate hard freeze for me. crappy iphone picture attached because it never wrote to the log file.

Attached File  757.jpg ( 76.58K ) Number of downloads: 48


My logs are essentially the same as Chris_H
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 14-April 07
  • From: Eastern Coast
  • Member No.: 100,766
Jalavoui did you not see my post with the image of the error? I posted last night. But what i ended up doing was using kext loader to load the kext it built and everything seems to work. Except for mode 1 Adhoc. Don't know about mode 3. Can i still get logs even if it freezes up when i change to mode to and turn on?

Alright just tried to go into mode 1. Ok it turns on fine but when you connect to a SSID it freezes. I'll try to reboot and get logs. Don't know if it will help.
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
FurmanSK,
better use default mode - others are bogus

iwi3945 rel 758
to start scanning wait for the driver to load and use networkselector option 2 to scan
do this if the driver loads without errors
check if you can use this option several times (open system.log first)
previous logs show that scan starts - need to make scan call return

WAIT!

last log shows SCAN_COMPLETE_NOTIFICATION

do you get this without having a kp?
well - ok test this one and check if you get this line in log

next step is make the driver get this:
ieee80211_send_probe_req
this means that the scan is done and a request to associate to a network was made

iwi3945 rel 759
i think there's a bug in scan call
this might fix it

Hey! you need to post logs before i post new releases smile.gif

iwi3945 driver status
once i figure out how this works the driver will start associating to networks
get ready
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 14-April 07
  • From: Eastern Coast
  • Member No.: 100,766
lol yeah i think i will. What do i need to enable to get hidden ssid's? And get this i run it in -s and load kext and run networkselector and works fine. Nothing KP's or crashes. Weird. Must be a graphical thing with network selector? don't know. Well couldn't be cause i ran it in terminal in desktop mode and still froze. Oh well i'll get some logs and up them and you let me know if anything happened k.

Thanks Man

Oh and did you figure out why i can't remove the old .dmg file in the iwi2200 folder to build a new one? It gives me that password error and doesn't build but if i leave the .dmg file in the folder it builds fine. Any thoughts? I posted a pic of it few post back check it out.
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 146
  • Joined: 28-April 07
  • Member No.: 104,181
r758 for testing:

Attached File  iwi3945r758.kext.zip ( 238.04K ) Number of downloads: 106


Attached File  networkSelector.zip ( 2.31K ) Number of downloads: 95
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 10
  • Joined: 28-February 08
  • Member No.: 192,924
r578 testing:

Installed kext, it detected new internet. Moved Network selector into the network selector folder and it did not do anything, couldnt turn it on or off or start scanning
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 10
  • Joined: 28-February 08
  • Member No.: 192,924
Still running kext and it hasn't kP'd, over 15 mins. However In network interface it is still saying it's unplugged. After reboot network selector still does not work.
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 146
  • Joined: 28-April 07
  • Member No.: 104,181
758 logs:

Attached File  758syslogs.txt ( 528.05K ) Number of downloads: 14


No KP, sees my card with enet2:

Attached File  3945enet.png ( 51.14K ) Number of downloads: 126


En0 is my Ehernet, En1 is my usb stick; all disconnected.

It seems to be in a loop looking at my base station. FYI, there are 5 networks near me, one is wide open. It only sees one of my base stations.

I ran network selector at 14:57:40 in the log file.

This version is very stable so far. Machine is running hot though. still no freeze or KP after 20 mins.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 14-April 07
  • From: Eastern Coast
  • Member No.: 100,766
Here's some logs.
Attached File(s)
Attached File  system.txt ( 7.25K ) Number of downloads: 6
Attached File  ioreg.txt ( 37.77K ) Number of downloads: 0
Attached File  dmesg.txt ( 302bytes ) Number of downloads: 2
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 12-March 08
  • Member No.: 198,767
I have tried Intel pro iwi3945 on T60(leopard) failed(iAs../Jas)
I tried these two leopard version both
the file I downloaded is release at 4/17(http://
iwidarwin.googlecode.com/files/iwi3945r748.dmg)
anyway many thanks to all the contributors to Intel pro iwi4965.
Is there any Candidate version else?
-
jasonet@gmail.com
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 10
  • Joined: 28-February 08
  • Member No.: 192,924
scratch my previous post, after 5 mins after rebooting again got a kp. Unfortunetly logs did not work so I guess I'm no help.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 29
  • Joined: 29-December 07
  • Member No.: 167,062
I feel really stupid asking this but I have to...

Whats the reason I get this when I try and load a kext...

kextload: extension /System/Library/Extensions/iwi3945.kext is not authentic (check ownership and permissions ; run with -t for details)

I loaded the 755 kext fine doing the same thing I always do...

chown -R root:wheel iwi3945.kext
chmod -R a+rx,u+w iwi3945.kext
kextload iwi3945.kext

Either there is something wrong or I'm missing something thats really small and obvious. Please help. lol
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 146
  • Joined: 28-April 07
  • Member No.: 104,181
QUOTE (Gahca @ Apr 18 2008, 03:24 PM) *
I feel really stupid asking this but I have to...

Whats the reason I get this when I try and load a kext...

kextload: extension /System/Library/Extensions/iwi3945.kext is not authentic (check ownership and permissions ; run with -t for details)

I loaded the 755 kext fine doing the same thing I always do...

chown -R root:wheel iwi3945.kext
chmod -R a+rx,u+w iwi3945.kext
kextload iwi3945.kext

Either there is something wrong or I'm missing something thats really small and obvious. Please help. lol


Hey, I run these:

sudo chown -R root:wheel iwi3945.kext
sudo chmod -R 755 iwi3945.kext
sudo kextload -t iwi3945.kext


works every time.
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 52 53 54 55 56 > » 
Closed Topic Start new topic

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

 

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