Jump to content

chalex20

Members
  • Posts

    157
  • Joined

  • Last visited

Posts posted by chalex20

  1. There seem to be two options:

     

    Option 1

     

    Keep 2.6.12 from Mandriva and

     

    Download alsa-driver

    Download also-lib

    Download alsa-oss

    Download alsa-util

     

    Option 2

     

    Use the official Linux Kernel sources from kernel.org in a version that includes ALSA 1.0.11rc2 or greater.

     

     

    Is this an option?

     

    Will a Vanilla kernel run a Mandriva box without breaking features (USB hotplugging / NVIDIA ...)?

     

    Where can I get information on the patches Mandriva applies to the Vanilla sources?

     

    Any help on this is greatly appreciated. If you happen to know a more convenient way to get my crappy card running in 2006.0 other than to install ALSA manually then PLEASE let me know, will you? :huh:

     

    regards,

    Tobias

     

    The second options is much less preferable than first - Mandriva's kernel is heavily patched, and you risk breaking a lot of things using vanilla kernel.

     

    There are several additional options :

    - Compile new alsa drivers by hand; copy them exactly over the old ones; re-start "alsa" and "sound" services or reboot

    - Compile new alsa drivers by hand; copy them into some dedicated place within /lib/modules/<your_kernel_version>; remove the old drivers manually; restart "alsa" and "sound" services or reboot

    - Get yourself a source RPM for "multimedia" kernel from cooker, recompile and install it; it should contain newer version of ALSA;

    - Tweak the config spec of Mandriva kernel source RPM ( not kernel-source-..., but rather kernel-2.6...src.rpm ), so that it fetch newer ALSA; rebuild it and reinstall it.

  2. I had a similar problem, although with an Nvidia card. Occasional hangup here and there, most of the times with a possibility to ssh in. It was actually a memory problem - one of the DIMMs was faulty. Replaced it - and no hangups since. There, of course, are problems here and there ( I'm pretty heavy tweaker with strong inclination to break things sometimes), but hangups - none.

    So, running memtest86 for some day or two should be actually one of the items in the troubleshooting list.

  3. A pure audioCD does not have any filesystem (it just have RAW datastreams inside, in  the form of audio tracks), and as such it just can NOT be mounted in a normal way.

    XMMS has some "digital CD audio extraction plugin" and employs it when you instruct it to open (configurable) CD mount point - in spite of that no CD is actually mounted. Look at its configuration options.

  4. When console is closed the following error is shown "KDEInit could not launch 'kdesu'."

     

    Is this expected operation?

    It doesn't seem to be expected.

    My rather wild assumption is that the error message you mentioned is shown all the time, and that you observe it only after the console is closed. As far as I may guess, this error message ( being a modal window ), and not the console is what causes the panel to be "locked".

    Try minimizing the console instead of closing it. Do you observe the error message? Press OK in it. The panel should be "unlocked" then.

  5. How does urpmi connects to the internet? I use a proxy on a local PC to share the connection.

    Maybe the problem is that it can't connect to the internet?

    Your using a proxy may definitely be the problem.

    Urpmi should be specifically configured to use proxy.

    "man proxy.cfg" in a terminal ( or "man:proxy.cfg" in Konqueror) will show you some information about configuring urpmi for that matter.

  6. I've recently downloaded and installed OpenOffice.org 2.0.1, from the OpenOffice.org site. The first weird thing I've observed is that there is no "kde-integration" RPM. Several KDE-related files are there within openoffice.org-core* packages, but KDE integration seems to be missing. At least, it doesn't seem to work.

    Is that just me and some problems with my /dev/brain? Is there someone else having experienced similar problem?

  7. Whenever you burn an iso image, K3B will calculate the md5sum for you.

    You may click an ellipsis button near the MD5 sum field, and then you're prompted to enter an MD5 sum to compare with. Otherwise, the big green "V" at the left of this very field is a bit misleading as it means just that the calculation itself is successful ( and not that the image is all right ).

    not a trivial thing to do since GIMP is GTK/GNOME, and it wasn't until KDE 3.something (IIRC) that this actually worked properly

    It wasn't until KDE 3.smth that KDE started supporting XDND properly :) As long as both toolkits support XDND, there should be no problem with "drag & drop".

     

    I don't have a two button laptop like some people do, so I have no need to remap the right button to take over the action of the middle button.

    Has "Emulate3buttons" option of X been cancelled recently? :) No need to remap, just press both buttons simultaneously, and voila - middle button is emulated.

     

    Something that is not solved: kmix. Why do I need all this?

    Try kamix for a change - it allows configuring which channels are displayed.

    And do believe me that I'm equally eager to see some normal mixer for SB Live! / Audigy cards. Just like one Creative provides for, sad as it is, Windows.

     

    payed

    Shouldn't it be rather "paid"?

  8. I have set up a shortcut using Menu Editor to run this script as root, it doesn't work: ifconfig: command not found

     

    I'm sure my newbness is showing, how come??  :wall:

    "su" does several things, the following being among them :

    - change real/effective user ID

    - source bashrc / bash_profile / etc for the new user

    I suspect that "run as root" mechanism of the menu does only the first thing and not the second, and the script runs with ID of root but with a regular user's environment, including the PATH variable. Now, "ifconfig" is located in "/sbin", which is never included by default into a regular user PATH.

    So, here are two "quick and dirty" solutions :

    - put the following line at the beginning of the script :

    export PATH=/sbin:$PATH

     

    - replace "ifconfig" with "/sbin/ifconfig"

  9. the browser will say error and the page can't be found.

     

    eth0      Link encap:Ethernet  HWaddr 00:0C:F1:8A:A0:CD

              inet6 addr: fe80::20c:f1ff:fe8a:a0cd/64 Scope:Link

              UP BROADCAST MULTICAST  MTU:1500  Metric:1

              RX packets:0 errors:0 dropped:0 overruns:0 frame:0

              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

              collisions:0 txqueuelen:1000

              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

     

    lo        Link encap:Local Loopback

              inet addr:127.0.0.1  Mask:255.0.0.0

              inet6 addr: ::1/128 Scope:Host

              UP LOOPBACK RUNNING  MTU:16436  Metric:1

              RX packets:8 errors:0 dropped:0 overruns:0 frame:0

              TX packets:8 errors:0 dropped:0 overruns:0 carrier:0

              collisions:0 txqueuelen:0

              RX bytes:560 (560.0 B)  TX bytes:560 (560.0 B)

    No ppp0 - weird.

    then ip route show:

     

    67.95.10.31 dev ppp0  proto kernel  scope link  src 216.203.221.94  metric 50

    default via 67.95.10.31 dev ppp0  metric 50

    This one seems all right.

    the operating system isn't reading the connection from kppp, how do i recitfy that, i think that is the problem ? or i could be wrong ?

    thnks for the help though either way.

    Most chances are that you're right. Unfortunately.

    What seems to me most probable is that pppd drops the connection after some time, but it doesn't somehow get felt by kppp, so the route table is not modified upon disconnection. Unfortunately, I finished all my dealings with pppd about two years ago and have forgotten most of its quirks since, so I don't remember them all by heart :(

    Try "grep"-ping "pppd" out of /var/log/messages and post the output.

    Additionally, try to define the connection via "drakconnect" instead of "kppp".

  10. i have an external us robotics v.92 modem, kppp reads the modem well enough and the connection is made, but I STILL CAN"T LOG ONTO THE INTERNET !!!!! the browers don't work ???????????

    May you give more details and be more specific? What are the exact messages given by the browser?

    Open a terminal, and issue "ifconfig" as root. What is its output?

    Issue "ip route show" as root. What is its output? Copy all the outputs and post them here.

  11. I downloaded easy urpmi but that didn't give me the gcc. Anyway I'm still confused and frustrated. :wall:

    You shouldn't download EasyUrpmi - it's not a program but rather a tutorial.

    I don't think you should use it either - gcc should be there on your installation CD.

    Go to "Start menu" - "System" - "Configure your computer" or run "mcc" as root.

    Once in the Control Center, go to "Software Management" and choose "Install software". This will launch "Rpmdrake".

    The rpmdrake window contains, at its left, the list of all the programs available for installation. Find "gcc" there. Mark it, confirm the installation of the dependencies. Press "Install" button, insert your installation CD as required.

    Alternatively, if you're not afraid of CLI, run "urpmi gcc" as root.

×
×
  • Create New...