Außerdem gibt dmseg Warnungen bzw. bei Wheezy einen ERROR raus.
Was allerdings keinerlei Auswirkungen auf Funktion hat!
Gibt es dafür Erklärungen?
Facts:
Squeeze
Code: Alles auswählen
root@mick64:/home/michael# dmesg | grep rt2
[ 5.890126] rt2860sta: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.893626] rt2860 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.893760] rt2860 0000:02:00.0: setting latency timer to 64
[ 10.259739] rt2860 0000:02:00.0: firmware: requesting rt3090.bin
[ 10.333331] <==== rt28xx_init, Status=0
root@mick64:/home/michael#
Code: Alles auswählen
root@mick64:/home/michael# lsmod | grep rt2
rt2860sta 454573 1
crc_ccitt 1323 1 rt2860sta
root@mick64:/home/michael#
Code: Alles auswählen
root@wheezy-lap:/home/michael# dmesg | grep rt2
[ 7.699325] rt2800pci 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 7.699340] rt2800pci 0000:02:00.0: setting latency timer to 64
[ 7.897031] Registered led device: rt2800pci-phy0::radio
[ 7.897056] Registered led device: rt2800pci-phy0::assoc
[ 7.897080] Registered led device: rt2800pci-phy0::quality
[ 11.828463] phy0 -> rt2800pci_mcu_status: Error - MCU request failed, no response from hardware
root@wheezy-lap:/home/michael#
Code: Alles auswählen
lsmod
root@wheezy-lap:/home/michael# lsmod | grep rt2
rt2800pci 13507 0
rt2800lib 38904 1 rt2800pci
crc_ccitt 12347 1 rt2800lib
rt2x00pci 12779 1 rt2800pci
rt2x00lib 33548 3 rt2800pci,rt2800lib,rt2x00pci
mac80211 180997 3 rt2800lib,rt2x00pci,rt2x00lib
cfg80211 126017 2 rt2x00lib,mac80211
eeprom_93cx6 12455 1 rt2800pci
root@wheezy-lap:/home/michael#