LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zenwalk
User Name
Password
Zenwalk This forum is for the discussion of Zenwalk Linux.

Notices


Reply
  Search this Thread
Old 05-31-2017, 03:19 AM   #1
CA.RIA
Member
 
Registered: May 2017
Posts: 37

Rep: Reputation: Disabled
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.
 
Old 05-31-2017, 04:01 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
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).
 
1 members found this post helpful.
Old 05-31-2017, 01:29 PM   #3
CA.RIA
Member
 
Registered: May 2017
Posts: 37

Original Poster
Rep: Reputation: Disabled
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)
 
Old 05-31-2017, 02:00 PM   #4
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
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
 
Old 06-01-2017, 01:53 AM   #5
CA.RIA
Member
 
Registered: May 2017
Posts: 37

Original Poster
Rep: Reputation: Disabled
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

Last edited by CA.RIA; 06-01-2017 at 01:54 AM.
 
Old 06-01-2017, 02:27 AM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
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
 
Old 06-01-2017, 02:54 AM   #7
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
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.
 
Old 06-01-2017, 04:17 AM   #8
CA.RIA
Member
 
Registered: May 2017
Posts: 37

Original Poster
Rep: Reputation: Disabled
No such file or directory.
 
Old 06-01-2017, 04:26 AM   #9
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
You might have to make an effort to locate it then. I don't use wicd or zenwalk.
 
Old 06-01-2017, 04:27 AM   #10
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Maybe start with 'man wicd'.
 
Old 06-02-2017, 03:05 AM   #11
CA.RIA
Member
 
Registered: May 2017
Posts: 37

Original Poster
Rep: Reputation: Disabled
No manual entry for wicd.
 
Old 06-02-2017, 03:14 AM   #12
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,802

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wireless connection problems & now lost lan connection & network manager wont work Rainbowserpant Linux - Wireless Networking 2 09-02-2009 04:00 AM
Internet connection problems - connection times out Count_Cloppy Linux - Networking 22 03-15-2007 08:20 AM
Internet connection problems - connection times out Count_Cloppy Red Hat 4 02-22-2007 03:02 AM
IM and other connection problems okok Linux - Networking 2 10-29-2006 04:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Zenwalk

All times are GMT -5. The time now is 09:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration