Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,208
» Latest member: slotqris
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 272 online users.
» 0 Member(s) | 268 Guest(s)
Applebot, Bing, Google, Yandex

Latest Threads
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 116
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 74,944
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 31,253
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,665
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,076
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 40,679
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 104,357
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 44,950
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 35,330
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,294

 
  Different Commands for Different Disbributions ?
Posted by: linuxnewbie - 2007-06-04, 06:51 AM - Forum: Just Starting Linux - Replies (2)

Is it true ? Or all the commands can be transfer over? :/

Print this item

  Ubuntu News
Posted by: Varjagy - 2007-06-03, 08:12 AM - Forum: Linux News - Replies (1)

- Ubuntu Propaganda (it's not really news, but it it funny)

Print this item

  Fedora 7 Guide For MultiMedia
Posted by: Randall - 2007-06-02, 10:13 PM - Forum: Fedora 7 - Replies (3)


This will walk you though how to install mp3 support to dvd playback and everything in between.

 

First thing is to install the Freshrpms and Livna Reops

 

Freshrpms 32 Bit



Code:
rpm -ihv http://ayo.freshrpms.net/fedora/linux/7/i386/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpm




 

Freshrpms 64 Bit



Code:
rpm -ihv http://ayo.freshrpms.net/fedora/linux/7/x86_64/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpm




 

Livna 32 bit version:



Code:
rpm -ihv http://livna-dl.reloumirrors.net/fedora/7/x86_64/livna-release-7-2.noarch.rpm




 

Livna 64 bit version:



Code:
rpm -ihv http://rpm.livna.org/fedora/7/x86_64/livna-release-7-2.noarch.rpm




 

Install mp3 support



Code:
yum -y install xmms xmms-mp3 xmms-faad2 gstreamer-plugins-ugly libmad libid3tag




 

Install DVD playback and XINE DVD player



Code:
yum -y install xine xine-lib xine-skins xine-lib-extras-nonfree libdvdcss




 

Now there is a lot of nice Muisc players out there but this is my personal fav.



Code:
yum -y install amarok




 

Now we are going to install mplayer but before we do this we need to add lines to the livna.repo file

so edit it with the command of

 



Code:
nano /etc/yum.repos.d/livna.repo




 

then add the exclude=mplayer* mencoder* ffmpeg* to it. to find out where to put this look at the example below.

 

Quote:gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-livna

exclude=mplayer* mencoder* ffmpeg*

 

[livna-debuginfo]
 

When you are done with that you can now add mplayer and the mplayer-plugin

 



Code:
yum -y install mplayer mplayer-skins mplayer-fonts mplayerplug-in




 

Now lets install some win32 codecs

and now we'll install the windows codecs for mplayer

 



Code:
wget http://www1.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
gtar xjvf essential-20061022.tar.bz2
mkdir /usr/local/lib/win32
mv essential-20061022/* /usr/local/lib/win32




 

Install VLC player



Code:
yum -y install videolan-client




 

Now for java we need to install a package before it works



Code:
yum install compat-libstdc++-33




 

Now we can install java

so download Java 6

 

Open a Terminal.

Become root:

 



Code:
su -




 

Change back to your home directory (instead of root's home directory):

 



Code:
cd ~username




 

Where "username" is your normal username.

 

Run the file that you downloaded, by doing:



Code:
sh Desktop/jre-6u1-linux-i586-rpm.bin




 

It will display a license agreement. You can press q to skip it.

Type "yes" when it asks you if you agree. Then it will install Java.

 

Finally,you can enable the Java plugin for your web browser:



Code:
ln -s /usr/java/jre1.6.0_01/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/




Print this item

  Adding Multimedia Extras to Fedora 7
Posted by: Corkster - 2007-06-02, 09:07 PM - Forum: Fedora 7 - Replies (3)


Thanks Randall for reminding me to do this :)Please note this is for the 32 bit installs, if you find this article useful, then I'd appreciate if you'd digg it !

 

As root (su -) install the current livna rpm to get access to livna's goodies



Code:
# rpm -ivh  http://rpm.livna.org/livna-release-7.rpm




 

Now let's add freshrpm's to that list:



Code:
# [rpm -ivh http://ayo.freshrpms.net/fedora/linux/7/i386/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpm




OK done. Now lets have some fun:
  • Let's install the MP3 plug-ins (currently gstreamer-plugins-mp3 is BAD so will error, but try again in a day or two):
    Code:
    # yum -y install xmms-mp3 gstreamer-plugins-mp3 libmad libid3tag



     



  • Let's install the Flash plug-in. Use vi (or any other editor) to create a new file as root:
    Code:
    # vi /etc/yum.repos.d/flash.repo



     
    Now copy the text below and paste it into the new file (press i to INSERT text...):


    Code:
    [macromedia]
    name=Macromedia for i386 Linux
    baseurl=http://macromedia.mplug.org/rpm/
    enabled=1
    gpgcheck=1
    gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY



    Save the file with :wq


    Code:
    # yum -y install flash-plugin



     



  • Next up for multimedia action and DVD playing we will install xine:
    Code:
    # yum -y install xine xine-lib xine-skins



     



  • A Fedora install would not be complete without the coolest video player mplayer, so let's install it
    Code:
    # yum -y --disablerepo=livna install mplayer mplayer-skins mplayer-fonts



     
    And now we'll install the windows codecs for mplayer


    Code:
    # wget http://www1.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
    # tar -xjvf essential-20061022.tar.bz2
    # mkdir /usr/local/lib/win32
    # mv essential-20061022/* /usr/local/lib/win32



     
    Now we need to install the mplayer plugin for web browsers:


    Code:
    # yum -y install mplayerplug-in



     



  • Install Java 6.0 Update 1. Get over to Sun's Java download site and choose the Linux RPM in self-extracting file version.
     
    Location: [/url]http://java.sun.com/javase/downloads/index.jsp
    Linux RPM in self-extracting file: [url=https://sdlc5d.sun.com/ECom/EComActionServl...0FBE7FAEB98B511]https://sdlc5d.sun.com/ECom/EComActionServl...0FBE7FAEB98B511
     
    Open a Terminal.
    Become root (su -)
    Change back to your home directory (cd ~username)
    Where "username" is your normal username.
    Run the file that you downloaded, by doing:
    Code:
    # sh Desktop/jdk-6u1-linux-i586-rpm.bin



     
    It will display a license agreement. You can press q to skip it.
    Type "yes" when it asks you if you agree. Then it will install Java.
     
    Finally,you can enable the Java plugin for your web browser:
     


    Code:
    # ln -s /usr/java/jdk1.6.0_01/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/






The above was taken from anyweb's pinned post on adding multimedia extras with just a few changes for Fedora 7. Dont forget to diable Livna repos so you dont trash your system by mixing Freshrpm Repos and Livna Repos.

 

They are not compatible trust me I know this one :)

 

Corkster

Print this item

  Dell XPS 410n with Ubuntu Feisty preinstalled
Posted by: Varjagy - 2007-06-02, 07:14 PM - Forum: Ubuntu - Replies (1)

Dell XPS 410n with Ubuntu Feisty preinstalled

Print this item

  Ubuntu Security Update
Posted by: Varjagy - 2007-06-02, 06:45 AM - Forum: Security and Firewalls - No Replies


Only applies if you are using the following:

 

- firefox vulnerabilities

Print this item

  Sound Blaster Audigy 2 NX and Fedora 7
Posted by: darth zilla - 2007-06-02, 06:39 AM - Forum: Fedora 7 - No Replies


I've never been much of a linux user, though I have dabbled around with FreeBSD for years. However, since my addiction (World of Warcraft) runs primarily on Windows (as well as drivers for most of my hardware that Fedora tends to hate) I've been using XP for quite a while. Anyway, after installing a SATA II drive, I decided to install Fedora 7. So far it has been a nice little addition to the machine, the sound is alright and if I could just get Nvidia's drivers to work I'd be better off, but that isn't the issue. At the moment, I'm using a Sound Blaster Audigy 2 NX, which is a USB 7.1 card, and have been having a bit of trouble figuring out how to actually enable all channels with Fedora. At the moment, Fedora treats my 5.1 setup like a 2.1 (2 satellite, 1 subwoofer) setup :/ I've hunted all over Fedora and the net for solutions, but have yet to find any.

 

I'm not sure if it's the drivers (and good luck finding some for Fedora, or Linux period) that Fedora came with or if there is a panel somewhere that I change the speaker setup with (similar to Windows' Sound Devices). Any and all help appreciated.

Print this item

  Fedora 7 and Broadcom 43xx WI-FI drivers
Posted by: Randall - 2007-06-02, 01:23 AM - Forum: Fedora 7 - Replies (13)


If you just installed fedora 7 and have issues using older firmware drivers. You need newer version firmware for your wi-fi card to work in native mode. Here is what you need to do to get the latest firmware and how to make it work.

 

be sure you are root to install the packages and run the commands below

 

1. Install bcm4300-fwcutter



Code:
yum install bcm43xx-fwcutter




 

2.Download the 4.x broadcom firmware



Code:
wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2




 

3. extract the package



Code:
tar xjvf broadcom-wl-4.80.53.0.tar.bz2




 

4. run the bcm-43xx firmware cutter



Code:
bcm43xx-fwcutter -w /lib/firmware broadcom-wl-4.80.53.0/kmod/wl_apsta.o




 

5. You can either reboot or run the command below



Code:
modprobe bcm43xx




 

Now your broadcom wireless card should work with out any more issues.

Print this item

  Ubuntu News
Posted by: Varjagy - 2007-06-01, 10:13 AM - Forum: Linux News - No Replies


- Backstage on how Dell worked on Ubuntu

 

Don't forget to read our Ubuntu Security Updates

Print this item

  dual boot question
Posted by: Micro Mina - 2007-06-01, 10:05 AM - Forum: Just Starting Linux - Replies (3)


hi everyone.

 

I am downloading fedora 7 now, and I already have windows vista installed.

 

What should I do to make a dual-boot?

 

Some say "just install fedora and it will recognize vista" is this true?

 

I am a newbie to linux so if you please if there are long steps please consider that I am a NOOB in linux.

 

oh, i also need to know, how to install wine.

 

 

thanx a lot

Print this item