Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vc24

Pages: [1]
1
C1000/3x00 General discussions / Gprs On C3k
« on: August 11, 2005, 11:41:28 am »
Nice job, misch! I've just tried Pretec GPRS CF card and it works perfectly after applying all your hints. Thanks a lot!

2
Zaurus - pdaXrom / Rc 10 On C3000 With Dual Boot
« on: August 05, 2005, 02:55:23 am »
Quote
i'm banging my head to get this working. grrr
after pivot_root to /hdd3 it can't find chroot. file not found.
installing the japanese c3000pdaxrom from the link to init works fine. what am I missing with the akita pdaxrom? help please
[div align=\"right\"][a href=\"index.php?act=findpost&pid=90341\"][{POST_SNAPBACK}][/a][/div]

Make sure that you have chroot in /hdd3/sbin (you need to copy it from /sbin)

vc

3
Zaurus - pdaXrom / Rc 10 On C3000 With Dual Boot
« on: July 19, 2005, 10:03:36 am »
Quote
The network config application is a python application so you can
edit /usr/bin/network.py  and modify the lines with

Code: [Select]
os.system("/sbin/cardctl eject")
os.system("/sbin/cardctl insert")


to only eject and insert the wifi card (add a 0?)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=88621\"][{POST_SNAPBACK}][/a][/div]

Thanks pgas! pdaXrom on z3K becomes better and better! and I love it!

4
Zaurus - pdaXrom / Rc 10 On C3000 With Dual Boot
« on: July 05, 2005, 11:59:50 am »
Hi ThC!

Thanks for description! I've managed to install RC10 with dual boot on my C3K. And it works!

As for troubles:
Quote
1) each time you'll type a command in the console you'll have a message about "using fallback suid method"
It goes from busybox: some problems with reading configuration file (/etc/busybox.conf). It was solved by changing owner of this file and all the binaries to root (chown root:root /etc/busybox.conf)
 
Quote
2) if your zaurus get into sleep mode the hd spin down and don't seem to be able to recover and you'll need to reboot
As I can see this is because of suspend script - it tries to eject all cards. And HDD is one of the cards for Z. So I've changed the script so that it touchs only slot 0:
Code: [Select]
/usr/bin/apm:
...
cardctl eject 0
...
cardctl insert 0
Quote
4) lots of messages during boot time as ldconfig complaining about X libs not being symlinks ... but it don't seem to be a real problem
It's strange but cp -a copied links as files. I have moved all the directories from root-akita directory to hdd3 instead of copying them. In this case all links stay as links and number of messages during loading is quite reasonable  

There are still few problems with apps (e.g., WiFi configuration seems to restart pcmcia or eject/insert cards and after it HDD becomes unusable) we need to solve. But in general not bad I think

vc

Pages: [1]