| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Jun 27 '12 at 4:31 | |
| stats | profile views | 13 |
|
Nov 23 |
awarded | Notable Question |
|
Sep 28 |
awarded | Notable Question |
|
Jul 4 |
awarded | Popular Question |
|
May 24 |
asked | dual booting centos5.5 and fedora |
|
May 21 |
awarded | Popular Question |
|
Feb 23 |
comment |
CentOS 5.5 network problem I have installed the rpm file I found in this directory. (if you search "kernel" in that page, you could easily find it.) The new kernels that show up at boot time are 2.6.18-194.el15 and 2.6.18-194.el15PAE. (neither of them work) But actually kernel I have installed is of version 2.6.18-294. Also, that rpm file was an SRPM, it if matters.. |
|
Feb 23 |
comment |
CentOS 5.5 network problem CentOS-5.7 is last one in the CentOS-5 series. I shall install it's kernel and see if that solves the problem. |
|
Feb 23 |
awarded | Commentator |
|
Feb 23 |
comment |
CentOS 5.5 network problem there are no entries in any of the tabs in the system-config-network window.. |
|
Feb 23 |
comment |
CentOS 5.5 network problem @RenanBirckPinheiro centos-5.5 is the most preferred OS for us. I need to check if there are alternatives to make the network work before giving up! |
|
Feb 23 |
comment |
CentOS 5.5 network problem CentOS-5.5 is the most preferred OS for us. I am not sure but, does installing driver for that particular network card solve the problem? I am ready to take a beating before giving up! |
|
Feb 23 |
comment |
CentOS 5.5 network problem @RenanBirckPinheiro with a bit more searching it seems like this is the CPU i am using is link. And the following is given in the connectivity section Integrated Intel® 82579LM Ethernet LAN 10/100/1000 Optional Broadcom® NetXtreme® 10/100/1000 PCIe card Optional Dell Wireless 1520 PCIe (MT, DT, SFF) Optional half-mini PCIe (USFF) WLAN card (802.11n) |
|
Feb 23 |
comment |
CentOS 5.5 network problem @RenanBirckPinheiro output of lspci |grep net is 00:19.0 Ethernet controller: intel corporation unknown device 1502 (rev 04) . I hope that adds some extra information |
|
Feb 23 |
asked | CentOS 5.5 network problem |
|
Feb 23 |
awarded | Scholar |
|
Feb 23 |
accepted | Installing GCC 4.5 on Fedora 16 |
|
Feb 22 |
comment |
Installing GCC 4.5 on Fedora 16 the messed up part is that LD_LIBRARY_PATH only has a single directory which I am sure does not have any gcc libraries. |
|
Feb 22 |
comment |
Installing GCC 4.5 on Fedora 16 after installation, I used update-alternatives to use the newly installed gcc and g++. How could I also update the libraries similarly? It seems like my program is still using the libraries of the previously installed gcc. And it seems like toolchain was built without thread support. I am also going to use threads. – Vamsi 1 min ago edit |
|
Feb 21 |
awarded | Student |
|
Feb 21 |
comment |
Installing GCC 4.5 on Fedora 16 Hey thanks. That took a while to compile but did work! |