• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Probleme mit wlan-Treiber

Nachdem ich den neusten Treiber von wlan installt habe(linux-wlan-ng0.2.1pre22), git mir tail -f das aus:

Oct 10 20:21:39 localhost kernel: usb 1-2: new full speed USB device using addr\
ess 3
Oct 10 20:21:39 localhost kernel: usb 1-2: config 1 has an invalid interface nu\
mber: 1 but max is 0
Oct 10 20:21:39 localhost kernel: usb 1-2: config 1 has no interface number 0
Oct 10 20:21:39 localhost modprobe: WARNING: Error inserting p80211 (/lib/modul\
es/2.6.8.1-3/linux-wlan-ng/p80211.ko): Invalid module format
Oct 10 20:21:39 localhost modprobe: FATAL: Error inserting prism2_usb (/lib/mod\
ules/2.6.8.1-3/linux-wlan-ng/prism2_usb.ko): Invalid module format
Oct 10 20:21:39 localhost kernel: p80211: disagrees about version of symbol str\
uct_module
Oct 10 20:21:39 localhost kernel: prism2_usb: disagrees about version of symbol\
struct_module
Oct 10 20:21:39 localhost usb.agent[5413]: ... can't load module prism2_usb
Oct 10 20:21:39 localhost usb.agent[5413]: missing kernel or user mode driver p\
rism2_usb
..
Was hat ist los. Warum will der Treiber meinen Usb-Adapter nicht erkennen?
Der Adapter hat einen Prism2-Chip.
 
Kann es vielleicht sein, dass ich was am Kernel machen muss?
Diese Zeile
Oct 10 20:21:39 localhost kernel: usb 1-2: config 1 has an invalid interface nu\
mber: 1 but max is 0
zeigt doch, dass was mit dem Kernel nicht stimmt. Ich verstehe das so, dass ich die usb-plätze auf null gesetzt habe. Wenn ja, wo stelle ich das um? Unter
make menuconfig glaube ich nicht da habe ich schon gesucht.
 
Ach, ich habe gerade meine Dig-Cam getestet. Mit der geht alles. Sofort erkennt linux was es ist i´und ich kann sie mounten.
 
Nachdem ich den Kernel auf 2.6.8.1-7 up gemacht habe kommt wenn ich den Adapter einstecke.

Code:
Oct 12 00:19:54 localhost kernel: Writing 3288 bytes to ram @0x7fe000
Oct 12 00:19:56 localhost kernel: hfa384x_dorrid: ctlx failure=REQ_FAILED
Oct 12 00:19:56 localhost kernel: prism2sta_getcardinfo: Failed to retrieve NICIDENTITY
Oct 12 00:19:56 localhost kernel: prism2sta_getcardinfo: Failed, result=-5
Oct 12 00:19:56 localhost kernel: prism2sta_ifstate: prism2sta_getcardinfo() failed,result=-5
Oct 12 00:19:58 localhost kernel: hfa384x_docmd: ctlx failure=REQ_FAILED
Oct 12 00:19:58 localhost wlan.agent[6984]: Failed to enable the device, resultcode= implementation_failure .
Oct 12 00:19:58 localhost wlan.agent[6984]: WLAN Could not bring up wlan0
Oct 12 00:21:22 localhost kernel: usb 1-2: USB disconnect, address 2
Oct 12 00:21:22 localhost net.agent[7215]: remove event not handled
Oct 12 00:23:37 localhost kernel: usb 1-2: new full speed USB device using address 3
Oct 12 00:23:37 localhost kernel: usb 1-2: config 1 has an invalid interface number: 1 but max is 0
Oct 12 00:23:37 localhost kernel: usb 1-2: config 1 has no interface number 0
Oct 12 00:23:37 localhost net.agent[7452]: how do I bring interfaces up on this distro?
Oct 12 00:23:37 localhost net.agent[7452]: add event not handled
Oct 12 00:23:37 localhost wlan.agent[7463]: Unknown prism2 hardware type  (), assuming SSF
Oct 12 00:23:37 localhost wlan.agent[7463]: Firmware failed to load for device wlan0
Oct 12 00:23:37 localhost wlan.agent[7463]: WLAN Could not bring up wlan0
................................................................................................................
............. <- ziehe jetzt den stecker.............................................
Oct 12 00:23:59 localhost kernel: usb 1-2: USB disconnect, address 3
Oct 12 00:23:59 localhost net.agent[7514]: remove event not handled
Was will er bloß?
 
Oben