Jump to content
3992 posts in this topic

Recommended Posts

just a little update on using wireless so far. I can't seem to d/l any faster than 20KB/s, and there is a long pause between requested information and when I actually start getting it (not related to my connection). Also it seems that some channels are more stable/consistent then others, channel 11 seems to work best for me so far (when multiple APs with different channels are available).

 

I was wondering if its possible to check signal strength from APs that get listed B) ? Is that in the works? It'd be nice to know which AP has the strongest signal . Anyway ty for the dev you've done so far. :)

iwi3945

 

there's some channel code that i'm disabling - i'll fix it later

 

 

 

I was wondering if its possible to check signal strength from APs that get listed B) ? Is that in the works? It'd be nice to know which AP has the strongest signal . Anyway ty for the dev you've done so far. :)

 

if you have xcode, increase the debug level (iwi2200.h) and you'll get some info on that

 

in future we'll put that in a graphical interface

 

JustJoe,

 

i'll put the source in here so that you can check

 

i've added new mac80211 functions - the bug is now at ipw_bg_alive_start()

i think you can fixed beter than me :yoji:

 

you'll need to reenable ipw_init_channel_map() and fix it - this can be hard

 

the svn of iwidarwin is really anoying me...

 

 

Airfly,

 

maybe you can help in this too?

 

 

anyone as a clue about the no working iwi3945 cards? vendor/id?

iwi3945.dmg

iwi3945_src.zip

iwi3945

 

there's some channel code that i'm disabling - i'll fix it later

 

JustJoe,

 

i'll put the source in here so that you can check

 

i've added new mac80211 functions - the bug is now at ipw_bg_alive_start()

i think you can fixed beter than me B)

 

you'll need to reenable ipw_init_channel_map() and fix it - this can be hard

 

the svn of iwidarwin is really anoying me...

 

 

Airfly,

 

maybe you can help in this too?

 

 

anyone as a clue about the no working iwi3945 cards? vendor/id?

 

photto.

 

I'll try the new source and test.

post-87021-1177969832_thumb.gif

Likewise... I actually made a script so that I don't forget, lol

 

Also made script for uninstalling iwi3945, if interested I can attach....

 

Working on getting Xcode... any ideas?

 

If possible I would like to you help develop, though I don't know much about writing drivers...

I have programming background in C++ and Java... maybe with Xcode I could be of some use to you and this project.

iwi3945 - this is getting hard to fix...

 

if you have xcode you can easly change this:

 

//IOLog("ipw_set_rate\n");

//ipw_set_rate(priv);

IOLog("ipw_send_power_mode\n");

ipw_send_power_mode(priv, IPW_POWER_LEVEL(priv->power_mode));

 

 

to this

 

//IOLog("ipw_set_rate\n");

//ipw_set_rate(priv);

//IOLog("ipw_send_power_mode\n");

//ipw_send_power_mode(priv, IPW_POWER_LEVEL(priv->power_mode));

 

 

this is all i changed from last upload - it will take ages this way...

 

and the problem is that i've to go back and fix the commented code - it will be needed elsewhere

 

 

you should all get xcode :P

iwi3945.dmg

Guest
This topic is now closed to further replies.
×
×
  • Create New...