Hello,

with Kali Linux Live, Internet so far is not possible for me. I do not know why.

Kali Linux shows me the following:

root@kali:~# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
root@kali:~# dmesg | egrep -i 'wlan|wife'
[ 2.345952] usb 3-6: Product: FRITZ!WLAN USB Stick N v2
[ 3.352465] scsi 6:0:0:0: CD-ROM FRITZ! WLAN selfinstall 1.00 PQ: 0 ANSI: 0 CCS
[ 125.831469] usb 3-6: Product: FRITZ!WLAN USB Stick N v2
root@kali:~# iw dev wlan0 info
command failed: No such device (-19)
root@kali:~# iw dev eth1 info
command failed: No such device (-19)
root@kali:~# iw dev eth0 info
command failed: No such device (-19)
root@kali:~#


Knoppix shows me the following:

root@Microknoppix:~# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
link/ether xx:xx:xx:xx:xx:xx brd xx:xx:xx:xx:xx:xx
root@Microknoppix:~# dmesg | egrep -i 'wlan|wife'
[ 33.743538] usb 3-6: Product: FRITZ!WLAN USB Stick N v2
[ 37.649073] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 44.291830] wlan0: authenticate with xx:xx:xx:xx:xx:xx
[ 44.328888] wlan0: send auth to xx:xx:xx:xx:xx:xx (try 1/3)
[ 44.331512] wlan0: authenticated
[ 44.333874] wlan0: associate with xx:xx:xx:xx:xx:xx (try 1/3)
[ 44.342833] wlan0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x431 status=0 aid=2)
[ 44.347071] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 44.347088] wlan0: associated
root@Microknoppix:~# iw dev wlan0 info
Interface wlan0
ifindex 2
type managed
wiphy 0
root@Microknoppix:~#

This means that it is not a matter of the FRITZ!WLAN USB Stick N v2.

Please help me.