PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 27, 2012, 04:29:54 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: [Solved] Centrino Wirelles module not working  (Read 801 times)
mino
Jr. Member
**
Offline Offline

Posts: 18



« on: September 01, 2011, 11: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
Logged

Laptop ASUS K53S, Intel i5-2410M, 2,3GHz
Intel® HM65 Express Chipset
Intel® HD Graphics 3000 + NVidia GEFORCE 540M
PCLinuxOS 2011.X
menotu
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11991

┌∩┐(◕_◕)┌∩┐


« Reply #1 on: September 01, 2011, 11: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?
Logged

If you can keep you head while all around you are losing theirs, then you have misunderstood the situation.

PCLinuxOS 32bit & 64bit; 3.2.17bfs kernel, KDE 4.8.3; nvidia 295.53, Athlon 64 X2 4200+; 4GB Ram; NVidia GeForce 8400GS 1GB; x.org 1.10.4 ; 500GB/320GB
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4139

Have a nice ... night!


« Reply #2 on: September 01, 2011, 11: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  Wink

AS
Logged
mino
Jr. Member
**
Offline Offline

Posts: 18



« Reply #3 on: September 01, 2011, 12:03:37 PM »

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?
Logged

Laptop ASUS K53S, Intel i5-2410M, 2,3GHz
Intel® HM65 Express Chipset
Intel® HD Graphics 3000 + NVidia GEFORCE 540M
PCLinuxOS 2011.X
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4139

Have a nice ... night!


« Reply #4 on: September 01, 2011, 12:05:17 PM »

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.

Logged
mino
Jr. Member
**
Offline Offline

Posts: 18



« Reply #5 on: September 01, 2011, 12:38:17 PM »

Thanks for all. Newer kernel was that problem.
Milan
Logged

Laptop ASUS K53S, Intel i5-2410M, 2,3GHz
Intel® HM65 Express Chipset
Intel® HD Graphics 3000 + NVidia GEFORCE 540M
PCLinuxOS 2011.X
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4139

Have a nice ... night!


« Reply #6 on: September 01, 2011, 12:41:16 PM »

Great!  Wink

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

AS
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM