Intel® Centrino® Wireless-N 1000 [Solved]

Issues Related to Networking (Wired and Wireless)

Moderator: Moderators

Intel® Centrino® Wireless-N 1000 [Solved]

Postby stefan9 » Thu Aug 12, 2010 19:40

How to make Intel® Centrino® Wireless-N 1000 working in Sabayon Linux 5.3_amd64_K?


lspci-------------------------------------------------------------------------------------------------------------------------------------------
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 Ethernet controller: Atheros Communications AR8131 Gigabit Ethernet (rev c0)
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000
-------------------------------------------------------------------------------------------------------------------------------------------------

lsmod------------------------------------------------------------------------------------------------------------------------------------------
Module Size Used by
ipv6 234062 28
snd_seq_dummy 1126 0
snd_seq_oss 22271 0
snd_seq_midi_event 4125 1 snd_seq_oss
snd_seq 38803 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 4083 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 29495 0
snd_mixer_oss 10991 1 snd_pcm_oss
snd_hda_codec_intelhdmi 8382 1
snd_hda_codec_realtek 240006 1
snd_hda_intel 18245 3
snd_hda_codec 60723 3 snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel
i915 204176 2
snd_hwdep 4492 1 snd_hda_codec
snd_pcm 55461 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
uvcvideo 48311 0
iwlagn 104084 0
iwlcore 89053 1 iwlagn
drm_kms_helper 19389 1 i915
tpm_tis 6757 0
videodev 32319 1 uvcvideo
v4l1_compat 10306 2 uvcvideo,videodev
v4l2_compat_ioctl32 9427 1 videodev
snd_timer 14068 2 snd_seq,snd_pcm
iTCO_wdt 9621 0
tpm 9307 1 tpm_tis
i2c_i801 7309 0
mac80211 142262 2 iwlagn,iwlcore
drm 137886 3 i915,drm_kms_helper
i2c_algo_bit 4136 1 i915
tpm_bios 3888 1 tpm
serio_raw 3367 0
pcspkr 1518 0
joydev 8119 0
iTCO_vendor_support 1679 1 iTCO_wdt
i2c_core 14004 6 i915,drm_kms_helper,videodev,i2c_i801,drm,i2c_algo_bit
atl1c 25200 0
cfg80211 117716 3 iwlagn,iwlcore,mac80211
snd 42577 17 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 5875 2 snd_hda_intel,snd_pcm
intel_agp 23541 2 i915
video 16000 1 i915
output 1484 1 video
xts 2295 0
gf128mul 7375 1 xts
tg3 111994 0
e1000 92059 0
scsi_wait_scan 725 0
sl811_hcd 8996 0
ohci_hcd 19171 0
uhci_hcd 18853 0
ehci_hcd 31984 0
sx8 12106 0
imm 8933 0
parport 31583 1 imm
pata_pcmcia 10330 0
pcmcia 33153 1 pata_pcmcia
-------------------------------------------------------------------------------------------------------------------------------------------------

iwconfig---------------------------------------------------------------------------------------------------------------------------------------
lo no wireless extensions.

eth0 no wireless extensions.
-------------------------------------------------------------------------------------------------------------------------------------------------


Thank for your help

Regards
Last edited by stefan9 on Fri Aug 13, 2010 19:25, edited 1 time in total.
stefan9
Young Hen
 
Posts: 36
Joined: Sun Nov 22, 2009 20:24

Re: Intel® Centrino® Wireless-N 1000

Postby Fitzcarraldo » Fri Aug 13, 2010 9:56

You appear to have the iwlagn module loaded, but do you have the iwl1000-ucode package installed?:

Code: Select all
$ eix iwl1000
* net-wireless/iwl1000-ucode
     Available versions:  (~)128.50.3.1
     Homepage:            http://intellinuxwireless.org/?p=iwlwifi
     Description:         Intel (R) Wireless WiFi Link 1000BGN ucode


If you don't, install it and reboot to see if that solves the problem. The package is not in the Entropy repository, so you'll need to use Portage:

Code: Select all
# emerge --sync
# layman -S
# emerge -1v iwl1000-ucode
# equo rescue spmsync

The last command above is to tell Entropy what you did via Portage.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Intel® Centrino® Wireless-N 1000

Postby stefan9 » Fri Aug 13, 2010 19:21

Works perfect... Thank you very much
stefan9
Young Hen
 
Posts: 36
Joined: Sun Nov 22, 2009 20:24

Re: Intel® Centrino® Wireless-N 1000 [Solved]

Postby joost » Fri Aug 13, 2010 19:28

Added it to Entropy.
User avatar
joost
Sagely Hen
 
Posts: 2313
Joined: Fri Nov 17, 2006 12:11
Location: The Netherlands

Re: Intel® Centrino® Wireless-N 1000 [Solved]

Postby DanySK » Fri Aug 13, 2010 22:02

We should add it to @wireless too IMO
User avatar
DanySK
Technological Hen
 
Posts: 349
Joined: Tue May 22, 2007 10:18
Location: Pennabilli - Cesena


Return to Networking and Wireless

Who is online

Users browsing this forum: No registered users and 2 guests