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

171 Pages V  « < 74 75 76 77 78 > »   
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: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
manual load with kextload -> this way you get driver starttup lines
what's wrong with your guys today? forgot how to post logs?

i have no idea why iwi3945 hangs there
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 142
  • Joined: 29-September 06
  • From: The Netherlands
  • Member No.: 57,938
oke logs after manualy kextload of iwi 4965 rel 831


are these logs better?
Attached File(s)
Attached File  dmesg.txt ( 4K ) Number of downloads: 2
Attached File  system.txt ( 181.79K ) Number of downloads: 10
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 3-November 07
  • Member No.: 148,772
here are my logs yesterday i got a complete scan and posted everything and the MODS deleted it nice right!! i am not getting scans with this build here are my logs
Attached File(s)
Attached File  Yesterday_logs_complete_scan.rtf ( 54.46K ) Number of downloads: 3
Attached File  Logs.rtf ( 54.46K ) Number of downloads: 1
Attached File  log.rtf ( 25.41K ) Number of downloads: 0
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 25
  • Joined: 27-March 08
  • Member No.: 205,739
jalavoui
wher to get the last svn ? whet is the address
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 77
  • Joined: 5-June 07
  • From: Gengoro Island
  • Member No.: 112,402
Here's 3945, rev 831 manually load (I previously thought it didn't help, sorry)

Attached File  system.txt ( 200.9K ) Number of downloads: 13
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 3-November 07
  • Member No.: 148,772
QUOTE (drago1 @ Apr 25 2008, 03:39 PM) *
jalavoui
wher to get the last svn ? whet is the address



read up like 4 posts and you will see!!!!

my new logs from the latest build no scanning like yesterday sad.gif
Attached File(s)
Attached File  logs.rtf ( 41.93K ) Number of downloads: 0
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 18
  • Joined: 20-September 07
  • From: MV,CRI
  • Member No.: 135,940
Could someone post iwi3945 rev 831 kext??
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 146
  • Joined: 28-April 07
  • Member No.: 104,181
830=immediate KP. I don't get logs:

Apr 25 11:36:53 Sony sudo[540]: super : TTY=ttys000 ; PWD=/Users/super/Desktop/iwi3945/830/build/Debug ; USER=root ; COMMAND=/sbin/kextload -t iwi3945.kext

On screen it shows iwi3945 Enable() as the last line, just after the kextload.

to others: when it panics like this toy need to open a terminal window before the kextload, and then tail -f your system.log to see what's happening. The panic happens before the log can be written sometimes.

My workflow:

