Author Topic: New Pdaxrom Release R198  (Read 24255 times)

Sam Hell

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #60 on: April 20, 2007, 04:39:35 pm »
i have some problems myself with the new release, as for my both 1GB Hama CF-Cards canceled working.

i reinstalled through uboot two time, but i still cant access the CF-Cards.

One of them i freshly formatted with Fat16.

Is there a command to mount them manually ?


And i would like the commands for formating Memorycardds with ext2 on the Z, for
both the card and the cf please
I had written them down, but i forget where  

i just know it was something with "etx2mf..."...
SHARP SL-C1000 @ pdaXrom 1.something.
after years of not playing with the Z now owning one again,
and restarting as a total noob again. ^^#
I apologise in advance for (m)any dumb questions...

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
New Pdaxrom Release R198
« Reply #61 on: April 20, 2007, 05:35:35 pm »
Quote
i have some problems myself with the new release, as for my both 1GB Hama CF-Cards canceled working.

i reinstalled through uboot two time, but i still cant access the CF-Cards.

One of them i freshly formatted with Fat16.

Is there a command to mount them manually ?


And i would like the commands for formating Memorycardds with ext2 on the Z, for
both the card and the cf please
I had written them down, but i forget where  

i just know it was something with "etx2mf..."...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159421\"][{POST_SNAPBACK}][/a][/div]

Mounting should be something like
# mount /dev/hda1 /mnt/cf
(on my zaurus it's /dev/hdc1, but I have a C3100)

Formatting :
# umount /mnt/cf
# mkfs.ext2 /dev/hda1
# mount /dev/hda1 /mnt/cf

Good luck,
Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
New Pdaxrom Release R198
« Reply #62 on: April 20, 2007, 07:25:19 pm »
Here's a fix permanent fix for the non-mounting problem.  It's in the first page of this thread from ZDevil:

Code: [Select]
II. Fix the card mounting issue (thanks to louigi600 for providing this)
You will notice that upon reboot after flashing, both SD and CF are not mounted.
To fix this, edit /etc/fstab. Use your favorite editor to do so.
Open the file, in the lines for /dev/hda1 (for CF) and /dev/mmcblk0p1 (for SD), change
CODE
noauto,owner

to
CODE
owner

Save the file, exit the editor.
Then the cards will be mounted automatically.

I think you need to reboot before this works.
HTH
 
Quote
i have some problems myself with the new release, as for my both 1GB Hama CF-Cards canceled working.

i reinstalled through uboot two time, but i still cant access the CF-Cards.

One of them i freshly formatted with Fat16.

Is there a command to mount them manually ?


And i would like the commands for formating Memorycardds with ext2 on the Z, for
both the card and the cf please
I had written them down, but i forget where  

i just know it was something with "etx2mf..."...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=159421\"][{POST_SNAPBACK}][/a][/div]
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3

Sam Hell

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #63 on: April 21, 2007, 06:44:36 am »
ok, automount seems to be another problem i didnt even noticed

i get the mount working, but the CF-Cards seem to be empty under pdaxrom, what they are not. Maybe a driver problem or such *sigh*

For now, i go back to beta3, i need a working system today

Thx anyway
SHARP SL-C1000 @ pdaXrom 1.something.
after years of not playing with the Z now owning one again,
and restarting as a total noob again. ^^#
I apologise in advance for (m)any dumb questions...

zeigerpuppy

  • Full Member
  • ***
  • Posts: 109
    • View Profile
New Pdaxrom Release R198
« Reply #64 on: May 05, 2007, 04:31:20 am »
I am really hoping to get some networking going so I can help with debugging r198 on the C3100.

Unfortunately, it looks like the drivers are not working for my wifi card.
In dmesg, I get:
spectrum_cs: Cannot find firmware: symbol_sp24t_prim_fw
It's a socket revK low power wifi card which works well in beta3

So, I gave my ppp over bluetooth connection a shot.
Looks like the driver loads and the bluetooth card gets attached properly:
1.0: ttyS0 at I/O 0xc48403f8 (irq = 137) is a 16C950/954

but when I try using the ppp preferences, the search button doesn't work, it says "Can't get DUN info".  I have tried changing the setting from rfcomm0 to ttyS0 and my phone is definately discoverable.
Is there a way to set up the bluetooth pairing manually or am I doing something else wrong?

I feel like I may have jumped in a bit too deep but I am hoping that if I can get at least one of these going I can give it a go... I'd really appreciate a little help!

Just not to be too negative though:
- it's definately faster (even without icewm so far!)
- seems stable and robust
- supports screen reorientation
- suspend is OK and faster than beta 3, even with xmms playing (with ALSA)
« Last Edit: May 05, 2007, 04:46:50 am by zeigerpuppy »
Zaurus C3100, CE-RH2, Socket lowpower CF Wifi, Socket CF Bluetooth
pdaXrom r198 - testing!, IceWM, Bluetooth modem: Sony Ericsson v600i with 3G.
see some howtos and tips at http://greenant.net/portal/greenant/wiki/Zaurus3100

SiduS

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
New Pdaxrom Release R198
« Reply #65 on: May 11, 2007, 12:09:14 pm »
Quote
Quote
Thanks, Capn_Fish.

One more question,,,maybe this is of interest to others too.  After installing uboot and r198,  if I want to return to my beta3 setup can I just do a nand restore?  Or is it a one way ticket??  :-)

[div align=\"right\"][a href=\"index.php?act=findpost&pid=158845\"][{POST_SNAPBACK}][/a][/div]

This requires three steps:
1. Do a NAND Flash Erase (in the DM menu);
2. Do a NAND Flash Restore with the original Sharp Rom image (also in the DM menu);
3. Then flash Beta3 as usual (using the "OK mode")

This probably can go to the FAQ in the new Documentation.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158847\"][{POST_SNAPBACK}][/a][/div]

Sorry if this is a stupid question. But I am trying to go back to beta3. I can get into the DM menu fine. I did a nand flash erase no problem. But I don't have the original sharp rom. Would the Cacko rom do? or if someone can point me to the rom that would be great.

grog

  • Hero Member
  • *****
  • Posts: 692
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #66 on: May 11, 2007, 01:21:09 pm »
Quote
Sorry if this is a stupid question. But I am trying to go back to beta3. I can get into the DM menu fine. I did a nand flash erase no problem. But I don't have the original sharp rom. Would the Cacko rom do? or if someone can point me to the rom that would be great.[div align=\"right\"][a href=\"index.php?act=findpost&pid=161078\"][{POST_SNAPBACK}][/a][/div]
Cacko has worked for me in the past. HTH
GROG!

Antikx

  • Hero Member
  • *****
  • Posts: 1147
    • View Profile
    • http://tyrannozaurus.com
New Pdaxrom Release R198
« Reply #67 on: May 11, 2007, 02:04:18 pm »
I know the pdaXrom team does not recommend it but I went from the latest (R198) back to my NAND of pdaXii13 without any intermediary steps.
Kanpai,
-Antikx (Twitter, Mugshot and PodNova)
C1000 - pdaXrom R198 (Celestial Environment)
tyrannozaurus.com
[img]http://www.tyrannozaurus.com/files/category_pictures/general_1.png\" border=\"0\" class=\"linked-sig-image\" /]
Zaurus news/blogs feed from Zaurus users
Free Windows, Linux, or Web RSS readers.
Featured pages at tyrannozaurus:
Sharp Petition, ScummVM, Cacko, pdaXii13, and Celestial Environment

HoloVector

  • Hero Member
  • *****
  • Posts: 533
    • View Profile
    • http://
New Pdaxrom Release R198
« Reply #68 on: May 11, 2007, 02:33:58 pm »
Quote
I know the pdaXrom team does not recommend it but I went from the latest (R198) back to my NAND of pdaXii13 without any intermediary steps.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Antikx, you rebel!  You sure love to live dangerously.    

Between charging your Z with an iPaq adapter and flashing you Z with NANDs from other models; your "antics" could very well give [a href=\"http://en.wikipedia.org/wiki/Super_Dave_Osborne]Super Dave Osborne[/url] a heart attack!  
« Last Edit: May 11, 2007, 02:34:40 pm by HoloVector »
I think I'm coming down with what kahm's got!  I now have 3 Zaurii in house!  ;)
Current: Zaurus SL-C3200 -  Bobby (Configuring pdaXii13 Akita with Full 5.4.9 upgrade running IceWM)
Zaurus SL-C1000 - Hachiko (Configuring Cacko 1.23 with evilJazz's new kernel)
Zaurus SL-C860 - Fett (Customized Cacko 1.23 with handmade Boba Fett Theme)
Symbol WiFi CF card|Buffalo WiFi CF Card|Buffalo Ethernet CF Card|Red Piel Frama Case|PDAir Case|Black Pelican 1020 Case|Pentopia Stylii|SaruTek Protectors|Transcend SDs (4GB 150X, 1GB 80X, 256MB 45X, 128MB 45X)|2GB PNY SD|2GB SanDisk SD|Transcend CFs (1GB 80X, 512MB 80X)|Sandisk CFs (4GB, 512MB, 256MB)|256MB Netac USB-CF|RH-1 Remote
Check out the ScummVM@tyrannozaurus page if you are an "adventurer" type of person.

Antikx

  • Hero Member
  • *****
  • Posts: 1147
    • View Profile
    • http://tyrannozaurus.com
New Pdaxrom Release R198
« Reply #69 on: May 11, 2007, 03:04:39 pm »
Kanpai,
-Antikx (Twitter, Mugshot and PodNova)
C1000 - pdaXrom R198 (Celestial Environment)
tyrannozaurus.com
[img]http://www.tyrannozaurus.com/files/category_pictures/general_1.png\" border=\"0\" class=\"linked-sig-image\" /]
Zaurus news/blogs feed from Zaurus users
Free Windows, Linux, or Web RSS readers.
Featured pages at tyrannozaurus:
Sharp Petition, ScummVM, Cacko, pdaXii13, and Celestial Environment

zeigerpuppy

  • Full Member
  • ***
  • Posts: 109
    • View Profile
New Pdaxrom Release R198
« Reply #70 on: May 11, 2007, 05:52:13 pm »
I am having a problem getting bluetooth ppp going in r198.
It is a socket card and dmesg returns the following:

1.0: ttyS0 at I/O 0xc48403f8 (irq = 137) is a 16C950/954

but when I try to attach the card, I get

# hciattach -p ttyS0 bcsp 921600 flow
BSCP initialization timed out

any ideas what to try next? The card worked OK in beta3.
Zaurus C3100, CE-RH2, Socket lowpower CF Wifi, Socket CF Bluetooth
pdaXrom r198 - testing!, IceWM, Bluetooth modem: Sony Ericsson v600i with 3G.
see some howtos and tips at http://greenant.net/portal/greenant/wiki/Zaurus3100