LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-21-2004, 01:45 AM   #1
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Rep: Reputation: 0
Post why fedora core by instal default dosent suport network driver?


I want to install network driver in fedora core but I don’t know how, actually I don’t know the command’s which I should type in terminal to install that

Thanks
 
Old 08-21-2004, 11:28 PM   #2
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
Ok dude, where going to need a bit more information

1) Fedora should have done this on boot anyway, but as root, try and "ifconfig eth0 up" It might have detected your card, just not bought it up. If that didn't work...

2) As root, try this "dmesg |grep eth" or "dmesg |grep Eth" and see if the kernel recognized your network card. If it did, just google for the driver.

3) What type of network card do you have? If your not to sure, as root, use the command lspci. If your still not sure, post the results here.

Google is your friend

Good Luck
Kristijan
 
Old 08-22-2004, 02:51 AM   #3
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Original Poster
Rep: Reputation: 0
[root@localhost root]# dmesg | grep eth

divert: not allocating divert_blk for non-ethernet device lo
divert: not allocating divert_blk for non-ethernet device sit0
***INVALID CHECKSUM 0002*** <7>divert: allocating divert_blk for eth0
eth0: Dropping NETIF_F_SG since no checksum feature.
eth0: no IPv6 routers present
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.25.
divert: allocating divert_blk for eth1
eth1: forcedeth.c: subsystem: 00e11:00a8 bound to 0000:00:04.0
eth1: no link during initialization.
eth1: no link during initialization.
eth1: no IPv6 routers present


this is what i get and also there is dual boot windows working on same network card but fedora wont
i can ping ever thing i LAN but out side i cant
weird ):

on command ifconfig eth1 up the answer is nothing
 
Old 08-23-2004, 12:49 AM   #4
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
After you do an "ifconfig xxx up", as root, then do "ifconfig" and paste the contents here.

**Note: xxx = yor ethernet device. Try eth0, eth1, etc.

Kristijan
 
Old 08-24-2004, 12:21 AM   #5
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Original Poster
Rep: Reputation: 0
Here you go dude
Kristijan
I can ping inside LAN but outside I cant and also i have two dns, but there in fedora when you type "netifconfig " is only space for one; is there any chance to type both and if is can you show how to do, and by the Way thank you very much.

