1
Zaurus - pdaXrom / Problem With R121 And Sl-c860
« on: March 06, 2007, 12:52:58 pm »
ok thx... but i think i wiil use cacko and wait for a new version... this is too bugged for me
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.
Holding down the Fn or shift key while clicking should work.
Give it a try.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155466\"][{POST_SNAPBACK}][/a][/div]
I know with r121 the Lan and Wifi program does not work correctly. Your better off running a script to get it working. Check out this thread
https://www.oesf.org/forums/index.php?showtopic=21852
it may help starting off. I know the pdaXrom website has sample scripts too. A further search will say something like a service for the latest kernel is not the same that the program reference too.
Hope that helps.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=155382\"][{POST_SNAPBACK}][/a][/div]
it's still 1.1.0b1 at the moment ... currently working on porting 1.1.0b2 (next beta ... will probably be named "1.1.0b2 for c3000 beta 1" then lol (sorry for such confusing names btw ... )
[div align=\"right\"][a href=\"index.php?act=findpost&pid=118815\"][{POST_SNAPBACK}][/a][/div]
QuoteQuotehow can i restore the default partition to install a the cacko??
Itry in the installer menu "restore default factory partition" but when it boot for the first time the cacko, it said me that it can mount hdd3
[div align=\"right\"][a href=\"index.php?act=findpost&pid=113431\"][{POST_SNAPBACK}][/a][/div]
ok resolved (thx THC )
use the hd utils in the flash menu and use restore defaults partition factory
next open the console and type
#mke2fs /dev/hda2
#mkfs.vfat /dev/hda3
and after that when you install cacko, all will be good
[div align=\"right\"][a href=\"index.php?act=findpost&pid=113634\"][{POST_SNAPBACK}][/a][/div]
I was trying this very thing with a compact flash card, and noticed that the commands should be
#mke2fs -j /dev/hdc2 <- Note the '-j' option
#mkfs.vfat /dev/hdc3
As the compact flash is mounted as /dev/hda and the microdrive is /dev/hdc
I guess this might be different if you use SD?
P.S. Thanks for posting this trick, it was (almost ) exactly what I was looking for
[div align=\"right\"][a href=\"index.php?act=findpost&pid=115865\"][{POST_SNAPBACK}][/a][/div]