Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Im using debian 9 Stretch and my problem is there is no wire

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
edxx
Posts: 1
Joined: 2018-05-19 12:47

Im using debian 9 Stretch and my problem is there is no wire

#1 Post by edxx »

root@debian:/# iwconfig
enp0s3 no wireless extensions.

lo no wireless extensions.


root@debian:/# ifconfig
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
inet6 fe80::a00:27ff:fe8a:ddd6 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:8a:dd:d6 txqueuelen 1000 (Ethernet)
RX packets 103338 bytes 96519473 (92.0 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 40670 bytes 2894927 (2.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 188 bytes 15180 (14.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 188 bytes 15180 (14.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


root@debian:/# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
00:01.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 IDE [8086:7111] (rev 01)
00:02.0 VGA compatible controller [0300]: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter [80ee:beef]
00:03.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02)
00:04.0 System peripheral [0880]: InnoTek Systemberatung GmbH VirtualBox Guest Service [80ee:cafe]
00:05.0 Multimedia audio controller [0401]: Intel Corporation 82801AA AC'97 Audio Controller [8086:2415] (rev 01)
00:06.0 USB controller [0c03]: Apple Inc. KeyLargo/Intrepid USB [106b:003f]
00:07.0 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 08)
00:0d.0 SATA controller [0106]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] [8086:2829] (rev 02)


root@debian:/# lshw -C Network
*-network
description: Ethernet interface
product: 82540EM Gigabit Ethernet Controller
vendor: Intel Corporation
physical id: 3
bus info: pci@0000:00:03.0
logical name: enp0s3
version: 02
serial: 08:00:27:8a:dd:d6
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm pcix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.2.15 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:f0000000-f001ffff ioport:d010(size=8)


root@debian:/# dmesg | grep -e ath _e wlan
grep: _e: No such file or directory
grep: wlan: No such file or directory
root@debian:/# dmesg | grep -e ath -e wlan
[ 0.000000] [<ffffffff8cc78adf>] ? warn_slowpath_fmt+0x5f/0x80


root@debian:/# uname -rm
4.9.0-6-amd64 x86_64

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: Im using debian 9 Stretch and my problem is there is no

#2 Post by Wheelerof4te »

1. Plug in LAN cable.
2. Add non-free sources to sources.list
3.

Code: Select all

apt update
apt install firmware-iwlwifi
4. Reboot

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Im using debian 9 Stretch and my problem is there is no

#3 Post by p.H »

@ edxx :
Please do not type in all caps, it is considered shouting.
Do you mean "no wireless" ?
This is obviously a virtual machine. There would not be much point in emulating a wireless interface in a virtual machine.
Or do you want the virtual machine to use the host's wireless interface ?

@ Wheelerof4te :
1) According to ifconfig, the ethernet cable is already plugged in.
2) lspci reports no Intel wireless controller. How would installing iwlwifi firmwares help ?

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: Im using debian 9 Stretch and my problem is there is no

#4 Post by Wheelerof4te »

Well, then OP should tell us which wireless card he has?
I suspected it's Intel since that is the most likely with Gigabit ethernet cards.

Post Reply