On Tue, Oct 7, 2008 at 8:41 AM, kapil singh <kapilsingh.linux at gmail.com> wrote: > Hello Akemi, > > me and Ashish are friend. > so i am sending that info whatever you are asking for. > [root at localhost ~]# lspci | egrep -i 'ethernet|network|wireless' > 09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752 Gigabit > Ethernet PCI Express (rev 02) > 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network > Connection (rev 02) > >> dmesg | grep 3945 > > iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for > Linux, 1.2.22k > iwl3945: Copyright(c) 2003-2007 Intel Corporation > iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection > iwl3945: Tunable channels: 11 802.11bg, 13 802.11a channels > phy0: Selected rate control algorithm 'iwl-3945-rs' > >> /sbin/lsmod | grep 3945 > > [root at localhost ~]# /sbin/lsmod | grep 3945 > iwl3945 89537 0 > mac80211 115277 1 iwl3945 > compat 7617 2 iwl3945,mac80211 They are all looking good. Hardware detected and the correct driver loaded. With the current firmware in /lib/firmware, all you have to do now, hopefully, is to get NetworkManager working. Please see: http://wiki.centos.org/HowTos/Laptops/NetworkManager Akemi