Code: Alles auswählen
This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
wpa-essid Netwerk
wpa-psk passwort
Code: Alles auswählen
$ sudo /etc/init.d/networking restart
[sudo] Passwort für debiankaios:
Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning).
Reconfiguring network interfaces...Killed old client process
Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth0/00:26:b9:c4:85:8d
Sending on LPF/eth0/00:26:b9:c4:85:8d
Sending on Socket/fallback
Created duid "\000\001\000\001*\211u\211\000&\271\304\205\215".
DHCPRELEASE of 192.168.1.73 on eth0 to 192.168.1.1 port 67
Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eth0/00:26:b9:c4:85:8d
Sending on LPF/eth0/00:26:b9:c4:85:8d
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPOFFER of 192.168.1.73 from 192.168.1.1
DHCPREQUEST for 192.168.1.73 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.73 from 192.168.1.1
bound to 192.168.1.73 -- renewal in 41277 seconds.
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
ifup: failed to bring up wlan0
failed.
$ sudo ifdown wlan0 && sudo ifup -v wlan0
ifdown: interface wlan0 not configured
ifup: configuring interface wlan0=wlan0 (inet)
/bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/wpasupplicant
wpa_supplicant: wpa-driver nl80211,wext (default)
wpa_supplicant: /sbin/wpa_supplicant -s -B -P /run/wpa_supplicant.wlan0.pid -i wlan0 -D nl80211,wext -C /run/wpa_supplicant
Starting /sbin/wpa_supplicant...
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
ifup: failed to bring up wlan0
Code: Alles auswählen
# lsmod
Module Size Used by
fuse 167936 2
vboxnetadp 28672 0
vboxnetflt 32768 0
vboxdrv 565248 2 vboxnetadp,vboxnetflt
tun 57344 2
binfmt_misc 24576 1
parport_pc 40960 0
ppdev 24576 0
lp 20480 0
parport 69632 3 parport_pc,lp,ppdev
snd_hda_codec_hdmi 73728 2
dell_rbtn 20480 0
snd_hda_codec_idt 69632 1
snd_hda_codec_generic 98304 1 snd_hda_codec_idt
dell_laptop 28672 0
ledtrig_audio 16384 2 snd_hda_codec_generic,dell_laptop
snd_hda_intel 57344 3
i915 2715648 4
snd_intel_dspcfg 28672 1 snd_hda_intel
dell_smm_hwmon 24576 0
soundwire_intel 45056 1 snd_intel_dspcfg
soundwire_generic_allocation 16384 1 soundwire_intel
snd_soc_core 315392 1 soundwire_intel
snd_compress 32768 1 snd_soc_core
soundwire_cadence 36864 1 soundwire_intel
coretemp 20480 0
dell_wmi 20480 0
snd_hda_codec 172032 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_idt
iwlwifi 294912 0 # DER BENÖTIGTE TREIBER
dell_smbios 32768 2 dell_wmi,dell_laptop
pcspkr 16384 0
joydev 28672 0
dcdbas 20480 1 dell_smbios
sparse_keymap 16384 1 dell_wmi
wmi_bmof 16384 0
dell_wmi_descriptor 20480 2 dell_wmi,dell_smbios
serio_raw 20480 0
snd_hda_core 110592 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_idt
evdev 28672 16
snd_hwdep 16384 1 snd_hda_codec
drm_kms_helper 274432 1 i915
soundwire_bus 90112 3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
iTCO_wdt 16384 0
cec 61440 2 drm_kms_helper,i915
cfg80211 970752 1 iwlwifi
intel_pmc_bxt 16384 1 iTCO_wdt
iTCO_vendor_support 16384 1 iTCO_wdt
snd_pcm 139264 7 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_compress,snd_soc_core,snd_hda_core
watchdog 28672 1 iTCO_wdt
drm 618496 5 drm_kms_helper,i915
snd_timer 49152 1 snd_pcm
snd 110592 16 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_hda_codec_idt
soundcore 16384 1 snd
rfkill 28672 3 dell_laptop,dell_rbtn,cfg80211
i2c_algo_bit 16384 1 i915
button 24576 0
ac 16384 0
acpi_cpufreq 32768 1
ext4 925696 5
crc16 16384 1 ext4
mbcache 16384 1 ext4
jbd2 151552 1 ext4
raid10 65536 0
raid456 180224 0
async_raid6_recov 24576 1 raid456
async_memcpy 20480 2 raid456,async_raid6_recov
async_pq 20480 2 raid456,async_raid6_recov
async_xor 20480 3 async_pq,raid456,async_raid6_recov
async_tx 20480 5 async_pq,async_memcpy,async_xor,raid456,async_raid6_recov
xor 24576 1 async_xor
raid6_pq 122880 3 async_pq,raid456,async_raid6_recov
libcrc32c 16384 1 raid456
crc32c_generic 16384 10
raid1 53248 0
raid0 24576 0
multipath 20480 0
linear 20480 0
md_mod 180224 6 raid1,raid10,raid0,linear,raid456,multipath
dm_mod 159744 15
sg 36864 0
sd_mod 61440 3
t10_pi 16384 1 sd_mod
crc_t10dif 20480 1 t10_pi
crct10dif_generic 16384 1
sr_mod 28672 0
cdrom 73728 1 sr_mod
crct10dif_common 16384 2 crct10dif_generic,crc_t10dif
hid_generic 16384 0
usbhid 65536 0
hid 147456 2 usbhid,hid_generic
ahci 40960 2
libahci 45056 1 ahci
libata 290816 2 libahci,ahci
psmouse 184320 0
sdhci_pci 73728 0
cqhci 32768 1 sdhci_pci
sdhci 77824 1 sdhci_pci
scsi_mod 262144 4 sd_mod,libata,sg,sr_mod
i2c_i801 32768 0
i2c_smbus 20480 1 i2c_i801
firewire_ohci 45056 0
firewire_core 81920 1 firewire_ohci
mmc_core 188416 3 sdhci,cqhci,sdhci_pci
lpc_ich 28672 0
crc_itu_t 16384 1 firewire_core
ehci_pci 20480 0
wmi 36864 4 dell_wmi,wmi_bmof,dell_smbios,dell_wmi_descriptor
uhci_hcd 53248 0
ehci_hcd 98304 1 ehci_pci
e1000e 303104 0
usbcore 323584 4 ehci_pci,usbhid,ehci_hcd,uhci_hcd
battery 20480 0
video 57344 3 dell_wmi,dell_laptop,i915
ptp 32768 1 e1000e
usb_common 16384 3 usbcore,ehci_hcd,uhci_hcd
pps_core 24576 1 ptp
# lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 11)
0c:00.0 Network controller: Intel Corporation WiFi Link 5100 # DIE WLAN-KARTE
Gruß, debiankaios