Dell Optiplex 7480 Kablolu Bağlantı

Merhabalar,

Dell Optiplex 7480 marka ve modeldeki AIO bilgisayar için WiFi üzerinden bağlantı, IP sorunsuz olarak almakta fakat kablolu bağlantıda sorun yaşamaktayım. Windows 10 ve Linux Mint işletim sistemlerinde WiFi ve Kablolu interneti sorunsuz şekilde kullanmaktayım. Kullandığım sürüm v17 kamu için hazırlanmış ISO dosyası. Aynı ISO dosyasını yine AIO olan HP ve Lenovo cihazlarımda sorunsuz kullanmaktayım.

inxi -F yazınca terminalde ne çıkıyor? Networkde ethernet kısmı görünüyor mu?

root@BSM-GEMLIK-Default:/home/gemlik/Masaüstü# inxi -f
CPU: Hexa core Intel Core i5-10500 (-HT-MCP-) cache: 12288 KB
clock speeds: max: 4500 MHz 1: 799 MHz 2: 799 MHz 3: 799 MHz
4: 799 MHz 5: 799 MHz 6: 799 MHz 7: 799 MHz 8: 799 MHz 9: 799 MHz
10: 799 MHz 11: 799 MHz 12: 799 MHz
CPU Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat
arch_capabilities arch_perfmon art avx avx2 bmi1 bmi2 bts clflush
clflushopt cmov constant_tsc cx16 cx8 de ds_cpl dtes64 dtherm dts
epb ept erms est f16c flexpriority fma fpu fsgsbase fxsr ht hwp
hwp_act_window hwp_epp hwp_notify ibpb ibrs ida intel_pt invpcid
invpcid_single kaiser lahf_lm lm mca mce mmx monitor movbe mpx msr
mtrr nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq pdcm pdpe1gb
pebs pge pln pni popcnt pse pse36 pts rdrand rdseed rdtscp rep_good
sdbg sep smap smep smx ss ssbd sse sse2 sse4_1 sse4_2 ssse3 stibp
syscall tm tm2 tpr_shadow tsc tsc_adjust tsc_deadline_timer vme vmx
vnmi vpid x2apic xgetbv1 xsave xsavec xsaveopt xsaves xtopology
xtpr

lspci komut çıktısını da paylaşınız.

oot@BSM-GEMLIK-Default:/home/gemlik/Masaüstü# lspci
00:00.0 Host bridge: Intel Corporation Device 9b53 (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Device 9bc8 (rev 03)
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Device 06f9
00:14.0 USB controller: Intel Corporation Device 06ed
00:14.2 RAM memory: Intel Corporation Device 06ef
00:17.0 SATA controller: Intel Corporation Device 06d2
00:1c.0 PCI bridge: Intel Corporation Device 06bd (rev f0)
00:1c.7 PCI bridge: Intel Corporation Device 06bf (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device 06b0 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device 0687
00:1f.3 Audio device: Intel Corporation Device 06c8
00:1f.4 SMBus: Intel Corporation Device 06a3
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 06a4
00:1f.6 Ethernet controller: Intel Corporation Device 0d4c
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
03:00.0 Non-Volatile memory controller: Sandisk Corp Device 5007 (rev 01)

sudo apt install lshw yükledikten sonra
sudo lshw -C network çıktısını paylaşınız.

root@BSM-GEMLIK-Default:/home/gemlik/Masaüstü# lshw -C network
*-network
description: Wireless interface
product: QCA6174 802.11ac Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 32
serial: 5c:ba:ef:d6:15:d1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath10k_pci driverversion=4.9.0-7-amd64 firmware=WLAN.RM.2.0-00180-QCARMSWPZ-1 ip=10.116.52.107 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:141 memory:d1000000-d11fffff
*-network UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 1f.6
bus info: pci@0000:00:1f.6
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: latency=0
resources: memory:d1500000-d151ffff

Intel ethernet kartı sürücüsü yükleme - cuneyt.ulusoy tarafından #5 linkinde bulunan çözümü deneyebilir misiniz?

İşlem adımlarını gerçekleştirdim fakat sorun hala devam etmekte.

Anydesk kurarak uzak bağlantı verebilir misiniz?

PM olarak dönüş sağlıyorum size hocam

şu yöntemi deneyelim:
Intel Ethernet Drivers and Utilities - Browse Files at SourceForge.net dosyayı indirin. İndirilenler dizinine girerek terminal açın ve kodları sırayla çalıştırın:

sudo cp e1000e-3.3.4.tar.gz /usr/local/src/
cd /usr/local/src/
sudo tar xzvf e1000e-3.3.4.tar.gz
cd e1000e-3.3.4/src/
sudo rmmod e1000e
sudo modprobe e1000e
sudo make install
sudo update-initramfs -u
sudo ifconfig eth0 up

Bu konu son cevaptan 10 gün sonra otomatik olarak kapatıldı. Yeni cevap girilmesine izin verilmiyor.