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? |
|
|
|
Jul 13 2006, 11:13 PM
Post
#10
|
|
|
Group: Members Posts: 699 Joined: 26-February 04 From: near Munich, Germany Member No.: 2,043 |
|
|
|
|
Jul 15 2006, 08:39 PM
Post
#11
|
|
|
Group: Members Posts: 87 Joined: 19-June 06 Member No.: 10,198 |
QUOTE(dhns @ Jul 14 2006, 01:13 AM) QUOTE(gojira @ Jul 14 2006, 07:44 AM) Compiling: yes - but no testing (which is even more important...). -- hns I have tested the AJZaurusUSB driver that I compiled, packaged and was uploaded to Dsitri. It installs without problems and is fully functional. My MacBook Pro "sees" my Collie and my Collie barks at my MacBook. Chris-- |
|
|
|
Aug 2 2006, 11:06 PM
Post
#12
|
|
|
Group: Members Posts: 124 Joined: 16-January 05 Member No.: 6,248 |
QUOTE(chrisl @ Jul 16 2006, 03:39 PM) I have tested the AJZaurusUSB driver that I compiled, packaged and was uploaded to Dsitri. It installs without problems and is fully functional. My MacBook Pro "sees" my Collie and my Collie barks at my MacBook. Chris-- I've installed the package and the interface shows green when the z is connected but I can't ping either, and get "no route to host" and "host is down" from the mac |
|
|
|
Aug 2 2006, 11:36 PM
Post
#13
|
|
|
Group: Members Posts: 409 Joined: 7-November 03 Member No.: 811 |
What is the IP of the Mac shown under System Preferences/Network/Bulit-in Ethernet/TCP/IP ?
Which Zaurus is in use? |
|
|
|
Aug 4 2006, 08:00 AM
Post
#14
|
|
|
Group: Members Posts: 124 Joined: 16-January 05 Member No.: 6,248 |
I removed the kernel extension and now after I reinstall and reboot it doesn't show up at all...
|
|
|
|
Aug 9 2006, 06:19 AM
Post
#15
|
|
|
Group: Members Posts: 124 Joined: 16-January 05 Member No.: 6,248 |
QUOTE(gojira @ Aug 5 2006, 03:00 AM) ok, so now I loaded the extension manually (not sure if that was needed but if I try it again it says it's already loaded, so it wasn't loaded automatically, but maybe it just loads it on first use...) and got the interface to appear by changing the priority order of interfaces in the port config list (it just appeared when I moved one of the others), then configured it, and now it's back in the status list after connecting the z (but the currently unused interfaces aren't in that list -- petty sure they were originally) so ifconifg on the mac says... en2: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet6 fe80::3630:30ff:fe30:3000%en2 prefixlen 64 scopeid 0x8 inet 192.168.129.1 netmask 0xffffff00 broadcast 192.168.129.255 ether 34:30:30:30:30:00 media: autoselect (10baseT/UTP <full-duplex>) status: active supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 100baseTX <half-duplex> 100baseTX <full-duplex> ...when the z is connected and nothing about en2 otherwise the z shows usbd0 up on 192.168.129.201 regardless but with a few more packets after connection mac console has... Aug 9 22:49:17 sumi mDNSResponder: Repeated transitions for interface en2 (192.168.129.1); delaying packets by 5 seconds z dmesg has... net_recv_urb: TOO LARGE urb->actual_length: 63 maxtransfer: 0 net_recv_urb: TOO LARGE urb->actual_length: 127 maxtransfer: 0 NETDEV WATCHDOG: usbd0: transmit timed out usbd_device_bh: usbd_device_bh: no urb_sent function netproto_recv: not registered: state: 0 netproto_recv: not up net_dev->flags: 1002 ...then lots more watchdog timeouts same problems pinging as before I no longer have access to the linux box I used to use for this, so not sure if the z messages are normal, and don't have another ethernet-over-usb device to connect to the mac to see if that message is typical either, so if anyone has any ideas, please let me know thanks |
|
|
|
Aug 18 2006, 12:28 AM
Post
#16
|
|
|
Group: Members Posts: 124 Joined: 16-January 05 Member No.: 6,248 |
QUOTE(gojira @ Aug 10 2006, 01:19 AM) I removed extension and the receipt and reinstalled and the other interfaces came back in the status and the interface showed green when the z was connected but still no ping and no route. And now the interface no longer shows green and there's no interface listed under the z in the system profiler... |
|
|
|
Aug 18 2006, 07:39 PM
Post
#17
|
|
|
Group: Members Posts: 87 Joined: 19-June 06 Member No.: 10,198 |
QUOTE(gojira @ Aug 18 2006, 02:28 AM) QUOTE(gojira @ Aug 10 2006, 01:19 AM) I removed extension and the receipt and reinstalled and the other interfaces came back in the status and the interface showed green when the z was connected but still no ping and no route. And now the interface no longer shows green and there's no interface listed under the z in the system profiler... Here is a copy of my system profiler output: SL-5500: Removable Media: No Detachable Drive: Yes BSD Name: en2 Version: 0.00 Bus Power (mA): 500 Speed: Up to 12 Mb/sec Manufacturer: Sharp OS9 Drivers: No Product ID: 0x8004 Serial Number: 400002000001 Vendor ID: 0x04dd So it does work. I had unistalled the originally compiled extension and installed the package I compile and it still worked. Be sure you are using the Intel compiled version and not ppc version. Otherwise, you might want to compile it yourself as I had done. It would be interesting if anyone else is having this issue. Chris-- |
|
|
|
Aug 26 2006, 08:19 PM
Post
#18
|
|
|
Group: Members Posts: 124 Joined: 16-January 05 Member No.: 6,248 |
QUOTE(chrisl @ Aug 19 2006, 12:39 PM) So it does work. I had unistalled the originally compiled extension and installed the package I compile and it still worked. Be sure you are using the Intel compiled version and not ppc version. Otherwise, you might want to compile it yourself as I had done. It would be interesting if anyone else is having this issue. Chris-- Thanks. I've built the module too now and it behaves the same -- the interface is there but I can't ping either end from the other and the z logs transmit timeouts. If no one else is having this problem the next step is to reflash the z (which has been getting more and more flakey lately (although usbd0 was working ok to my old linux box))... |
|
|
|
Aug 27 2006, 01:10 PM
Post
#19
|
|
|
Group: Members Posts: 87 Joined: 19-June 06 Member No.: 10,198 |
QUOTE(gojira @ Aug 26 2006, 10:19 PM) QUOTE(chrisl @ Aug 19 2006, 12:39 PM) So it does work. I had unistalled the originally compiled extension and installed the package I compile and it still worked. Be sure you are using the Intel compiled version and not ppc version. Otherwise, you might want to compile it yourself as I had done. It would be interesting if anyone else is having this issue. Chris-- Thanks. I've built the module too now and it behaves the same -- the interface is there but I can't ping either end from the other and the z logs transmit timeouts. If no one else is having this problem the next step is to reflash the z (which has been getting more and more flakey lately (although usbd0 was working ok to my old linux box))... Actually, I have not been able to talk to my Z through the usb. My mac acknowledges the Z is there, will tell me when it is plugged in, but the they will not speak to each other. It is possible because my Z is an ext2 volume, but I doubt it. I have tried both samba and ftp. My mac will acknowledge that there is a samba volume, but will say it is a format that cannot be read. So, I generally use a card reader. I have been told that macs will communicate via wifi as well, but I have not tried yet. Chris-- |
|
|
|
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 So, here is the home page: http://www.dsitri.de/wi... Jul 15 2006, 11:00 PM![]() ![]() |
|
Lo-Fi Version | Time is now: 20th May 2013 - 10:29 AM |