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!
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.
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]
The network config application is a python application so you can
edit /usr/bin/network.py and modify the lines withCode: [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]
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)
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 rebootAs 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:
/usr/bin/apm:
...
cardctl eject 0
...
cardctl insert 0
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 problemIt'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