AC1200-Dualband-USB-WLAN-Adapter unter Debian installieren

vendredi 2 décembre 2016

Hello,

habe mir grade einen wlan-Stick gekauft und der will nicht erkannt werden.
Hier mal ein Link zur Produktseite vom USB-Stick.

Jetzt glaube ich dass zu wenig Saft auf meinen USB-Ports ist,
weil der Stick sollte eigentlich leuchtfuchteln aber das tut er nicht.

Wie findet man raus ob usb3.0 aktiv ist ?
Code:

$ lsusb
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 1532:0007 Razer USA, Ltd DeathAdder Mouse
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 005: ID 2357:0101 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 002: ID 046d:c24d Logitech, Inc.
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Ist Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub mein USB3.0 ?

Ich glaube der Stick hängt an Bus 003 Device 005: ID 2357:0101.
Angeschlossen ist er an einem USB3.0-Kabel und das Kabel hängt wiederum an einen der zwei blauen USB-Ports von Motherboard.
Unter Windoof funzt es so.

Hier noch etwas genauere Info zum Stick...
Code:

$ lsusb -v
...
Bus 003 Device 006: ID 2357:0101 
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType        1
  bcdUSB              2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass        0
  bDeviceProtocol        0
  bMaxPacketSize0        64
  idVendor          0x2357
  idProduct          0x0101
  bcdDevice            0.00
  iManufacturer          1
  iProduct                2
  iSerial                3
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                9
    bDescriptorType        2
    wTotalLength          53
    bNumInterfaces          1
    bConfigurationValue    1
    iConfiguration          0
    bmAttributes        0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        0
      bAlternateSetting      0
      bNumEndpoints          5
      bInterfaceClass      255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0200  1x 512 bytes
        bInterval              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0200  1x 512 bytes
        bInterval              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0200  1x 512 bytes
        bInterval              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0200  1x 512 bytes
        bInterval              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x85  EP 5 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0040  1x 64 bytes
        bInterval              1
....

USB2.0 und 1.0 funktioniert tadellos!

Unter Linux habe ich keine Treiber installiert, weil es ja ein AC Chip ist und der sollte so funktionieren.
Code:

# lspci | grep -i usb
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
02:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller

udev und udev-finish läuft als Domäne.


In der Log-Datei steht folgendes ...
Code:

# cat /var/log/kernel.log | grep -i usb
...
Dec  2 17:00:52 antec kernel: [    2.206489] usbcore: registered new interface driver usbfs
Dec  2 17:00:52 antec kernel: [    2.206506] usbcore: registered new interface driver hub
Dec  2 17:00:52 antec kernel: [    2.207172] usbcore: registered new device driver usb
Dec  2 17:00:52 antec kernel: [    2.207837] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec  2 17:00:52 antec kernel: [    2.208312] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Dec  2 17:00:52 antec kernel: [    2.208468] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
Dec  2 17:00:52 antec kernel: [    2.220457] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
...
Dec  2 17:00:52 antec kernel: [    2.488187] hub 9-0:1.0: USB hub found
Dec  2 17:00:52 antec kernel: [    2.791527] usb 1-5: new high-speed USB device number 3 using ehci-pci
Dec  2 17:00:52 antec kernel: [    2.924196] usb 1-5: New USB device found, idVendor=2357, idProduct=0101
Dec  2 17:00:52 antec kernel: [    2.924199] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec  2 17:00:52 antec kernel: [    2.924200] usb 1-5: Product: 802.11n NIC
Dec  2 17:00:52 antec kernel: [    2.924202] usb 1-5: Manufacturer: Realtek
Dec  2 17:00:52 antec kernel: [    2.924203] usb 1-5: SerialNumber: 123456
...

Ffolgendes System nutze ich ...
Code:

$ lsb_release -ds
Debian GNU/Linux 8.6 (jessie)

Fehlen noch irgend welche Infos ?

Wo ist mein USB3.0 ?

HALP \o/


0 commentaires:

Enregistrer un commentaire

 

Lorem

Ipsum

Dolor