You are not logged in.

#1 2011-12-15 15:49:37

Irenge
Member
Registered: 2011-12-15
Posts: 4

wireless not detected

got a strange problem , after a fresh installation, wireless is not detected but  when i put this command
/sbin/ifconfig wlan0 up 
it indicates
wlan0: unknown interface: No such device
And when i issue ls -1 /etc/modprobe.d/
it indicates
blacklist.conf
dist-alsa.conf
dist.conf
dist-oss.conf
openfwwf.conf
Can anyone help me to solve this problem please ?

Offline

#2 2011-12-16 20:26:10

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,548
Website

Re: wireless not detected

I'm still learning all the wonders of arch myself, but from what I understand wireless is generally (or at least often) not ready on a fresh install.

I've installed arch on a variety of machines and in each case once the basic install is done I need to hook up to wired ethernet to install the appropriate packages for wireless.

The 'appropriate packages' will depend on your wireless card.

Also, I'm not sure what all those modprobe conf files are.  As far as I know on a fresh install there should only be one modprobe.conf.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2011-12-16 20:35:29

/dev/zero
Member
From: Melbourne, Australia
Registered: 2011-10-20
Posts: 1,247

Re: wireless not detected

  1. Please use code blocks to help your readers distinguish commands and command outputs from your commentary.

  2. Please show the output of the following commands (in no special order):

    • ip addr
    • lspci
    • lsmod

Offline

#4 2011-12-17 14:12:29

Irenge
Member
Registered: 2011-12-15
Posts: 4

Re: wireless not detected

Can anyone helpme now ?
[jules@localhost ~]# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
    link/ether a4:ba:db:cd:12:22 brd ff:ff:ff:ff:ff:ff
    inet 10.10.10.128/24 brd 10.10.10.255 scope global eth0
    inet6 fe80::a6ba:dbff:fecd:1222/64 scope link
       valid_lft forever preferred_lft forever
3: pan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
    link/ether 72:70:77:fb:9f:1b brd ff:ff:ff:ff:ff:ff
[jules@localhost ~]# lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 12)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
01:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series]
01:00.1 Audio device: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series]
12:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g LP-PHY (rev 01)
13:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
[jules@localhost ~]# lsmod
Module                  Size  Used by
fuse                   66138  2
rfcomm                 74229  4
sco                    18099  2
bridge                 74113  0
bnep                   16528  2
l2cap                  56128  16 rfcomm,bnep
autofs4                27683  3
sunrpc                241630  1
8021q                  24221  0
garp                    7310  1 8021q
fcoe                   21769  0
libfcoe                16181  1 fcoe
stp                     2107  2 bridge,garp
llc                     5608  3 bridge,garp,stp
libfc                  93401  2 fcoe,libfcoe
scsi_transport_fc      50893  2 fcoe,libfc
scsi_tgt               12107  1 scsi_transport_fc
cpufreq_ondemand       10382  4
acpi_cpufreq            8593  1
freq_table              4847  2 cpufreq_ondemand,acpi_cpufreq
ipt_REJECT              2349  2
nf_conntrack_ipv4       9440  2
nf_defrag_ipv4          1449  1 nf_conntrack_ipv4
iptable_filter          2759  1
ip_tables              17733  1 iptable_filter
ip6t_REJECT             4562  2
nf_conntrack_ipv6      19655  2
xt_state                1458  4
nf_conntrack           79643  3 nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state
ip6table_filter         2855  1
ip6_tables             19392  1 ip6table_filter
ipv6                  321209  36 ip6t_REJECT,nf_conntrack_ipv6
dm_mirror              14003  0
dm_region_hash         12200  1 dm_mirror
dm_log                 10088  2 dm_mirror,dm_region_hash
uinput                  8182  0
wmi                     6221  0
btusb                  17047  2
bluetooth              99482  9 rfcomm,sco,bnep,l2cap,btusb
sg                     30186  0
uvcvideo               61644  0
videodev               38980  1 uvcvideo
v4l2_compat_ioctl32     7145  1 videodev
dell_laptop             6282  0
rfkill                 19617  4 bluetooth,dell_laptop
dcdbas                  9153  1 dell_laptop
i2c_i801               11190  0
iTCO_wdt               11708  0
iTCO_vendor_support     3022  1 iTCO_wdt
r8169                  39870  0
mii                     5205  1 r8169
snd_hda_codec_atihdmi     3023  1
snd_hda_codec_idt      62684  1
snd_hda_intel          25194  2
snd_hda_codec          82097  3 snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep               6746  1 snd_hda_codec
snd_seq                56557  0
snd_seq_device          6626  1 snd_seq
snd_pcm                84700  2 snd_hda_intel,snd_hda_codec
snd_timer              23087  2 snd_seq,snd_pcm
snd                    70021  12 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
soundcore               8052  1 snd
snd_page_alloc          8628  2 snd_hda_intel,snd_pcm
ext4                  353979  3
mbcache                 7918  1 ext4
jbd2                   89033  1 ext4
sr_mod                 16162  0
cdrom                  39769  1 sr_mod
sd_mod                 37221  3
crc_t10dif              1507  1 sd_mod
ahci                   39105  2
video                  20966  0
output                  2471  1 video
radeon                797054  2
ttm                    46942  1 radeon
drm_kms_helper         32113  1 radeon
drm                   200778  4 radeon,ttm,drm_kms_helper
i2c_algo_bit            5664  1 radeon
i2c_core               31274  6 videodev,i2c_i801,radeon,drm_kms_helper,drm,i2c_algo_bit
dm_mod                 76856  11 dm_mirror,dm_log

