PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Wlan Karte Orinoco



Maik1975
30.12.03, 21:42
Hi, ich habe folgendes Problem mit meiner PCMCIA Karte (Orinoco Gold Karte)
Wenn ich die Karte als Modul in den Kernel lade bekomme ich folgende Meldung in ( /var/log/messages)

Dec 30 13:03:15 Notebook kernel: device eth0 entered promiscuous mode
Dec 30 13:13:56 Notebook /usr/sbin/gpm[877]: imps2: Auto-detected intellimouse PS/2
Dec 30 13:14:04 Notebook init: Switching to runlevel: 6
Dec 30 13:14:12 Notebook cardmgr[214]: executing: './network check eth0'
Dec 30 13:14:12 Notebook cardmgr[214]: + usage: /sbin/ifuser [-v] interface [target ...]
Dec 30 13:14:12 Notebook cardmgr[214]: executing: './network stop eth0'
Dec 30 13:14:12 Notebook cardmgr[214]: executing: 'modprobe -r orinoco_cs'
Dec 30 13:14:12 Notebook cardmgr[214]: executing: 'modprobe -r orinoco'
Dec 30 13:14:12 Notebook cardmgr[214]: + FATAL: Module orinoco is not in kernel.
Dec 30 13:14:12 Notebook cardmgr[214]: modprobe exited with status 1
Dec 30 13:14:12 Notebook cardmgr[214]: executing: 'modprobe -r hermes'
Dec 30 13:14:12 Notebook cardmgr[214]: + FATAL: Module hermes is not in kernel.
Dec 30 13:14:12 Notebook cardmgr[214]: modprobe exited with status 1
Dec 30 13:14:12 Notebook cardmgr[214]: exiting
Dec 30 13:14:19 Notebook exiting on signal 15

Lade ich sie dann fest im Kernel dann bekomme ich diese Meldung


Dec 30 02:39:04 Notebook cardmgr[214]: executing: './network check eth0'
Dec 30 02:39:04 Notebook cardmgr[214]: + usage: /sbin/ifuser [-v] interface [target ...]
Dec 30 02:39:04 Notebook cardmgr[214]: executing: './network stop eth1'
Dec 30 02:39:04 Notebook cardmgr[214]: executing: 'modprobe -r orinoco'
Dec 30 02:39:04 Notebook cardmgr[214]: + FATAL: Module orinoco not found.
Dec 30 02:39:04 Notebook cardmgr[214]: modprobe exited with status 1
Dec 30 02:39:04 Notebook cardmgr[214]: executing: 'modprobe -r hermes'
Dec 30 02:39:04 Notebook cardmgr[214]: + FATAL: Module hermes not found.
Dec 30 02:39:04 Notebook cardmgr[214]: modprobe exited with status 1
Dec 30 02:39:04 Notebook cardmgr[214]: exiting
Dec 30 02:39:11 Notebook exiting on signal 15


In rc.modules habe ich keinen Eintrag.
Mit dem Kernel 2.4.2.2 habe ich keine probleme, nur mit dem neuen 2.6.0
Habe Slackware 9.1
hat jemand eine Idee ?


ciao

zander
01.01.04, 10:15
modprobe bricht in beiden Fällen mit einem Fehler ab, wenn cardmgr es nicht erwartet; die Linux 2.6 Version von modprobe ist aufsässiger als die alte, wahrscheinlich hilft es, jeweils die Option -q zu ergänzen.

3qualizer
01.01.04, 11:15
Dec 30 13:14:12 Notebook cardmgr[214]: + FATAL: Module hermes is not in kernel.
Hast du denn das Modul Hermes?

zander
01.01.04, 11:29
Zumindest ist es nicht geladen, deshalb weint modprobe so bitterlich; ältere Versionen haben in dieser Situation keinen Fehlercode zurückgegeben, falls ich mich richtig erinnere.

Maik1975
01.01.04, 11:55
laut lsmod ist hermes geladen

Module Size Used by
b44 19360 0
ipt_REJECT 5696 3
ipt_LOG 4928 7
ipt_limit 1760 7
ipt_state 1344 10
iptable_mangle 2048 0
iptable_nat 19044 0
iptable_filter 2080 1
ip_conntrack_ftp 70964 0
ip_conntrack_irc 70100 0
ip_conntrack 27072 4 ipt_state,iptable_nat,ip_conntrack_ftp,ip_conntrac k_irc
ip_tables 14992 7 ipt_REJECT,ipt_LOG,ipt_limit,ipt_state,iptable_man gle,iptable_nat,iptable_filter
orinoco_cs 6440 1
orinoco 40164 1 orinoco_cs
hermes 7776 2 orinoco_cs,orinoco
ide_scsi 12164 0
agpgart 26760 0