Author Topic: Volume control  (Read 3903 times)

GTMoredhel

  • Newbie
  • *
  • Posts: 14
    • View Profile
Volume control
« on: September 29, 2004, 12:35:02 am »
My Z, running OZ 3.2 w/ Opie, has decided that I'm not the boss of it anymore. I can't adjust the volume or alter ANY settings. However applications still run. I've restarted Opie, rebooted, and done both soft and hard resets. Anyone know a fix for this?

GTMoredhel

  • Newbie
  • *
  • Posts: 14
    • View Profile
Volume control
« Reply #1 on: September 30, 2004, 04:59:04 pm »
::bump::

Franky G

  • Newbie
  • *
  • Posts: 45
    • View Profile
    • http://Arkana.de
Volume control
« Reply #2 on: September 30, 2004, 05:02:13 pm »
Quote
My Z, running OZ 3.2 w/ Opie, has decided that I'm not the boss of it anymore. I can't adjust the volume or alter ANY settings. However applications still run. I've restarted Opie, rebooted, and done both soft and hard resets. Anyone know a fix for this?
Just an idea: check for available space on your device using "df" command on a console. If there is no space left on "/" and "/mnt/ram/" changes of settings have no space to get stored.

GTMoredhel

  • Newbie
  • *
  • Posts: 14
    • View Profile
Volume control
« Reply #3 on: October 02, 2004, 10:42:54 pm »
It says there's 732kb in the root ("/") directory. Surely that's enough to change settings?

EDIT: okay, so I tried to remove some files to free up space. It says it can't delete anything b/c there's not enough space. I've tried rm'ing files and uninstalling packages. Is there any other way to get stuff off of here?
« Last Edit: October 02, 2004, 11:26:44 pm by GTMoredhel »

GTMoredhel

  • Newbie
  • *
  • Posts: 14
    • View Profile
Volume control
« Reply #4 on: October 05, 2004, 08:45:04 pm »
::bump::

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Volume control
« Reply #5 on: October 06, 2004, 06:35:51 am »
What is this? A Collie?

Can you give us the full output of 'df' please.


Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

GTMoredhel

  • Newbie
  • *
  • Posts: 14
    • View Profile
Volume control
« Reply #6 on: October 07, 2004, 12:45:47 pm »
SL-5500

Filesystem /dev/mtdblock4 1k-blocks: 14464 Used: 13732 Available: 732 Use: 95% Mounted on: /

Filesystem /dev/mtdblock6 1k-blocks: 31729 Used: 26 Available: 30065 Use: 0% Mounted on: /mnt/ram

Thanks.
« Last Edit: October 07, 2004, 12:46:16 pm by GTMoredhel »

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Volume control
« Reply #7 on: October 08, 2004, 06:50:14 am »
Hmm, should be enough space.

What can you try uninstalling? Choose a package and do it from the command line and post the ouput please:

# ipkg remove <package_name>

(not that you'll have to find the package name by looking at the output of:

# ipkg status | more

or by seeing what it's called in the GUI package manager.

The other thing to check (I suppose) is that / hasn't been mounted ro for some reason. Have to think about the command for this (perhaps 'cat /etc/mtab'? or try 'touch /root/test_file' and see what the reply is)


Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

Bundabrg

  • Full Member
  • ***
  • Posts: 183
    • View Profile
Volume control
« Reply #8 on: October 08, 2004, 09:35:07 pm »
To remount / to rw, do the following:- (Assuming its mounted ro, won't hurt to do it anyway)

Code: [Select]
mount / -o remount,rw
To see what its currently mounted as simply do
Code: [Select]
mount
Read-only will have (Ro) next to the mount. Read-Write will have (rw).

 - Bundabrg
[img]http://www.worldguard.com.au/brendan-ambi.png\" border=\"0\" class=\"linked-sig-image\" /]

GTMoredhel

  • Newbie
  • *
  • Posts: 14
    • View Profile
Volume control
« Reply #9 on: October 09, 2004, 01:22:26 pm »
Root is in fact mounted correctly as rw.

When I try to use ipkg by command line to remove something, I get "Can't open status file... for writing: No space left on device."

Looks like I'm going to have to reflash to recover the space.

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Volume control
« Reply #10 on: October 09, 2004, 01:28:19 pm »
Quote
Looks like I'm going to have to reflash to recover the space.

Before you do that try to remove some stuff manually. 'rm' should still work (and if it doesn't then your problem is beyond me). I don't know what packages you have installed but using 'ipkg files <package name>' will tell you which files belong to a given package (if this doesn't work, then you may have som corruption)

It might be worth checking to see that /usr/lib/ipkg/status (I think) is intact, on the off chance that the error message is actually caused by something else (other than you being out of space).


Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva