If i plugin the "FRITZ!WLAN USB Stick AC 430 MU-MIMO" and i see in syslog this:
Code: Select all
Jan 10 00:09:10 notebook kernel: usb 2-1.2: new high-speed USB device number 8 using ehci-pci
Jan 10 00:09:10 notebook kernel: usb 2-1.2: New USB device found, idVendor=057c, idProduct=62ff
Jan 10 00:09:10 notebook kernel: usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 10 00:09:10 notebook kernel: usb 2-1.2: Product: FRITZ!WLAN USB Stick AC 430 MU-MIMO
Jan 10 00:09:10 notebook kernel: usb 2-1.2: Manufacturer: AVM Berlin
Jan 10 00:09:10 notebook kernel: usb 2-1.2: SerialNumber: 5C4979F94B9F
Jan 10 00:09:10 notebook kernel: usb-storage 2-1.2:1.0: USB Mass Storage device detected
Jan 10 00:09:10 notebook kernel: scsi host6: usb-storage 2-1.2:1.0
Jan 10 00:09:10 notebook usb_modeswitch[6764]: switch device 057c:62ff on 002/008
Jan 10 00:09:31 notebook laptop-mode[6833]: Laptop mode
Jan 10 00:09:31 notebook laptop-mode[6836]: enabled, not active
Jan 10 00:09:31 notebook laptop-mode[6868]: Laptop mode
Jan 10 00:09:31 notebook laptop-mode[6869]: enabled, not activeI build all "Ralink" Drivers they are possible as Modules, the other ones (experimental) are build into the kernel. I compile the Kernel and boot them.
But there is still a problem that the USB WiFi Dongle is in "CD-Rom-mode"
Code: Select all
lsusb
Bus 002 Device 005: ID 0bdb:1911 Ericsson Business Mobile Networks BV
Bus 002 Device 004: ID 04f2:b2b9 Chicony Electronics Co., Ltd Lenovo Integrated Camera UVC
Bus 002 Device 008: ID 057c:62ff AVM GmbH AVM Fritz!WLAN USB (in CD-ROM-mode)
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubCode: Select all
usb_modeswitch -W -v 057c -p 62ff -c /usr/share/usb_modeswitch/057c\:62ff
Read config file: /usr/share/usb_modeswitch/057c:62ff
* usb_modeswitch: handle USB devices with multiple modes
* Version 2.2.5 (C) Josua Dietze 2015
* Based on libusb1/libusbx
! PLEASE REPORT NEW CONFIGURATIONS !
DefaultVendor= 0x057c
DefaultProduct= 0x62ff
TargetVendor= 0x057c
TargetProductList="8501,8502"
StandardEject=1
NeedResponse=0
Look for target devices ...
found USB ID 0bdb:1911
found USB ID 04f2:b2b9
found USB ID 057c:62ff
vendor ID matched
found USB ID 8087:0024
found USB ID 1d6b:0002
found USB ID 8087:0024
found USB ID 1d6b:0002
No devices in target mode or class found
Look for default devices ...
found USB ID 0bdb:1911
found USB ID 04f2:b2b9
found USB ID 057c:62ff
vendor ID matched
product ID matched
found USB ID 8087:0024
found USB ID 1d6b:0002
found USB ID 8087:0024
found USB ID 1d6b:0002
Found devices in default mode (1)
Access device 008 on bus 002
Current configuration number is 1
Use interface number 0
Use endpoints 0x04 (out) and 0x83 (in)
USB description data (for identification)
-------------------------
Manufacturer: AVM Berlin
Product: FRITZ!WLAN USB Stick AC 430 MU-MIMO
Serial No.: 5C4979F94B9F
-------------------------
Sending standard EJECT sequence
Looking for active driver ...
No active driver found. Detached before or never attached
Set up interface 0
Use endpoint 0x04 for message sending ...
Trying to send message 1 to endpoint 0x04 ...
Sending the message returned error -7. Try to continue
Read the response to message 1 (CSW) ...
Response reading failed (error -9)
Device is gone, skip any further commands
-> Run lsusb to note any changes. Bye!How can i disable this sh** CD-Rom-mode?
Must i do any special?
...
I Tried an other WiFi USB Dongle too, a TP Link AC 1300 (http://www.tp-link.de/products/details/ ... r-T4U.html)
I build all Realtek Drivers as Module, but if i plug in the TP WiFi Dongle, i see this:
Code: Select all
Jan 8 16:33:43 notebook kernel: usb 2-1.2: new high-speed USB device number 5 using ehci-pci
Jan 8 16:33:43 notebook kernel: usb 2-1.2: New USB device found, idVendor=2357, idProduct=010d
Jan 8 16:33:43 notebook kernel: usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 8 16:33:43 notebook kernel: usb 2-1.2: Product: 802.11n NIC
Jan 8 16:33:43 notebook kernel: usb 2-1.2: Manufacturer: Realtek
Jan 8 16:33:43 notebook kernel: usb 2-1.2: SerialNumber: 123456
Jan 8 16:33:43 notebook laptop-mode[7334]: Laptop mode
Jan 8 16:33:43 notebook laptop-mode[7335]: enabled, active
Jan 8 16:33:44 notebook laptop-mode[7398]: Laptop mode
Jan 8 16:33:44 notebook laptop-mode[7399]: enabled, activeIn my x121e Notebook there is and Intel Centrino WiFi Card, they works perfect - but not fast enough for me.
Here is my Kernel .config file, if needed for helping me: https://pastebin.com/YRwHiCX5
For the TP Link WiFi Dongle i tried 3 diferent drivers, no one will compile.
The one From TP Link, the from here https://askubuntu.com/questions/802205/ ... t4u-driver and the last one from https://github.com/bits3rpent/rtl8812AU_8821AU_linux
I can give both WiFi Dongles back to the shop, but is there a n or ac WiFi Dongle they will work out of the box with no problem, no driver compiling by myself.

