LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-13-2017, 05:14 PM   #46
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled

WHEN i asked the terminal window
dhcclient eth0 -vv it said
Usage: client [-4|-6][-SNTPI1dvrxi] [-nw] [-p <port>] [-D LL|LLT]
[-s server-addr] [ -cf config-file]
[-df duid-file] [-lf lease-file]
[--pf pid-file] [--no-pid] [-e VAR=val]
[-sf script-file] [interface]
 
Old 01-13-2017, 05:18 PM   #47
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
Quote:
Originally Posted by Zupe View Post
TEP
I did as you suggested on two speparate commends First Command not found and on second the execute operation it said Failed to execute operation: No such file or directory found
Are you referring to
Code:
sudo systemctl start dhclient@eth0.service
sudo systemctl enable dhclient@eth0.service
as returning
Code:
Command not found
and
Code:
Failed to execute operation: No such file or directory found?
And did you try
Code:
dhclient eth0 -vv
?

This is peculiar. Normally with a wired connection, on a fresh install, you should only need to execute
Code:
ip link set eth0 up
and
Code:
 dhclient eth0
which should get you connected
Please post the output of
Code:
ip a

Last edited by TheEzekielProject; 01-13-2017 at 05:21 PM.
 
Old 01-13-2017, 05:20 PM   #48
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled
Jeremy
I did find IPv4 when I right clicked on 'the wired connection 1'
under IPv4 addresses it was set to automatic (DHCP) and 'on'
other choices are manual link-local Only and Shared to other Computers
 
Old 01-13-2017, 05:35 PM   #49
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled
ip a ooo its a lot so wait for it
l: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default glen 1
link/look back 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 :: 1/128 scope host
valid_lft forever preferred_lft forever

2. enol: <BROADCAST, MULTICAST, UP, LOWER_up> mtu 1500 qdisc pfifo_fast state UP group default glen 1000
link ether 5c:26:0a:88:d0:f9 brd ff:ff:ff:ff:ff:ff:ff:ff
3.wlp2s0: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default glen 1000
link/ether 08:11:96:85:f6:f4: brd ff:ff:ff:ff:ff:ff:ff
 
Old 01-13-2017, 05:37 PM   #50
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
It appears your ethernet interface is
Code:
enol
rather than eth0
Please try
Code:
ip link set enol up
dhclient enol
ping -c 3 www.google.com
 
Old 01-13-2017, 05:42 PM   #51
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled
The EzekielProject
from your earlier post asking me to put ip link set eth0 up
I got
Cannot find device "eth0" (a I am using a zero)
same result for dhclient eth0

okay I will try thAT NEW COMMAND
 
Old 01-13-2017, 05:43 PM   #52
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
Please see post #50
 
Old 01-13-2017, 05:44 PM   #53
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled
i GET CANNOT FIND DEVICE "enol"
 
Old 01-13-2017, 05:47 PM   #54
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled
I get
No command 'enol found did you mean Cammand 'znol'
from package 'zephr-clients' (universe)
enol command not found
 
Old 01-13-2017, 05:48 PM   #55
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled
Is that eno all letters then a l or a 1?
well for the record I tried enol eno1 en01(number) en0l(letter)

Last edited by Zupe; 01-13-2017 at 05:50 PM.
 
Old 01-13-2017, 05:52 PM   #56
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
That is information that you posted from the command
Code:
ip a
Please see bolded below

Quote:
2. enol: <BROADCAST, MULTICAST, UP, LOWER_up> mtu 1500 qdisc pfifo_fast state UP group default glen 1000
link ether 5c:26:0a:88:d0:f9 brd ff:ff:ff:ff:ff:ff:ff:ff
3.wlp2s0: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default glen 1000
link/ether 08:11:96:85:f6:f4: brd ff:ff:ff:ff:ff:ff:ff
windows_vista Zupe is online now Add to Zupe's Reputation
To avoid errors, you might copy/paste the device name from your own terminal output

Last edited by TheEzekielProject; 01-13-2017 at 05:53 PM.
 
Old 01-13-2017, 05:59 PM   #57
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled
well Dear Ezekiel I am getting pretty tired. I REALLY appreciate your help.

I had renewed the terminal window because it just started putting > along the edge and I can' tell if the enol was a mistake in typing or not. I did try that command with every combination of e, n o or 0 and 1 or l

Its funny they look different when typed from when the 1 or l are posted
 
Old 01-13-2017, 06:07 PM   #58
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled
I can not cut and paste. Believe me I would LOVE not to type all this out.
 
Old 01-13-2017, 06:10 PM   #59
Zupe
Member
 
Registered: Aug 2016
Posts: 65

Original Poster
Rep: Reputation: Disabled
I am going to leave now. I will work on a reinstall tomorrow or maybe chuck the laptop out the window onto the driveway... repeatedly.

thanks to both of you.
 
Old 01-13-2017, 06:17 PM   #60
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
The next time you have a terminal do that, ctrl+c should get you out.
For the majority of this troubleshooting we've been applying our efforts to a device that doesn't exist on your system (eth0). This is one downside of transcribing terminal output.
In post #3, you say the output of
Code:
ifconfig
is
Quote:
I couldn't cut and paste because I can't get online but I copied your message and changed what was different. Gosh what big numbers you have Jeremy!

eth0 Link encap:Ethernet HWaddr 5c:26:0a:88:d0:f9
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrical
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:573(573.0 MiB) TX bytes:0 (0.0B)
Interrupt:20 Memory:e2e00000-e2e20000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:376 errors:0 dropped:0 overruns:0 frame:0
TX packets:376 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:30240 (30.2 KB) TX bytes:30240 (30.2 KB)
as that is a very common device name, I didn't really question it.

But in post #49, you say the out output of
Code:
ip a
is
Quote:
l: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default glen 1
link/look back 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 :: 1/128 scope host
valid_lft forever preferred_lft forever

2. enol: <BROADCAST, MULTICAST, UP, LOWER_up> mtu 1500 qdisc pfifo_fast state UP group default glen 1000
link ether 5c:26:0a:88:d0:f9 brd ff:ff:ff:ff:ff:ff:ff:ff
3.wlp2s0: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default glen 1000
link/ether 08:11:96:85:f6:f4: brd ff:ff:ff:ff:ff:ff:ff
Ideally, you should have "eth0" OR "enol" in the output of both "ip a" and "ifconfig"; they shouldn't differ. Assuming "enol" is actually your network interface, rather than "eth0" (which is confirmed by the "device not found" errors you posted about earlier. We've targeting the wrong, nonexistent device.

If you were to once again
Code:
ip a
and with your mouse, highlight and right click to copy the device name that you earlier transcribed as "enol", then type
Code:
dhclient right click and paste device name here
I'm fairly confident you will be connected
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Unable to access WiFi in Linux Mint Cinnamon 17.1 on Dell Inspiron 1501 CrazyGrannie Linux - Newbie 19 04-03-2016 11:42 PM
Laptop wont hibernate/suspend (dell D430 + Linux mint 15.0 Cinnamon) steak1987 Linux - Laptop and Netbook 33 08-10-2013 02:28 PM
Linux Mint 13 Cinnamon wireless not working taythewhiteguy Linux - Networking 0 06-23-2012 11:06 PM
netgear ma311 wireless card will not talk to actiontec wired/wireless router tzonga1 Linux - Wireless Networking 2 02-10-2007 06:52 PM
need to know how to configure Actiontec wireless card (has native linux driver) izquierdista Linux - Wireless Networking 1 12-17-2005 11:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:35 AM.

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