Wired Connection

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bakata

Wired Connection

Post by bakata »

Every time i want to connect via ethernet ,it`s just stuck on connecting and nothing happens.

Code: Select all

inxi -Fxz
System:    Host: Family Kernel: 4.10.0-35-generic x86_64 (64 bit gcc: 5.4.0)
           Desktop: Cinnamon 3.4.6 (Gtk 3.18.9) Distro: Linux Mint 18.2 Sonya
Machine:   System: LENOVO product: 20349 v: Lenovo Y50-70 Touch
           Mobo: LENOVO model: Lenovo Y50-70 Touch v: 31900058WIN
           Bios: LENOVO v: 9ECN43WW(V3.03) date: 08/12/2015
CPU:       Quad core Intel Core i7-4720HQ (-HT-MCP-) cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 20751
           clock speeds: max: 3600 MHz 1: 1301 MHz 2: 1414 MHz 3: 1300 MHz
           4: 1599 MHz 5: 1906 MHz 6: 1300 MHz 7: 1302 MHz 8: 1437 MHz
Graphics:  Card-1: Intel 4th Gen Core Processor Integrated Graphics Controller
           bus-ID: 00:02.0
           Card-2: NVIDIA GM107M [GeForce GTX 960M] bus-ID: 01:00.0
           Display Server: X.Org 1.18.4 driver: nvidia
           Resolution: 1920x1080@60.02hz
           GLX Renderer: GeForce GTX 960M/PCIe/SSE2
           GLX Version: 4.5.0 NVIDIA 375.66 Direct Rendering: Yes
Audio:     Card-1 Intel 8 Series/C220 Series High Definition Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller
           driver: snd_hda_intel bus-ID: 00:03.0
           Sound: Advanced Linux Sound Architecture v: k4.10.0-35-generic
Network:   Card-1: Broadcom BCM4352 802.11ac Wireless Network Adapter
           driver: wl bus-ID: 08:00.0
           IF: wlp8s0 state: up mac: <filter>
           Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 09:00.0
           IF: enp9s0 state: down mac: <filter>
           Card-3: Atmel usb-ID: 003-003
           IF: null-if-id state: N/A speed: N/A duplex: N/A mac: N/A
Drives:    HDD Total Size: 1000.2GB (2.9% used)
           ID-1: /dev/sda model: WDC_WD10S21X size: 1000.2GB
Partition: ID-1: / size: 909G used: 20G (3%) fs: ext4 dev: /dev/sda2
           ID-2: swap-1 size: 8.50GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 52.0C mobo: N/A gpu: 0.0:44C
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 271 Uptime: 10 min Memory: 1317.7/7892.9MB
           Init: systemd runlevel: 5 Gcc sys: 5.4.0
           Client: Shell (bash 4.3.481) inxi: 2.2.35 

Code: Select all

ifconfig
enp9s0    Link encap:Ethernet  HWaddr f0:76:1c:da:52:37  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 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:0 (0.0 B)  TX bytes:0 (0.0 B)

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:1054 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1054 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:108983 (108.9 KB)  TX bytes:108983 (108.9 KB)

wlp8s0    Link encap:Ethernet  HWaddr 90:48:9a:fa:a7:a9  
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::9248:9aff:fefa:a7a9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4834 errors:0 dropped:0 overruns:0 frame:3151
          TX packets:5044 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2312095 (2.3 MB)  TX bytes:790751 (790.7 KB)
          Interrupt:17 
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
bakata

Re: Wired Connection

Post by bakata »

So what suppose I do?
manselton

Re: Wired Connection

Post by manselton »

Have you plugged the wire in at both ends?

If yes I suggest you are not getting dhcp request accepted so do this :

$ sudo nano /etc/dhcp/debug

change RUN="no" to RUN="yes" then try to connect again on the Network Manager icon in the system tray. If it fails then read the output of /tmp/dhclient-script.debug

Good Luck
genterminl

Re: Wired Connection

Post by genterminl »

bakata: you have both wired and a wireless network cards. which one are you trying to connect with? The ifconfig output looks like your wireless is already connected, but not the wired. Is this correct? If you are trying to switch from wireless to wired, please say exactly what you are doing to make the switch.
Locked

Return to “Networking”