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

kein Wlan (Intel PRO/Wireless 3945ABG )

conny75

Newbie
[Edit Mod:]
Abgetrennt von diesem Thread:
http://www.linux-club.de/viewtopic.php?f=19&t=95311
Oftmals sind die Probleme nämlich nicht die gleichen.



Hallo,
ich hab das selbe Problem wie der Andre.

Nur bei mir klappt das Script nicht.

linux:/home/wheely/download # chmod 700 collectNWData.sh
linux:/home/wheely/download # ./collectNWData.sh
collectNWData.sh V0.6c

--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (1) Kabelgebundene Verbindung
--- (2) Kabellose Verbindung (WLAN)
--- Bitte mit 1-2 anworten:2

--- Welche Netzwerktopologie liegt vor?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Bitte mit 1-4 anworten:2
--- Die eben gesammelten Daten werden nach häufigen Fehlern analysiert...
linux:/home/wheely/download #

Mehr bekomme ich nicht angezeit.

linux:/home/wheely # iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wmaster0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

pan0 Interface doesn't support scanning.

linux:/home/wheely #

Grüsse Conny
 
OP
C

conny75

Newbie
Also ifup wlan0 :

linux:/home/wheely/download # ifup wlan0
Network interface is managed from NetworkManager
NetworkManager will be advised to set up wlan0
but it cannot be assured from here.
linux:/home/wheely/download # iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wmaster0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

pan0 Interface doesn't support scanning.

Das Script klappt immer noch nicht.

wheely@linux:~/download> ./collectNWData.sh
--- Das Script muss als root ausgeführt werden. Bitte jetzt das root Kennwort eingeben. Bedenken das Script auszuführen? Bitte http://www.linux-tips-and-tricks.de/CND_rootAccess lesen.
Passwort:
collectNWData.sh V0.6c

--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (1) Kabelgebundene Verbindung
--- (2) Kabellose Verbindung (WLAN)
--- Bitte mit 1-2 anworten:2

--- Welche Netzwerktopologie liegt vor?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Bitte mit 1-4 anworten:2
--- Die eben gesammelten Daten werden nach häufigen Fehlern analysiert...
wheely@linux:~/download>
 
OP
C

conny75

Newbie
Hier sind noch ein paar Infos!



  • linux:/home/wheely # iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    wmaster0 no wireless extensions.

    wlan0 IEEE 802.11g ESSID:""
    Mode:Managed Channel:0 Access Point: Not-Associated
    Tx-Power=0 dBm
    Retry min limit:7 RTS thr:eek:ff Fragment thr=2352 B
    Encryption key:eek:ff
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0

    pan0 no wireless extensions.

    ---------------------------------------------------------------------

    linux:/home/wheely # ifconfig -a
    eth0 Link encap:Ethernet Hardware Adresse 00:16:36:5B:1B:31
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 Sendewarteschlangenlänge:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:18

    lo Link encap:Lokale Schleife
    inet Adresse:127.0.0.1 Maske:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:62 errors:0 dropped:0 overruns:0 frame:0
    TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 Sendewarteschlangenlänge:0
    RX bytes:4012 (3.9 Kb) TX bytes:4012 (3.9 Kb)

    pan0 Link encap:Ethernet Hardware Adresse 9A:DA:A9:DA:B5:C1
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 Sendewarteschlangenlänge:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    wlan0 Link encap:Ethernet Hardware Adresse 00:13:02:38:96:C3
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 Sendewarteschlangenlänge:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    wmaster0 Link encap:UNSPEC Hardware Adresse 00-13-02-38-96-C3-00-00-00-00-00-00-00-00-00-00
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 Sendewarteschlangenlänge:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)


    --------------------------------------------------------------------------------------

    linux:/home/wheely # lspci -nn

    02:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG Network Connection [8086:4222] (rev 02)

    --------------------------------------------------------------------------------------------

    linux:/home/wheely # hwinfo --wlan
    06: PCI 200.0: 0282 WLAN controller
    [Created at pci.310]
    UDI: /org/freedesktop/Hal/devices/pci_8086_4222
    Unique ID: y9sn.xDGkhUDfcCA
    Parent ID: z8Q3.ZbAWgKMCoE3
    SysFS ID: /devices/pci0000:00/0000:00:1c.0/0000:02:00.0
    SysFS BusID: 0000:02:00.0
    Hardware Class: network
    Model: "Intel PRO/Wireless 3945ABG Network Connection"
    Vendor: pci 0x8086 "Intel Corporation"
    Device: pci 0x4222 "PRO/Wireless 3945ABG Network Connection"
    SubVendor: pci 0x8086 "Intel Corporation"
    SubDevice: pci 0x1001
    Revision: 0x02
    Driver: "iwl3945"
    Driver Modules: "iwl3945"
    Device File: wlan0
    Features: WLAN
    Memory Range: 0xd8000000-0xd8000fff (rw,non-prefetchable)
    IRQ: 16 (no events)
    HW Address: 00:13:02:38:96:c3
    WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 34 36 38 40 42 44 46 48 52 56 60 64 100 104 108 112 116 120 124
    WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 5.17 5.18 5.19 5.2 5.21 5.22 5.23 5.24 5.26 5.28 5.3 5.32 5.5 5.52 5.54 5.56 5.58 5.6 5.62
    WLAN encryption modes: WEP40 WEP104 TKIP CCMP
    WLAN authentication modes: open sharedkey wpa-psk wpa-eap
    Module Alias: "pci:v00008086d00004222sv00008086sd00001001bc02sc80i00"
    Driver Info #0:
    Driver Status: iwl3945 is active
    Driver Activation Cmd: "modprobe iwl3945"
    Config Status: cfg=no, avail=yes, need=no, active=unknown
    Attached to: #19 (PCI bridge)

    -------------------------------------------------------------------------------------

    linux:/home/wheely # dmesg

    iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.23ks
    iwl3945: Copyright(c) 2003-2007 Intel Corporation
    iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection
    iwl3945: Tunable channels: 13 802.11bg, 23 802.11a channels

 

framp

Moderator
Teammitglied
Aus irgendeinem Grunde wird das Script vorzeitig abgebrochen. Es steht eine Version 0.6.d im Netz die die Ausgabedatei nicht löscht. Bitte mal ausprobieren.
 
OP
C

conny75

Newbie
Hi,
irgendwie klappt es immer noch nicht. :(

wheely@linux:~/download> chmod 700 collectNWData.sh
wheely@linux:~/download> ./collectNWData.sh
--- Das Script muss als root ausgeführt werden. Bitte jetzt das root Kennwort eingeben. Bedenken das Script auszuführen? Bitte http://www.linux-tips-and-tricks.de/CND_rootAccess lesen.
Passwort:
collectNWData.sh V0.6d

--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (1) Kabelgebundene Verbindung
--- (2) Kabellose Verbindung (WLAN)
--- Bitte mit 1-2 anworten:2

--- Welche Netzwerktopologie liegt vor?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Bitte mit 1-4 anworten:2
--- Die eben gesammelten Daten werden nach häufigen Fehlern analysiert...
./collectNWData.sh: line 136: $ELIZA_RESULT: ambiguous redirect
 
Oben