Aug 23 2008, 05:59 PM
Post
#1
|
|
|
Group: Members Posts: 85 Joined: 7-April 08 Member No.: 21,602 |
Its incredible.. cant get kernel modules to download, dont know how to modify vanilla kernel code for Zaurus C1000 because no one
else knows it seems ? I hope I am wrong ? And all I want is: rt73.o yes, that single kernel module compiled for kernel 2.4.20 and to be used on a Zaurus SL-C1000 and pdaxii13 OS. just make sure the source code is from the ASPj rt73-k2wrlz source code and you use GCC 3.4.5 which is the default GCC for pdaxii13. Its got to be the all time easiest $150 US your ever going to make. someone, somewhere out there knows exactly what I'm talking about and want, if thats you, come get your money ! its ready ! create for me rt73.o and its all yours ! contact me on +44 775 7627096 on my Cellular phone daylight GMT . if no reply, please leave a message I will get back to you quickly. please also contact me at: allelectrix2@yahoo.co.uk your efforts to help me will be well rewarded. thanks so much ! |
|
|
|
![]() |
Oct 14 2008, 06:08 PM
Post
#2
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
I tried 5 versions of the code (the one you had, a newer version, a CVS, and some others), but the one that built had the fewest errors.
The others gave weird "couldn't parse something before this," where the code looked fine to me. I think I know what is causing the segfault, too...I had to change a line of code that I didn't really know what it did. If somebody's familiar with kernel stuff, I'd appreciate you looking at this line: CODE struct usb_device *dev = pAd->pUsb_Dev; ... //struct device *udevice = &dev->dev; struct device *udevice = dev; The third, commented out one is the original. The compiler claims that there's no such member "dev" in "&dev," so I hacked it together so it compiled Basically, if somebody could tell me what to change that to, I should have a working module. I believe that usb_device is defined in the kernel header include/linux/usb.h. I haven't worked with structs, so this all seems like a jumbel/excruciatingly messy coding to me (which it likely is). |
|
|
|
Oct 14 2008, 09:26 PM
Post
#3
|
|
|
Group: Members Posts: 31 Joined: 29-December 07 From: Spain Member No.: 21,128 |
CODE struct usb_device *dev = pAd->pUsb_Dev; ... //struct device *udevice = &dev->dev; struct device *udevice = dev; The third, commented out one is the original. The compiler claims that there's no such member "dev" in "&dev," so I hacked it together so it compiled The code is trying to assign udevice as a pointer to the dev member of dev struct and the compiler is complaining there is no member dev in dev struct so you need to find the definition of dev struct and find why there is no dev member. The change you made assigned udevice as a pointer to whole dev struct which will overflow as soon as the code tries to use that pointer, if you find and post the definition of dev struct may be we can give you a hand (or maybe no As a stupid example the code is pointing to a book on a shelf and the compiler can not find that book while your edition in code pointed to the bookshelf itself not a single book and once compiled it brokes its back trying to pick the bookshelf |
|
|
|
Allelectrix I Will Pay Anyone $150 Us Just Compile Aspj Rt73 Module For Zaurus Aug 23 2008, 05:59 PM
Allelectrix as of Monday September 29th 2008, this still appli... Sep 29 2008, 05:28 AM
Frederic Bergeron Looking on Google for "rt73.o zaurus" or... Sep 29 2008, 07:25 AM
Allelectrix QUOTE(Frederic Bergeron @ Sep 29 2008, 04... Oct 1 2008, 05:42 PM
sdjf Two thoughts. I know how frustrating what you are... Oct 5 2008, 08:14 PM
Allelectrix QUOTE(sdjf @ Oct 6 2008, 05:14 AM) Two th... Oct 11 2008, 04:24 AM
Allelectrix thanks for your help guys, keep this stuff coming ... Oct 11 2008, 04:35 AM
Frederic Bergeron Just out of curiosity, why don't you just buy ... Oct 11 2008, 06:20 AM
Allelectrix I've only got Hostap for 802.11b CF Cards and ... Oct 11 2008, 11:50 AM
sdjf Out of curiousity, what does "works for a few... Oct 13 2008, 03:43 AM
Allelectrix QUOTE(sdjf @ Oct 13 2008, 12:43 PM) Out o... Oct 13 2008, 06:07 AM
Capn_Fish OK, I'm getting Cacko dev stuff downloaded. We... Oct 13 2008, 12:50 PM
Capn_Fish Try this (It's likely broken in some way or an... Oct 13 2008, 03:18 PM
Allelectrix QUOTE(Capn_Fish @ Oct 14 2008, 12:18 AM) ... Oct 14 2008, 03:05 PM
Allelectrix QUOTE(laan @ Oct 15 2008, 06:26 AM) QUOTE... Oct 15 2008, 03:15 AM
Capn_Fish QUOTE(laan @ Oct 15 2008, 12:26 AM) QUOTE... Oct 15 2008, 06:46 AM
louigi600 I had similar problems building zd1211 for 2.6.16.... Oct 15 2008, 10:27 AM
Allelectrix Come on everybody ! Please help Capn_Fish solv... Oct 15 2008, 10:49 AM
eviLjazz I compiled the module against my kernel branch (se... Oct 15 2008, 01:09 PM
Allelectrix QUOTE(eviLjazz @ Oct 15 2008, 10:09 PM) I... Oct 15 2008, 03:18 PM
eviLjazz Glad the module is working.
QUOTE(Allelectrix ... Oct 15 2008, 09:46 PM
Allelectrix The Beautiful Sight
Oct 15 2008, 04:01 PM
Frederic Bergeron Beautiful indeed! You could almost hang the p... Oct 15 2008, 04:46 PM
zmiq2 QUOTEI really don't think I have ever been so ... Oct 15 2008, 11:57 PM
Allelectrix Thanks evilJazz for that information, I'll hav... Oct 16 2008, 03:44 AM
Capn_Fish I've had an internet connection from a USB-Eth... Oct 16 2008, 04:36 AM
Allelectrix QUOTE(Capn_Fish @ Oct 16 2008, 01:36 PM) ... Oct 16 2008, 07:49 AM
eviLjazz Attached is the latest version 3.0.1 of the rt73 d... Oct 16 2008, 09:54 AM
Allelectrix QUOTE(eviLjazz @ Oct 16 2008, 06:54 PM) A... Oct 16 2008, 02:47 PM
Allelectrix QUOTE(eviLjazz @ Oct 16 2008, 06:54 PM) A... Oct 16 2008, 03:19 PM
Allelectrix also, someone made a sensitivity patch for 2.0.x. ... Oct 17 2008, 04:13 AM
Allelectrix OK, with all of your fine help, I just compiled it... Oct 17 2008, 12:05 PM
xamindar This post got me really excited as I have a usb ca... Oct 18 2008, 01:06 AM
Allelectrix xamindar wrote about his ralink rt2571 chipset car... Oct 18 2008, 04:02 AM
Allelectrix Yes, after applying the Sensitivity patch to the M... Nov 1 2008, 11:29 AM
xamindar QUOTE(Allelectrix @ Oct 18 2008, 05:02 AM... May 14 2010, 02:29 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 12:09 AM |