Author Topic: [Solved] Centrino Wirelles module not working  (Read 1182 times)

Offline mino

  • Jr. Member
  • **
  • Posts: 19
[Solved] Centrino Wirelles module not working
« on: September 01, 2011, 10:13:44 AM »
Hi All.
I have problem with Centrino Wirelles-N 1030 adapter.
In PCC->Hardware-> section module is written : unknown.
Synaptic does not show package for this module, Asus does not support Linux,
ndiswrapper needs Windows (not installed).
Adapter is turned on.
Can You help?

Quote
[root@localhost milan]# lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation Device 0df4 (rev a1)
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)

Quote
[root@localhost milan]# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

Quote
[root@localhost milan]# cat /etc/modprobe.conf
install scsi_hostadapter /sbin/modprobe ahci; /sbin/modprobe ata_piix; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /bin/true
alias eth0 r8169
alias sound-slot-0 snd_hda_intel
options snd-ac97-codec power_save=1

Quote
[root@localhost milan]# cat /etc/modprobe.preload
# /etc/modprobe.preload: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.
# this file is for module-init-tools (kernel 2.5 and above) ONLY
# for old kernel use /etc/modules
fuse
sbp2
ohci1394
nvram
evdev

Quote
[root@localhost milan]# cat /etc/sysconfig/network-scripts/ifcfg-wlan0
cat: /etc/sysconfig/network-scripts/ifcfg-wlan0: Directory or file does not exist.

Quote
[root@localhost milan]# cat /etc/modprobe.d/blacklist
blacklist ssb

blacklist ssb
« Last Edit: September 01, 2011, 11:39:27 AM by mino »
Laptop ASUS K53S, Intel i5-2410M, 2,3GHz
Intel® HM65 Express Chipset
Intel® HD Graphics 3000 + NVidia GEFORCE 540M
PCLinuxOS 2011.X

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15288
  • ┌∩┐(◕_◕)┌∩┐
Re: Centrino Wirelles module not working
« Reply #1 on: September 01, 2011, 10:22:39 AM »
What kernel are you using - I'm guessing it's older than the 2.6.37 ?

http://intellinuxwireless.org/ advises:

the minimum version is indicated below

Intel® Centrino® Wireless-N 100 (2.6.37)

Have you tried adding a connection using

PCC (Configure Your Computer)  Network & Internet > Set Up a New Network Interface....

BTW, are you running in a regular user account or in the root account?
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Centrino Wirelles module not working
« Reply #2 on: September 01, 2011, 10:26:40 AM »
Hi mino,

please post the output of the following commands:

uname -r

lspci -v -s 03:00.0

very probably you card is supported  ;)

AS

Offline mino

  • Jr. Member
  • **
  • Posts: 19
Re: Centrino Wirelles module not working
« Reply #3 on: September 01, 2011, 11:03:37 AM »
Kernel is older:
uname -r
2.6.33.5-pclos1.bfs

Quote
[root@localhost milan]# lspci -v -s 03:00.0
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
        Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at de200000 (64-bit, non-prefetchable) [size=8K]
        Capabilities: [c8] Power Management version 3
        Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [e0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Device Serial Number bc-77-37-ff-ff-e3-62-14

I am running in a regular user account.
So I have to try update kernel?
Laptop ASUS K53S, Intel i5-2410M, 2,3GHz
Intel® HM65 Express Chipset
Intel® HD Graphics 3000 + NVidia GEFORCE 540M
PCLinuxOS 2011.X

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Centrino Wirelles module not working
« Reply #4 on: September 01, 2011, 11:05:17 AM »
Kernel is older:
uname -r
2.6.33.5-pclos1.bfs

Quote
[root@localhost milan]# lspci -v -s 03:00.0
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34)
        Subsystem: Intel Corporation Centrino Wireless-N 1030 BGN
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at de200000 (64-bit, non-prefetchable) [size=8K]
        Capabilities: [c8] Power Management version 3
        Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [e0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Device Serial Number bc-77-37-ff-ff-e3-62-14

I am running in a regular user account.
So I have to try update kernel?


yes,
2.6.38.8-pclos3.bfs is the latest.


Offline mino

  • Jr. Member
  • **
  • Posts: 19
Re: Centrino Wirelles module not working
« Reply #5 on: September 01, 2011, 11:38:17 AM »
Thanks for all. Newer kernel was that problem.
Milan
Laptop ASUS K53S, Intel i5-2410M, 2,3GHz
Intel® HM65 Express Chipset
Intel® HD Graphics 3000 + NVidia GEFORCE 540M
PCLinuxOS 2011.X

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: [Solved] Centrino Wirelles module not working
« Reply #6 on: September 01, 2011, 11:41:16 AM »
Great!  ;)

please add [SOLVED], by editing the header of the first post in this thread.

AS