Anzeige:
Ergebnis 1 bis 4 von 4

Thema: AVM Fritz!WLAN N unter Debian 6 64-Bit

  1. #1
    Registrierter Benutzer
    Registriert seit
    May 2012
    Ort
    Hagen Westfalen
    Beiträge
    3

    AVM Fritz!WLAN N unter Debian 6 64-Bit

    Hallo Leute,

    ich bin langsam echt am Verzweifeln. Also ich bin leider noch kein Linux Crack, eher Anfänger. Habe folgendes Problem mit den oben genannten Stick und zwar wird kein Interface für Ihn angelegt. Bin nach dieser Anleitung vorgegangen -> http://wiki.debian.org/ar9170usb
    Habe das Modul von hand schon neugeladen und den Stick ab und angeschlossen, es hat nichts gebracht. Hier mal ein paar Infos und Auszüge

    uname -a
    Code:
    Linux kevin-pc 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012 x86_64 GNU/Linux
    lsusb
    Code:
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 008: ID 057c:8401 AVM GmbH AVM Fritz!WLAN N [Atheros AR9001U]
    Bus 001 Device 007: ID 046d:c31c Logitech, Inc. Keyboard K120 for Business
    Bus 001 Device 006: ID 046d:c05a Logitech, Inc. Optical Mouse M90
    Bus 001 Device 005: ID 050d:3201 Belkin Components F1DF102U/F1DG102U Flip KVM
    Bus 001 Device 004: ID 058f:6361 Alcor Micro Corp. Multimedia Card Reader
    Bus 001 Device 003: ID 0424:2524 Standard Microsystems Corp. USB MultiSwitch Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    egrep -v "^$|^#" /etc/network/interfaces
    Code:
    auto lo
    iface lo inet loopback
    allow-hotplug eth0
    egrep -v "^$|^#" /etc/resolv.conf
    Code:
    domain fritz.box
    search fritz.box
    nameserver 192.168.178.1
    egrep -v "^$|^#" /etc/hosts
    Code:
    127.0.0.1	localhost
    127.0.1.1	kevin-pc.fritz.box	kevin-pc
    ::1     ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    cat /etc/udev/rules.d/70-persistent-net.rules
    Code:
    # PCI device 0x10ec:0x8168 (r8169)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="44:87:fc:a9:3f:e1", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
    
    # USB device 0x:0x (ar9170usb)
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="bc:05:43:07:40:8e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
    ifconfig
    Code:
    eth0      Link encap:Ethernet  Hardware Adresse 44:87:fc:a9:3f:e1  
              inet Adresse:192.168.178.40  Bcast:192.168.178.255  Maske:255.255.255.0
              inet6-Adresse: 2002:4db2:9bda:0:4687:fcff:fea9:3fe1/64 Gültigkeitsbereich:Global
              inet6-Adresse: fe80::4687:fcff:fea9:3fe1/64 Gültigkeitsbereich:Verbindung
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
              RX packets:2010 errors:0 dropped:0 overruns:0 frame:0
              TX packets:2029 errors:0 dropped:0 overruns:0 carrier:0
              Kollisionen:0 Sendewarteschlangenlänge:1000 
              RX bytes:2228850 (2.1 MiB)  TX bytes:402047 (392.6 KiB)
              Interrupt:27 Basisadresse:0xe000 
    
    lo        Link encap:Lokale Schleife  
              inet Adresse:127.0.0.1  Maske:255.0.0.0
              inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
              UP LOOPBACK RUNNING  MTU:16436  Metrik:1
              RX packets:10 errors:0 dropped:0 overruns:0 frame:0
              TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
              Kollisionen:0 Sendewarteschlangenlänge:0 
              RX bytes:660 (660.0 B)  TX bytes:660 (660.0 B)
    route -n
    Code:
    Ziel            Router          Genmask         Flags Metric Ref    Use Iface
    192.168.178.0   0.0.0.0         255.255.255.0   U     1      0        0 eth0
    0.0.0.0         192.168.178.1   0.0.0.0         UG    0      0        0 eth0
    iwconfig
    Code:
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    pan0      no wireless extensions
    lsmod
    Code:
    Module                  Size  Used by
    nls_utf8                1208  1 
    isofs                  27480  1 
    udf                    66628  0 
    crc_itu_t               1307  1 udf
    arc4                    1274  0 
    ecb                     1841  0 
    ar9170usb              46699  0 
    mac80211              137372  1 ar9170usb
    led_class               2433  1 ar9170usb
    ath                     8006  1 ar9170usb
    cfg80211              101496  3 ar9170usb,mac80211,ath
    acpi_cpufreq            5571  0 
    cpufreq_powersave        902  0 
    cpufreq_userspace       1992  0 
    cpufreq_conservative     5162  0 
    cpufreq_stats           2740  0 
    parport_pc             18855  0 
    ppdev                   5030  0 
    lp                      7462  0 
    parport                27954  3 parport_pc,ppdev,lp
    sco                     7225  2 
    bridge                 39646  0 
    stp                     1440  1 bridge
    bnep                    9427  2 
    rfcomm                 29629  0 
    l2cap                  24752  6 bnep,rfcomm
    bluetooth              41827  6 sco,bnep,rfcomm,l2cap
    rfkill                 13044  4 cfg80211,bluetooth
    binfmt_misc             6431  1 
    fuse                   50924  1 
    loop                   11799  0 
    snd_hda_codec_atihdmi     2251  1 
    joydev                  8459  0 
    hid_belkin              1698  0 
    snd_hda_codec_realtek   235714  1 
    usbhid                 33292  0 
    radeon                574908  2 
    ttm                    40162  1 radeon
    drm_kms_helper         20369  1 radeon
    snd_hda_intel          20035  1 
    drm                   142352  4 radeon,ttm,drm_kms_helper
    i2c_i801                7830  0 
    i2c_algo_bit            4209  1 radeon
    snd_hda_codec          54292  3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
    psmouse                49985  0 
    hid                    63257  2 hid_belkin,usbhid
    i2c_core               15819  5 radeon,drm_kms_helper,drm,i2c_i801,i2c_algo_bit
    evdev                   7352  12 
    wmi                     4323  0 
    rng_core                3006  0 
    pcspkr                  1699  0 
    snd_hwdep               5380  1 snd_hda_codec
    serio_raw               3752  0 
    snd_pcm                60487  2 snd_hda_intel,snd_hda_codec
    processor              29935  3 acpi_cpufreq
    button                  4650  0 
    snd_seq                42881  0 
    snd_timer              15598  2 snd_pcm,snd_seq
    snd_seq_device          4493  1 snd_seq
    snd                    46526  10 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
    soundcore               4598  1 snd
    snd_page_alloc          6249  2 snd_hda_intel,snd_pcm
    ext4                  288382  2 
    mbcache                 5050  1 ext4
    jbd2                   67111  1 ext4
    crc16                   1319  2 l2cap,ext4
    usb_storage            40217  0 
    sg                     24069  0 
    sr_mod                 12602  1 
    cdrom                  29351  1 sr_mod
    sd_mod                 29937  4 
    crc_t10dif              1276  1 sd_mod
    r8169                  36840  0 
    ata_generic             3239  0 
    uhci_hcd               18521  0 
    mii                     3210  1 r8169
    ehci_hcd               32097  0 
    ata_piix               21124  4 
    thermal                11674  0 
    thermal_sys            11942  2 processor,thermal
    libata                133776  2 ata_generic,ata_piix
    scsi_mod              126725  5 usb_storage,sg,sr_mod,sd_mod,libata
    usbcore               123122  6 ar9170usb,usbhid,usb_storage,uhci_hcd,ehci_hcd
    nls_base                6377  4 nls_utf8,isofs,udf,usbcore
    dmesg
    Code:
    [    0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001800000 s90328 r8192 d24360 u524288
    [    0.000000] pcpu-alloc: s90328 r8192 d24360 u524288 alloc=1*2097152
    [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [    0.009188] Initializing cgroup subsys net_cls
    [    0.009222] CPU0: Thermal monitoring enabled (TM2)
    [    0.008000] CPU1: Thermal monitoring enabled (TM2)
    [    0.354145] audit: initializing netlink socket (disabled)
    [    0.360857] Initalizing network drop monitor service
    [    0.673052] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [    0.673073] r8169 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [    0.673106] r8169 0000:03:00.0: setting latency timer to 64
    [    0.673157] r8169 0000:03:00.0: irq 27 for MSI/MSI-X
    [    0.673548] r8169 0000:03:00.0: eth0: RTL8168d/8111d at 0xffffc9000067e000, 44:87:fc:a9:3f:e1, XID 081000c0 IRQ 27
    [    4.668962] Adding 3128312k swap on /dev/sda6.  Priority:-1 extents:1 across:3128312k 
    [    9.632342] r8169 0000:03:00.0: firmware: requesting rtl_nic/rtl8168d-1.fw
    [    9.719098] r8169 0000:03:00.0: eth0: unable to load firmware patch rtl_nic/rtl8168d-1.fw (-2)
    [    9.727001] r8169 0000:03:00.0: eth0: link down
    [    9.727006] r8169 0000:03:00.0: eth0: link down
    [    9.727434] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   11.372297] r8169 0000:03:00.0: eth0: link up
    [   11.372810] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   12.011626] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   19.276040] usb 1-4: firmware: requesting ar9170.fw
    [   19.740453] ath: EEPROM regdomain: 0x8114
    [   19.740456] ath: EEPROM indicates we should expect a country code
    [   19.740461] ath: doing EEPROM country->regdmn map search
    [   19.740463] ath: country maps to regdmn code: 0x37
    [   19.740465] ath: Country alpha2 being used: DE
    [   19.740467] ath: Regpair used: 0x37
    [   19.772232] phy0: Selected rate control algorithm 'minstrel'
    [   20.816836] ar9170usb: probe of 1-4:1.0 failed with error -110
    [   20.816862] usbcore: registered new interface driver ar9170usb
    cat /var/lib/NetworkManager/NetworkManager.state
    Code:
    [main]
    NetworkingEnabled=true
    WirelessEnabled=true
    WWANEnabled=true
    cat /etc/NetworkManager/NetworkManager.conf
    Code:
    [main]
    plugins=ifupdown,keyfile
    
    [ifupdown]
    managed=false

  2. #2
    Linux-Suchti Avatar von roadracer
    Registriert seit
    Feb 2009
    Ort
    Wolfenbüttel
    Beiträge
    759
    Blinkt der Stick denn? Wird das Modul automatisch geladen? Poste mal lsusb -v
    OpenSUSE 12.3 x86 XFCE 4.10

    Alle Rechtschreibfehler unterliegen der GFDL und dürfen so oder in veränderter Form genutzt und weiter gegeben werden.

  3. #3
    Registrierter Benutzer
    Registriert seit
    May 2012
    Ort
    Hagen Westfalen
    Beiträge
    3
    Ehm ja die USB LED am Stick ist an die WLAN halt nicht...

    lsusb -v
    Code:
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               1.10
      bDeviceClass            9 Hub
      bDeviceSubClass         0 Unused
      bDeviceProtocol         0 Full speed (or root) hub
      bMaxPacketSize0        64
      idVendor           0x1d6b Linux Foundation
      idProduct          0x0001 1.1 root hub
      bcdDevice            2.06
      iManufacturer           3 Linux 2.6.32-5-amd64 uhci_hcd
      iProduct                2 UHCI Host Controller
      iSerial                 1 0000:00:1d.3
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           25
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower                0mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         9 Hub
          bInterfaceSubClass      0 Unused
          bInterfaceProtocol      0 Full speed (or root) hub
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0002  1x 2 bytes
            bInterval             255
    Hub Descriptor:
      bLength               9
      bDescriptorType      41
      nNbrPorts             2
      wHubCharacteristic 0x000a
        No power switching (usb 1.0)
        Per-port overcurrent protection
      bPwrOn2PwrGood        1 * 2 milli seconds
      bHubContrCurrent      0 milli Ampere
      DeviceRemovable    0x00
      PortPwrCtrlMask    0xff
     Hub Port Status:
       Port 1: 0000.0100 power
       Port 2: 0000.0100 power
    Device Status:     0x0003
      Self Powered
      Remote Wakeup Enabled
    
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               1.10
      bDeviceClass            9 Hub
      bDeviceSubClass         0 Unused
      bDeviceProtocol         0 Full speed (or root) hub
      bMaxPacketSize0        64
      idVendor           0x1d6b Linux Foundation
      idProduct          0x0001 1.1 root hub
      bcdDevice            2.06
      iManufacturer           3 Linux 2.6.32-5-amd64 uhci_hcd
      iProduct                2 UHCI Host Controller
      iSerial                 1 0000:00:1d.2
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           25
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower                0mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         9 Hub
          bInterfaceSubClass      0 Unused
          bInterfaceProtocol      0 Full speed (or root) hub
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0002  1x 2 bytes
            bInterval             255
    Hub Descriptor:
      bLength               9
      bDescriptorType      41
      nNbrPorts             2
      wHubCharacteristic 0x000a
        No power switching (usb 1.0)
        Per-port overcurrent protection
      bPwrOn2PwrGood        1 * 2 milli seconds
      bHubContrCurrent      0 milli Ampere
      DeviceRemovable    0x00
      PortPwrCtrlMask    0xff
     Hub Port Status:
       Port 1: 0000.0100 power
       Port 2: 0000.0100 power
    Device Status:     0x0003
      Self Powered
      Remote Wakeup Enabled
    
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               1.10
      bDeviceClass            9 Hub
      bDeviceSubClass         0 Unused
      bDeviceProtocol         0 Full speed (or root) hub
      bMaxPacketSize0        64
      idVendor           0x1d6b Linux Foundation
      idProduct          0x0001 1.1 root hub
      bcdDevice            2.06
      iManufacturer           3 Linux 2.6.32-5-amd64 uhci_hcd
      iProduct                2 UHCI Host Controller
      iSerial                 1 0000:00:1d.1
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           25
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower                0mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         9 Hub
          bInterfaceSubClass      0 Unused
          bInterfaceProtocol      0 Full speed (or root) hub
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0002  1x 2 bytes
            bInterval             255
    Hub Descriptor:
      bLength               9
      bDescriptorType      41
      nNbrPorts             2
      wHubCharacteristic 0x000a
        No power switching (usb 1.0)
        Per-port overcurrent protection
      bPwrOn2PwrGood        1 * 2 milli seconds
      bHubContrCurrent      0 milli Ampere
      DeviceRemovable    0x00
      PortPwrCtrlMask    0xff
     Hub Port Status:
       Port 1: 0000.0100 power
       Port 2: 0000.0100 power
    Device Status:     0x0003
      Self Powered
      Remote Wakeup Enabled
    
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               1.10
      bDeviceClass            9 Hub
      bDeviceSubClass         0 Unused
      bDeviceProtocol         0 Full speed (or root) hub
      bMaxPacketSize0        64
      idVendor           0x1d6b Linux Foundation
      idProduct          0x0001 1.1 root hub
      bcdDevice            2.06
      iManufacturer           3 Linux 2.6.32-5-amd64 uhci_hcd
      iProduct                2 UHCI Host Controller
      iSerial                 1 0000:00:1d.0
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           25
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower                0mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         9 Hub
          bInterfaceSubClass      0 Unused
          bInterfaceProtocol      0 Full speed (or root) hub
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0002  1x 2 bytes
            bInterval             255
    Hub Descriptor:
      bLength               9
      bDescriptorType      41
      nNbrPorts             2
      wHubCharacteristic 0x000a
        No power switching (usb 1.0)
        Per-port overcurrent protection
      bPwrOn2PwrGood        1 * 2 milli seconds
      bHubContrCurrent      0 milli Ampere
      DeviceRemovable    0x00
      PortPwrCtrlMask    0xff
     Hub Port Status:
       Port 1: 0000.0100 power
       Port 2: 0000.0100 power
    Device Status:     0x0003
      Self Powered
      Remote Wakeup Enabled
    
    Bus 001 Device 007: ID 046d:c31c Logitech, Inc. Keyboard K120 for Business
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               1.10
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0         8
      idVendor           0x046d Logitech, Inc.
      idProduct          0xc31c Keyboard K120 for Business
      bcdDevice           64.00
      iManufacturer           1 Logitech
      iProduct                2 USB Keyboard
      iSerial                 0 
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           59
        bNumInterfaces          2
        bConfigurationValue     1
        iConfiguration          3 U64.00_B0001
        bmAttributes         0xa0
          (Bus Powered)
          Remote Wakeup
        MaxPower               90mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      1 Boot Interface Subclass
          bInterfaceProtocol      1 Keyboard
          iInterface              2 USB Keyboard
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.10
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength      65
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0008  1x 8 bytes
            bInterval              10
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        1
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      0 No Subclass
          bInterfaceProtocol      0 None
          iInterface              2 USB Keyboard
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.10
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength     159
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x82  EP 2 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0004  1x 4 bytes
            bInterval             255
    Device Status:     0x0000
      (Bus Powered)
    
    Bus 001 Device 006: ID 046d:c05a Logitech, Inc. Optical Mouse M90
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0         8
      idVendor           0x046d Logitech, Inc.
      idProduct          0xc05a Optical Mouse M90
      bcdDevice           54.00
      iManufacturer           1 Logitech
      iProduct                2 USB Optical Mouse
      iSerial                 0 
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           34
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xa0
          (Bus Powered)
          Remote Wakeup
        MaxPower               98mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      1 Boot Interface Subclass
          bInterfaceProtocol      2 Mouse
          iInterface              0 
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.11
              bCountryCode            0 Not supported
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength      67
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0006  1x 6 bytes
            bInterval              10
    Device Status:     0x0000
      (Bus Powered)
    
    Bus 001 Device 005: ID 050d:3201 Belkin Components F1DF102U/F1DG102U Flip KVM
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               1.10
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0         8
      idVendor           0x050d Belkin Components
      idProduct          0x3201 F1DF102U/F1DG102U Flip KVM
      bcdDevice            2.34
      iManufacturer           1 Belkin Corporation
      iProduct                3 Flip CC
      iSerial                 0 
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           34
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xa0
          (Bus Powered)
          Remote Wakeup
        MaxPower              100mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         3 Human Interface Device
          bInterfaceSubClass      1 Boot Interface Subclass
          bInterfaceProtocol      0 None
          iInterface              6 Flip CC Device
            HID Device Descriptor:
              bLength                 9
              bDescriptorType        33
              bcdHID               1.10
              bCountryCode           33 US
              bNumDescriptors         1
              bDescriptorType        34 Report
              wDescriptorLength     100
             Report Descriptors: 
               ** UNAVAILABLE **
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0002  1x 2 bytes
            bInterval              16
    Device Status:     0x0002
      (Bus Powered)
      Remote Wakeup Enabled
    
    Bus 001 Device 004: ID 058f:6361 Alcor Micro Corp. Multimedia Card Reader
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0        64
      idVendor           0x058f Alcor Micro Corp.
      idProduct          0x6361 Multimedia Card Reader
      bcdDevice            1.00
      iManufacturer           1 Generic
      iProduct                2 Mass Storage Device
      iSerial                 3 058F63616476
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           32
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0x80
          (Bus Powered)
        MaxPower              250mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           2
          bInterfaceClass         8 Mass Storage
          bInterfaceSubClass      6 SCSI
          bInterfaceProtocol     80 Bulk (Zip)
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x01  EP 1 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     0x82  EP 2 IN
            bmAttributes            2
              Transfer Type            Bulk
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0200  1x 512 bytes
            bInterval               0
    Device Qualifier (for other device speed):
      bLength                10
      bDescriptorType         6
      bcdUSB               2.00
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0        64
      bNumConfigurations      1
    Device Status:     0x0000
      (Bus Powered)
    
    Bus 001 Device 003: ID 0424:2524 Standard Microsystems Corp. USB MultiSwitch Hub
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            9 Hub
      bDeviceSubClass         0 Unused
      bDeviceProtocol         2 TT per port
      bMaxPacketSize0        64
      idVendor           0x0424 Standard Microsystems Corp.
      idProduct          0x2524 USB MultiSwitch Hub
      bcdDevice            0.00
      iManufacturer           0 
      iProduct                0 
      iSerial                 0 
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           41
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower                2mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         9 Hub
          bInterfaceSubClass      0 Unused
          bInterfaceProtocol      1 Single TT
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0001  1x 1 bytes
            bInterval              12
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       1
          bNumEndpoints           1
          bInterfaceClass         9 Hub
          bInterfaceSubClass      0 Unused
          bInterfaceProtocol      2 TT per port
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0001  1x 1 bytes
            bInterval              12
    Hub Descriptor:
      bLength               9
      bDescriptorType      41
      nNbrPorts             4
      wHubCharacteristic 0x000d
        Per-port power switching
        Compound device
        Per-port overcurrent protection
        TT think time 8 FS bits
      bPwrOn2PwrGood       50 * 2 milli seconds
      bHubContrCurrent      1 milli Ampere
      DeviceRemovable    0x06
      PortPwrCtrlMask    0xff
     Hub Port Status:
       Port 1: 0000.0303 lowspeed power enable connect
       Port 2: 0000.0100 power
       Port 3: 0000.0303 lowspeed power enable connect
       Port 4: 0000.0303 lowspeed power enable connect
    Device Qualifier (for other device speed):
      bLength                10
      bDescriptorType         6
      bcdUSB               2.00
      bDeviceClass            9 Hub
      bDeviceSubClass         0 Unused
      bDeviceProtocol         0 Full speed (or root) hub
      bMaxPacketSize0        64
      bNumConfigurations      1
    Device Status:     0x0001
      Self Powered
    
    Bus 001 Device 002: ID 057c:8401 AVM GmbH AVM Fritz!WLAN N [Atheros AR9001U]
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass          255 Vendor Specific Class
      bDeviceSubClass       255 Vendor Specific Subclass
      bDeviceProtocol       255 Vendor Specific Protocol
      bMaxPacketSize0        64
      idVendor           0x057c AVM GmbH
      idProduct          0x8401 AVM Fritz!WLAN N [Atheros AR9001U]
      bcdDevice            4.04
      iManufacturer          16 ATHER
      iProduct               32 USB2.0 WLAN
      iSerial                48 12345
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           46
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0x80
          (Bus Powered)
        MaxPower              500mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           4
          bInterfaceClass       255 Vendor Specific Class
          bInterfaceSubClass      0 
          bInterfaceProtocol      0 
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x01  EP 1 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     0x82  EP 2 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     0x83  EP 3 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               1
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x04  EP 4 OUT
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval               1
    Device Qualifier (for other device speed):
      bLength                10
      bDescriptorType         6
      bcdUSB               2.00
      bDeviceClass          255 Vendor Specific Class
      bDeviceSubClass       255 Vendor Specific Subclass
      bDeviceProtocol       255 Vendor Specific Protocol
      bMaxPacketSize0        64
      bNumConfigurations      1
    Device Status:     0x0000
      (Bus Powered)
    
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            9 Hub
      bDeviceSubClass         0 Unused
      bDeviceProtocol         0 Full speed (or root) hub
      bMaxPacketSize0        64
      idVendor           0x1d6b Linux Foundation
      idProduct          0x0002 2.0 root hub
      bcdDevice            2.06
      iManufacturer           3 Linux 2.6.32-5-amd64 ehci_hcd
      iProduct                2 EHCI Host Controller
      iSerial                 1 0000:00:1d.7
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           25
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0xe0
          Self Powered
          Remote Wakeup
        MaxPower                0mA
        Interface Descriptor:
          bLength                 9
          bDescriptorType         4
          bInterfaceNumber        0
          bAlternateSetting       0
          bNumEndpoints           1
          bInterfaceClass         9 Hub
          bInterfaceSubClass      0 Unused
          bInterfaceProtocol      0 Full speed (or root) hub
          iInterface              0 
          Endpoint Descriptor:
            bLength                 7
            bDescriptorType         5
            bEndpointAddress     0x81  EP 1 IN
            bmAttributes            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0004  1x 4 bytes
            bInterval              12
    Hub Descriptor:
      bLength              11
      bDescriptorType      41
      nNbrPorts             8
      wHubCharacteristic 0x000a
        No power switching (usb 1.0)
        Per-port overcurrent protection
      bPwrOn2PwrGood       10 * 2 milli seconds
      bHubContrCurrent      0 milli Ampere
      DeviceRemovable    0x00 0x00
      PortPwrCtrlMask    0xff 0xff
     Hub Port Status:
       Port 1: 0000.0100 power
       Port 2: 0000.0100 power
       Port 3: 0000.0100 power
       Port 4: 0000.0503 highspeed power enable connect
       Port 5: 0000.0100 power
       Port 6: 0000.0100 power
       Port 7: 0000.0503 highspeed power enable connect
       Port 8: 0000.0503 highspeed power enable connect
    Device Status:     0x0003
      Self Powered
      Remote Wakeup Enabled

  4. #4
    Registrierter Benutzer
    Registriert seit
    Aug 2007
    Ort
    Sauerland
    Beiträge
    1.685
    Gibt es denn eine Ausgabe, wenn Du folgenden Befehl als root ausführst:
    Code:
    modprobe -c | grep -i "057c.*8401"
    Code:
    lsmod | grep 9170
    Ausgabe bitte incl. des Befehls.

    Den Rechner neugestartet bzw. das Modul einmal entfernt und wieder eingefügt?
    Geändert von Sauerland1 (02.06.12 um 09:11 Uhr)

Ähnliche Themen

  1. Postfix SASL Konfig
    Von Freehawk im Forum Linux als Server
    Antworten: 6
    Letzter Beitrag: 29.03.08, 12:55
  2. WLAN Sicherheit!!!!?
    Von basbas im Forum Sicherheit
    Antworten: 9
    Letzter Beitrag: 09.12.04, 19:03
  3. mit mISDN + Capi + 2.6.5 ins Internet
    Von Diablo im Forum Anbindung an die Aussenwelt
    Antworten: 20
    Letzter Beitrag: 18.10.04, 19:05
  4. vfat & iso9660 im Kernel, geht aber nicht
    Von DarkSorcerer im Forum Kompilieren von Kernel und Sourcen
    Antworten: 10
    Letzter Beitrag: 22.03.03, 01:24
  5. Problem mit Netzwerkkarte
    Von DarkSorcerer im Forum Anbindung an die Aussenwelt
    Antworten: 1
    Letzter Beitrag: 21.03.03, 19:33

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •