Jump to content

Greg2

Global Moderator
  • Posts

    2482
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Greg2

  1. When booting the network interface is bring up before PCMCIA card

    It has been a long time since I've used Mandrake 9.2, but I would suggest that you open your gui network interface section and remove (delete) your current network config. Then create a new network config with your pcmcia card, and set the config to (I'm not sure about these 'check box' names, but they 'should' be similar) 'do not start at boot' and 'user managed' in the gui check boxes. This should allow you to start and stop the network after the boot without any problems.

     

    I hope that makes sense to you. :)

     

    I also agree with scarecrow about using Puppy Linux. I've had Puppy working on some very old systems.

  2. If stopping the network first doesn't work for you, you can use cardctl. In a terminal (as root) do

    cardctl ident

    this should give you the socket #. Now use the socket # (I will use 0 for this example) and do

    cardctl suspend 0

    now you should be able to shutdown your system, without using the reset button.

  3. It works for me.

    FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    configuration: --enable-libmp3lame --enable-libfaac --enable-libfaac --enable-libamr-nb --enable-libamr-wb --enable-nonfree --enable-gpl
    libavutil	 49.15. 0 / 49.15. 0
    libavcodec	52.20. 0 / 52.20. 0
    libavformat   52.31. 0 / 52.31. 0
    libavdevice   52. 1. 0 / 52. 1. 0
    built on Mar 24 2009 15:55:43, gcc: 4.3.2
    Input #0, amr, from '/home/greg/Music/testing/Chimp.amr':
    Duration: N/A, bitrate: N/A
    Stream #0.0: Audio: libamr_nb, 8000 Hz, mono, s16
    Output #0, ogg, to '/home/greg/Music/testing/Chimp.ogg':
    Stream #0.0: Audio: vorbis, 44100 Hz, stereo, s16, 192 kb/s
    Stream mapping:
    Stream #0.0 -> #0.0
    Press [q] to stop encoding
    size=	  19kB time=2.79 bitrate=  55.3kbits/s	
    video:0kB audio:12kB global headers:3kB muxing overhead 22.062365%

    What's the output of

    midentify /home/lex/g.amr

    Here's my file

    [greg@halfway testing]$ midentify Chimp.amr
    ID_AUDIO_ID=0
    ID_FILENAME=Chimp.amr
    ID_DEMUXER=lavf
    ID_AUDIO_FORMAT=samr
    ID_AUDIO_BITRATE=0
    ID_AUDIO_RATE=8000
    ID_AUDIO_NCH=1
    ID_LENGTH=0.00
    ID_SEEKABLE=1
    ID_CHAPTERS=0
    ID_AUDIO_BITRATE=0
    ID_AUDIO_RATE=8000
    ID_AUDIO_NCH=1
    ID_AUDIO_CODEC=ffamrnb
    ID_EXIT=EOF

  4. You can install the amrnb, amrwb, and the sox packages from the PLF repos and use the cli to convert to wav files. Or you can download the mmc-lin.tar.gz from here: MobileMediaConverter

     

    Then extract it to your ~/home directory, cd MobileMediaConverter, then do ./MobileMediaConverter, then convert your AMR files to 'almost' anything you want... OGGs work great for me.

  5. Should I delete the last line or change it to "install ipv6 /bin/false" ?

    If you're using Mandriva 2009.1, you can disable ipv6 with the gui.

    If you experience sluggish response on the Internet - especially when browsing web sites - and cannot find the cause, you should try disabling IPv6. To do this, left-click the net_applet icon in the system tray this will open the Network Center, now open Advanced Settings and check Disable IPv6, then click OK and restart the system. (You can also reach the Network Center by opening the Mandriva Control Center > Network & Internet > Network Center).
    From here: 2009.1_Errata#Slow_or_no_internet_response

     

    Disabling the ipv6 option will now give you this line in /etc/modprobe.conf

    [greg@halfway ~]$ cat /etc/modprobe.conf | grep -i ipv6
    options ipv6 disable=1

  6. I agree with dexter, you shouldn't be building packages as root, and I won't waste any of my time debating that issue.

     

    I would suggest that you follow these instructions to set up a special build tree: Development/Howto/RPM

     

    I've built you (or anyone else that needs it) an fslint rpm. :) I've made it, installed it, and tested it on a Mandriva 2009.1 system. If you have any questions, please check the ‎/usr/share/doc/fslint directory for help.

     

    This program is free software; you can redistribute it and/or modify

    it under the terms of the GNU General Public License as published by

    the Free Software Foundation; either version 2 of the License, or

    any later version.

     

    This program is distributed in the hope that it will be useful,

    but WITHOUT ANY WARRANTY; without even the implied warranty of

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    See the GNU General Public License for more details,

    which is available at www.gnu.org

     

    I'll attach it here for awhile:

  7. I've moved some topics today and I'll be moving more tomorrow.

     

    Since spinynorman has made this announcement, I didn't think it was necessary to treat moving all of these topics as we normally would. So please note that I'm only leaving a few links in the source forums and a few 'moved by Greg' edits where I thought that there may be some confusion, or were recent topics.

     

    So if you've lost a topic, please look here. :)

  8. how/why does nautilus and gedit interact via the presence of these gconf entries?

    Here's a few things to help you understand this:

    GConf is a system for storing application preferences. It is intended for user preferences
    GConf looks for each value in a series of storage locations called configuration sources. These are specified in a file called /etc/gconf/<version>/path. Each configuration source has a backend that knows how to read it - for now, this is always the "xml" backend, which stores data in XML files.

    By default, GConf comes configured as follows:

     

    xml:readonly:/etc/gconf/gconf.xml.mandatory

    include "$(HOME)/.gconf.path"

    xml:readwrite:$(HOME)/.gconf

    xml:readonly:/etc/gconf/gconf.xml.defaults

    The readwrite source ~/.gconf is where user settings are normally written.
    GConf per-user daemon (gconfd)

     

    The current GConf implementation involves a per-user daemon. This daemon's primary purpose is to notify applications when a configuration value has changed. As a secondary task, it caches values, so each application doesn't have to parse XML files.

    All of this info and more from here:

    http://projects.gnome.org/gconf/

     

    Welcome aboard! :)

  9. OK, I'm guessing that you're not happy with my suggestions, so I've created a fix for you. Do this

    [greg@apus ~]$ rpm -qa | grep -i synaptics
    x11-driver-input-synaptics-0.15.2-1mdv2009.0
    gsynaptics-0.9.14-3.1mdv2009.0

    remove everything that isn't on that list, and install only what I have. Make sure your xorg.conf is not modified with your edits. Reboot the system, and in a terminal (as user) do

    gsynaptics

    uncheck the 'Enable Tapping' button. Now you have no touchpad tapping input at all. If you like this you could add it to you menu with your menu editor, and turn it on or off at will.

  10. The only way that I can reproduce your problem is to open Kmail > Settings > Configure Filters > Classify as Spam > Filter Actions > Mark As > and leave the drop down box on the right empty. Have you checked that this box is set to 'Spam'? The same would go for > Classify as Not Spam > set this box to 'Ham'.

×
×
  • Create New...