Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-22-2005, 03:57 PM   #1 (permalink)
 
True Techie

Join Date: Apr 2005

Posts: 156

AuBrEy Online

Default Linux, Fedora Core 4 issues ....

First I am having trouble networking FC4 to a Windows XP Pro based computer, using a crossover 5e networking cable ... I think the problem is the FC4 one .... I haven't a clue how to set it up, like in Widows!

Also Linux takes ages to boot up it goes though loads of prosceses .... I think this can be reduced!

Please help, someone!
AuBrEy Online is offline  
Old 07-22-2005, 11:25 PM   #2 (permalink)
 
Wizard Techie

Join Date: Jun 2005

Posts: 3,346

Tyler1989

Default

Your problem isn't with Fedora Core 4. Any networking between WIndows and Linux is a b-i-t-c-h. As for booting I never have had any problems on my machine how many megs did you assign to the boot process when you partitioned it?
__________________
<form action=\"http://www.srsyo.org/tfsearch.php\" method=\"get\">
<input type=\"text\" name=\"search\"> <input type=\"submit\" name=\"submit\" value=\"Search TF before you post!\"></form>
Vista Discussion | 64 Bit Discussion |Microsoft Homepage | Yo Linux | Paul Thurrott | Fire Fox | Thunder Bird | Image Shack | Photo Bucket | Put File | Anti-Spyware | MS Anti-Spyware | Trillian | Anti-Virus | On Line Virus Scan
Tyler1989 is offline  
Old 07-24-2005, 01:22 AM   #3 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

Networking isn't that hard, come on... really...

AuBrEy, look for a "Samba configuration" GUI thing that is probably hiding in a GUI somewhere. Then you set it up with a name and workgroup, etc, just like a windows pc.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 07-25-2005, 04:46 PM   #4 (permalink)
 
True Techie

Join Date: Mar 2005

Posts: 136

mikepg

Default

I did what you mentioned above and when I brows the network only a windows network shows up. and there is nothing inside of that.

I have my /home/ folder shared and access to it everyone. It is set to read write and is visible..
What else do I have to do?
__________________
www.audituner.com
mikepg is offline  
Old 07-25-2005, 05:33 PM   #5 (permalink)
 
True Techie

Join Date: Apr 2005

Posts: 156

AuBrEy Online

Default

I think our problems is .......

When I format my computer (Emacines) with a normal Windows I have to install drivers for the network to work.

Now I think that is the problem, I may have to find special Linux drivers for it.
AuBrEy Online is offline  
Old 07-25-2005, 06:06 PM   #6 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

ok here are the steps for linux networking hardware:
while logged in as root in a terminal:
lspci ------this will list all pci devices recognized by your system,check for the NIC your using

lsmod ---------this will list the kernel modules that are already loaded(kernel modules are like drivers in windows), check to see if one is loaded already for your NIC

no module loaded?load one....use modprobe or insmod to load one, not sure which one to use, look for it in /usr/src/linux~/drivers/net , you wont need to type the ".o" part, just its name without the ".o"

example insmod 3c509 or modprobe 3c509 will attempt to load the module for 3com509 series cards

now supposing the kernel already sees the NIC AND a module has been already loaded for it, then use ifconfig to set an IP address

example ifconfig eth0 192.168.0.2 up

if routing is needed add that with the route command:
route add default gw 192.168.0.1

the above two commands set up network sharing with a gateway @192.168.0.1

add appropriate dns#'s to /etc/resolv.conf and your done

some distro's like redhat and Fedora probably have a netconfig script, give it a try type netcon(tab key) for autocomplete and see what pops up, you will likely find a primitive GUI to do all of this

if using DHCP I cant help with that, they are all different with DHCP as how that is handled
horndude is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On