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

WLAN-Card PRISM2 + orinoco_cs auf TOSHIBA Satellite PRO 4600

dma67

Hacker
Situation:
Suse 10.0
KDE 3.4.2b
Toshiba Satellite PRO 4600
Modell: PS460E-0C8XD-GR

WLAN:
Code:
# pccardctl ident
Socket 0:
  product info: "TOSHIBA", "Wireless LAN Card", "Version 01.01", ""
  manfid: 0x0156, 0x0002
  function: 6 (network)
Socket 1:
  no product info available
Socket 2:
  no product info available

1. In Yast wird die Karte erkannt als „TOSHIBA Wireless LAN Card“
In der Konfigurationsmaske habe ich den orinoco_cs Treiber ausgewählt (alle andere später auch versucht) Die Treiber sind nativ im Kernel.

Das es mit diesem Treiber funktioniert, habe ich ergoogelt.
Stichwort:
manfid 0x0156, 0x0002


2. In /etc/pcmcia/config habe ich

Code:
device "orinoco_cs"
  class "network"  module "orinoco_cs"

card "TOSHIBA Wireless LAN Card"
  manfid 0x0156, 0x0002
  bind "orinoco_cs"
eingefügt.

In dem Posting steht es etwas über PCMCIA und PCI Interrups – Konflikte – der Vorschlag passt nicht zu SUSE 10.0, da keine solche Dateien vorhanden.

Weitere Infos:

Code:
# lsmod
Module                  Size  Used by
orinoco_cs             13448  1
orinoco                38548  1 orinoco_cs
hermes                  7296  2 orinoco_cs,orinoco
usbhid                 43616  0
pcmcia                 37176  1 orinoco_cs
firmware_class          9856  1 pcmcia
yenta_socket           23820  5
rsrc_nonstatic         12800  1 yenta_socket
pcmcia_core            39952  3 pcmcia,yenta_socket,rsrc_nonstatic
pci_hotplug            26164  0


Code:
# iwconfig eth1
eth1      IEEE 802.11b  ESSID:"SeeroseHotSpot"  Nickname:"toshiba"
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:03:C9:7D:5D:85
          Bit Rate:11 Mb/s   Sensitivity:1/3
          Retry limit:4   RTS thr:off   Fragment thr:off
          Encryption key:3132-3334-3536-3738-3971-7765-72   Security mode:open
          Power Management:off
          Link Quality=45/92  Signal level=-51 dBm  Noise level=-97 dBm
          Rx invalid nwid:0  Rx invalid crypt:270  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Code:
# lspci
00:00.0 Host bridge: Intel Corporation 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 11)
00:01.0 PCI bridge: Intel Corporation 82815 815 Chipset AGP Bridge (rev 11)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801BAM ISA Bridge (LPC) (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801BAM IDE U100 (rev 03)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #1) (rev 03)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB (Hub #2) (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 03)
00:1f.6 Modem: Intel Corporation 82801BA/BAM AC'97 Modem (rev 03)
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/XP (rev 63)
02:08.0 Ethernet controller: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (rev 03)
02:0c.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
02:0d.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 31)
02:0d.1 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 31)

Anschliessend habe ich meine PCMCIA Ralink Karte eingeschoben – nach 2 Minuten Konfiguration lief alles - also AP, IP, WEP etc ist in Ordnung. Alle andere Karten sind NICHT konfiguriert, wenn ich die WLAN-Karte bezwinge....

PRISM2 onboard (TOSHIBA WLAN) will einfach nicht....

WAS MACHE ICH FALSCH???
Wäre dankbar für jeden Hinweis.

Gruß
darius
 
Oben