Author Topic: New Pdaxrom Release R197  (Read 22094 times)

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
New Pdaxrom Release R197
« on: April 14, 2007, 11:29:46 pm »
Here you go

http://distro.ibiblio.org/pub/linux/distri...r197/c7x0-c860/


r197 for the this set is the same as the r198... just a different release #

Late
« Last Edit: April 14, 2007, 11:30:33 pm by InSearchOf »
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

deckard73

  • Newbie
  • *
  • Posts: 33
    • View Profile
New Pdaxrom Release R197
« Reply #1 on: April 15, 2007, 12:16:17 am »
Thank you for your efforts

Installing was fine. But charging battery and suspend on c860 is still broken, isnt it?
Yellow light is always off. Can charge from diagnostic menu (yellow light is on), but
dont know when to stop

What do I wrong? At boot time an error message about ac adaptor occurs.

Quote
Here you go

http://distro.ibiblio.org/pub/linux/distri...r197/c7x0-c860/


r197 for the this set is the same as the r198... just a different release #

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

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
New Pdaxrom Release R197
« Reply #2 on: April 15, 2007, 12:27:05 am »
I have r197 installed on 860 and haven't come across this issue.

ADDED: I used the u-boot in r121. Dunno if there is any difference from the one in r197.
« Last Edit: April 15, 2007, 12:56:59 am by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

deckard73

  • Newbie
  • *
  • Posts: 33
    • View Profile
New Pdaxrom Release R197
« Reply #3 on: April 15, 2007, 05:13:26 am »
Hi

I used the r121 to do an emergency boot and install 197

Latest pdaxrom with good apm support for c860 was kathrin beta1
I would be very cool to bring this functionality back

I cant believe that both accu packs are broken

Quote
I have r197 installed on 860 and haven't come across this issue.

ADDED: I used the u-boot in r121. Dunno if there is any difference from the one in r197.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158875\"][{POST_SNAPBACK}][/a][/div]

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
New Pdaxrom Release R197
« Reply #4 on: April 15, 2007, 05:31:42 am »
A quick fixes for the key and mouse click issue in r197 (based on dinorex's and Capn_Fish's tips):

#1 Fix mouse right and middle clicks:
Edit /etc/sysconfig/x11mousebutt
Change the values from

hold_right_button 0
right_button 96
middle_button 97
power_button 117

To
Code: [Select]
hold_right_button 0
right_button 69
middle_button 50
power_button 117
Save the file.

#2 Edit /usr/bin/inputconfig.py
Change the values as follows:

Code: [Select]
self.rightmouse_mod = 69
self.middlemouse_mod = 50
self.ctrl_mod = 37
self.alt_mod = 64
Save the file.

#3 Edit ~/Choices/input.cfg, in the 3rd line, use
Code: [Select]
... MIDDLEMOUSEMOD="50" ... RIGHTMOUSEMOD="69"And you may also want to change the "Shortcuts" in there.
Save the file.

(Re)start X. The keys should work now.


#4 There is also a fix for the four application keys (Calendar, Address, Mail, Home), see
https://www.oesf.org/forums/index.php?act=S...ndpost&p=158860
« Last Edit: April 15, 2007, 05:39:49 am by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
New Pdaxrom Release R197
« Reply #5 on: April 15, 2007, 05:38:29 am »
Also i find matchbox is rather crippled in r197. Applets, Add/Remove in task bar, Application keys don't work. I have switched to icewm and things are much better now.
And the xmodmap still has the same mistakes found in the old releases.
Will go report in the bug tracker.
« Last Edit: April 15, 2007, 05:39:04 am by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

deckard73

  • Newbie
  • *
  • Posts: 33
    • View Profile
New Pdaxrom Release R197
« Reply #6 on: April 15, 2007, 06:04:22 am »
The message I got during boot time is

sharpsl-pm sharpsl-pm: Error: AC check failed
sharpsl-pm sharpsl-pm: Charging error

Any hints?

Quote
I have r197 installed on 860 and haven't come across this issue.

ADDED: I used the u-boot in r121. Dunno if there is any difference from the one in r197.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158875\"][{POST_SNAPBACK}][/a][/div]

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
New Pdaxrom Release R197
« Reply #7 on: April 15, 2007, 06:09:59 am »
Quote
The message I got during boot time is

sharpsl-pm sharpsl-pm: Error: AC check failed
sharpsl-pm sharpsl-pm: Charging error

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

No, i can't see it during boot or dmesg....

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

deckard73

  • Newbie
  • *
  • Posts: 33
    • View Profile
New Pdaxrom Release R197
« Reply #8 on: April 15, 2007, 06:17:44 am »
Maybe my C-860 hardware is broken. Are their users around with c860 and 197 working?

Quote
Quote
The message I got during boot time is

sharpsl-pm sharpsl-pm: Error: AC check failed
sharpsl-pm sharpsl-pm: Charging error

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

No, i can't see it during boot or dmesg....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158897\"][{POST_SNAPBACK}][/a][/div]

deckard73

  • Newbie
  • *
  • Posts: 33
    • View Profile
New Pdaxrom Release R197
« Reply #9 on: April 15, 2007, 06:19:19 am »
Found this

https://www.oesf.org/forums/lofiversion/ind...php/t23175.html

Quote
Maybe my C-860 hardware is broken. Are their users around with c860 and 197 working?

Quote
Quote
The message I got during boot time is

sharpsl-pm sharpsl-pm: Error: AC check failed
sharpsl-pm sharpsl-pm: Charging error

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

No, i can't see it during boot or dmesg....
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158897\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158899\"][{POST_SNAPBACK}][/a][/div]

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
New Pdaxrom Release R197
« Reply #10 on: April 15, 2007, 08:48:57 am »
Quote
The message I got during boot time is

sharpsl-pm sharpsl-pm: Error: AC check failed
sharpsl-pm sharpsl-pm: Charging error

Any hints?

Quote
I have r197 installed on 860 and haven't come across this issue.

ADDED: I used the u-boot in r121. Dunno if there is any difference from the one in r197.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158875\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158895\"][{POST_SNAPBACK}][/a][/div]

I had that my first boot on my akita with this release... but it was due to my battery being 100% dead... but it resolved itself after a recharge

Late
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

kellyharding

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://www.geekgothgrrl.co.uk
New Pdaxrom Release R197
« Reply #11 on: April 15, 2007, 11:03:00 am »
Seems to have installed fine. Not as yet noticed any APM errors/problems.
Can't seem to get wifi to work though?

Set up wifi card in lan&wifi app and it doesn't do anything when I click ok, card isn't initialised?

So far all looks ok. Least I got it to install, never did with r121 (think that was CF issues, used SD this time).

Kelly
SL-C860: cacko 1.23(currently pdaxii3 to test)
1Gb SD, 2Gb CF, various 512Mb SD and CF cards, Socket LP wifi, Socket Rev F Bluetooth. 2Gb SD and 4Gb CF on order.
--------------------------------------------------------------------------
PC: Athlon64 3000+ with XP/SimplyMepis
Mac: G4 Quicksilver 733 with OS X.4.9
Laptop: iBook G4 (2005) 1.42Ghz, OS X 4.9
Server: Dual PIII/500 with Debian 'etch'

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
New Pdaxrom Release R197
« Reply #12 on: April 15, 2007, 11:08:35 am »
Quote
Set up wifi card in lan&wifi app and it doesn't do anything when I click ok, card isn't initialised?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158919\"][{POST_SNAPBACK}][/a][/div]
You need scripts to get lan to work. See pdaxrom.org for them.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

kellyharding

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://www.geekgothgrrl.co.uk
New Pdaxrom Release R197
« Reply #13 on: April 15, 2007, 11:19:28 am »
Quote
Quote
Set up wifi card in lan&wifi app and it doesn't do anything when I click ok, card isn't initialised?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158919\"][{POST_SNAPBACK}][/a][/div]
You need scripts to get lan to work. See pdaxrom.org for them.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=158920\"][{POST_SNAPBACK}][/a][/div]

Yes I figured that. I couldn't remember which though.

Looked at the scripts and it seems I get errors if I try

Code: [Select]
ifconfig wlan0
Can't post the output just yet as my C860 jus tlocked up on me solid  

Anyway, get errors about symbol spectrum firmware in dmesg output???

This card shouldn't need firmware as far as I recall, never has in any other release I've used (OZ/cacko).

The card in question is a Socket LP CF WLAN.
SL-C860: cacko 1.23(currently pdaxii3 to test)
1Gb SD, 2Gb CF, various 512Mb SD and CF cards, Socket LP wifi, Socket Rev F Bluetooth. 2Gb SD and 4Gb CF on order.
--------------------------------------------------------------------------
PC: Athlon64 3000+ with XP/SimplyMepis
Mac: G4 Quicksilver 733 with OS X.4.9
Laptop: iBook G4 (2005) 1.42Ghz, OS X 4.9
Server: Dual PIII/500 with Debian 'etch'

kellyharding

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://www.geekgothgrrl.co.uk
New Pdaxrom Release R197
« Reply #14 on: April 15, 2007, 11:23:37 am »
OK, figured out the lock up. Wasn't a lock up. Was battery/APM related

Seems I'm getting the APM issue of the battery not charging.

Kinda bug that makes the release useless for me really
SL-C860: cacko 1.23(currently pdaxii3 to test)
1Gb SD, 2Gb CF, various 512Mb SD and CF cards, Socket LP wifi, Socket Rev F Bluetooth. 2Gb SD and 4Gb CF on order.
--------------------------------------------------------------------------
PC: Athlon64 3000+ with XP/SimplyMepis
Mac: G4 Quicksilver 733 with OS X.4.9
Laptop: iBook G4 (2005) 1.42Ghz, OS X 4.9
Server: Dual PIII/500 with Debian 'etch'