Zenwalk This forum is for the discussion of Zenwalk Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-31-2017, 03:19 AM
|
#1
|
Member
Registered: May 2017
Posts: 37
Rep: 
|
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.
|
|
|
05-31-2017, 04:01 AM
|
#2
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,006
|
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.
|
05-31-2017, 01:29 PM
|
#3
|
Member
Registered: May 2017
Posts: 37
Original Poster
Rep: 
|
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)
|
|
|
05-31-2017, 02:00 PM
|
#4
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,006
|
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...
If you are getting as far as being connected to your AP, but no internet connectivity then report back with output from
Code:
grep "name" /etc/resolv.conf
|
|
|
06-01-2017, 01:53 AM
|
#5
|
Member
Registered: May 2017
Posts: 37
Original Poster
Rep: 
|
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.
|
|
|
06-01-2017, 02:27 AM
|
#6
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,006
|
Any active device node(s) present?
This will show active and inactive
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
|
|
|
06-01-2017, 02:54 AM
|
#7
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,006
|
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.
|
|
|
06-01-2017, 04:17 AM
|
#8
|
Member
Registered: May 2017
Posts: 37
Original Poster
Rep: 
|
No such file or directory.
|
|
|
06-01-2017, 04:26 AM
|
#9
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,006
|
You might have to make an effort to locate it then. I don't use wicd or zenwalk.
|
|
|
06-01-2017, 04:27 AM
|
#10
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,006
|
Maybe start with 'man wicd'.
|
|
|
06-02-2017, 03:05 AM
|
#11
|
Member
Registered: May 2017
Posts: 37
Original Poster
Rep: 
|
No manual entry for wicd.
|
|
|
06-02-2017, 03:14 AM
|
#12
|
LQ Guru
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,006
|
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 11:40 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|