Gentoo Archives: gentoo-amd64

From: Mansour Al Akeel <mansour.alakeel@×××××.com>
To: gentoo64-help <gentoo-amd64@l.g.o>
Subject: [gentoo-amd64] Network adopter driver
Date: Wed, 07 Sep 2011 16:10:34
Message-Id: 20110908121208.GA10442@localhost.phub.net.cable.rogers.com
1 I am trying to install the driver for the wireless adopter. It looks
2 like it's Intel based:
3
4
5 lspci
6
7 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
8 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
9 00:16.0 Communication controller [0780]: Intel Corporation Cougar Point HECI Controller #1 [8086:1c3a] (rev 04)
10 00:1a.0 USB Controller [0c03]: Intel Corporation Cougar Point USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
11 00:1b.0 Audio device [0403]: Intel Corporation Cougar Point High Definition Audio Controller [8086:1c20] (rev 05)
12 00:1c.0 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 1 [8086:1c10] (rev b5)
13 00:1c.1 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 2 [8086:1c12] (rev b5)
14 00:1c.3 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 4 [8086:1c16] (rev b5)
15 00:1c.5 PCI bridge [0604]: Intel Corporation Cougar Point PCI Express Root Port 6 [8086:1c1a] (rev b5)
16 00:1d.0 USB Controller [0c03]: Intel Corporation Cougar Point USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
17 00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset Family LPC Controller [8086:1c49] (rev 05)
18 00:1f.2 SATA controller [0106]: Intel Corporation Cougar Point 6 port SATA AHCI Controller [8086:1c03] (rev 05)
19 00:1f.3 SMBus [0c05]: Intel Corporation Cougar Point SMBus Controller [8086:1c22] (rev 05)
20 02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1030 [8086:008a] (rev 34)
21 03:00.0 USB Controller [0c03]: Fresco Logic FL1000G USB 3.0 Host Controller [1b73:1000] (rev 04)
22 04:00.0 Ethernet controller [0200]: Attansic Technology Corp. AR8151 v2.0 Gigabit Ethernet [1969:1083] (rev c0)
23
24 The issue is, I still can not find the device. Am I using the correct
25 driver ?
26 lsmod
27
28 Module Size Used by
29 iwlagn 214131 0
30 snd_seq_oss 30332 0
31 snd_seq_midi_event 5132 1 snd_seq_oss
32 snd_seq 50911 4 snd_seq_oss,snd_seq_midi_event
33 snd_seq_device 5157 2 snd_seq_oss,snd_seq
34 snd_pcm_oss 42125 0
35 snd_mixer_oss 14843 1 snd_pcm_oss
36 dm_mod 62167 0
37 btusb 10868 2
38 bluetooth 73126 5 btusb
39 snd_hda_codec_hdmi 24272 1
40 snd_hda_codec_realtek 320201 1
41 i915 299519 1
42 snd_hda_intel 23410 0
43 drm_kms_helper 26716 1 i915
44 snd_hda_codec 76542 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
45 drm 166258 2 i915,drm_kms_helper
46 snd_hwdep 5996 1 snd_hda_codec
47 atl1c 31239 0
48 i2c_algo_bit 6488 1 i915
49 snd_pcm 68666 4 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
50 ehci_hcd 36965 0
51 mac80211 177747 1 iwlagn
52 snd_timer 18773 2 snd_seq,snd_pcm
53 video 11475 1 i915
54 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
55 usbcore 123292 2 btusb,ehci_hcd
56 intel_agp 10585 1 i915
57 cfg80211 143366 2 iwlagn,mac80211
58 soundcore 5359 1 snd
59 intel_gtt 13886 3 i915,intel_agp
60 snd_page_alloc 6625 2 snd_hda_intel,snd_pcm
61 backlight 4232 1 video
62 agpgart 25761 3 drm,intel_agp,intel_gtt
63 i2c_i801 7620 0
64 sg 26942 0
65 wmi 8002 0
66 battery 10387 0
67 ac 3163 0
68
69 I installed the firmware I believe is most approperiate for this
70
71 emerge net-wireless/iwl5000-ucode
72
73 Still ifconfig shows:
74
75 eth1 Link encap:Ethernet HWaddr 14:da:e9:17:4a:e1
76 inet addr:192.168.0.56 Bcast:192.168.0.255 Mask:255.255.255.0
77 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
78 RX packets:477 errors:0 dropped:3 overruns:0 frame:0
79 TX packets:100 errors:0 dropped:0 overruns:0 carrier:1
80 collisions:0 txqueuelen:1000
81 RX bytes:91180 (89.0 KiB) TX bytes:9188 (8.9 KiB)
82 Interrupt:17
83
84 lo Link encap:Local Loopback
85 inet addr:127.0.0.1 Mask:255.0.0.0
86 UP LOOPBACK RUNNING MTU:16436 Metric:1
87 RX packets:100 errors:0 dropped:0 overruns:0 frame:0
88 TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
89 collisions:0 txqueuelen:0
90 RX bytes:7688 (7.5 KiB) TX bytes:7688 (7.5 KiB)
91
92
93 Any hint ?
94
95 Thank you.

Replies

Subject Author
Re: [gentoo-amd64] Network adopter driver Dale <rdalek1967@×××××.com>
Re: [gentoo-amd64] Network adopter driver "Pascal Flöschel" <pascal@×××××××××.de>