First of all, I am completely new to Linux; having only used it a few times in my whole life, so bare with me.
I decided recently that I’d like to try Linux because I wanted to make some of the software I’ve written cross-platform and also I’d like to do some programming for the CELL processor on the PS3 and the only way to do that without buying the ps3 dev-kit is via Linux. So my grand plan was to partition my raid0 hdd arrangement up into 3 partitions (linux, xp and vista) and get give it a try on PC before installing it on PS3.
Anyway, I’ve hit a bit of a snag. I can install linux distributions no problem, so far I’ve tried (ubuntu 8.10 and opensuse 11); however, the same problem I run into in both cases is that I can’t connect to the internet via my wired connections (eth0 and eth1).
My motherboard is the ASUS P5N32-E with the nForce 650i chipset for networking. I tried installing the drivers for the LAN from the ASUS website; however, discovered that they were packaged in .rpm format. On ubuntu that looked to be a pain in the ass (especially since I didn’t have alien installed and couldn’t download it); so I decided to give opensuse a go instead.
First thing I’d like to ask is, will a .rpm pack for SuSE10 work with SuSE11? And if so, after I’ve installed the package, how can I tell? So far I’ve been doing it as rpm -ihv *.rpm which tells me various things; however, doesn’t really appear to do anything that I can see.
I’ve tried all sorts of different configurations (static ip, dhcp etc); all of which I thought would work on my home network, but haven’t. So I’m out of ideas. Should I downgrade to SuSE10 and try the nForce drivers on that instead ?
Ask for a terminal become root run the command lspci
and give us the output , it might be possible to help you
After we know the outcome of lspci it is possible to determine if ethernet card is recognize or not or that only
de driver is missing
If you are at home connecting to the internet is the most likely option
DHCP IP dynamic if you run DHCP or PPOE IP dynamic
It looks like it can see the two Ethernet devices. I have checked the mac addresses against the actual devices and they are correct so I assume Linux can see them.
I’m not to familiar with Linux; however, does the fact I can see them generally indicate that there shouldn’t be a problem with them or could it still be a driver issue?
Also, with the SuSE10.2 drivers I installed above, I assume pre… means it is unpacking it, does the fact that there was no post… mean that it didn’t work?
Anyway, thanks for the prompt replies. I hope this helps.
Okay, I downloaded and installed Fedora Core 9 and it is working fine. I dont know what the problem was on openSUSE 11. Its a shame because I actually preferred openSUSE for the short period of time I was using it.