1. boot with -x
2. open a terminal window (#1). cd to the kext.
3. open another terminal window. (#2) type "cd /var/log" hit enter, then type "tail -f system.log"
4. click on terminal #1. type "sudo kextload -t iwi3945.kext"
5. watch terminal #2 for ouptput.
6. if you can, take a pic, or write down what terminal #2 says behind the kp icon.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 90
  • Joined: 12-April 08
  • Member No.: 213,966
I get quite a few errors in this new 831 build for 3945. Attached is the 3945.dmg for those looking for the latest kext. and my sys log
Attached File(s)
Attached File  systemlog831.txt ( 6.54K ) Number of downloads: 8
Attached File  iwi3945.dmg ( 588.64K ) Number of downloads: 31
 
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
both cards as problems finish the ucode starttup sequence
search for this line in xcode:
ret = UCODE_READY_TIMEOUT*100;
and try other delay values - default value is ret = UCODE_READY_TIMEOUT;
this is very easy to test - report if you make it run without errors
use kextload to see inital drive log lines - this will show the errors

there are other ways to hack this: try
IOSleep(x); //replace x for 500, 1000 (=1second) 2000, etc
ret = UCODE_READY_TIMEOUT;

this is the main reason for the drivers fail to work - if it fails here everithing else don't work

iwi3945 rel 832
iwi4965 rel 833
test this releases first before hacking the code
happy hacking smile.gif

if you search for this:
static int iwl3945_param_debug = 0xffffffff
this var controls the debug messages you get -> change it and you'll get less/more debug output
this can help filter messages to see if the hack works
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 77
  • Joined: 5-June 07
  • From: Gengoro Island
  • Member No.: 112,402
Log with 3945, rev 833, manual kext load

Attached File  system.txt ( 57.47K ) Number of downloads: 10
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 142
  • Joined: 29-September 06
  • From: The Netherlands
  • Member No.: 57,938
oke i got kp after manual kextload rel 833, using a tail, il up a pic in 15 minutes, have to eat first...

oke cans up the pic: this is the last line before kp

iwl4965: U iwl4965_rx_scan_start_notif Scan start: 120 [802.11a] (TSF: 0X00000000:0015D8C4) - (beacon timer 54527804)

before thate ar blocks of the same log lines with ending with the above line, looks like a loop
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
stop posting logs
i can't fix this without the card
go back read what is need to do and report a solution if you find it
this is for iwi3945 and iwi4965
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 35
  • Joined: 23-April 08
  • Member No.: 220,340
Hey all,

Well I got my HackinTablet back to a working state. Most of the fixes I have done (audio, tablet stuff, etc.) have been well documented. Can anyone of the more senior posters show me their testing work flow, including how to get the test versions, so I can help give feedback and get a better idea of whats going on? If not I can go digging again and see if anything comes up this time around.

My card is the iwi3945
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 21
  • Joined: 6-February 08
  • Member No.: 183,065
QUOTE (jalavoui @ Apr 25 2008, 05:15 PM) *
both cards as problems finish the ucode starttup sequence
search for this line in xcode:
ret = UCODE_READY_TIMEOUT*100;
and try other delay values - default value is ret = UCODE_READY_TIMEOUT;
this is very easy to test - report if you make it run without errors
use kextload to see inital drive log lines - this will show the errors

there are other ways to hack this: try
IOSleep(x); //replace x for 500, 1000 (=1second) 2000, etc
ret = UCODE_READY_TIMEOUT;

this is the main reason for the drivers fail to work - if it fails here everithing else don't work

iwi3945 rel 832
iwi4965 rel 833
test this releases first before hacking the code
happy hacking smile.gif

if you search for this:
static int iwl3945_param_debug = 0xffffffff
this var controls the debug messages you get -> change it and you'll get less/more debug output
this can help filter messages to see if the hack works



i cant find that line jalavo ... where is it ? which file or in what function i need to try these values ... i'll test
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 36
  • Joined: 25-October 06
  • From: Zurich, Switzerland
  • Member No.: 61,583
Found it! It's in iwl4965-base.c
I'll search a stable value
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 142
  • Joined: 29-September 06
  • From: The Netherlands
  • Member No.: 57,938
QUOTE (Ruud @ Apr 25 2008, 04:27 PM) *
oke i got kp after manual kextload rel 833, using a tail, il up a pic in 15 minutes, have to eat first...

oke cans up the pic: this is the last line before kp

iwl4965: U iwl4965_rx_scan_start_notif Scan start: 120 [802.11a] (TSF: 0X00000000:0015D8C4) - (beacon timer 54527804)

before thate ar blocks of the same log lines with ending with the above line, looks like a loop



oke it doesnt matter what value i use, i keep having a kp, so i cant 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
search for this
local->ops->hw_scan(local_to_hw(local),(u8*)"<hidden>", sizeof("<hidden>"));
and put
//local->ops->hw_scan(local_to_hw(local),(u8*)"<hidden>", sizeof("<hidden>"));
this is the kp
there's no point in startting a scan if the driver is unstable

Ruud,
you probably have found a good value already smile.gif

Cxddev,
can you help? both drivers as this bug
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 142
  • Joined: 29-September 06
  • From: The Netherlands
  • Member No.: 57,938
QUOTE (jalavoui @ Apr 25 2008, 05:44 PM) *
search for this
local->ops->hw_scan(local_to_hw(local),(u8*)"<hidden>", sizeof("<hidden>"));
and put
//local->ops->hw_scan(local_to_hw(local),(u8*)"<hidden>", sizeof("<hidden>"));
this is the kp
there's no point in startting a scan if the driver is unstable

Ruud,
you probably have found a good value already smile.gif

Cxddev,
can you help? both drivers as this bug



ok thanks, no kps now, but i don't get errors in the log, ill look into the scan function. To bad i always hated pointers etc.
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
i have a nice hack to test
i'll upload to svn
wait...

iwi3945 rel 834
iwi4965 rel 835

maybe a very nice hack smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 74 75 76 77 78 > » 
Closed Topic Start new topic

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

 

RSS Lo-Fi Version Time is now: 22nd November 2009 - 08:58 AM