LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   wireless help Intel® Dual Band Wireless-AC 3160 (https://www.linuxquestions.org/questions/linux-hardware-18/wireless-help-intel%AE-dual-band-wireless-ac-3160-a-4175517420/)

cwc 09-04-2014 10:27 PM

wireless help Intel® Dual Band Wireless-AC 3160
 
I've got a Intel® Dual Band Wireless-AC 3160 on a Lenovo y50

"#ip" a only gives me a eth0 no wifi

I think this is the firmware driver.
iwlwifi-3160-8.ucode
http://www.intel.com/support/wireles.../CS-034398.htm

I put it in /lib/firmware
root@vita:/lib/firmware# ls
iwlwifi-3160-8.ucode
root@vita:/lib/firmware#

Please throw me a bone.
I'm trying to use command line to bring up the nic.

EDDY1 09-04-2014 10:33 PM

Have you tried the radio switch?
also rfkil
Quote:

rfkill list

ondoho 09-05-2014 12:32 AM

please provide output from these commands:
http://crunchbang.org/forums/viewtopic.php?id=27628

cwc 09-05-2014 06:29 AM

Quote:

Originally Posted by EDDY1 (Post 5232587)
Have you tried the radio switch?
also rfkil


root@vita:~# rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no


I'm really not sure why or what Soft blocked: no Hard blocked: no indicates.

cwc 09-05-2014 06:31 AM

Quote:

Originally Posted by ondoho (Post 5232623)
please provide output from these commands:
http://crunchbang.org/forums/viewtopic.php?id=27628


thanks for the lines. I don't see anything for my wireless .

root@vita:~# uname -rv;
3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1
root@vita:~# lspci -knn | grep -EiA2 net;
08:00.0 Network controller [0280]: Intel Corporation Device [8086:08b4] (rev 93)
Subsystem: Intel Corporation Device [8086:8270]
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 10)
Subsystem: Lenovo Device [17aa:380d]
Kernel driver in use: r8169
root@vita:~# dmesg|grep -Ei 'wlan|firmw|dhc';
[ 1.043472] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
root@vita:~# sudo cat /var/log/syslog | grep -Ei 'net|wpa|dhc';
Sep 5 03:00:08 vita NetworkManager[2995]: <info> (eth0): carrier now OFF (device state 100, deferring action for 4 seconds)
Sep 5 03:00:11 vita NetworkManager[2995]: <info> (eth0): carrier now ON (device state 100)
Sep 5 04:19:34 vita NetworkManager[2995]: <info> (eth0): carrier now OFF (device state 100, deferring action for 4 seconds)
Sep 5 04:19:38 vita NetworkManager[2995]: <info> (eth0): device state change: activated -> unavailable (reason 'carrier-changed') [100 20 40]
Sep 5 04:19:39 vita NetworkManager[2995]: <info> (eth0): deactivating device (reason 'carrier-changed') [40]
Sep 5 04:19:39 vita NetworkManager[2995]: <info> (eth0): canceled DHCP transaction, DHCP client pid 3447
Sep 5 04:22:38 vita NetworkManager[2995]: <info> (eth0): carrier now ON (device state 20)
Sep 5 04:22:38 vita NetworkManager[2995]: <info> (eth0): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Auto-activating connection 'Wired connection 1'.
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) starting connection 'Wired connection 1'
Sep 5 04:22:38 vita NetworkManager[2995]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Sep 5 04:22:38 vita NetworkManager[2995]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Sep 5 04:22:38 vita NetworkManager[2995]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Sep 5 04:22:38 vita NetworkManager[2995]: <info> dhclient started with pid 1277
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Beginning IP6 addrconf.
Sep 5 04:22:38 vita NetworkManager[2995]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Sep 5 04:22:38 vita dhclient: Internet Systems Consortium DHCP Client 4.2.2
Sep 5 04:22:38 vita dhclient: Copyright 2004-2011 Internet Systems Consortium.
Sep 5 04:22:38 vita dhclient: All rights reserved.
Sep 5 04:22:38 vita dhclient: For info, please visit https://www.isc.org/software/dhcp/
Sep 5 04:22:38 vita dhclient:
Sep 5 04:22:38 vita NetworkManager[2995]: <info> (eth0): DHCPv4 state changed nbi -> preinit
Sep 5 04:22:38 vita dhclient: Listening on LPF/eth0/f8:a9:63:3d:4f:ee
Sep 5 04:22:38 vita dhclient: Sending on LPF/eth0/f8:a9:63:3d:4f:ee
Sep 5 04:22:38 vita dhclient: Sending on Socket/fallback
Sep 5 04:22:38 vita dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Sep 5 04:22:41 vita dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Sep 5 04:22:41 vita dhclient: DHCPACK from 192.168.1.1
Sep 5 04:22:41 vita dhclient: bound to 192.168.1.119 -- renewal in 34701 seconds.
Sep 5 04:22:41 vita NetworkManager[2995]: <info> (eth0): DHCPv4 state changed preinit -> reboot
Sep 5 04:22:41 vita NetworkManager[2995]: <info> address 192.168.1.119
Sep 5 04:22:41 vita NetworkManager[2995]: <info> prefix 24 (255.255.255.0)
Sep 5 04:22:41 vita NetworkManager[2995]: <info> gateway 192.168.1.1
Sep 5 04:22:41 vita NetworkManager[2995]: <info> hostname 'vita'
Sep 5 04:22:41 vita NetworkManager[2995]: <info> nameserver '192.168.1.1'
Sep 5 04:22:41 vita NetworkManager[2995]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Sep 5 04:22:41 vita NetworkManager[2995]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
Sep 5 04:22:42 vita NetworkManager[2995]: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0]
Sep 5 04:22:42 vita NetworkManager[2995]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
Sep 5 04:22:42 vita NetworkManager[2995]: <info> Activation (eth0) successful, device activated.
Sep 5 04:22:42 vita NetworkManager[2995]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
Sep 5 04:22:58 vita NetworkManager[2995]: <info> (eth0): IP6 addrconf timed out or failed.
Sep 5 04:22:58 vita NetworkManager[2995]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
Sep 5 04:22:58 vita NetworkManager[2995]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started...
Sep 5 04:22:58 vita NetworkManager[2995]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
root@vita:~#


root@vita:~# rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
root@vita:~# clear

ondoho 09-05-2014 11:55 AM

Quote:

Originally Posted by cwc (Post 5232662)
I don't see anything for my wireless .

neither do i. strange. how about
Code:

lsusb
ps: posting so much code without code tags is a pita to read.

EDDY1 09-05-2014 12:03 PM

There should be a panel on bottom of laptop for the wireless card, open it & see if both wires are connected.

cwc 09-05-2014 06:59 PM

Quote:

Originally Posted by EDDY1 (Post 5232885)
There should be a panel on bottom of laptop for the wireless card, open it & see if both wires are connected.

the wireless works. it's a duel boot with windows 8.1

cwc 09-05-2014 07:01 PM

Quote:

Originally Posted by ondoho (Post 5232878)
neither do i. strange. how about
Code:

lsusb
ps: posting so much code without code tags is a pita to read.

Code:

root@vita:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 002: ID 174f:14b8 Syntek
Bus 003 Device 003: ID 8087:07dc Intel Corp.
Bus 003 Device 004: ID 046d:c063 Logitech, Inc. DELL Laser Mouse
root@vita:~#


EDDY1 09-05-2014 08:41 PM

https://wiki.debian.org/iwlwifi

EDDY1 09-05-2014 08:45 PM

Sorry maybe too new.

EDDY1 09-05-2014 09:21 PM

What is make & model of computer?
Have you checkex lsmod to see if driver is loaded

cwc 09-05-2014 11:02 PM

Quote:

Originally Posted by EDDY1 (Post 5233106)
What is make & model of computer?
Have you checkex lsmod to see if driver is loaded

thanks for the line.

Lenovo y50

[CODE][root@vita:~# lsmod
Module Size Used by
parport_pc 22364 0
ppdev 12763 0
lp 17149 0
parport 31858 3 lp,ppdev,parport_pc
rfcomm 33700 10
bnep 17567 2
binfmt_misc 12957 1
uinput 17440 1
nfsd 216167 2
nfs 308353 0
nfs_acl 12511 2 nfs,nfsd
auth_rpcgss 37143 2 nfs,nfsd
fscache 36739 1 nfs
lockd 67306 2 nfs,nfsd
sunrpc 173730 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd
nls_utf8 12456 1
nls_cp437 16553 1
vfat 17316 1
fat 45642 1 vfat
ext3 162072 1
jbd 56902 1 ext3
loop 22641 0
snd_hda_codec_realtek 188851 1
uvcvideo 57744 0
videodev 70889 1 uvcvideo
v4l2_compat_ioctl32 16655 1 videodev
media 18148 2 videodev,uvcvideo
snd_hda_intel 26259 2
snd_hda_codec 78031 2 snd_hda_intel,snd_hda_codec_realtek
snd_hwdep 13186 1 snd_hda_codec
snd_pcm 68083 2 snd_hda_codec,snd_hda_intel
snd_page_alloc 13003 2 snd_pcm,snd_hda_intel
snd_seq 45126 0
nouveau 583385 0
mxm_wmi 12515 1 nouveau
snd_seq_device 13176 1 snd_seq
btusb 17502 2
bluetooth 119455 23 btusb,bnep,rfcomm
acpi_cpufreq 12935 1
ttm 53664 1 nouveau
drm_kms_helper 31370 1 nouveau
drm 183952 3 drm_kms_helper,ttm,nouveau
psmouse 69265 0
ideapad_laptop 13222 0
mperf 12453 1 acpi_cpufreq
serio_raw 12931 0
pcspkr 12579 0
i2c_i801 16870 0
sparse_keymap 12760 1 ideapad_laptop
efivars 17916 0
evdev 17562 19
iTCO_wdt 17081 0
snd_timer 22917 2 snd_seq,snd_pcm
snd 52893 12 snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_realtek
i2c_algo_bit 12841 1 nouveau
rfkill 19012 3 ideapad_laptop,bluetooth
iTCO_vendor_support 12704 1 iTCO_wdt
coretemp 12898 0
i2c_core 23876 6 i2c_algo_bit,i2c_i801,drm,drm_kms_helper,nouveau,videodev
ac 12624 0
battery 13146 0
crc32c_intel 12747 0
wmi 13243 2 mxm_wmi,nouveau
processor 28149 9 acpi_cpufreq
power_supply 13475 3 ac,battery,nouveau
soundcore 13065 1 snd
ghash_clmulni_intel 13130 0
aesni_intel 50667 0
video 17683 1 nouveau
button 12937 1 nouveau
aes_x86_64 16843 1 aesni_intel
aes_generic 33026 2 aes_x86_64,aesni_intel
cryptd 14517 2 aesni_intel,ghash_clmulni_intel
ext4 350763 1
crc16 12343 2 ext4,bluetooth
jbd2 62115 1 ext4
mbcache 13114 2 ext4,ext3
usbhid 36418 0
hid 81372 1 usbhid
sg 25874 0
sd_mod 36136 5
crc_t10dif 12348 1 sd_mod
xhci_hcd 73450 0
ahci 24997 4
libahci 22941 1 ahci
libata 140630 2 libahci,ahci
scsi_mod 162269 3 libata,sd_mod,sg
r8169 47008 0
thermal 17383 0
thermal_sys 18040 3 thermal,video,processor
mii 12675 1 r8169
ehci_hcd 40249 0
usbcore 128741 6 ehci_hcd,xhci_hcd,usbhid,btusb,uvcvideo
usb_common 12354 1 usbcore
root@vita:~# ^C
/CODE]

EDDY1 09-06-2014 01:31 AM

You posted at lenovo site & they didn't reply?
I thought lenovo was linux friendly.
Believe me I am searching.

EDDY1 09-06-2014 01:40 AM

Forget about the stuff below your package is avaiable in Backports
Add backports to your sources.list & you'll have your package installed for you.
Not sure if you want to upgrade everything.
This tells how to install 1 package
https://wiki.debian.org/Backports

This is the package you want
https://packages.debian.org/wheezy-b...rmware-iwlwifi

____________________________________________________________________________________________________ ______

Ok your driver is available in jessie
You will need to know how to install 1 package from testing & not upgrade whole system.
It also comes with bluetooth driver.
https://packages.debian.org/jessie/firmware-iwlwifi
You may be able to download & install using gdebi
you'll know if gdebi is install if you right-click & see "Open With Gdebi.


All times are GMT -5. The time now is 07:36 PM.