miroslav_joksimovic

Napravljene poruke na forumu

Gledanje 591 članaka - 591 do 600 (od 619 ukupno)
  • Autor
    Članci
  • kao odgovor na: XMMS nece da radi (sredjeno) #37247

    Uzgred receno, ne znam kako da promenim taj output u podesavanjima kad ga nigde ne vidim.

    kao odgovor na: XMMS nece da radi (sredjeno) #37246

    Koristio sam ga na Mandrivi jer mi tamo nije pravio probleme. Ovde hoce da pusti samo po jednu pesmu posto mi sva muzika stoji na drugom hardu gde je Windows ali ne znam kakve veze to ima sa tim sto nece da pusta pesme u listi. Ne pusta ni jednu pesmu ako ja napravim kolekciju od nekih 15-ak pesama tako da sam morao svu muziku da prekopiram na ovu Reiser FS particiju da bi radio. Medjutim, ucinio sam sebi magarecu uslugu time sto imam iste fajlove na dva mesta…

    kao odgovor na: XMMS nece da radi (sredjeno) #37244

    OK, instalirao sam sve sto je trebalo. Sad mogu da otvorim player ali nece nista da pusti. Posto nisam znao sta da uradim dalje, uninstalirao sam ga pa ponovo instalirao. Medjuti, tropa!!!

    Sta sad?

    kao odgovor na: NOVI KERNEL – PROBLEM (sredjeno) #37176

    U pravu si 100%, ne poznajem Linux dobro jer sam tek poceo da ga koristim pre 3 meseca pa sam menjao distribucije i tako dalje. Koristicu ovakav kakav je i moram se zadovoljiti takvim kakav je.

    kao odgovor na: WINE I SUSE 9.3 PRO ( sredjeno ) #36904

    SREDJENO!!!

    kao odgovor na: NOVI KERNEL – PROBLEM (sredjeno) #37173

    Evo sta pise u readme fajlu o kompajliranju kernela koji sam skinuo:

    COMPILING the kernel:

    – Make sure you have gcc 2.95.3 available.
    gcc 2.91.66 (egcs-1.1.2), and gcc 2.7.2.3 are known to miscompile
    some parts of the kernel, and are *no longer supported*.
    Also remember to upgrade your binutils package (for as/ld/nm and company)
    if necessary. For more information, refer to Documentation/Changes.

    Please note that you can still run a.out user programs with this kernel.

    – Do a “make” to create a compressed kernel image. It is also
    possible to do “make install” if you have lilo installed to suit the
    kernel makefiles, but you may want to check your particular lilo setup first.

    To do the actual install you have to be root, but none of the normal
    build should require that. Don’t take the name of root in vain.

    – If you configured any of the parts of the kernel as `modules’, you
    will also have to do “make modules_install”.

    – Keep a backup kernel handy in case something goes wrong. This is
    especially true for the development releases, since each new release
    contains new code which has not been debugged. Make sure you keep a
    backup of the modules corresponding to that kernel, as well. If you
    are installing a new kernel with the same version number as your
    working kernel, make a backup of your modules directory before you
    do a “make modules_install”.
    Alternatively, before compiling, use the kernel config option
    “LOCALVERSION” to append a unique suffix to the regular kernel version.
    LOCALVERSION can be set in the “General Setup” menu.

    – In order to boot your new kernel, you’ll need to copy the kernel
    image (e.g. …/linux/arch/i386/boot/bzImage after compilation)
    to the place where your regular bootable kernel is found.

    – Booting a kernel directly from a floppy without the assistance of a
    bootloader such as LILO, is no longer supported.

    If you boot Linux from the hard drive, chances are you use LILO which
    uses the kernel image as specified in the file /etc/lilo.conf. The
    kernel image file is usually /vmlinuz, /boot/vmlinuz, /bzImage or
    /boot/bzImage. To use the new kernel, save a copy of the old image
    and copy the new image over the old one. Then, you MUST RERUN LILO
    to update the loading map!! If you don’t, you won’t be able to boot
    the new kernel image.

    Reinstalling LILO is usually a matter of running /sbin/lilo.
    You may wish to edit /etc/lilo.conf to specify an entry for your
    old kernel image (say, /vmlinux.old) in case the new one does not
    work. See the LILO docs for more information.

    After reinstalling LILO, you should be all set. Shutdown the system,
    reboot, and enjoy!

    If you ever need to change the default root device, video mode,
    ramdisk size, etc. in the kernel image, use the ‘rdev’ program (or
    alternatively the LILO boot options when appropriate). No need to
    recompile the kernel to change these parameters.

    – Reboot with the new kernel and enjoy.

    IF SOMETHING GOES WRONG:

    – If you have problems that seem to be due to kernel bugs, please check
    the file MAINTAINERS to see if there is a particular person associated
    with the part of the kernel that you are having trouble with. If there
    isn’t anyone listed there, then the second best thing is to mail
    them to me ([email protected]), and possibly to any other relevant
    mailing-list or to the newsgroup.

    – In all bug-reports, *please* tell what kernel you are talking about,
    how to duplicate the problem, and what your setup is (use your common
    sense). If the problem is new, tell me so, and if the problem is
    old, please try to tell me when you first noticed it.

    – If the bug results in a message like

    unable to handle kernel paging request at address C0000010
    Oops: 0002
    EIP: 0010:XXXXXXXX
    eax: xxxxxxxx ebx: xxxxxxxx ecx: xxxxxxxx edx: xxxxxxxx
    esi: xxxxxxxx edi: xxxxxxxx ebp: xxxxxxxx
    ds: xxxx es: xxxx fs: xxxx gs: xxxx
    Pid: xx, process nr: xx
    xx xx xx xx xx xx xx xx xx xx

    or similar kernel debugging information on your screen or in your
    system log, please duplicate it *exactly*. The dump may look
    incomprehensible to you, but it does contain information that may
    help debugging the problem. The text above the dump is also
    important: it tells something about why the kernel dumped code (in
    the above example it’s due to a bad kernel pointer). More information
    on making sense of the dump is in Documentation/oops-tracing.txt

    – If you compiled the kernel with CONFIG_KALLSYMS you can send the dump
    as is, otherwise you will have to use the “ksymoops” program to make
    sense of the dump. This utility can be downloaded from
    ftp://ftp..kernel.org/pub/linux/utils/kernel/ksymoops.
    Alternately you can do the dump lookup by hand:

    – In debugging dumps like the above, it helps enormously if you can
    look up what the EIP value means. The hex value as such doesn’t help
    me or anybody else very much: it will depend on your particular
    kernel setup. What you should do is take the hex value from the EIP
    line (ignore the “0010:”), and look it up in the kernel namelist to
    see which kernel function contains the offending address.

    To find out the kernel function name, you’ll need to find the system
    binary associated with the kernel that exhibited the symptom. This is
    the file ‘linux/vmlinux’. To extract the namelist and match it against
    the EIP from the kernel crash, do:

    nm vmlinux | sort | less

    This will give you a list of kernel addresses sorted in ascending
    order, from which it is simple to find the function that contains the
    offending address. Note that the address given by the kernel
    debugging messages will not necessarily match exactly with the
    function addresses (in fact, that is very unlikely), so you can’t
    just ‘grep’ the list: the list will, however, give you the starting
    point of each kernel function, so by looking for the function that
    has a starting address lower than the one you are searching for but
    is followed by a function with a higher address you will find the one
    you want. In fact, it may be a good idea to include a bit of
    “context” in your problem report, giving a few lines around the
    interesting one.

    If you for some reason cannot do the above (you have a pre-compiled
    kernel image or similar), telling me as much about your setup as
    possible will help.

    – Alternately, you can use gdb on a running kernel. (read-only; i.e. you
    cannot change values or set break points.) To do this, first compile the
    kernel with -g; edit arch/i386/Makefile appropriately, then do a “make
    clean”. You’ll also need to enable CONFIG_PROC_FS (via “make config”).

    After you’ve rebooted with the new kernel, do “gdb vmlinux /proc/kcore”.
    You can now use all the usual gdb commands. The command to look up the
    point where your system crashed is “l *0xXXXXXXXX”. (Replace the XXXes
    with the EIP value.)

    gdb’ing a non-running kernel currently fails because gdb (wrongly)
    disregards the starting offset for which the kernel is compiled.

    Nema, jasno kao dan, jos samo kad bi mi neko rekao sta da uradim od svega ovoga, bilo bi zaista sve OK!

    kao odgovor na: NOVI KERNEL – PROBLEM (sredjeno) #37172

    Ajde probacu ali mislim da mi se ne smesi veseo kraj po tom pitanju!!!

    kao odgovor na: NOVI KERNEL – PROBLEM (sredjeno) #37169

    Znam da je na Mandrivi tako jer sam je koristio do skoro. Instalirao sam paket “linux 2.6.14.2.tar.gz”. Nema .rpm paketa uz njega. Pogledaj na stranici http://linux.softpedia.com/get/System/Operating-Systems/Kernels/Linux-Kernel-1960.shtml

    Skinuo sam ovaj prvi, veci!

    kao odgovor na: Nema mi prevoda? #36411

    Ne treaba ti MPlayer da bi pustio prevod. Ja takodje imam Suse 9.3 Pro i sve pustam preko Kaffeine player-a. Imao sam isto problem sa prevodom ali sam malo cackao i provalio da nece da pusti prevod npr sa diska ako su .avi file i subtitle u razlicitim folderima vec samo ako se nalaze u istom folderu.

    U tom slucaju ides na opciju u Kaffeine Player-u : File / Open pa sa diska ucitas subtitle.

    Ako ni tako nece, prekopiraj subtitle negde na racunar i opet uradi File / Open, mora da ga pusti.
    Ako film nije na disku, onda jos lakse, sve ucitavas iz lokalnog foldera.

    Ako o5 nesto ne bude htelo da radi, javi se!!!

    kao odgovor na: Molim vas za pomoc!! #36940

    Lucent mi je bio dosao do glave, zato sam valjda uzeo wireless net. Ali, mislim da imam jedan Intel 536EP koriscen ali ispravan koji sam koristio dok sam bio na dial-up-u. Ako ne budes mogao da namestis tvoj modem, mogu da ti posaljem postom ovaj modem besplatno jer mi ne treba ni za sta a radi na Linuxu bez problema a i vec je istrosena tema na svakom delu foruma koji se tice podesavanja modema.

    Javi sta si uradio.

Gledanje 591 članaka - 591 do 600 (od 619 ukupno)