OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Meanie on May 25, 2007, 01:05:34 am

Title: Fixes For R198/r197
Post by: Meanie on May 25, 2007, 01:05:34 am
I am almost done with some essential fixes for r198 and will be packaging up all the fixes into a single large ipk for easy installation.

Here's the control file with summary of the fixes


Package: pdaXrom-fixes
Version: r198-sp1
Maintainer: hdluc@yahoo.com
Architecture: armv5tel
Priority: optional
Section: Applications
Depends: scrot
Description: bug fixes
- fixed fstab to auto mount SD and CF
- updated keymap (Cxx00 only) with same key assignments as in pdaXii13
- added inputrc (so Fn left/right can be used)
- added motd
- updated ipkg.conf with current feeds
- hacked pci.rc to be quiet
- replaced vi with vim
- updated rc.xml (openbox config)
- updated startx (re)load kernel.map
- updated makefbmenu
- updated fbpanel-session
- updated mbsession
- made the menu key work for fbmenu
- added .Xdefaults
- added ax (to enable sticky keys)
- replaced xterm
- added libiconv and libXau
- added diff
- updated gqview
- updated xpdf
- updated xmms
- updated qtconfig
- updated pppconfig
- added default configs for pppdialer
- added ipkg-make-index
- added screencap
- added reboot
- added unclutter
- updated mb-applet-blanker
- updated mb-applet-cards
- updated looknfeel.py
- updated inputconfig.py
- made xmms default to double size
- made AbiWord default startup size fit on screen
- made Sylpheed default startup size fit on screen


coming soon...
Title: Fixes For R198/r197
Post by: adf on May 25, 2007, 03:34:22 am
the possibility of a  polished 2.6 based system for the Zaurus ? Fabulous!
Title: Fixes For R198/r197
Post by: cortez on May 25, 2007, 04:08:21 am
A good reason to give r198 another try!
Current release is far too unpolished for me, so I fell back to my trusty RC12. It's a good thing to see there are still people spending their precious spare time trying to make this a succes! Thanks a lot
Title: Fixes For R198/r197
Post by: Dromede on May 25, 2007, 04:39:17 am
great news but... last time i tried r198 abiword was much slower than on pdaxii3. can we expect any improvement regarding this? is r198 really faster than pdaxii3?
Title: Fixes For R198/r197
Post by: danboid on May 25, 2007, 05:37:29 am
Whats the status of mplayer on 2.6 based pdaX now? Is the 2.6 pxa vo mode as good as bvdd on 2.4 now?

Also, how does nokia's osb browser run under r198? I know people said it was very unstable under pdaXii13 but r198 has much more recent glib, gtk etc so I'm guessing there's a much better chance of it working properly.
Title: Fixes For R198/r197
Post by: scoutme on May 25, 2007, 04:09:46 pm
any improvement for 860?
Title: Fixes For R198/r197
Post by: InSearchOf on May 25, 2007, 04:13:53 pm
Quote
any improvement for 860?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162039\"][{POST_SNAPBACK}][/a][/div]

that will come with kernel 2.6.21

:-)

Late
Title: Fixes For R198/r197
Post by: Capn_Fish on May 25, 2007, 05:07:45 pm
Quote
Quote
any improvement for 860?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162039\"][{POST_SNAPBACK}][/a][/div]
kernel 2.6.21
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162041\"][{POST_SNAPBACK}][/a][/div]
Title: Fixes For R198/r197
Post by: Meanie on May 25, 2007, 11:20:37 pm
have fun
Title: Fixes For R198/r197
Post by: grog on May 26, 2007, 12:39:10 pm
Quote
Quote
Quote
any improvement for 860?[div align=\"right\"][a href=\"index.php?act=findpost&pid=162039\"][{POST_SNAPBACK}][/a][/div]
kernel 2.6.21[div align=\"right\"][a href=\"index.php?act=findpost&pid=162041\"][{POST_SNAPBACK}][/a][/div]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162042\"][{POST_SNAPBACK}][/a][/div]
Don'tcha just love a cliffhanger
Title: Fixes For R198/r197
Post by: grog on May 26, 2007, 03:30:08 pm
Quote
have fun[div align=\"right\"][a href=\"index.php?act=findpost&pid=162061\"][{POST_SNAPBACK}][/a][/div]
It's always fun!

On my C860 I have to change the line in /usr/X11R6/bin/startx from

Code: [Select]
defaultserverargs=" -nolisten tcp -screen 480x640@270"to

Code: [Select]
defaultserverargs=" -nolisten tcpMaybe there could be some code to check the machine:

Code: [Select]
if [ $HARDWARE = "Husky" ]; then
    defaultserverargs=" -nolisten tcp
else
   defaultserverargs=" -nolisten tcp -screen 480x640@270"
fi
or something like that.
Title: Fixes For R198/r197
Post by: daniel3000 on May 26, 2007, 03:58:33 pm
Attention:
The word "SP1" might be registered or otherwise blocked by MS.
SCNR  


Great news, Meanie.
Maybe I'll try R198 as well some day! Thanks a lot!

daniel
Title: Fixes For R198/r197
Post by: HoloVector on May 26, 2007, 06:22:10 pm
Thanks for the update Meanie.  

I tried it on my C1000 and the Matchbox Cards applet was broken for CF slot.  It would not eject a CF memory card in the slot.  It just said it was empty.  Pccardctl recognized the card fine and could eject it just fine.  I also tried my Buffalo Wifi card and the MB Cards couldn't see it either.  Pcccardctl had no trouble with the Buffalo card either.  I tried fixing the problem by reinstalling the old MB cards applet from the feeds you included in SP1 (1.03 I believe) and it seems to have totally killed my CF slot.  Pccardctl can't see any card in the slot anymore even after rebooting.  I sure hope that this is a software issue or my C1000 is write off.    

Which brings up another issue that I found after applying SP1.  The new reboot menu item doesn't work.  Clicking on it does nothing.  I have to exit X and then type reboot at the console prompt.
Title: Fixes For R198/r197
Post by: Meanie on May 26, 2007, 07:01:09 pm
Quote
Thanks for the update Meanie. 

I tried it on my C1000 and the Matchbox Cards applet was broken for CF slot.  It would not eject a CF memory card in the slot.  It just said it was empty.  Pccardctl recognized the card fine and could eject it just fine.  I also tried my Buffalo Wifi card and the MB Cards couldn't see it either.  Pcccardctl had no trouble with the Buffalo card either.  I tried fixing the problem by reinstalling the old MB cards applet from the feeds you included in SP1 (1.03 I believe) and it seems to have totally killed my CF slot.  Pccardctl can't see any card in the slot anymore even after rebooting.  I sure hope that this is a software issue or my C1000 is write off.   

Which brings up another issue that I found after applying SP1.  The new reboot menu item doesn't work.  Clicking on it does nothing.  I have to exit X and then type reboot at the console prompt.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162100\"][{POST_SNAPBACK}][/a][/div]

sigh. the mb-applet-cards fix works for C3x00 models. looks like it broke the c1000. just install the old applet from the r198 feed, or use the fbpanel cards applet instead which will work on the c1000 but not the c3x00.

i will need to write a better detection routine, but ultimately, this problem will be properly fixed by the new kernel. my workaround is a hack for the current kernel bug in detecting the pccard devices properly. it assumes slot 0 is the external cf card for all models which is fine for c1000 but breaks all the c3x00. so my hack was to eject slot 1 instead which is where the external cf is for c3x00. once the kernel is fixed, slot 0 will be the external cf for all models...
i almost forgot, for c1000, you can try changing r198 to r200 in /etc/issue



grog: thanks for that feedback. i had such a detection thing in pdaXii13, so i will add that to svn for the new releases as well. i thought this was already fixed but seems like it isnt. are the keymappings ok? i tried to fix a few issues with keymappings but without having such a model i cant test them. this is a sp for r198 so it is aimed at fixing problems with c3x00 and c1000 models specificly, but there are also many fixes that are model independant. if there are things broken on c7x0/c8x0 please report those problems like you did for startx and i will fix them. anything else broken? if the keymap is broke, send me one that works
Title: Fixes For R198/r197
Post by: HoloVector on May 26, 2007, 10:39:51 pm
Quote
Quote
Thanks for the update Meanie. 

I tried it on my C1000 and the Matchbox Cards applet was broken for CF slot.  It would not eject a CF memory card in the slot.  It just said it was empty.  Pccardctl recognized the card fine and could eject it just fine.  I also tried my Buffalo Wifi card and the MB Cards couldn't see it either.  Pcccardctl had no trouble with the Buffalo card either.  I tried fixing the problem by reinstalling the old MB cards applet from the feeds you included in SP1 (1.03 I believe) and it seems to have totally killed my CF slot.  Pccardctl can't see any card in the slot anymore even after rebooting.  I sure hope that this is a software issue or my C1000 is write off.    

Which brings up another issue that I found after applying SP1.  The new reboot menu item doesn't work.  Clicking on it does nothing.  I have to exit X and then type reboot at the console prompt.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162100\"][{POST_SNAPBACK}][/a][/div]

sigh. the mb-applet-cards fix works for C3x00 models. looks like it broke the c1000. just install the old applet from the r198 feed, or use the fbpanel cards applet instead which will work on the c1000 but not the c3x00.

i will need to write a better detection routine, but ultimately, this problem will be properly fixed by the new kernel. my workaround is a hack for the current kernel bug in detecting the pccard devices properly. it assumes slot 0 is the external cf card for all models which is fine for c1000 but breaks all the c3x00. so my hack was to eject slot 1 instead which is where the external cf is for c3x00. once the kernel is fixed, slot 0 will be the external cf for all models...
i almost forgot, for c1000, you can try changing r198 to r200 in /etc/issue

.....

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

The mb cards applet in the feed loads on X startup but when I tap on it, it disappears.      

I reloaded SP1 and the your 3x00 fixed cards applet runs so at least I can control my SD and USB devices with it.  How do I get back to the original cards applet that works with the 1000?  I looked through the feeds but the only fb stuff I can find is the fbpanel.  There are no fb applets listed.  Maybe I am looking for the wrong name?

Edit: I just changed the release number from R198 to R200 like you suggested and restarted.  I'm not sure what that did for me aside from telling me I am now running R200 when I login.  Was that supposed to help with the reboot menu item?  I just tried the menu reboot and it is still not working.  
Title: Fixes For R198/r197
Post by: Meanie on May 26, 2007, 11:27:09 pm
Quote
Quote
Quote
Thanks for the update Meanie. 

I tried it on my C1000 and the Matchbox Cards applet was broken for CF slot.  It would not eject a CF memory card in the slot.  It just said it was empty.  Pccardctl recognized the card fine and could eject it just fine.  I also tried my Buffalo Wifi card and the MB Cards couldn't see it either.  Pcccardctl had no trouble with the Buffalo card either.  I tried fixing the problem by reinstalling the old MB cards applet from the feeds you included in SP1 (1.03 I believe) and it seems to have totally killed my CF slot.  Pccardctl can't see any card in the slot anymore even after rebooting.  I sure hope that this is a software issue or my C1000 is write off.   

Which brings up another issue that I found after applying SP1.  The new reboot menu item doesn't work.  Clicking on it does nothing.  I have to exit X and then type reboot at the console prompt.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162100\"][{POST_SNAPBACK}][/a][/div]

sigh. the mb-applet-cards fix works for C3x00 models. looks like it broke the c1000. just install the old applet from the r198 feed, or use the fbpanel cards applet instead which will work on the c1000 but not the c3x00.

i will need to write a better detection routine, but ultimately, this problem will be properly fixed by the new kernel. my workaround is a hack for the current kernel bug in detecting the pccard devices properly. it assumes slot 0 is the external cf card for all models which is fine for c1000 but breaks all the c3x00. so my hack was to eject slot 1 instead which is where the external cf is for c3x00. once the kernel is fixed, slot 0 will be the external cf for all models...
i almost forgot, for c1000, you can try changing r198 to r200 in /etc/issue

.....

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

The mb cards applet in the feed loads on X startup but when I tap on it, it disappears.      

I reloaded SP1 and the your 3x00 fixed cards applet runs so at least I can control my SD and USB devices with it.  How do I get back to the original cards applet that works with the 1000?  I looked through the feeds but the only fb stuff I can find is the fbpanel.  There are no fb applets listed.  Maybe I am looking for the wrong name?

Edit: I just changed the release number from R198 to R200 like you suggested and restarted.  I'm not sure what that did for me aside from telling me I am now running R200 when I login.  Was that supposed to help with the reboot menu item?  I just tried the menu reboot and it is still not working.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162114\"][{POST_SNAPBACK}][/a][/div]

no, changing the release is supposed to trick the applet into thinking that its a newer version of pdaXrom that doesn't have the kernel bug and thus will use device 0...
Title: Fixes For R198/r197
Post by: HoloVector on May 26, 2007, 11:53:12 pm
Quote
Quote
Quote
Quote
Thanks for the update Meanie. 

I tried it on my C1000 and the Matchbox Cards applet was broken for CF slot.  It would not eject a CF memory card in the slot.  It just said it was empty.  Pccardctl recognized the card fine and could eject it just fine.  I also tried my Buffalo Wifi card and the MB Cards couldn't see it either.  Pcccardctl had no trouble with the Buffalo card either.  I tried fixing the problem by reinstalling the old MB cards applet from the feeds you included in SP1 (1.03 I believe) and it seems to have totally killed my CF slot.  Pccardctl can't see any card in the slot anymore even after rebooting.  I sure hope that this is a software issue or my C1000 is write off.    

Which brings up another issue that I found after applying SP1.  The new reboot menu item doesn't work.  Clicking on it does nothing.  I have to exit X and then type reboot at the console prompt.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162100\"][{POST_SNAPBACK}][/a][/div]

sigh. the mb-applet-cards fix works for C3x00 models. looks like it broke the c1000. just install the old applet from the r198 feed, or use the fbpanel cards applet instead which will work on the c1000 but not the c3x00.

i will need to write a better detection routine, but ultimately, this problem will be properly fixed by the new kernel. my workaround is a hack for the current kernel bug in detecting the pccard devices properly. it assumes slot 0 is the external cf card for all models which is fine for c1000 but breaks all the c3x00. so my hack was to eject slot 1 instead which is where the external cf is for c3x00. once the kernel is fixed, slot 0 will be the external cf for all models...
i almost forgot, for c1000, you can try changing r198 to r200 in /etc/issue

.....

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

The mb cards applet in the feed loads on X startup but when I tap on it, it disappears.      

I reloaded SP1 and the your 3x00 fixed cards applet runs so at least I can control my SD and USB devices with it.  How do I get back to the original cards applet that works with the 1000?  I looked through the feeds but the only fb stuff I can find is the fbpanel.  There are no fb applets listed.  Maybe I am looking for the wrong name?

Edit: I just changed the release number from R198 to R200 like you suggested and restarted.  I'm not sure what that did for me aside from telling me I am now running R200 when I login.  Was that supposed to help with the reboot menu item?  I just tried the menu reboot and it is still not working.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162114\"][{POST_SNAPBACK}][/a][/div]

no, changing the release is supposed to trick the applet into thinking that its a newer version of pdaXrom that doesn't have the kernel bug and thus will use device 0...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162118\"][{POST_SNAPBACK}][/a][/div]

Thanks again, Meanie.

I see.  Unfortunately, it didn't work.   I still can't manage my CF slot with the applet.  
Title: Fixes For R198/r197
Post by: Meanie on May 29, 2007, 11:36:31 pm
made a few more fixes so here is sp2. sp2 includes all fixes that are in sp1 plus some extra ones:

- included missing Reboot
- fixed mb-applet-cards for C1000 also
- some updates to keymappings
Title: Fixes For R198/r197
Post by: Meanie on May 30, 2007, 08:17:45 pm
arg! found a bug in the cards applet. it only detects memory cards, so here is the fix...
Title: Fixes For R198/r197
Post by: scoutme on May 31, 2007, 07:15:08 pm
hi Meanie, are your patches good for sl-c860?
Title: Fixes For R198/r197
Post by: Meanie on May 31, 2007, 08:49:58 pm
Quote
hi Meanie, are your patches good for sl-c860?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162347\"][{POST_SNAPBACK}][/a][/div]

it should work, but untested due to lack of said device...
Title: Fixes For R198/r197
Post by: grog on June 01, 2007, 11:10:22 am
Quote
Quote
hi Meanie, are your patches good for sl-c860?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162347\"][{POST_SNAPBACK}][/a][/div]
it should work, but untested due to lack of said device...[div align=\"right\"][a href=\"index.php?act=findpost&pid=162351\"][{POST_SNAPBACK}][/a][/div]
They've worked ok for me so far, except for the issues that Meanie's fixed already. Back up first & the n see how it goes. That's waht I've done.
Title: Fixes For R198/r197
Post by: dsteuer on June 02, 2007, 05:02:12 am
Quote
Quote
Quote
hi Meanie, are your patches good for sl-c860?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162347\"][{POST_SNAPBACK}][/a][/div]
it should work, but untested due to lack of said device...[div align=\"right\"][a href=\"index.php?act=findpost&pid=162351\"][{POST_SNAPBACK}][/a][/div]
They've worked ok for me so far, except for the issues that Meanie's fixed already. Back up first & the n see how it goes. That's waht I've done.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162377\"][{POST_SNAPBACK}][/a][/div]

So you have R197 + sp3 running? Just to be sure before flashing ...
Title: Fixes For R198/r197
Post by: grog on June 02, 2007, 12:18:21 pm
Quote
So you have R197 + sp3 running? Just to be sure before flashing ...[div align=\"right\"][a href=\"index.php?act=findpost&pid=162403\"][{POST_SNAPBACK}][/a][/div]
Correct. The only issues for me right now is restoring my custom fstab & .Xdefaults after installing. So unless you've touched any of the config files in the package, you should be ok.

Here's a listing without the binary's that are updated:

Code: [Select]
grog@grond$ ipkg files pdaXrom-fixes | grep -v "bin|lib|usr"
//etc/
//etc/ipkg.conf
//etc/hotplug/
//etc/hotplug/pci.rc
//etc/motd
//etc/rc.d/
//etc/rc.d/rc.sysinit
//etc/rc.d/init.d/
//etc/rc.d/init.d/bluetooth
//etc/xdg/
//etc/xdg/openbox/
//etc/xdg/openbox/rc.xml
//etc/X11/
//etc/X11/kb/
//etc/X11/kb/Akita/
//etc/X11/kb/Akita/xmodmap_us
//etc/X11/kb/Corgi/
//etc/X11/kb/Corgi/xmodmap_us
//etc/inputrc
//etc/ppp/
//etc/ppp/peers/
//etc/ppp/peers/default
//etc/ppp/peers/gprs
//etc/wifi-radar.conf
//etc/sysconfig/
//etc/sysconfig/keyboard/
//etc/sysconfig/keyboard/Spitz/
//etc/sysconfig/keyboard/Spitz/keymap-sticky.map
//home/
//home/root/
//home/root/.Xdefaults
//home/root/.xmms/
//home/root/.xmms/config
//home/root/.AbiSuite/
//home/root/.AbiSuite/AbiWord.Profile
//home/root/.sylpheed-2.0/
//home/root/.sylpheed-2.0/sylpheedrc
//home/root/Choices/
//home/root/Choices/common/
//home/root/Choices/common/Network-PPP-GPRS.conf
//home/root/Choices/common/Network-PPP-default.conf
//home/root/.fbpanel/
//home/root/.fbpanel/default

Oh, and Meanie. Could I ask a favour & get you to correct the permissions of the directories in the package, specifically /etc, /etc/rc.d, /etc/rc.d/init.d & /etc/X11 (just the ones I can remember off the top of my head). 99% of my work on the Z is in a terminal as a non-root user using sudo & I keep having to reset these dirs back from 700 to 755 after I install the sp. thks
Title: Fixes For R198/r197
Post by: Meanie on June 03, 2007, 10:32:42 pm
Quote
Quote
So you have R197 + sp3 running? Just to be sure before flashing ...[div align=\"right\"][a href=\"index.php?act=findpost&pid=162403\"][{POST_SNAPBACK}][/a][/div]
Correct. The only issues for me right now is restoring my custom fstab & .Xdefaults after installing. So unless you've touched any of the config files in the package, you should be ok.

Here's a listing without the binary's that are updated:

Code: [Select]
grog@grond$ ipkg files pdaXrom-fixes | grep -v "bin|lib|usr"
//etc/
//etc/ipkg.conf
//etc/hotplug/
//etc/hotplug/pci.rc
//etc/motd
//etc/rc.d/
//etc/rc.d/rc.sysinit
//etc/rc.d/init.d/
//etc/rc.d/init.d/bluetooth
//etc/xdg/
//etc/xdg/openbox/
//etc/xdg/openbox/rc.xml
//etc/X11/
//etc/X11/kb/
//etc/X11/kb/Akita/
//etc/X11/kb/Akita/xmodmap_us
//etc/X11/kb/Corgi/
//etc/X11/kb/Corgi/xmodmap_us
//etc/inputrc
//etc/ppp/
//etc/ppp/peers/
//etc/ppp/peers/default
//etc/ppp/peers/gprs
//etc/wifi-radar.conf
//etc/sysconfig/
//etc/sysconfig/keyboard/
//etc/sysconfig/keyboard/Spitz/
//etc/sysconfig/keyboard/Spitz/keymap-sticky.map
//home/
//home/root/
//home/root/.Xdefaults
//home/root/.xmms/
//home/root/.xmms/config
//home/root/.AbiSuite/
//home/root/.AbiSuite/AbiWord.Profile
//home/root/.sylpheed-2.0/
//home/root/.sylpheed-2.0/sylpheedrc
//home/root/Choices/
//home/root/Choices/common/
//home/root/Choices/common/Network-PPP-GPRS.conf
//home/root/Choices/common/Network-PPP-default.conf
//home/root/.fbpanel/
//home/root/.fbpanel/default

Oh, and Meanie. Could I ask a favour & get you to correct the permissions of the directories in the package, specifically /etc, /etc/rc.d, /etc/rc.d/init.d & /etc/X11 (just the ones I can remember off the top of my head). 99% of my work on the Z is in a terminal as a non-root user using sudo & I keep having to reset these dirs back from 700 to 755 after I install the sp. thks
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162421\"][{POST_SNAPBACK}][/a][/div]

done. file permissions fixed. also added sltime...
Title: Fixes For R198/r197
Post by: zeigerpuppy on June 05, 2007, 05:51:59 am
When I tried R189, bluetooth PPP was not working (did not scan for peer) and my socket CF Wifi was also not recognised.
Are these issues fixed or am I missing something in the configuration.  I would like to flash back to R198 as the suspend functions are much zippier that pdaxii13 on my 3100 but can't do without networking!
Title: Fixes For R198/r197
Post by: louigi600 on June 06, 2007, 02:49:48 am
Quote
Quote
any improvement for 860?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162039\"][{POST_SNAPBACK}][/a][/div]

that will come with kernel 2.6.21

:-)

Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162041\"][{POST_SNAPBACK}][/a][/div]
How is the work on 2.6.21 coming on ?
Title: Fixes For R198/r197
Post by: HoloVector on June 06, 2007, 07:50:02 am
Quote
.....
done. file permissions fixed. also added sltime...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162521\"][{POST_SNAPBACK}][/a][/div]

The fourth time is the charm for me.  The cards applet is now working properly on my 1000. Thanks Meanie.
Title: Fixes For R198/r197
Post by: InSearchOf on June 06, 2007, 08:08:56 am
Quote
Quote
Quote
any improvement for 860?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162039\"][{POST_SNAPBACK}][/a][/div]

that will come with kernel 2.6.21

:-)

Late
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162041\"][{POST_SNAPBACK}][/a][/div]
How is the work on 2.6.21 coming on ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162683\"][{POST_SNAPBACK}][/a][/div]

Still applying patches... waiting to reach a point where I can atleast boot to the kernel...

Late
Title: Fixes For R198/r197
Post by: grog on June 06, 2007, 01:05:42 pm
Quote
Quote
Oh, and Meanie. Could I ask a favour & get you to correct the permissions of the directories in the package, specifically /etc, /etc/rc.d, /etc/rc.d/init.d & /etc/X11 (just the ones I can remember off the top of my head). 99% of my work on the Z is in a terminal as a non-root user using sudo & I keep having to reset these dirs back from 700 to 755 after I install the sp. thks
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162421\"][{POST_SNAPBACK}][/a][/div]
done. file permissions fixed. also added sltime...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162521\"][{POST_SNAPBACK}][/a][/div]
Not quite. The directories need execute permissions as well. Currently:

Code: [Select]
drwxr--r-- root/root         0 2007-05-24 16:34:42 ./etc/hotplug/
drwxr--r-- root/root         0 2007-05-28 07:26:37 ./etc/rc.d/
drwxr--r-- root/root         0 2007-05-24 16:34:42 ./etc/X11/
drwxr--r-- root/root         0 2007-05-24 20:36:33 ./etc/X11/kb/
drwxr--r-- root/root         0 2007-05-25 14:26:46 ./etc/X11/kb/Akita/
As well, 'fraid I have to report a problem with the sp's for corgi's. The xpdf binary isn't compatible, crashing with an 'Illegal instruction' error. It took me a while to notice this 'cause I don't use it that often. I checked out most of the other binary's that are included in the sp & haven't found any issues with any of those.
Title: Fixes For R198/r197
Post by: Meanie on June 06, 2007, 08:52:11 pm
Quote
Quote
Quote
Oh, and Meanie. Could I ask a favour & get you to correct the permissions of the directories in the package, specifically /etc, /etc/rc.d, /etc/rc.d/init.d & /etc/X11 (just the ones I can remember off the top of my head). 99% of my work on the Z is in a terminal as a non-root user using sudo & I keep having to reset these dirs back from 700 to 755 after I install the sp. thks
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162421\"][{POST_SNAPBACK}][/a][/div]
done. file permissions fixed. also added sltime...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162521\"][{POST_SNAPBACK}][/a][/div]
Not quite. The directories need execute permissions as well. Currently:

Code: [Select]
drwxr--r-- root/root         0 2007-05-24 16:34:42 ./etc/hotplug/
drwxr--r-- root/root         0 2007-05-28 07:26:37 ./etc/rc.d/
drwxr--r-- root/root         0 2007-05-24 16:34:42 ./etc/X11/
drwxr--r-- root/root         0 2007-05-24 20:36:33 ./etc/X11/kb/
drwxr--r-- root/root         0 2007-05-25 14:26:46 ./etc/X11/kb/Akita/
As well, 'fraid I have to report a problem with the sp's for corgi's. The xpdf binary isn't compatible, crashing with an 'Illegal instruction' error. It took me a while to notice this 'cause I don't use it that often. I checked out most of the other binary's that are included in the sp & haven't found any issues with any of those.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162710\"][{POST_SNAPBACK}][/a][/div]

thanks for letting me know. seems like umask is set too restrictively in the new release.
i will need to recompile xpdf since it was compiled with optimizations for the newer clamshell devices..

the choice now is to have a separete sp pack for 7x0/8x0 , or have an unoptimised (no xscale or iwmmxt) binary for all.
Title: Fixes For R198/r197
Post by: HoloVector on June 06, 2007, 09:18:26 pm
Quote
....
the choice now is to have a separete sp pack for 7x0/8x0 , or have an unoptimised (no xscale or iwmmxt) binary for all.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162732\"][{POST_SNAPBACK}][/a][/div]
If I had my choice, I would go with a seperate service pack for the 7x0/860 since I'd hate to loose any CXXXX optimizations.  
Title: Fixes For R198/r197
Post by: adf on June 06, 2007, 09:25:54 pm
Quote
Quote
....
the choice now is to have a separete sp pack for 7x0/8x0 , or have an unoptimised (no xscale or iwmmxt) binary for all.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162732\"][{POST_SNAPBACK}][/a][/div]
If I had my choice, I would go with a seperate service pack for the 7x0/860 since I'd hate to loose any CXXXX optimizations.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162738\"][{POST_SNAPBACK}][/a][/div]
I'm using pdaXii13, but for what its worth it seems to me that one of the advantages of pdaX generally is optimization.
Title: Fixes For R198/r197
Post by: HoloVector on June 07, 2007, 12:51:30 am
Quote
Quote
Quote
....
the choice now is to have a separete sp pack for 7x0/8x0 , or have an unoptimised (no xscale or iwmmxt) binary for all.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162732\"][{POST_SNAPBACK}][/a][/div]
If I had my choice, I would go with a seperate service pack for the 7x0/860 since I'd hate to loose any CXXXX optimizations.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162738\"][{POST_SNAPBACK}][/a][/div]
I'm using pdaXii13, but for what its worth it seems to me that one of the advantages of pdaX generally is optimization.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162739\"][{POST_SNAPBACK}][/a][/div]
Amen!
Title: Fixes For R198/r197
Post by: Meanie on June 07, 2007, 01:30:33 am
Quote
Quote
Quote
Quote
....
the choice now is to have a separete sp pack for 7x0/8x0 , or have an unoptimised (no xscale or iwmmxt) binary for all.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162732\"][{POST_SNAPBACK}][/a][/div]
If I had my choice, I would go with a seperate service pack for the 7x0/860 since I'd hate to loose any CXXXX optimizations.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162738\"][{POST_SNAPBACK}][/a][/div]
I'm using pdaXii13, but for what its worth it seems to me that one of the advantages of pdaX generally is optimization.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162739\"][{POST_SNAPBACK}][/a][/div]
Amen!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162753\"][{POST_SNAPBACK}][/a][/div]

in that case, wait for a separate sp for 7x0/8x0 devices...
Title: Fixes For R198/r197
Post by: Fushnchupsh on June 07, 2007, 08:05:23 pm
I like to second an afformentioned bug.  I have sp3 and my socket card is not working.  I have the firmware in all the right place.  

I really appreciate all the work you do.  Thanks, meanie.

--Fish
Title: Fixes For R198/r197
Post by: ScottYelich on June 07, 2007, 10:57:02 pm
grog -- could you tell me/us a little about the latest (198+sp4?) on 860?

I still can't see a clear message if it's still too early to change to this or if
it's stable... etc.

Thanks!

Scott
Title: Fixes For R198/r197
Post by: grog on June 08, 2007, 11:05:16 am
Quote
grog -- could you tell me/us a little about the latest (198+sp4?) on 860?

I still can't see a clear message if it's still too early to change to this or if
it's stable... etc.[div align=\"right\"][a href=\"index.php?act=findpost&pid=162816\"][{POST_SNAPBACK}][/a][/div]
Well, AFAIK the only thing that it currently breaks is the xpdf binary, which I've made Meanie aware of. Just reinstall xpdf after. On the upside, updates to wifi-radar are nice to have (i.e. it actually works now). But I don't use all of the applications that are touched, so your mileage may vary.

Bottom line is, I'd recommend going for it, but don't kill the messenger if something does break . We're still using a beta product, after all  
HTH
Title: Fixes For R198/r197
Post by: Meanie on June 08, 2007, 10:21:12 pm
another small update
Title: Fixes For R198/r197
Post by: louigi600 on June 09, 2007, 03:51:21 am
Quote
Quote
How is the work on 2.6.21 coming on ?
Still applying patches... waiting to reach a point where I can atleast boot to the kernel...

At the time of 2.6.21.1 most patches for 2.6.20.6 could be applied and kernel did boot but with a few important things braking:
the power button no longer suspended but "apm --suspend" worked and power button resumend,
some nand flash utils broke (but this is also true for 2.6.20.6),
zaurushw thing broke  (but this is also true for 2.6.20.6),
wierd behaviour in X with the touchscreen (but this is also true for 2.6.20.6)

Kernel is now at 2.6.21.4 but I've been watching the changelog and found nothing addressing these specific issues (especially the power button one) although there were some other ARM fixes.

I extracted a patch sequence from OZ for the 2.6.20.6 (that with very little work could also be applied to 2.6.21 kernels) along with the actual patches ... gis can build a bootable kernel with some broken things. If anyone likes to try PM me (Adrian .... I already sent you that work).

I'm a feeble programmer ... if anyone has kernel experience and is willing to write patches for the proken things I can try them out ;-)
Title: Fixes For R198/r197
Post by: ScottYelich on June 10, 2007, 03:44:37 pm
(sorry for the last quote at the bottom)

Ok, I may give it a try.  I've been waiting a long time for the next non-beta stable release...  seems like it's just never gonna happen.  

With any rom -- I just need a good gcc/g++ and Qt 4.2.3 (or later).

I may hunt down where the rom is and give it a try.

thanks!

Scott




Quote
Quote
grog -- could you tell me/us a little about the latest (198+sp4?) on 860?

I still can't see a clear message if it's still too early to change to this or if
it's stable... etc.[div align=\"right\"][a href=\"index.php?act=findpost&pid=162816\"][{POST_SNAPBACK}][/a][/div]
Well, AFAIK the only thing that it currently breaks is the xpdf binary, which I've made Meanie aware of. Just reinstall xpdf after. On the upside, updates to wifi-radar are nice to have (i.e. it actually works now). But I don't use all of the applications that are touched, so your mileage may vary.

Bottom line is, I'd recommend going for it, but don't kill the messenger if something does break . We're still using a beta product, after all  
HTH
[div align=\"right\"][a href=\"index.php?act=findpost&pid=162831\"][{POST_SNAPBACK}][/a][/div]
Title: Fixes For R198/r197
Post by: ScottYelich on June 10, 2007, 03:46:01 pm
one question -- for these SPs.... the ones for 198 are the ones for 700/860, correct?

Also, do I have to apply sp1, then sp2, then 3... or just sp5?

It seems like I just do "sp5" ... right? no others before?

Scott
Title: Fixes For R198/r197
Post by: dsteuer on June 11, 2007, 03:40:39 am
Quote
one question -- for these SPs.... the ones for 198 are the ones for 700/860, correct?

Also, do I have to apply sp1, then sp2, then 3... or just sp5?

It seems like I just do "sp5" ... right? no others before?

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

197 seems for 700/860 and you do just  SP5
Title: Fixes For R198/r197
Post by: Meanie on June 11, 2007, 08:13:14 pm
fixed some more keymappings, the menu (so you can see the whole menu now without it going off screen), and also sudo.
you can now create new users and run everything as that user instead of root.
Title: Fixes For R198/r197
Post by: scoutme on June 12, 2007, 06:35:41 am
any comment about r197 stability/usability after this patch?
Title: Fixes For R198/r197
Post by: grog on June 12, 2007, 01:03:08 pm
Quote
[...snip...] and also sudo. you can now create new users and run everything as that user instead of root.[div align=\"right\"][a href=\"index.php?act=findpost&pid=163023\"][{POST_SNAPBACK}][/a][/div]
I notice that you implemented that by specifying the allowable programs. I just use NOPASSWD:ALL. Other than security (not a big issue on the Z, especially since most of us run as root anyway), do you see a need to be specific?

Is there plan to have sudo specified in the exec line of the desktop files, so this would be seamless in the gui, or is there some other method you had in mind?
Title: Fixes For R198/r197
Post by: donquixote on June 12, 2007, 01:14:25 pm
Quote
any comment about r197 stability/usability after this patch?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163041\"][{POST_SNAPBACK}][/a][/div]

Sure. First of all I have a 760. There are some neat additions to this I recommend upgrading if you already have r197 installed.

However, the debilitating issues are still present:

- shutting off randomly for no reason
- apm issues
- screen not refreshing after exiting X
- audio doesn't shut off when headphones are plugged-in
- screen fading doesn't work with Fn+3 and 4 keys

There are more, these are just off the top of my head.

All I ask for is stability (the first issue). I can live with the rest of the issues.

dq
Title: Fixes For R198/r197
Post by: grog on June 12, 2007, 01:15:47 pm
Quote
any comment about r197 stability/usability after this patch?[div align=\"right\"][a href=\"index.php?act=findpost&pid=163041\"][{POST_SNAPBACK}][/a][/div]
IMHO these sp's are baby steps towards the next 'official' release (right Meanie?). Now whether that release will be labelled as stable, I can't say.

But to answer the question direclty, no, I still wouldn't consider this release + sp6 is stable, I have a few issues that I haven't reported, mainly 'cause I haven't had the time to really troubleshoot them myself yet. The ext2 partition on my sd card seems to need a frequent fsck'ing (which I've automated on reboot) & my hostap drivers seem to go south once in a while requiring a reboot. It would be nice to have it more dependable so I can store my contacts & calendar on it & have it automatically wake up for alarms & such, but that hasn't been a high enough priority for me (yet) to drive me away . Oh, and the loss of the NAND flash & restore is a loss that also prevents me from depepnding on my Z. It's too hard to get it back to my working state.

Otherwise, I'm quite happy . But for me my Z is a luxury not a requirement.
Title: Fixes For R198/r197
Post by: grog on June 12, 2007, 01:22:12 pm
Quote
- shutting off randomly for no reason
- apm issues
I haven't experienced these on my 860.

Quote
- screen not refreshing after exiting X
Ah, right. I'm used to suspending & resuming right after exiting X. A pain though, I agree.

Quote
- audio doesn't shut off when headphones are plugged-in
True. It's a another pain having to run alsamixer all the time. Then again, at least for me, it's not a biggy 'cause I don't use the speaker very often.

Quote
- screen fading doesn't work with Fn+3 and 4 keys
It's been so long I had forgotten about that. And the Fn+1 & Fn+2 to shrink & enlarge the terminal fonts was a kewl thing I remember from Cacko too .
Title: Fixes For R198/r197
Post by: Meanie on June 12, 2007, 08:15:39 pm
These SPs are fixes to make live a bit easier until the next major release (which is still being worked on) and hopefully, I will be able to merge all of these fixes into the next release as well.

I am still using pdaXii13 as my stable system, but have sacrificed one of my Zauri for testing and as I find bugs, I create fixes for them in the SPs. Bugs that are in the kernel will not be fixed by me and have to wait until the next release of the kernel. however, i may make a workaround for the bugs if possible like in the cards applet.

well, sudo is implemented in such a way as to not compromise security too much. Of course, NOPASSWD:ALL could be used instead which you are free to do yourself if you so desire, but I am reluctant to do it as the default for a general distro (although this is what I do in pdaXii13)

adding sudo to the exec line in all desktop files would not really be required, but only for the system tools which will probably will be replaced in the future (see pdaXcfg)...

also, note that I do not have a 7x0 or 8x0 so all the fixes are primarily for C3x00/C1000 models because when I find bugs on them, I can fix and test them, but for 7x0/8x0, I cannot so I just package the same bug fixes for r197. The only main difference for the r197 sp package is that the xpdf binary is compiled without specific optimisations and the ipkg.conf file has a different feed entry. although, i try to adjust the xmodmap file for 7x0/8x0, i cannot test whether my fixes actually work.
please report problems/bugs for 7x0/8x0 with as much details as possible (and solutions as well if you have any) and i will try to incorporate them into the SPs. however, there is no guarantee that the fixes will work until you test and verify them...


- shutting off randomly for no reason

this is actually a power saving feature. just change the timeout to be longer.

- apm issues

more details please....

- screen not refreshing after exiting X

not a problem for c3x00/c1000 but this can be fixed

- audio doesn't shut off when headphones are plugged-in

need to see and check, but probably won't be fixed until the next kernel release...

- screen fading doesn't work with Fn+3 and 4 keys

this has been fixed in sp7 (at least it works for C3x00/C1000)


The halt script needs some work to unmount everything cleanly (I had to do a lot of work with it on pdaXii13 which I have not done yet in pdaXrom)

The next release of pdaXrom will have a GUI installer with system backup and restore feature to replace the nand backup/restore feature. I may also implement zbackup on pdaXrom (if time permits) so you can create system snapshots that you can use to flash back your system.
Title: Fixes For R198/r197
Post by: Meanie on June 12, 2007, 08:39:50 pm
sp7 contains some fixes to the keymapping (c3x00/c1000 only) to make the super key working. also fn+1/2 and fn+3/4 also work now to change the screen between vga/svga and also change the brightness. this will effectively disable sticky keys. super+1/2, super+3/4 also works. to enable sticky keys, remove -kb from /usr/X11R6/bin/startx
the fbpanel menu popups now won't go off the screen anymore.
hostap driver is now default (removed orinoco and hermes which were conflicting)
Title: Fixes For R198/r197
Post by: donquixote on June 12, 2007, 10:27:18 pm
Quote
- shutting off randomly for no reason

this is actually a power saving feature. just change the timeout to be longer.

This is not the screen shutting off but rather the whole unit shutting off. Maybe there's another timeout you're referring to, but the problem seems to go deeper than the "Light & Power Settings".

Quote
- apm issues

more details please....

Actually, I think this is related to the previous problem. It has been mentioned before that's why I didn't elaborate. Basically, after it shuts off by itself and quite unexpectedly, it takes great effort (and a little prayer) to get it turned back on. When I check the power level it has dropped to 5% when just a few minutes before the power level was good. I've given-up trusting apm and the power level indicator.

Also, I should mention, another problem. It may be related to these other two points, but sometimes (and it seems quite random) when powering up, X freezes-up, only showing a blinking cursor in the top right. I can ssh in and kill X or take out the battery and reboot the unit, but in the course of doing this the data that was in any of the programs that were running becomes corrupted.

dq
Title: Fixes For R198/r197
Post by: T3_slider on June 12, 2007, 11:26:15 pm
Quote
This is not the screen shutting off but rather the whole unit shutting off. Maybe there's another timeout you're referring to, but the problem seems to go deeper than the "Light & Power Settings".
Isn't there a Suspend timeout feature in r197/8? (I use beta 3, so I am taking a blind shot in the dark here). In beta 3 it is accessible from the Light and Power app, but I'm not sure if that app is broken in the 2.6 kernels or not (maybe Meanie's new configure app has a Suspend timeout as well?)
Title: Fixes For R198/r197
Post by: grog on June 13, 2007, 08:28:39 am
Quote
The next release of pdaXrom will have a GUI installer with system backup and restore feature to replace the nand backup/restore feature. I may also implement zbackup on pdaXrom (if time permits) so you can create system snapshots that you can use to flash back your system.[div align=\"right\"][a href=\"index.php?act=findpost&pid=163076\"][{POST_SNAPBACK}][/a][/div]
Exciting additions. The flash-restore is slated to work for all models? That would be really good news.
Title: Fixes For R198/r197
Post by: kkazakov13 on June 13, 2007, 11:33:13 am
You alone are producing Service packs faster than the whole MS department
Title: Fixes For R198/r197
Post by: Meanie on June 15, 2007, 01:11:26 am
Quote
- screen not refreshing after exiting X
Ah, right. I'm used to suspending & resuming right after exiting X. A pain though, I agree.


does running

Code: [Select]
clear
or

Code: [Select]
reset

fix it?
Title: Fixes For R198/r197
Post by: grog on June 15, 2007, 06:20:55 am
Quote
Quote
- screen not refreshing after exiting X
Ah, right. I'm used to suspending & resuming right after exiting X. A pain though, I agree.

does running
Code: [Select]
clearor
Code: [Select]
resetfix it?[div align=\"right\"][a href=\"index.php?act=findpost&pid=163223\"][{POST_SNAPBACK}][/a][/div]
Not for me.
Title: Fixes For R198/r197
Post by: donquixote on June 17, 2007, 11:19:35 pm
Oh yeah, and sometimes the unit doesn't shut off (suspend)-- I have to reboot it to make it work again.

dq
Title: Fixes For R198/r197
Post by: vilefridge on June 20, 2007, 12:34:04 am
I've applied SP7 to 197 on a SL-C750 but the audio isn't working.  I'm not hearing _anything_ from the internal speaker or external headphones.  Tried both mplayer and xmms.  I mainly use my Zaurus for playing music, so it would be nice to have this fixed...  Any ideas? =)

The sound works in Cacko and also if I do a sound test in the Fn+D+M panel, so it's not a hardware issue.  

(Thanks for all your hard work Meanie!!)
Title: Fixes For R198/r197
Post by: grog on June 20, 2007, 11:01:51 am
Quote
I've applied SP7 to 197 on a SL-C750 but the audio isn't working.  I'm not hearing _anything_ from the internal speaker or external headphones.  Tried both mplayer and xmms.  I mainly use my Zaurus for playing music, so it would be nice to have this fixed...  Any ideas? =)

The sound works in Cacko and also if I do a sound test in the Fn+D+M panel, so it's not a hardware issue. 

(Thanks for all your hard work Meanie!!)[div align=\"right\"][a href=\"index.php?act=findpost&pid=163431\"][{POST_SNAPBACK}][/a][/div]
Have you tried turning the speaker and/or headphones on using alsamixer?
Title: Fixes For R198/r197
Post by: vilefridge on June 20, 2007, 12:00:18 pm
Quote
Have you tried turning the speaker and/or headphones on using alsamixer?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163456\"][{POST_SNAPBACK}][/a][/div]

What do your alsamixer settings look like?  Correct alsamixer settings appear enabled by default (at least for me), although I could be wrong..
Title: Fixes For R198/r197
Post by: grog on June 20, 2007, 12:57:35 pm
Quote
Quote
Have you tried turning the speaker and/or headphones on using alsamixer?[div align=\"right\"][a href=\"index.php?act=findpost&pid=163456\"][{POST_SNAPBACK}][/a][/div]
What do your alsamixer settings look like?  Correct alsamixer settings appear enabled by default (at least for me), although I could be wrong..[div align=\"right\"][a href=\"index.php?act=findpost&pid=163459\"][{POST_SNAPBACK}][/a][/div]
Well right now the relevant settings (AFAIK) are: Playback [95%], Jack Function [Headset] & Speaker Function [Off], 'cause I just listen to music via headphones. The speaker does work as long as I set Speaker Function [On]. HTH
Title: Fixes For R198/r197
Post by: Meanie on June 20, 2007, 10:01:55 pm
Quote
Quote
Quote
- screen not refreshing after exiting X
Ah, right. I'm used to suspending & resuming right after exiting X. A pain though, I agree.

does running
Code: [Select]
clearor
Code: [Select]
resetfix it?[div align=\"right\"][a href=\"index.php?act=findpost&pid=163223\"][{POST_SNAPBACK}][/a][/div]
Not for me.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163233\"][{POST_SNAPBACK}][/a][/div]

can you provide the output of fbset just after exiting X

and after you suspend/resume
Title: Fixes For R198/r197
Post by: Meanie on June 22, 2007, 09:29:16 am
fixed bluetooth support.
Title: Fixes For R198/r197
Post by: Capn_Fish on June 22, 2007, 09:34:17 am
I installed the service pack hoping that it would fix the inputconfig script, but it's still broken. Is this supposed to be fixed (I only skimmed the lst and thought it was mentioned)? If not, could it be (my attempts have ended up in the script not even running).

Also, it seems X takes longer to start than it used to. Am I imagining things, or is there a reason?

Thanks for your great work in this area!
Title: Fixes For R198/r197
Post by: grog on June 23, 2007, 12:50:14 pm
Quote
Quote
Quote
Quote
- screen not refreshing after exiting X
Ah, right. I'm used to suspending & resuming right after exiting X. A pain though, I agree.

does running
Code: [Select]
clearor
Code: [Select]
resetfix it?[div align=\"right\"][a href=\"index.php?act=findpost&pid=163223\"][{POST_SNAPBACK}][/a][/div]
Not for me.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163233\"][{POST_SNAPBACK}][/a][/div]
can you provide the output of fbset just after exiting X

and after you suspend/resume[div align=\"right\"][a href=\"index.php?act=findpost&pid=163477\"][{POST_SNAPBACK}][/a][/div]
Here's the output of fbset; there's no difference before and  after suspend.

Code: [Select]
mode "640x480-813802"
        geometry 640 480 640 480 16
        timings 4 0 0 0 0 0 0
        accel false
        rgba 5/11,6/5,5/0,0/0
endmode
Title: Fixes For R198/r197
Post by: cortez on June 24, 2007, 12:18:03 pm
Meanie,

I'm currently trying to build pdaXrom from the repository. I'm curious to know whether or not all your fixes applied to the R197/R198 releases are already checked in to the repository. Or do I still have to apply the SP after installation of the ROM image.

Thanks,
cortez
Title: Fixes For R198/r197
Post by: Meanie on June 24, 2007, 06:20:37 pm
Quote
Meanie,

I'm currently trying to build pdaXrom from the repository. I'm curious to know whether or not all your fixes applied to the R197/R198 releases are already checked in to the repository. Or do I still have to apply the SP after installation of the ROM image.

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

i've checked in about half of them but not everything yet...
Title: Fixes For R198/r197
Post by: Capn_Fish on June 27, 2007, 10:40:02 pm
After changing the keycodes in inputconfig.py from SP7, right and middle clicking still don't work. They appear correctly in xev, but don't work for pasting (middle click) or opening the root menu in fluxbox (right clicking). Any ideas as to why this may be?

Thanks.
Title: Fixes For R198/r197
Post by: stuffman on July 02, 2007, 04:09:56 am
Sorry for the dumb and off-topic question, but every time I try to click on one of the links to download a service pack, it just opens up a new window with garbled text. This happens on my linux box in Firefox and Konqueror, my zaurus under Firefox, and my Powerbook under Firefox and Safari. It's driving me nuts. I tried searching the forums for an answer, but I guess my search query wasn't on target... so... how do I get the dammed thing?


It's probably something simple but it's 4am and I want to see what r197 is all about!
Title: Fixes For R198/r197
Post by: shula on July 02, 2007, 04:47:42 am
Quote
... every time I try to click on one of the links to download a service pack, it just opens up a new window with garbled text....
It's probably something simple but it's 4am and I want to see what r197 is all about!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=164144\"][{POST_SNAPBACK}][/a][/div]

it's a known problem with the forum.

do this:
1. with the mouse, select and "Copy" the file's name to the clipboard
2. right-click on the link, and choose "Save As"
3. paste the file's name
4. save :-)
Title: Fixes For R198/r197
Post by: stuffman on July 02, 2007, 04:45:52 pm
Thanks a bunch, shula!

I can't wait to see what I've been missing out on in the last few months!
Title: Fixes For R198/r197
Post by: vilefridge on July 29, 2007, 11:04:39 pm
Quote
Quote
Quote
Have you tried turning the speaker and/or headphones on using alsamixer?[div align=\"right\"][a href=\"index.php?act=findpost&pid=163456\"][{POST_SNAPBACK}][/a][/div]
What do your alsamixer settings look like?  Correct alsamixer settings appear enabled by default (at least for me), although I could be wrong..[div align=\"right\"][a href=\"index.php?act=findpost&pid=163459\"][{POST_SNAPBACK}][/a][/div]
Well right now the relevant settings (AFAIK) are: Playback [95%], Jack Function [Headset] & Speaker Function [Off], 'cause I just listen to music via headphones. The speaker does work as long as I set Speaker Function [On]. HTH
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163460\"][{POST_SNAPBACK}][/a][/div]

With these settings applied in alsamixer and XMMS configured to use alsamixer, there is still no sound emitted.  Any other suggestions before I give the pdaxii13 project a go?
Title: Fixes For R198/r197
Post by: Meanie on July 30, 2007, 01:54:02 am
Quote
Quote
Quote
Quote
Have you tried turning the speaker and/or headphones on using alsamixer?[div align=\"right\"][a href=\"index.php?act=findpost&pid=163456\"][{POST_SNAPBACK}][/a][/div]
What do your alsamixer settings look like?  Correct alsamixer settings appear enabled by default (at least for me), although I could be wrong..[div align=\"right\"][a href=\"index.php?act=findpost&pid=163459\"][{POST_SNAPBACK}][/a][/div]
Well right now the relevant settings (AFAIK) are: Playback [95%], Jack Function [Headset] & Speaker Function [Off], 'cause I just listen to music via headphones. The speaker does work as long as I set Speaker Function [On]. HTH
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163460\"][{POST_SNAPBACK}][/a][/div]

With these settings applied in alsamixer and XMMS configured to use alsamixer, there is still no sound emitted.  Any other suggestions before I give the pdaxii13 project a go?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165509\"][{POST_SNAPBACK}][/a][/div]

use zmixer. it's much easier to use and looks much better too (and of course it works too)
Title: Fixes For R198/r197
Post by: vilefridge on July 30, 2007, 11:39:25 am
Quote
Quote
Quote
Quote
Quote
Have you tried turning the speaker and/or headphones on using alsamixer?[div align=\"right\"][a href=\"index.php?act=findpost&pid=163456\"][{POST_SNAPBACK}][/a][/div]
What do your alsamixer settings look like?  Correct alsamixer settings appear enabled by default (at least for me), although I could be wrong..[div align=\"right\"][a href=\"index.php?act=findpost&pid=163459\"][{POST_SNAPBACK}][/a][/div]
Well right now the relevant settings (AFAIK) are: Playback [95%], Jack Function [Headset] & Speaker Function [Off], 'cause I just listen to music via headphones. The speaker does work as long as I set Speaker Function [On]. HTH
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163460\"][{POST_SNAPBACK}][/a][/div]

With these settings applied in alsamixer and XMMS configured to use alsamixer, there is still no sound emitted.  Any other suggestions before I give the pdaxii13 project a go?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165509\"][{POST_SNAPBACK}][/a][/div]

use zmixer. it's much easier to use and looks much better too (and of course it works too)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165512\"][{POST_SNAPBACK}][/a][/div]

zmixer controls won't budge at all; they're 'locked' at the bottom?
Title: Fixes For R198/r197
Post by: scoutme on November 13, 2007, 09:12:57 pm
any hint about touchscreen not properly working on SL-CXX0 with rXXX releases? cursor jumps between press and release events
Title: Fixes For R198/r197
Post by: plum on November 14, 2007, 05:37:43 am
When I installed the Latest SP,I found that I can't open the Date and Time Panel....

C1k
Title: Fixes For R198/r197
Post by: climber on February 20, 2008, 09:46:08 am
How can I install these fixes? What are the needed steps to do?


Thanks
climber
Title: Fixes For R198/r197
Post by: Capn_Fish on February 20, 2008, 01:09:07 pm
Just install the IPK in this thread (latest is sp8, buried withing the thread IIRC). It works best to install over a fresh install, IMO.
Title: Fixes For R198/r197
Post by: Arend on March 16, 2008, 07:03:48 pm
Quote from: vilefridge
Quote
Quote
Quote
Quote
Quote
Have you tried turning the speaker and/or headphones on using alsamixer?[div align=\"right\"][a href=\"index.php?act=findpost&pid=163456\"][{POST_SNAPBACK}][/a][/div]
What do your alsamixer settings look like?  Correct alsamixer settings appear enabled by default (at least for me), although I could be wrong..[div align=\"right\"][a href=\"index.php?act=findpost&pid=163459\"][{POST_SNAPBACK}][/a][/div]
Well right now the relevant settings (AFAIK) are: Playback [95%], Jack Function [Headset] & Speaker Function [Off], 'cause I just listen to music via headphones. The speaker does work as long as I set Speaker Function [On]. HTH
[div align=\"right\"][a href=\"index.php?act=findpost&pid=163460\"][{POST_SNAPBACK}][/a][/div]

With these settings applied in alsamixer and XMMS configured to use alsamixer, there is still no sound emitted.  Any other suggestions before I give the pdaxii13 project a go?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165509\"][{POST_SNAPBACK}][/a][/div]

use zmixer. it's much easier to use and looks much better too (and of course it works too)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=165512\"][{POST_SNAPBACK}][/a][/div]

zmixer controls won't budge at all; they're 'locked' at the bottom?

Sorry to start again with this topic, but I am having the same issue (SL-C860 r197 SP8). Has this been solved in the meantime??

TIA.
Arend
Title: Fixes For R198/r197
Post by: Vyacheslav Dikonov on November 30, 2008, 03:38:33 pm
Quote from: Capn_Fish
Just install the IPK in this thread (latest is sp8, buried withing the thread IIRC). It works best to install over a fresh install, IMO.
Is anyone going to fix the PDAXrom SITE and put the SPs there?

The blogs on the www.pdaxrom.org mention the Service Packs, but provide no links. I am fresh from Cacko with C1000 and I wasted 5 days fixing keyboard bugs and basically remaking part of the fixes (constantly cursing the webmasters and dead links and bloody ERROR 404). BTW, Where are the sources for r198 now?

Many people advocate Debian, but I definitely refuse to boot from CF or SD cards (need to keep them freely removable and replaceable), so no Debian for me unless it fits in C1000's NAND.
Title: Fixes For R198/r197
Post by: Vyacheslav Dikonov on December 07, 2008, 03:57:31 pm
I would like to post my addons to the SP8. The package contains some further tweaks and concentrates on making all preinstalled applications fit the screen size. It also provides default screen calibration and mouse button config files (Fn is the right-click modifier and Ctrl is the middle-click modifier). After installing it you will no longer need the buggy inputconfig script.

It is meant to be installed immediately after the SP8.

List of changes after SP8:
- X is started by default
- updated ipkg.conf with more feeds
- updated rc.xml (openbox config) to automaximize some applications
- updated Xresources for rxvt and xpdf to fill the screen
- default geometry settings for preinstalled applications
- Skins directory for xmms
- /etc/sysconfig/x11* files for right- and middleclick mouse bindings
- stylus pre-calibrated (now you can remove buggy inputconfig)
- fbpanel clock can launch date and time setup
- environment variable for for java (jamvm+classpath)
- quick 5-step brightness control
- mc can handle ipk as archives
- ipkg-build script added


The other package containes the Tango icon theme for X11 file managers.