Honda_Boy Posted September 16, 2005 Report Share Posted September 16, 2005 I've tried with 2 different network cards. It saw both, created a new connection on both, i activated the connections, and when i open any browser (frickin OS came with 4 or 5) it says it can't find any of the sites. WHat do you have to do? Quote Link to post Share on other sites
naraku9333 Posted September 17, 2005 Report Share Posted September 17, 2005 Do you have a router? What is the output from ifconfig? Quote Link to post Share on other sites
Honda_Boy Posted September 17, 2005 Author Report Share Posted September 17, 2005 no router (probably will be soon) and i don't know what ifconfig is. I've opened the network settings if that's what you mean. I eventually found something within that that said IP address, gateway etc. but all the lines were blank but i had it set to retrieve my IP automatically when doin it. the weird thing is i try and do this in windows (system is a dual boot of 98se and FC4) it works just fine but i wanna update linux and download somethings directly to it. unfortunately neither OS can access the hard drive that the other is installed on. i wouldn't be able to update but i could at least get the files i wanted without goin through the trouble of usin the cd burner on the sidewinder constantly. Quote Link to post Share on other sites
tictoc5150 Posted September 17, 2005 Report Share Posted September 17, 2005 (edited) unfortunately neither OS can access the hard drive that the other is installed on.It's not that FC4 can't access a FAT32 partition. If I'm not mistaken, all linux distros can read a FAT32 partition, I think it's because it doesn't know it should...For that you'd need to edit your /etc/fstab and add the partition or drive.Often this would be done like:su******* (root password)cp /etc/fstab /etc/fstab_backupkate /etc/fstaband add:/dev/hda1    /wherever/you/want/it/mounted  vfat   iocharset=utf8,umask=000  0    0This would give read and write access to the drive, which I'm not entirely sure you want, given the potential to mess up your windows partition...read access should suffice.Maybe someone else can say with certainty.How to understand and edit fstab Edited September 17, 2005 by tictoc5150 Quote Link to post Share on other sites
naraku9333 Posted September 17, 2005 Report Share Posted September 17, 2005 (edited) Ifconfig is the nix equivalent of ipconfig, run it as root and it'll show if your interface is recognized. Might be useful to write down the info from ipconfig /all in windows. Edited September 17, 2005 by naraku9333 Quote Link to post Share on other sites
shanenin Posted September 17, 2005 Report Share Posted September 17, 2005 you can also run it as regular user, but you will need to enter the full path to the command/sbin/ifconfig Quote Link to post Share on other sites
Honda_Boy Posted September 18, 2005 Author Report Share Posted September 18, 2005 will wine interfere with ifconfig i tried runnin it, but nothing happened. i saw the the program but it had the same icon as .exe's that i use wine to run. Quote Link to post Share on other sites
naraku9333 Posted September 18, 2005 Report Share Posted September 18, 2005 (edited) Wine shouldn't be a problem, you need to run it as root or specify the full path. I just want to know if your network card is recognized and if it is if you have an IP. When you run it see if you see eth0 on the left.This could be as simple as just a DNS problem, you may need to input them manually. Test your network card, ping 127.0.0.1 if thats shows replies your card should be fine. Then ping 216.239.57.99 which is google, if that works but ping www.google.com doesn't its deffinately DNS. Edited September 18, 2005 by naraku9333 Quote Link to post Share on other sites
Honda_Boy Posted September 19, 2005 Author Report Share Posted September 19, 2005 if i go to the run box and try and run it i get nothing i even removed wine and nothing happened, but when i open up the terminal and try to run it i at least get to see my ip address. tell why ain't this file running corrextly when either gnome or KDE. Quote Link to post Share on other sites
naraku9333 Posted September 19, 2005 Report Share Posted September 19, 2005 (edited) if i go to the run box and try and run it i get nothing i even removed wine and nothing happened, but when i open up the terminal and try to run it i at least get to see my ip address. tell why ain't this file running corrextly when either gnome or KDE.<{POST_SNAPBACK}>Its a terminal application, needs to be run in a terminal (if you want to see the output). Are you able to ping any address (URL or IP)? Edited September 19, 2005 by naraku9333 Quote Link to post Share on other sites
Honda_Boy Posted October 10, 2005 Author Report Share Posted October 10, 2005 i've got it all figured out now. i've got a router now and i was able access it but nothing on the internet. well i figured out the DNS and the router's IP and used it as the host and BAM i'm on the internet. In fact i'm typing this on my linux box right now. SWEET. Thanks for the help. guess i couldn't access without the router. i had no idea what to put in as the DNS or host. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.