Arbeiten auf der Konsole nicht oder kaum möglich

Emess

Emess

Turmspringer
das Arbeiten auf der Konsole ist nicht oder kaum möglich da ständig diese Meldung kommt.

Code:
prism54: request_firmware() failed for 'isl3890'
eth0: could not upload firmware ('isl3890')
eth0: islpci_reset: failure

Das ein interner Wlan-Adapter der eh nicht funktioniert.
Wie kann ich diesen Fehler auf einfache Weise beseitigen.
 
Wenn der eh nicht funktioniert, dann deaktiviere doch das Module.
 
Entweder das Modul ganz rausnehmen, dann wirds nimmer geladen und kann sich nicht beklagen oder die firmware für das Modul runterladen damit die wlan-karte funktioniert und sich das Modul net weiter beschwert ;)
 
Mit
Code:
lsmod
den Namen des Moduls rausfinden, in der datei /etc/modprobe.d/backlist die Zeile
Code:
blacklist <modulname>
hinzufügen.

Fertig. :)
 
lsmod
Code:
Module                  Size  Used by
ppdev                   8676  0
lp                     10980  0
button                  7920  0
ac                      5188  0
battery                 9988  0
ipv6                  236996  8
dm_snapshot            16900  0
dm_mirror              20928  0
dm_mod                 52160  2 dm_snapshot,dm_mirror
loop                   16932  0
rt2500                211972  1
joydev                  9568  0
nvidiafb               44540  0
fb_ddc                  2592  1 nvidiafb
i2c_algo_bit            5956  1 nvidiafb
pcmcia                 37100  0
vgastate                8256  1 nvidiafb
snd_intel8x0           32124  3
irda                  172092  0
tifm_7xx1               7392  0
[COLOR=Red]prism54                52712  0[/COLOR]
snd_ac97_codec         92836  1 snd_intel8x0
parport_pc             33828  1
parport                33960  3 ppdev,lp,parport_pc
rtc_cmos                8128  0
rtc_core               17544  1 rtc_cmos
rtc_lib                 3040  1 rtc_core
crc_ccitt               2144  1 irda
tifm_core              10180  1 tifm_7xx1
[COLOR=Red]firmware_class          9504  2 pcmcia,prism54[/COLOR]
nvidia               7246164  26
ac97_bus                2272  1 snd_ac97_codec
snd_pcm                72324  3 snd_intel8x0,snd_ac97_codec
snd_timer              21028  2 snd_pcm
snd                    48324  8 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore               7520  1 snd
snd_page_alloc         10056  2 snd_intel8x0,snd_pcm
yenta_socket           24844  3
rsrc_nonstatic         11968  1 yenta_socket
pcmcia_core            37108  3 pcmcia,yenta_socket,rsrc_nonstatic
i2c_i801                8656  0
i2c_core               23552  5 nvidiafb,fb_ddc,i2c_algo_bit,nvidia,i2c_i801
serio_raw               6692  0
psmouse                36016  0
iTCO_wdt                9924  0
intel_agp              23188  1
shpchp                 31060  0
pci_hotplug            29184  1 shpchp
agpgart                31912  2 nvidia,intel_agp
tsdev                   7968  0
evdev                   9312  5
ext3                  121288  2
jbd                    55336  1 ext3
mbcache                 8260  1 ext3
ide_cd                 36416  1
cdrom                  32832  1 ide_cd
ide_disk               16512  4
generic                 4836  0 [permanent]
usbhid                 25792  0
hid                    25248  1 usbhid
piix                    8868  0 [permanent]
ide_core              113764  4 ide_cd,ide_disk,generic,piix
ata_generic             7556  0
libata                115984  1 ata_generic
scsi_mod              136620  1 libata
ehci_hcd               30796  0
uhci_hcd               22960  0
usbcore               125416  4 usbhid,ehci_hcd,uhci_hcd
thermal                13416  0
processor              31176  1 thermal
fan                     4836  0
michael@localhost:~$
und hier die black.lst auszugsweise

Code:
blacklist wdt285
blacklist wdt977
blacklist wdt
blacklist wdt_pci
[COLOR="Red"]blacklist prism54
blacklist firmware_class      [/COLOR]
hat aber nicht geklappt. Die Meldung kommt immer noch
 
1.) prellt dein"?"
und 2.) hast du das Modul prism54 dann hoffentlich ganz nach sim4000's Vorschlag ge"blacklisted", dann passiert nämlich erstmal nichts. Bzw. deine Fehlermeldungen bleiben aus.
 
1.) prellt dein"?"
und 2.) hast du das Modul prism54 dann hoffentlich ganz nach sim4000's Vorschlag ge"blacklisted", dann passiert nämlich erstmal nichts. Bzw. deine Fehlermeldungen bleiben aus.

Leider nicht! Weiter oben ist doch die blacklist zu sehen. Ich versteh das echt nicht.

Jetzt ist das Problem gelöst ich hab einfach das Modul Prism54 aus "/lib/modules/2.6.22-3-686/kernel/net/wireless"
gelöscht, danach war ruhe.
 
Zuletzt bearbeitet:
"rmmod prism54" hätte das problem für die sitzung gelöst

und

"blacklist prism54" für alle zeit ausser der aktuellen sitzung

aber egal hauptsache du bist glücklich ...
 

Ähnliche Themen

Rollei Mini Wifi Camcorder

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Ubuntu X / dbus problem

Internetradio mit mplayer

PXE und das Live System

Zurück
Oben