Offline

#5 2011-12-17 14:37:48

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: wireless not detected

Post the output of "lspci -nn" so I can check for sure, but I think all you need to do it install b43-firmware from AUR.

Offline

#6 2011-12-17 14:52:11

Irenge
Member
Registered: 2011-12-15
Posts: 4

Re: wireless not detected

down is the oputput of lspci-nn . Hope u can help me
[jules@localhost ~]# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DRAM Controller [8086:0044] (rev 12)
00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 12)
00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
00:1a.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 06)
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 06)
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 06)
00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 06)
00:1c.2 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 [8086:3b46] (rev 06)
00:1c.4 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 [8086:3b4a] (rev 06)
00:1d.0 USB Controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 06)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev a6)
00:1f.0 ISA bridge [0601]: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller [8086:3b0b] (rev 06)
00:1f.2 SATA controller [0106]: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller [8086:3b2f] (rev 06)
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 06)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series] [1002:68e0]
01:00.1 Audio device [0403]: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series] [1002:aa68]
12:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g LP-PHY [14e4:4727] (rev 01)
13:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)

Offline

#7 2011-12-17 15:13:40

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: wireless not detected

Now I know for sure which card you have. My previous suggestion was wrong*, what you need to do is blacklist bcma and then reboot. If it still doesn't work, post the output of dmesg. But use Code tags for it (click on the BBCode link to learn how to do that)!


* see kids, that's why you always ask for lscpi -nn, because it's the pci-id that matters, the name can be misleading (in this case it's wrong, the pciid database will need to be corrected)

Last edited by Gusar (2011-12-17 15:14:13)

Offline

#8 2011-12-17 16:39:42

Irenge
Member
Registered: 2011-12-15
Posts: 4

Re: wireless not detected

by blacklisting  bcma  , u mean removing it?

Offline

#9 2011-12-17 16:52:02

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,548
Website

Re: wireless not detected

Irenge,

Have you read this wiki:
https://wiki.archlinux.org/index.php/Broadcom_wireless

I have the same wireless card on one of my computers.  You should need the brcmsmac module.  You will need to blacklist bcma and quite likely b43 and ssb.

Follow the instructions in the wiki.  I just checked and either I'm having issues or the link to the blacklisting wiki in the broadcom wiki is broken.  See here for blacklisting:
https://wiki.archlinux.org/index.php/Ke … acklisting


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB