Hello, and thank you for the detailed info.
When checking the network cards, I can't tell which is the wireless. Code: 02:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller [11ab:4363] (rev 13)
06:00.0 Network controller [0280]: Intel Corporation Unknown device [8086:4229] (rev 61)
Your system doesn't even recognize one of the network cards. This is because your kernel is rather old, most likely older than the PC that it is installed on. I would first recommend using a newer kernel, and maybe even install a completely new and updated version of Linux. It may not make the wireless automatically work, but your hardware will at least be recognized.
If you must use what you got, you will most likely need to compile the drivers from source. There are some things you need to install before you can do this:
kernel source
kernel headers
gcc (linux c compiler)
make
You will also need to accurately identify the cards, so that you can download the drivers. More info on the network cards maybe can be found in the manufacturers specs.
EDIT: It seems that there may be a way to get your system to correctly identify the hardware. You can install an updated PCIID file. See this link for more info. The PCI ID Repository
I my Fedora system, the pci.ids file is in the /usr/share/hwdata folder. Yours may be different.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
Last edited by waterhead; 02-27-2009 at 11:31 PM..
|