Jump to content

Greg2

Global Moderator
  • Posts

    2482
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Greg2

  1. no...its no sound from speakers or headphones. i am currently at work. i will get you the console output when i get home.

    Would you also include the output of

    grep sound-slot /etc/modprobe.conf

    and

    arecord -l

  2. I was just reading some more info about this. Here's a quote

    Security experts contend that Flash Player has too many features that are hidden so users cannot configure it. "Flash is a frightening technology in that Adobe has tried to make it do so many things in addition to playing content," Randy Abrams, director of technical education at antivirus vendor ESET, told InternetNews.com.
    from this article: Adobe Patches Flash, But Expect More Problems
  3. affected_cpus:0
    cpuinfo_cur_freq:13800000
    -snip-
    scaling_cur_freq:13800000
    scaling_driver:p4-clockmod
    -snip-

    I believe this driver is your problem. Please see this bug report: bugzilla.kernel.org

    It appears that a patch has been submitted, but has never been pushed into mainline.

     

    So for now, you could try unloading the module with

    modprobe -r p4_clockmod

    and if that works, then blacklist it.

  4. According to your previous posts you should have everything installed except the plugin. So it would be

    urpme mplayerplugin; urpmi gecko-mediaplayer

    but I still believe that you will need to manually enter: mms://88.59.59.208:1925 for it to work... and that should already work for you using mplayer.

  5. I believe that the complete output of

    cat /proc/cpuinfo

    will be very helpful here. Look at my cpu speed using x86info

    [greg@halfway ~]$ cat /proc/cpuinfo | grep -E -i MHz
    cpu MHz		 : 2813.285
    [greg@halfway ~]$ x86info -a | grep -E -i GHz
    4154503.20GHz processor (estimate).

    :woot:

  6. firefox ask me to install a particular plugin: application/x-mplayer2

    You can always find this info on the MIME type list at mozdev.org: plugindoc.mozdev.org

     

    In this case it's Windows media. So if you haven't already done so, you will need to add the PLF repos to your software sources using easy-urpmi, the link is at the top-right of the forum page. After you have added the PLF and updated your media sources, you will need to install (from the PLF repos) the mplayer, and the win32-codecs packages. Then install the mplayerplugin package from the Mandriva repos. I would also suggest installing the real-codecs package why you're doing this.

     

    Let us know if that works for you, and welcome aboard! :)

×
×
  • Create New...