May 14 2006, 08:53 AM
Post
#1
|
|
|
Group: Members Posts: 699 Joined: 26-February 04 From: near Munich, Germany Member No.: 2,043 |
I have posted a small update:
http://www.handheld-linux.com/swi/showdetail.php?app=4378 It is recompiled on MacOS X 10.4.6 with Xcode 2.2.1 (PowerPC Macs only). But if you have no problems, there is no need to update. It also adds some configuration for accessing the Motorola A780 as described here: http://wiki.openezx.org/Get_a_shell -- hns |
|
|
|
![]() |
Jul 10 2006, 06:10 AM
Post
#2
|
|
|
Group: Members Posts: 124 Joined: 16-January 05 Member No.: 6,248 |
|
|
|
|
Jul 10 2006, 06:23 AM
Post
#3
|
|
|
Group: Members Posts: 699 Joined: 26-February 04 From: near Munich, Germany Member No.: 2,043 |
QUOTE(gojira @ Jul 10 2006, 03:10 PM) QUOTE(dhns @ May 15 2006, 03:53 AM) can you build it for intel too? thanks As soon as I own one. Up to now they have not really been convincing to me. I would get the same amount of memory and harddisk capacity as in my old G4 PowerBook. Well, the CPU speed would be factor 5 - but I am still the slowest part of the system. So, let's cross fingers that Apple is announcing a dual core Merom based MacBook Pro soon But if you have one, you can try it yourself. It is open source. But I have no idea if it works. -- hns |
|
|
|
Jul 10 2006, 05:14 PM
Post
#4
|
|
|
Group: Members Posts: 87 Joined: 19-June 06 Member No.: 10,198 |
QUOTE(dhns @ Jul 10 2006, 08:23 AM) QUOTE(gojira @ Jul 10 2006, 03:10 PM) QUOTE(dhns @ May 15 2006, 03:53 AM) can you build it for intel too? thanks As soon as I own one. Up to now they have not really been convincing to me. I would get the same amount of memory and harddisk capacity as in my old G4 PowerBook. Well, the CPU speed would be factor 5 - but I am still the slowest part of the system. So, let's cross fingers that Apple is announcing a dual core Merom based MacBook Pro soon But if you have one, you can try it yourself. It is open source. But I have no idea if it works. -- hns To my understanding, some things will cross compile and other things need alteration. If this is the type that does not need alteration and someone can give me instructions on how to do it, I'll compile it. I have gcc4, XCodes and a MacBook pro, so I should be able to do it. By the way, the MacBooks are nice. It gets warm, but so did by old Dell Pentium 4 clunker. Chris-- |
|
|
|
Jul 10 2006, 11:56 PM
Post
#5
|
|
|
Group: Members Posts: 699 Joined: 26-February 04 From: near Munich, Germany Member No.: 2,043 |
QUOTE(chrisl @ Jul 11 2006, 02:14 AM) To my understanding, some things will cross compile and other things need alteration. If this is the type that does not need alteration and someone can give me instructions on how to do it, I'll compile it. I have gcc4, XCodes and a MacBook pro, so I should be able to do it. Ok, let's try a "remote control"... You need to do: 1. load AJZaurusUSB sources 2. read the HOWTO-MAKE 3. open the AJZaurusUSB.xcodeproj 4. press Build 5. a Terminal will come up. 6. type 'make' 7. it will ask for your system admin password 8. it should compile without errors 9. Save everything 10. Save everything again 11. Now comes the critical point: type 'make load' (it may ask again for the password) 12. connect the Zaurus through USB 13. The Mac might now Kernel Panic every moment.... 14. if not, go to the Network Preferences and look if a "new interface" was found 15. configure the interface 16. try to ping the Zaurus If everything works fine, type 'make install' to keep the driver permanently on your Mac (even after a reboot). -- hns |
|
|
|
Jul 12 2006, 08:55 AM
Post
#6
|
|
|
Group: Members Posts: 87 Joined: 19-June 06 Member No.: 10,198 |
QUOTE(dhns @ Jul 11 2006, 01:56 AM) QUOTE(chrisl @ Jul 11 2006, 02:14 AM) To my understanding, some things will cross compile and other things need alteration. If this is the type that does not need alteration and someone can give me instructions on how to do it, I'll compile it. I have gcc4, XCodes and a MacBook pro, so I should be able to do it. Ok, let's try a "remote control"... You need to do: 1. load AJZaurusUSB sources 2. read the HOWTO-MAKE 3. open the AJZaurusUSB.xcodeproj 4. press Build 5. a Terminal will come up. 6. type 'make' 7. it will ask for your system admin password 8. it should compile without errors 9. Save everything 10. Save everything again 11. Now comes the critical point: type 'make load' (it may ask again for the password) 12. connect the Zaurus through USB 13. The Mac might now Kernel Panic every moment.... 14. if not, go to the Network Preferences and look if a "new interface" was found 15. configure the interface 16. try to ping the Zaurus If everything works fine, type 'make install' to keep the driver permanently on your Mac (even after a reboot). -- hns I'm on it. Chris-- |
|
|
|
Jul 12 2006, 10:03 AM
Post
#7
|
|
|
Group: Members Posts: 87 Joined: 19-June 06 Member No.: 10,198 |
QUOTE(chrisl @ Jul 12 2006, 10:55 AM) QUOTE(dhns @ Jul 11 2006, 01:56 AM) QUOTE(chrisl @ Jul 11 2006, 02:14 AM) To my understanding, some things will cross compile and other things need alteration. If this is the type that does not need alteration and someone can give me instructions on how to do it, I'll compile it. I have gcc4, XCodes and a MacBook pro, so I should be able to do it. Ok, let's try a "remote control"... You need to do: 1. load AJZaurusUSB sources 2. read the HOWTO-MAKE 3. open the AJZaurusUSB.xcodeproj 4. press Build 5. a Terminal will come up. 6. type 'make' 7. it will ask for your system admin password 8. it should compile without errors 9. Save everything 10. Save everything again 11. Now comes the critical point: type 'make load' (it may ask again for the password) 12. connect the Zaurus through USB 13. The Mac might now Kernel Panic every moment.... 14. if not, go to the Network Preferences and look if a "new interface" was found 15. configure the interface 16. try to ping the Zaurus If everything works fine, type 'make install' to keep the driver permanently on your Mac (even after a reboot). -- hns I'm on it. Chris-- I just went through the whole process. IT WORKS!! My mac "sees" the Zaurus and can ping it (avg 1.28 ms). Now, is there a way for the machines to communicate? I know there is a sync tool out there, but is there a way to transfer files? Also, how does quantumstep fit in with all of this on an OZ/opie machine? Finally, I noticed a way to make a package in the how-to-make documentation. Does anyone want a compiled package and where would I upload it too? Chris-- |
|
|
|
Jul 12 2006, 11:38 PM
Post
#8
|
|
|
Group: Members Posts: 699 Joined: 26-February 04 From: near Munich, Germany Member No.: 2,043 |
QUOTE(chrisl @ Jul 12 2006, 07:03 PM) I just went through the whole process. IT WORKS!! Congratulations!!! QUOTE My mac "sees" the Zaurus and can ping it (avg 1.28 ms). Now, is there a way for the machines to communicate? I know there is a sync tool out there, but is there a way to transfer files? Also, You can 1) install openssh on the Zaurus 2) mount the Zaurus as a SMB file system on the Mac QUOTE how does quantumstep fit in with all of this on an OZ/opie machine? No direct relation. QuantumSTEP is a GUI system which can also use AJZaurusUSB for communication. The Sync Tool is ZMacSync and also still PowerPC only (but not open source - sorry). QUOTE Finally, I noticed a way to make a package in the how-to-make documentation. Does anyone want a compiled package and where would I upload it too? I think the best way would be if you make a package and send it to me. Then, I can put it on the AJZaurusUSB home page for download. And as soon as I have an Intel Mac, I can try to build a version which can be instaled on both types of systems as well as ZMacSync. -- hns |
|
|
|
Jul 13 2006, 10:44 PM
Post
#9
|
|
|
Group: Members Posts: 124 Joined: 16-January 05 Member No.: 6,248 |
QUOTE(dhns @ Jul 13 2006, 06:38 PM) I think the best way would be if you make a package and send it to me. Then, I can put it on the AJZaurusUSB home page for download. that'd be great. thanks both of you QUOTE(dhns @ Jul 13 2006, 06:38 PM) And as soon as I have an Intel Mac, I can try to build a version which can be instaled on both types of systems as well as ZMacSync. isn't is possible to cross compile it from a ppc mac? |
|
|
|
dhns Ajzaurususb 0.3.2 Update May 14 2006, 08:53 AM
eji Thanks for the update. May 14 2006, 10:28 PM
dhns I recently found that people are editing Info.plis... May 30 2006, 05:57 AM
chrisl QUOTE(dhns @ Jul 13 2006, 01:38 AM)QUOTE(chri... Jul 13 2006, 06:28 PM
dhns QUOTE(gojira @ Jul 14 2006, 07:44 AM)isn... Jul 13 2006, 11:13 PM
chrisl QUOTE(dhns @ Jul 14 2006, 01:13 AM)QUOTE(goji... Jul 15 2006, 08:39 PM
dhns So, here is the home page: http://www.dsitri.de/wi... Jul 15 2006, 11:00 PM
gojira QUOTE(chrisl @ Jul 16 2006, 03:39 PM)I have t... Aug 2 2006, 11:06 PM
freizugheit What is the IP of the Mac shown under System Prefe... Aug 2 2006, 11:36 PM
gojira I removed the kernel extension and now after I rei... Aug 4 2006, 08:00 AM
gojira QUOTE(gojira @ Aug 5 2006, 03:00 AM)I removed... Aug 9 2006, 06:19 AM
gojira QUOTE(gojira @ Aug 10 2006, 01:19 AM)
I remo... Aug 18 2006, 12:28 AM
chrisl QUOTE(gojira @ Aug 18 2006, 02:28 AM)QUOTE(go... Aug 18 2006, 07:39 PM
gojira QUOTE(chrisl @ Aug 19 2006, 12:39 PM)So it do... Aug 26 2006, 08:19 PM
chrisl QUOTE(gojira @ Aug 26 2006, 10:19 PM)QUOTE(ch... Aug 27 2006, 01:10 PM![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 05:22 AM |