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

171 Pages V  « < 29 30 31 32 33 > »   
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: 5
  • Joined: 16-March 08
  • Member No.: 200,466
QUOTE (SupraIS300 @ Mar 30 2008, 06:58 AM) *
....
2. Every time I boot and set Power to ON the nsGUI hangs. I can't kill the process at all. If I log out and log back in again and set Power ON then it often works.
....


+1 (2200bg)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 36
  • Joined: 10-March 08
  • From: Israel
  • Member No.: 197,909
yep same here.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 15-March 08
  • Member No.: 200,192
QUOTE (zacwhite15 @ Apr 6 2008, 02:25 AM) *
Unhandled transform (1) for ioctl group = 78 (N), number = 3, length = 100
Illegal instruction
logout

I get this same exact error.

I've been watching this thread for about a month. I realize that the 3945 is not going to be up and running for a while. I have tried a few of the .dmg's with no success, so I ebay'd a 2915 for less than $20 wink.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 19
  • Joined: 7-November 07
  • From: Germany
  • Member No.: 150,788
I got the same screen like Roal2488...
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
iwi3945
can someone post the kp picture
last one doesn't show where it crashes
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 49
  • Joined: 26-January 08
  • Member No.: 178,177
QUOTE (jalavoui @ Apr 7 2008, 10:52 AM) *
iwi3945
can someone post the kp picture
last one doesn't show where it crashes

Jalavoui:
I got a KP(grey screen of death) when i mounted the kext with the kexhelper application, but i coulndt get any logs. of course i get the same KP whle trying to boot normally. will try with -v to see what happens.
then i booted with -s and loaded the driver manually with the kextload command and got the screen i posted. How do i make it crash booting with -s? the thing is that the screen freezes there and still after 15min it was still like that.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 1-February 08
  • From: Ukraine, Odessa
  • Member No.: 180,911
QUOTE (jalavoui @ Apr 7 2008, 01:52 PM) *
iwi3945
can someone post the kp picture
last one doesn't show where it crashes


669 KP
Attached File  __1047___1086___1073___1088_156.jpg ( 430.83K ) Number of downloads: 58
Attached File  __1047___1086___1073___1088_157.jpg ( 319.54K ) Number of downloads: 42
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 1-February 08
  • From: Ukraine, Odessa
  • Member No.: 180,911
I've posted some markers and recompiled it. It crashes right here:

void ieee80211_sta_work(struct work_struct *work)
{
IM_HERE_NOW();
struct ieee80211_sub_if_data *sdata = (struct ieee80211_sub_if_data*)work->data;//check this
// container_of(work, struct ieee80211_sub_if_data, u.sta.work);
struct net_device *dev = sdata->dev;
---->>>>> HERE struct ieee80211_local *local = (struct ieee80211_local*)wdev_priv(dev->ieee80211_ptr);
struct ieee80211_if_sta *ifsta;
struct sk_buff *skb;

Hope this helps smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 21
  • Joined: 6-February 08
  • Member No.: 183,065
i added the IOLog("1\n");
to the static int ieee80211_open(struct net_device *dev) function and re-compile it whit xcode under leo 10.5.1

then i bot whit -s
the i load the kext whit kextload


but ...
but ...
sad.gif
but the driver frezees and i dont give me the kernel panic
there some pics ...

blink.gif

of a couple of try's
Attached File(s)
Attached File  Archive.zip ( 1.73MB ) Number of downloads: 23
 
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
QUOTE (glorybox @ Apr 7 2008, 08:14 PM) *
I've posted some markers and recompiled it. It crashes right here:void ieee80211_sta_work(struct work_struct *work){IM_HERE_NOW(); struct ieee80211_sub_if_data *sdata = (struct ieee80211_sub_if_data*)work->data;//check this // container_of(work, struct ieee80211_sub_if_data, u.sta.work); struct net_device *dev = sdata->dev;---->>>>> HERE struct ieee80211_local *local = (struct ieee80211_local*)wdev_priv(dev->ieee80211_ptr); struct ieee80211_if_sta *ifsta; struct sk_buff *skb;Hope this helps smile.gif


very nice kp catch smile.gif
i'll try to fix it

iwi3945 rel 670
if you have xcode maybe you can fix this - try some IOLog() if get a kp
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 1-February 08
  • From: Ukraine, Odessa
  • Member No.: 180,911
QUOTE (jalavoui @ Apr 7 2008, 07:53 PM) *
very nice kp catch smile.gif
i'll try to fix it

iwi3945 rel 670
if you have xcode maybe you can fix this - try some IOLog() if get a kp


Well, I used printf(), since IOLog doesn't produce any messages to console
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
iwi3945 rel 671

fixed code for thread alloc
this version should be more stable
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 76
  • Joined: 3-March 08
  • Member No.: 194,807
thanks, it installs and boots fine but when i try to load it it says:
ujen-s-mac-pro:~ Ujen$ sudo kextload /system/library/extensions/iwi3945.kext
Password:
kld(): Undefined symbols:
__Z10mbuf_copymP6__mbufmmjPS0_
__Z10mbuf_flagsP6__mbuf
__Z11mbuf_setlenP6__mbufm
__Z12ctl_registerP12kern_ctl_regPPv
__Z12mbuf_prependPP6__mbufmj
__Z12mbuf_setdataP6__mbufPvm
__Z15mbuf_pkthdr_lenP6__mbuf
__Z17mbuf_leadingspaceP6__mbuf
__Z18mbuf_pkthdr_setlenP6__mbufm
__Z18mbuf_trailingspaceP6__mbuf
__Z21mbuf_data_to_physicalPv
__Z8mbuf_adjP6__mbufi
__Z8mbuf_lenP6__mbuf
__Z9mbuf_dataP6__mbuf
__Z9mbuf_typeP6__mbuf
kextload: kld_load_from_memory() failed for module /system/library/extensions/iwi3945.kext/Contents/MacOS/iwi3945
kextload: a link/load error occured for kernel extension /system/library/extensions/iwi3945.kext
link/load failed for extension /system/library/extensions/iwi3945.kext
(run kextload with -t for diagnostic output)
ujen-s-mac-pro:~ Ujen$

also i cant seem to find nsgui.app anywhere, any idea? thanks biggrin.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 31
  • Joined: 22-March 08
  • From: Norway
  • Member No.: 203,303
Is there any update on the 4965AGN driver for Leopard?

If there is anything I can do to help, just let me know! Once i get the driver for my WiFi card, i can finally switch to using OSX as my primary OS! biggrin.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 10
  • Joined: 28-February 08
  • Member No.: 192,924
I'm sorry I cannot find the new release! I wanna help! Also if the kext makes a Kp what do I do? Boot with -x?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 49
  • Joined: 26-January 08
  • Member No.: 178,177
I'm getting the same screen as before i think
Attached File(s)
Attached File  07042008376.jpg.zip ( 630.15K ) Number of downloads: 45
 
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 105
  • Joined: 17-January 08
  • Member No.: 174,163
just came across this thread....just want to say thanks....my wireless works on my gateway 3550gz. i downloaded PROSet/Wireless 2200b/g and 2915a/b/g OS X 10.5 SVN latest and it works...heres my logs...im running kalyway 10.5.1....its not recognized as an airport in system profiler, and i had to add an ethernet port manually in network prefs...the airport utility says nothing....but i dont care cause it works! Thanks! just my 2 cents...
Attached File(s)
Attached File  dmesg.txt ( 4K ) Number of downloads: 6
Attached File  ioreg.txt ( 27.8K ) Number of downloads: 6
Attached File  system.txt ( 1.05MB ) Number of downloads: 4
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 12
  • Joined: 5-March 08
  • Member No.: 195,688
jalavoui, using iwi3945 rel 671 I get KP immediately (Kalyway 10.5.2).

I added the following markers in the code:

CODE
static int ieee80211_open(struct net_device *dev)
{
    printf("CAH: 1\n");
    IM_HERE_NOW();    
    printf("CAH: 2\n");
    
    struct ieee80211_sub_if_data *sdata, *nsdata;
    printf("CAH: 3\n");
    struct ieee80211_local *local = (ieee80211_local*)wdev_priv(dev->ieee80211_ptr);
    printf("CAH: 4\n");
    struct ieee80211_if_init_conf conf;
    printf("CAH: 5\n");
    int res;
    printf("CAH: 6\n");

    sdata = (struct ieee80211_sub_if_data*)IEEE80211_DEV_TO_SUB_IF(dev);
    printf("CAH: 7\n");
    //read_lock(&local->sub_if_lock);
    list_for_each_entry(nsdata, &local->sub_if_list, list) {
        printf("CAH: 7a\n");
        struct net_device *ndev = nsdata->dev;

        printf("CAH: 7b\n");
        if (ndev != dev && ndev != local->mdev /*&& netif_running(ndev)*/ &&
            compare_ether_addr(dev->dev_addr, ndev->dev_addr) == 0 &&
            !identical_mac_addr_allowed(sdata->type, nsdata->type)) {
            //read_unlock(&local->sub_if_lock);
            printf("CAH: 7c\n");
            return -1;//-ENOTUNIQ;
        }
        printf("CAH: 7d\n");
    }
    //read_unlock(&local->sub_if_lock);

    printf("CAH: 8\n");


The last marker I see on the console (the line before the KP) is 'CAH: 7' so I think the line 'list_for_each_entry(nsdata, &local->sub_if_list, list)' is giving me the KP.

P.S I don't have a digital camera here to take a photo of the KP screen.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 4-April 08
  • Member No.: 209,832
QUOTE (imwithalwood @ Apr 8 2008, 01:29 AM) *
I'm sorry I cannot find the new release! I wanna help! Also if the kext makes a Kp what do I do? Boot with -x?



am really glad we are getting some where i hope it will be done by the end of this month
love ya all and please donate to the site so that it will help in the dev of other works also
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
iwi3945 rel 672
fix for ieee80211_open
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 29 30 31 32 33 > » 
Closed Topic Start new topic

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

 

RSS Lo-Fi Version Time is now: 22nd November 2009 - 03:21 AM