Author Topic: Zubuntu Rt73 Compile  (Read 3201 times)

annu

  • Newbie
  • *
  • Posts: 4
    • View Profile
Zubuntu Rt73 Compile
« on: March 26, 2009, 08:08:19 pm »
hi,

i was wondering whether anyone has gotten the rt73 usb wifi driver to work on zubuntu yet.
I tried to compile it from source but i dont realy have any experience with that and im running into a lot of problems.
Im using the standard header files from the reposity but make complains a lot about them and missing include files and such.
Are there like any special symlinks that i have to create or something?

thanks for your help.

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3706
    • View Profile
Zubuntu Rt73 Compile
« Reply #1 on: March 28, 2009, 06:41:00 pm »
have you installed all the include files... I'm no ubuntu expert but maybe you need "libc6-dev" and "build-essential" packages?
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

annu

  • Newbie
  • *
  • Posts: 4
    • View Profile
Zubuntu Rt73 Compile
« Reply #2 on: March 29, 2009, 02:28:25 pm »
yeah, its possible that i didnt have everything from build-essential.
I have to download all the dependencies by hand on my mac because the zaurus refuses to talk to it via usb-ethernet
so its possible that i have missed something.

But while i was at it I moved on to the new Jaunty version so its a fresh start again :-)

at the moment im even not sure wich kernel-headers i'll have to get. (whether the generic ones will do or not)

so yeah, i'll set everything up again and try then.

thanks for your help though...

PS: it would save me a lot of time if someone already had a compiled module floating around...

annu

  • Newbie
  • *
  • Posts: 4
    • View Profile
Zubuntu Rt73 Compile
« Reply #3 on: April 07, 2009, 05:24:30 pm »
edit: nevermind i wasnt realizing that just throwing the original code at the compiler without any modifications wont work.
        now i have used captain_fish's modified code from the pdaxii thread and now it seems to work!
        i cant believe yet that it will run perfectly but at least it now shows up in ifconfig
        its getting late here so i'll only run some little tests now and post again toworrow...

ok i have made some progress but i get more problems.

Cortez suggested crosscompiling it with poky which i finally got working after some struggeling.
i was able to compile the module and installed on my spitz running the poky-sato image.

now if i modprobe the module i get segfaults for ifconfig and the likes
weird thing is that i once tried angstrom with a rt73 module someone in this forum provided (afaik it worked for them) and it did the same thing. i get the wifi stick to work on a desktop linux so the hardware seems to be ok

so yeah im sort of stuck here, not sure how to deal with the segfault.

i'll try to build it natively in the poky-sdk image and see if that helps
« Last Edit: April 07, 2009, 06:19:17 pm by annu »

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3706
    • View Profile
Zubuntu Rt73 Compile
« Reply #4 on: April 07, 2009, 07:06:03 pm »
I would suspect that the driver hasn't been written in a portable way, so it's making assumptions about the in-memory arrangement of bytes and packets, which mean that data structures appear corrupted causing it to crash.

I think you'd have to go through the code and have a fairly deep understanding of usb and network drivers to spot programming errors, and replace with portable code and/or IFDEFs etc.
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

annu

  • Newbie
  • *
  • Posts: 4
    • View Profile
Zubuntu Rt73 Compile
« Reply #5 on: April 08, 2009, 02:23:54 pm »
ok the module is working fine. :yay:

I have yet to configure wpa_supplicant correctly, because i cant connect to my ap
but i tried kismet and all that stuff and it works so its probably just some configuration error on my part.

Anyway in case anyone might want it , ive attached it as ipk and deb.

its compiled for poky kernel 2.6.23 though, so i dont think it would work under zubuntu with 2.6.26

can anyone tell me how to get poky to build for that kernel version?