hey guys,
Today I installed Ubuntu 14.04 for the first time. It is my first Linux OS and naturally I wasn't sure why my Wifi did not work from the beginning. I started searching for answers and found that many people have the same issue. The answers that were found on several sites (installing new kernels f.e.) seem not to work out for me as I tried the whole day, without getting any new result. So I came to my last resort. Asking people who know better than I do :-)
lspci
sudo lsmod
rfkill list all
It is awkward, that there is no wireless shown here.
Also, this piece of information:
![]()
I hope you can help :)
Thanks!
Today I installed Ubuntu 14.04 for the first time. It is my first Linux OS and naturally I wasn't sure why my Wifi did not work from the beginning. I started searching for answers and found that many people have the same issue. The answers that were found on several sites (installing new kernels f.e.) seem not to work out for me as I tried the whole day, without getting any new result. So I came to my last resort. Asking people who know better than I do :-)
lspci
Code:
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 1 (rev e4)
00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 2 (rev e4)
00:1c.2 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 (rev e4)
00:1c.4 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 5 (rev e4)
00:1c.5 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 6 (rev e4)
00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
02:00.0 Multimedia controller: Broadcom Corporation Device 1570
03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless Network Adapter (rev 03)
04:00.0 SATA controller: Samsung Electronics Co Ltd Apple PCIe SSD (rev 01)
sudo lsmod
Code:
Module Size Used by
hfsplus 103732 1
nls_utf8 12557 1
isofs 40285 0
snd_hda_codec_cirrus 18855 1
snd_hda_codec_generic 70087 1 snd_hda_codec_cirrus
snd_hda_codec_hdmi 52339 1
btusb 32605 0
asix 39141 0
hid_generic 12559 0
usbnet 44000 1 asix
mii 13981 2 asix,usbnet
snd_hda_intel 30608 10
snd_hda_controller 35518 1 snd_hda_intel
snd_hda_codec 144889 5 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller,snd_hda_codec_cirrus
joydev 17587 0
snd_hwdep 13613 1 snd_hda_codec
hid_apple 13546 0
snd_pcm 113863 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
usbhid 53122 0
intel_rapl 19196 0
hid 110572 3 hid_generic,usbhid,hid_apple
bcm5974 17688 0
x86_pkg_temp_thermal 14312 0
intel_powerclamp 19099 0
snd_seq_midi 13564 0
snd_seq_midi_event 14899 1 snd_seq_midi
coretemp 13638 0
snd_rawmidi 30865 1 snd_seq_midi
bnep 19884 2
kvm_intel 149086 0
rfcomm 75114 8
kvm 464279 1 kvm_intel
bluetooth 467172 22 bnep,btusb,rfcomm
6lowpan_iphc 18968 1 bluetooth
applesmc 19564 0
crct10dif_pclmul 14268 0
crc32_pclmul 13180 0
input_polldev 14607 1 applesmc
ghash_clmulni_intel 13230 0
snd_seq 67636 2 snd_seq_midi_event,snd_seq_midi
aesni_intel 152648 1
snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
aes_x86_64 17131 1 aesni_intel
lrw 13323 1 aesni_intel
gf128mul 14951 1 lrw
glue_helper 14095 1 aesni_intel
ablk_helper 13597 1 aesni_intel
cryptd 20531 3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_timer 30118 2 snd_pcm,snd_seq
i915 945508 5
snd 74235 31 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_hda_codec_cirrus
lpc_ich 21176 0
drm_kms_helper 62042 1 i915
mei_me 19565 0
drm 316819 5 i915,drm_kms_helper
soundcore 12680 2 snd,snd_hda_codec
mei 88632 1 mei_me
sbs 13682 0
i2c_algo_bit 13564 1 i915
sbshc 13847 1 sbs
video 20311 1 i915
spi_pxa2xx_platform 23302 0
mac_hid 13275 0
apple_bl 14007 0
nls_iso8859_1 12713 1
parport_pc 32906 0
ppdev 17711 0
lp 17799 0
parport 42481 3 lp,ppdev,parport_pc
ahci 30167 4
libahci 32191 1 ahci
rfkill list all
Code:
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Also, this piece of information:

I hope you can help :)
Thanks!