Navigatrix.net - A Voyager's Companion http://navigatrix.net/ |
|
WI-FI Adapter http://navigatrix.net/viewtopic.php?f=4&t=755 |
Page 1 of 1 |
Author: | stevenit [ 10 Jan 2015, 13:21 ] |
Post subject: | WI-FI Adapter |
Hi All! I'm new on Navigatrix and I run it from USB. Everything is workin' well except internet connection. I have integrated wi-fi and, under windows environment it is on and it works. On Navigatrix I'm not able to switch it on to connect to my wifi internet router. Please note I know nothing about Liux/Ubuntu S.O. Anybody can help me? Thanks in advance! Stefano (Italy) |
Author: | Moe [ 10 Jan 2015, 21:39 ] |
Post subject: | Re: WI-FI Adapter |
The first thing to check is if something is turned off. Open a terminal by pressing <ctl><alt><t> at the same time, or Menu> Accessory> Terminal Emulator After the command prompt enter: Code: rfkill list it will look something like thisQuote: moe@fission-chips:~$ rfkill list Soft block are software controlled, Hard blocks are physical switches.0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: yes Hard blocked: no 1: tpacpi_wwan_sw: Wireless WAN Soft blocked: yes Hard blocked: no 3: phy0: Wireless LAN Soft blocked: yes Hard blocked: no moe@fission-chips:~$ If any are hard blocked (doubtful, but possible); toggle the switch. If any are soft blocked enter Code: sudo rfkill unblock all Quote: moe@fission-chips:~$ sudo rfkill unblock all It is possible to turn on/off individual devices, but we can save that for later.moe@fission-chips:~$ rfkill list 0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: no Hard blocked: no 1: tpacpi_wwan_sw: Wireless WAN Soft blocked: no Hard blocked: no 3: phy0: Wireless LAN Soft blocked: no Hard blocked: no 5: hci0: Bluetooth Soft blocked: no Hard blocked: no moe@fission-chips:~$ Try it. If you still don't have wireless enter Code: lspci |grep -i net it will look like thisQuote: moe@fission-chips:~$ lspci |grep -i net take the information from the first part of your wireless device (in my case it's 03:00.0) and enter lspci -v -s <your device>00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06) 03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35) moe@fission-chips:~$ Quote: moe@fission-chips:~$ lspci -v -s 03:00.0 cut and paste the output to a followup post.
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35) Subsystem: Intel Corporation Centrino Advanced-N 6200 2x2 AGN Flags: bus master, fast devsel, latency 0, IRQ 45 Memory at f2400000 (64-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: iwlwifi moe@fission-chips:~$ |
Author: | stevenit [ 11 Jan 2015, 02:33 ] |
Post subject: | Re: WI-FI Adapter |
Thank you so much, I restart Navigatrix this morning and.... the wifi is working... do not ask me how btw: nx@nx:~$ rfkill list 0: acer-wireless: Wireless LAN Soft blocked: no Hard blocked: no 1: acer-bluetooth: Bluetooth Soft blocked: no Hard blocked: no 2: phy0: Wireless LAN Soft blocked: no Hard blocked: no 3: hci0: Bluetooth Soft blocked: no Hard blocked: no nx@nx:~$ ^C have a nice day. Steve |
Page 1 of 1 | All times are UTC - 5 hours |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |