LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Zenwalk (https://www.linuxquestions.org/questions/zenwalk-75/)
-   -   Connection problems (https://www.linuxquestions.org/questions/zenwalk-75/connection-problems-4175607016/)

CA.RIA 05-31-2017 03:19 AM

Connection problems
 
Hello to all memebers of the forum!

I have been using new image of Zenwalk. But I have connection problem.
I can't connect to internet.
I have been using Lenovo Y510p laptop.
Thank you.

ferrari 05-31-2017 04:01 AM

You leave others to guess too many details! How are you connecting to the internet? (Wired ethernet, wifi, 3G/4G mobile broadband?)

Please post the relevant hardware details (even if it means running commands and capturing relevant output, saving to file, and transferring via memory stick to a computer with a working internet connection so that the details can be posted here).

CA.RIA 05-31-2017 01:29 PM

I am connected to internet with Wifi.

Code:

[root@qwas ~]# lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM86 Express LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 755M] (rev a1)
07:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10)
08:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)


ferrari 05-31-2017 02:00 PM

Driver and firmware loaded?
Code:

/sbin/lspci -nnk|grep Network -A3
Code:

dmesg|grep firmware
Which distro are you using? Are you using NetworkManager to connect with or using some other method?

Is your wifi device visible? If not, is it hard blocked/soft blocked? The rfkill utility is needed to help with this...
Code:

/usr/sbin/rfkill list
If that checks out ok, then run to following to determine that a wireless device node exists...
Code:

/usr/sbin/iwconfig
If you are getting as far as being connected to your AP, but no internet connectivity then report back with output from
Code:

ip add
Code:

ip route
Code:

grep "name" /etc/resolv.conf

CA.RIA 06-01-2017 01:53 AM

08:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0888] (rev c4)
Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN [8086:4262]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
bash-4.4$ /sbin/lspci -nnk|grep Network -A3
08:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0888] (rev c4)
Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN [8086:4262]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

iwlwifi 0000:08:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm

I have been using Zenwalk, latest ISO.

I can see my device, even I can connect to wifi, but Linux disconnects me immediately.

0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_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


/usr/sbin/iwconfig: No such file or directory

ferrari 06-01-2017 02:27 AM

Any active device node(s) present?
Code:

/sbin/ifconfig
This will show active and inactive
Code:

/sbin/ifconfig -a
We're looking for a wireless network device node eg wlan0

Just in case this reference is useful to you
http://manual.zenwalk.org/en/Setting_up_WiFi.html

ferrari 06-01-2017 02:54 AM

Quote:

I can see my device, even I can connect to wifi, but Linux disconnects me immediately.
Sorry, I missed this statement. Examine /var/log/wicd/wicd.log for errors.

CA.RIA 06-01-2017 04:17 AM

No such file or directory.

ferrari 06-01-2017 04:26 AM

You might have to make an effort to locate it then. I don't use wicd or zenwalk.

ferrari 06-01-2017 04:27 AM

Maybe start with 'man wicd'.

CA.RIA 06-02-2017 03:05 AM

No manual entry for wicd.

ferrari 06-02-2017 03:14 AM

You might try casting the net wider by posting this issue in zenwalk forums. Not sure what else to suggest here - perhaps try using NetworkManager instead.


All times are GMT -5. The time now is 10:12 AM.