[root@localhost root]# ifconfig eth1 up
[root@localhost root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:60:08:31:9D:75
inet addr:192.168.0.70 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::260:8ff:fe31:9d75/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:253 errors:0 dropped:0 overruns:0 frame:0
TX packets:171 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:17724 (17.3 Kb) TX bytes:10806 (10.5 Kb)
Interrupt:5 Base address:0x1000

eth1 Link encap:Ethernet HWaddr 00:40:CA:2F:6A:9F
inet6 addr: fe80::240:caff:fe2f:6a9f/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:686 (686.0 b)
Interrupt:10 Base address:0xc000

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:1847 errors:0 dropped:0 overruns:0 frame:0
TX packets:1847 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2003748 (1.9 Mb) TX bytes:2003748 (1.9 Mb)
 
Old 08-25-2004, 02:15 AM   #6
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Original Poster
Rep: Reputation: 0
Thanks kristijan google is my friend it is working now.
 
Old 08-25-2004, 07:09 AM   #7
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
No worries, ozy777ozy

To add another nameserver, edit your /etc/resolv.conf file and just add a new line with;

nameserver x.x.x.x

Kristijan
 
Old 08-26-2004, 02:04 AM   #8
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Original Poster
Rep: Reputation: 0
Question how to instal xine after is unzip

I have question how to install xine player. I download xine-lib-1-rc4.tar.gz, xine-ui-0.99.2.tar.gz and also i unzip ed them with "tar xfvz xine-ui-0.99.2.tar.gz" and same time with other one I have try to type ./xine-lib-1-rc4.tar.gz ,
-i xine-lib-1-rc4.tar.gz, install xine-lib-1-rc4.tar.gz but nether of those work. So if anybody can answer on this question.
 
Old 08-27-2004, 02:36 AM   #9
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
Never had the need to use xine. I prefer MPlayer. I'm going on assumption here here, but you should be able to do a simple "./configure && make && make install" To be sure though, once you have unpacked the .tar.gz file, cd into the directory it creates.

Within this folder, there should be a README.txt or and INSTALL.txt, or something similar. Take a read over this, and make note of any option you need to use.

Just to re-run over it

Code:
tar zxvf xine-file.tar.gz
cd xine-folder
./configure
make
su -c "make install"
type in root password
Do this for all the xine files you downloaded.

If you can't get it working this way, you can always use APT to install xine. Synaptic [1] is a graphical frontend for APT, if your new to APT, this is good to use.

Good Luck, and post back with your results.

Kristijan

[1] - http://www.nongnu.org/synaptic/
 
Old 08-27-2004, 09:35 PM   #10
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Original Poster
Rep: Reputation: 0
OK well i tried this, and it didn't work i may have downloaded the wrong file, but anyways i wanted to try that APT if you could explain to me how to use That APT and by the way what is that.

i did it just like you said with this code
and when everything is done i type in terminal as root xine& and message says the xine couldn't be found


Thank you
 
Old 08-28-2004, 02:10 AM   #11
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
Taken from http://www.linuxcompatible.org/thread27839-1.html

Apt-get RPM is based on the same principle as apt-get for Debian, in that it works out all the depenencies for you when installing packages. To install apt-get on Fedora core 2, download this [1] and this [2].

As root, "cd" to the directory where you downloaded these two RPMs and go:

rpm -Uvh apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm apt-devel-0.5.15cnc6-1.1.fc2.fr.i386.rpm [enter]

(If using konsole, you can copy and paste the above command, without "[enter]" of course...)

Both should install without incident. Next, you must update your machine with apt by going:

apt-get update [enter]

After it finishes, do apt-get update a second time.

When it is through downloading the updates, you will next need the front end for apt which is called "Synaptic."

Still as root go:

apt-get install synaptic

When it is done installing synaptic, just type:

synaptic [enter]

The Synaptic front end will now come up. It is very intuitive, and you shouldn't have too difficult a time figuring out how to use it.

[1] - http://ftp.freshrpms.net/pub/freshrp...c2.fr.i386.rpm
[2] - http://ftp.freshrpms.net/pub/freshrp...c2.fr.i386.rpm


If there is anything there that you don't understand, just post back.

Good Luck

Kristijan
 
Old 08-28-2004, 04:20 PM   #12
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Original Poster
Rep: Reputation: 0
Smile APT succeeded

This is working but i don't really know how to use this, also i downloaded rpm packages and installed so easy. now i want to make extended partition end logical volume on that hard drive i have one hard drive with dual boot there is three primary partition one is windows 7500 MB and other two are swap with 900MB and / with 7500 MB so when i type fdisk -l (enter) it ask me what i want i know N stands for "new partition but whit those cylinders and specifies size i am not really good if you can to explain that
Thanks
 
Old 08-28-2004, 10:18 PM   #13
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
I'm not really sure what your asking. Try googling and using the search function on these forums, more then likely you will find you answer there.

Kristijan
 
Old 08-29-2004, 08:04 AM   #14
ozy777ozy
LQ Newbie
 
Registered: Aug 2004
Posts: 17

Original Poster
Rep: Reputation: 0
Wink

OK I ' ll try that thanks man also do you know how to use APT just show me the first couple steps I main some commands thanks
 
Old 08-30-2004, 04:47 AM   #15
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
If you installed Synaptic, you wont have to worry about commands and what such. For a full list of commands though, read the man page for atp-get once installed.

So thats after you have installed those rpm's in the above post, do a "man apt-get" (Without the " ")

Kristijan
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Core 3 Default Repository windisch Linux - Software 3 08-24-2005 09:45 AM
Fedora Core 3 and atmel wlan driver or the at76c503a driver dubya Linux - Wireless Networking 6 01-25-2005 04:22 PM
Fedora Core 2- Default Login? FedoraFan Fedora 9 09-29-2004 09:19 AM
Changing default login on Fedora Core 2?? strobart Fedora 8 09-03-2004 06:19 AM
Network Driver/Internet problems for Fedora Core 1 Tigger"J" Linux - Newbie 6 04-25-2004 03:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 01:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration