
mansour.alakeel at gmail
Sep 7, 2011, 10:20 AM
Post #1 of 10
(3879 views)
Permalink
|
I am trying to install the driver for the wireless adopter. It looks like it's Intel based: lspci 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09) 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09) 00:16.0 Communication controller [0780]: Intel Corporation Cougar Point HECI Controller #1 [8086:1c3a] (rev 04) 00:1a.0 USB Controller [0c03]: Intel Corporation Cougar Point USB Enhanced Host Controller #2 [8086:1c2d] (rev 05) 00:1b.0 Audio device [0403]: Intel Corporation Cougar Point High Definition Audio Controller [8086:1c20] (rev 05) 00:1c.0 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 1 [8086:1c10] (rev b5) 00:1c.1 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 2 [8086:1c12] (rev b5) 00:1c.3 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 4 [8086:1c16] (rev b5) 00:1c.5 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 6 [8086:1c1a] (rev b5) 00:1d.0 USB Controller [0c03]: Intel Corporation Cougar Point USB Enhanced Host Controller #1 [8086:1c26] (rev 05) 00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49] (rev 05) 00:1f.2 SATA controller [0106]: Intel Corporation Cougar Point 6 port SATA AHCI Controller [8086:1c03] (rev 05) 00:1f.3 SMBus [0c05]: Intel Corporation Cougar Point SMBus Controller [8086:1c22] (rev 05) 02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1030 [8086:008a] (rev 34) 03:00.0 USB Controller [0c03]: Fresco Logic FL1000G USB 3.0 Host Controller [1b73:1000] (rev 04) 04:00.0 Ethernet controller [0200]: Attansic Technology Corp. AR8151 v2.0 Gigabit Ethernet [1969:1083] (rev c0) The issue is, I still can not find the device. Am I using the correct driver ? lsmod Module Size Used by iwlagn 214131 0 snd_seq_oss 30332 0 snd_seq_midi_event 5132 1 snd_seq_oss snd_seq 50911 4 snd_seq_oss,snd_seq_midi_event snd_seq_device 5157 2 snd_seq_oss,snd_seq snd_pcm_oss 42125 0 snd_mixer_oss 14843 1 snd_pcm_oss dm_mod 62167 0 btusb 10868 2 bluetooth 73126 5 btusb snd_hda_codec_hdmi 24272 1 snd_hda_codec_realtek 320201 1 i915 299519 1 snd_hda_intel 23410 0 drm_kms_helper 26716 1 i915 snd_hda_codec 76542 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel drm 166258 2 i915,drm_kms_helper snd_hwdep 5996 1 snd_hda_codec atl1c 31239 0 i2c_algo_bit 6488 1 i915 snd_pcm 68666 4 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec ehci_hcd 36965 0 mac80211 177747 1 iwlagn snd_timer 18773 2 snd_seq,snd_pcm video 11475 1 i915 snd 56935 12 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer usbcore 123292 2 btusb,ehci_hcd intel_agp 10585 1 i915 cfg80211 143366 2 iwlagn,mac80211 soundcore 5359 1 snd intel_gtt 13886 3 i915,intel_agp snd_page_alloc 6625 2 snd_hda_intel,snd_pcm backlight 4232 1 video agpgart 25761 3 drm,intel_agp,intel_gtt i2c_i801 7620 0 sg 26942 0 wmi 8002 0 battery 10387 0 ac 3163 0 I installed the firmware I believe is most approperiate for this emerge net-wireless/iwl5000-ucode Still ifconfig shows: eth1 Link encap:Ethernet HWaddr 14:da:e9:17:4a:e1 inet addr:192.168.0.56 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:477 errors:0 dropped:3 overruns:0 frame:0 TX packets:100 errors:0 dropped:0 overruns:0 carrier:1 collisions:0 txqueuelen:1000 RX bytes:91180 (89.0 KiB) TX bytes:9188 (8.9 KiB) Interrupt:17 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:100 errors:0 dropped:0 overruns:0 frame:0 TX packets:100 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:7688 (7.5 KiB) TX bytes:7688 (7.5 KiB) Any hint ? Thank you.
|