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

Konfiguration Logilink WL0027 AP an Ethernet SIS900 pci

all_of_u

Newbie
Möchte meinen LogiLink WL0027 WLAN AP an meiner SiS900 PCI Fast Ethernet Karte zum Laufen
bringen unter SUSE 11.1


linux-kt7b:~ # ifdown eth0
eth0 device: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
/etc/sysconfig/network/scripts/ifdown-autoip: line 167: kill: (2552) - No such process
linux-kt7b:~ # ifup eth0
eth0 device: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
Starting DHCP4 client on eth0. . . . . . . .
eth0 DHCP4 continues in background
Starting autoip on eth0... IP: 169.254.xx.xx
linux-kt7b:~ # ifup eth0
eth0 device: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
DHCP4 client is already running on eth0
Starting autoip on eth0... IP: 169.254.xx.xx
linux-kt7b:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:EB:10:12:0F
inet6 addr: fe80::250:ebff:fe10:120f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:80 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:24192 (23.6 Kb)
Interrupt:4 Base address:0xe000
linux-kt7b:~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
irda0 no wireless extensions.

Test, ob die Karte das Anschließen des AP registriert:

linux-kt7b:~ # tail -f /var/log/messages
May 2 17:53:44 linux-kt7b dhcpcd[5398]: eth0: sending DHCP_DISCOVER with xid 0x2f6fc57c
May 2 17:53:47 linux-kt7b dhcpcd[5398]: eth0: sending DHCP_DISCOVER with xid 0x2f6fc57c
May 2 17:53:49 linux-kt7b dhcpcd[5398]: eth0: timed out
May 2 17:53:49 linux-kt7b dhcpcd[5398]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
May 2 17:53:49 linux-kt7b dhcpcd[5398]: eth0: broadcasting for a lease
May 2 17:53:49 linux-kt7b dhcpcd[5398]: eth0: sending DHCP_DISCOVER with xid 0x67a7c047
May 2 17:53:49 linux-kt7b dhcpcd[5398]: eth0: waiting for 20 seconds
May 2 17:53:52 linux-kt7b dhcpcd[5398]: eth0: sending DHCP_DISCOVER with xid 0x67a7c047
.
.
.
May 2 17:54:08 linux-kt7b kernel: eth0: Transmit timeout, status 00000004 00000040
# nach dem Anschluß des LogiLink WL0027 WLAN AP:
---> May 2 17:54:09 linux-kt7b kernel: eth0: Media Link On 100mbps full-duplex <---
May 2 17:54:09 linux-kt7b dhcpcd[5398]: eth0: timed out
May 2 17:54:09 linux-kt7b dhcpcd[5398]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
May 2 17:54:09 linux-kt7b dhcpcd[5398]: eth0: broadcasting for a lease
May 2 17:54:09 linux-kt7b dhcpcd[5398]: eth0: sending DHCP_DISCOVER with xid 0x5191c33e
May 2 17:54:09 linux-kt7b dhcpcd[5398]: eth0: waiting for 20 seconds
May 2 17:54:12 linux-kt7b dhcpcd[5398]: eth0: sending DHCP_DISCOVER with xid 0x5191c33e
May 2 17:54:15 linux-kt7b dhcpcd[5398]: eth0: sending DHCP_DISCOVER with xid 0x5191c33e
^C
Zumindest scheint sich die Hardware zu erkennen (s. Pfeile).Die LED's vom AP signalisieren sowohl WLAN als auch LAN Verbindung

Meine ifcfg-eth0 sieht wiefolgt aus:

BOOTPROTO='dhcp+autoip'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU='1492'
NAME='SiS900 PCI Fast Ethernet'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='yes'
WIRELESS='yes'
WIRELESS_AP='yes'
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='any'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_PEAP_VERSION=''
WIRELESS_POWER='yes'
WIRELESS_WPA_ANONID=''
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK='0123456789123456'

danach:
linux-kt7b:~ # ifdown eth0
eth0 device: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
/etc/sysconfig/network/scripts/ifdown-autoip: line 167: kill: (2552) - No such process
linux-kt7b:~ # ifup eth0
eth0 device: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
eth0 warning: WPA configured but may be unsupported
eth0 warning: by this device
eth0 starting wpa_supplicant
ioctl[SIOCSIWMODE]: Operation not supported
Could not configure driver to use managed mode
ioctl[SIOCGIWRANGE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Operation not supported
Starting DHCP4 client on eth0. . . . . . . .
eth0 DHCP4 continues in background
Starting autoip on eth0... IP: 169.254.xx.xx

linux-kt7b:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:EB:10:12:0F
inet6 addr: fe80::250:ebff:fe10:120f/64 Scope:Link
UP BROADCAST MULTICAST MTU:1492 Metric:1
RX packets:1 errors:1 dropped:0 overruns:0 frame:1
TX packets:5305 errors:0 dropped:4 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1536 (1.5 Kb) TX bytes:1809558 (1.7 Mb)
Interrupt:4 Base address:0xe000

linux-kt7b:~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
irda0 no wireless extensions.


Hat jemand einen Tipp,wie ich zu einer funktionierenden WLAN-Anbindung komme?
Vielen Dank!
 
Oben