Re: Erfahrungen mit openSuSE 11.1 auf Netbook Akoya mini 1210
Hallo Andreas, in einer der C'T-s aus dem vergangenen Jahr gab es einen Artikel über Netbooks und die Treiber für diese Ralink-Karte sowie deren Konfiguration - da müßtest Du mal danach suchen. Ansonsten auch google : ralink + 2860 + opensuse oder so ... Hoffe das hilft, Dieter -- ----------------------------------------------------------- | \ /\_/\ | | ~x~ |/-----\ / \ /- \_/ ^^__ _ / _ ____ / <°°__ \- \_/ | |/ | | || || _| _| _| _| if you really want to see the pictures above - use some font with constant spacing like courier! :-) ----------------------------------------------------------- -- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org
Hallo Dieter, *, Am Samstag 03 Januar 2009 11:04:53 schrieb Dieter Jurzitza:
Hallo Andreas, in einer der C'T-s aus dem vergangenen Jahr gab es einen Artikel über Netbooks und die Treiber für diese Ralink-Karte sowie deren Konfiguration - da müßtest Du mal danach suchen. Ansonsten auch google : ralink + 2860 + opensuse oder so ... Hoffe das hilft,
mit den obigen Stichworten habe ich zwar etwas gefunden, allerdings hat es weiterhin keinen Erfolg gebracht. Ich habe auch noch einmal das Modul aus dem aktuellen Source-Paket von Ralink gebaut und in das System geladen. Allerdings zeigt danach die Schnittstelle ra0 weiterhin keine Verschlüsselung. Scannen kann ich damit, aber nicht zu einem verschlüsselten Netz verbinden. Ich habe dann auch versucht, die WebGUI von Ralink zu kompilieren und zu installieren. Dort bekomme ich allerdings den Fehler: (...) driver_ralink.c: In function ‘wpa_driver_ralink_event_pmkid’: driver_ralink.c:280: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘size_t’ cc -MMD -O2 -Wall -g -I. -I../utils -I../hostapd -DCONFIG_BACKEND_FILE - DCONFIG_DRIVER_RALINK -DCONFIG_DRIVER_WIRED -DEAP_TLS -DEAP_PEAP -DEAP_TTLS - DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_TLV - DIEEE8021X_EAPOL -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DPKCS12_FUNCS - DCONFIG_SMARTCARD -DINTERNAL_SHA256 -DCONFIG_CTRL_IFACE - DCONFIG_CTRL_IFACE_UNIX -DCONFIG_PEERKEY -c -o driver_wired.o driver_wired.c cc -o wpa_supplicant config.o common.o md5.o md4.o rc4.o sha1.o des.o os_unix.o eloop.o config_file.o base64.o l2_packet_linux.o eap_tls.o eap_peap.o eap_ttls.o eap_md5.o eap_mschapv2.o eap_gtc.o eap_otp.o eap_leap.o eap_tlv.o eapol_sm.o eap.o eap_methods.o eap_tls_common.o tls_openssl.o ms_funcs.o crypto.o ctrl_iface.o ctrl_iface_unix.o wpa.o preauth.o pmksa_cache.o aes_wrap.o wpa_supplicant.o events.o main.o drivers.o driver_ralink.o driver_wired.o -lssl -lcrypto -ldl cc -MMD -O2 -Wall -g -I. -I../utils -I../hostapd -DCONFIG_BACKEND_FILE - DCONFIG_DRIVER_RALINK -DCONFIG_DRIVER_WIRED -DEAP_TLS -DEAP_PEAP -DEAP_TTLS - DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_TLV - DIEEE8021X_EAPOL -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DPKCS12_FUNCS - DCONFIG_SMARTCARD -DINTERNAL_SHA256 -DCONFIG_CTRL_IFACE - DCONFIG_CTRL_IFACE_UNIX -DCONFIG_PEERKEY -c -o wpa_passphrase.o wpa_passphrase.c cc -o wpa_passphrase wpa_passphrase.o sha1.o md5.o md4.o common.o des.o os_unix.o crypto.o -lcrypto cc -MMD -O2 -Wall -g -I. -I../utils -I../hostapd -DCONFIG_BACKEND_FILE - DCONFIG_DRIVER_RALINK -DCONFIG_DRIVER_WIRED -DEAP_TLS -DEAP_PEAP -DEAP_TTLS - DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_TLV - DIEEE8021X_EAPOL -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DPKCS12_FUNCS - DCONFIG_SMARTCARD -DINTERNAL_SHA256 -DCONFIG_CTRL_IFACE - DCONFIG_CTRL_IFACE_UNIX -DCONFIG_PEERKEY -c -o wpa_cli.o wpa_cli.c cc -MMD -O2 -Wall -g -I. -I../utils -I../hostapd -DCONFIG_BACKEND_FILE - DCONFIG_DRIVER_RALINK -DCONFIG_DRIVER_WIRED -DEAP_TLS -DEAP_PEAP -DEAP_TTLS - DEAP_MD5 -DEAP_MSCHAPv2 -DEAP_GTC -DEAP_OTP -DEAP_LEAP -DEAP_TLV - DIEEE8021X_EAPOL -DEAP_TLS_FUNCS -DEAP_TLS_OPENSSL -DPKCS12_FUNCS - DCONFIG_SMARTCARD -DINTERNAL_SHA256 -DCONFIG_CTRL_IFACE - DCONFIG_CTRL_IFACE_UNIX -DCONFIG_PEERKEY -c -o wpa_ctrl.o wpa_ctrl.c cc -o wpa_cli wpa_cli.o wpa_ctrl.o os_unix.o install.sh: line 98: ./boa: Datei oder Verzeichnis nicht gefunden You can execute /root/ralink/run.sh to start Browser next time. In install.sh steht in dem Bereich von Zeile 98 folgendes: #make Boa killall boa; cd $INSTALL_DIR/WebUI/boa/src; make clean; make;./boa -p $PORT -u $INSTALL_DIR/WebUI/httpd -c $INSTALL_DIR/etc/boa; (Die Zeile, die mit "cd" beginnt ist Zeile 98.) Wenn ich im Verzeichnis /root/ralink/ (wo hininstalliert wird) und dort im Unterverzeichnis /WebUI_20080922_v0.0.5.2_DPA/boa/src das Kompilieren erneut anstoße mit make clean und make, bekomme ich folgende Meldungen: gcc -g -O2 -pipe -Wall -DPHY_N_SUPPORT -DUSE_DEBUG -DWPS_SUPPORT - DCONFIG_STA_SUPPORT -DQOS_DLS_SUPPORT -DDOT11_N_SUPPORT -I. - I/root/ralink/WebUI_20080922_v0.0.5.2_DPA/boa/src/../../..//RT2860/include -c -o signals.o signals.c gcc -g -O2 -pipe -Wall -DPHY_N_SUPPORT -DUSE_DEBUG -DWPS_SUPPORT - DCONFIG_STA_SUPPORT -DQOS_DLS_SUPPORT -DDOT11_N_SUPPORT -I. - I/root/ralink/WebUI_20080922_v0.0.5.2_DPA/boa/src/../../..//RT2860/include -c -o scripts.o scripts.c scripts.c:79: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pWscDefaultProfile’ scripts.c: In function ‘OidQueryInformation’: scripts.c:113: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ scripts.c: In function ‘OidSetInformation’: scripts.c:128: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ scripts.c: In function ‘ssi_refreshStaWPSStatus’: scripts.c:4228: error: ‘RT_OID_WSC_QUERY_STATUS’ undeclared (first use in this function) scripts.c:4228: error: (Each undeclared identifier is reported only once scripts.c:4228: error: for each function it appears in.) scripts.c: In function ‘ssi_getStaEnrolleePINCode’: scripts.c:8652: error: ‘RT_OID_WSC_PIN_CODE’ undeclared (first use in this function) scripts.c: At top level: scripts.c:8660: error: expected ‘)’ before ‘ptmpWscCredential’ scripts.c: In function ‘ssi_getStaWPSStatus’: scripts.c:9109: error: ‘RT_OID_WSC_QUERY_STATUS’ undeclared (first use in this function) scripts.c: In function ‘ssi_getStaWPSDefaultConfig’: scripts.c:9213: error: ‘PWSC_CREDENTIAL’ undeclared (first use in this function) scripts.c:9213: error: expected ‘;’ before ‘pWscCredential’ scripts.c:9222: error: ‘pWscProfile’ undeclared (first use in this function) scripts.c:9224: error: ‘pWscDefaultProfile’ undeclared (first use in this function) scripts.c:9224: error: ‘WSC_PROFILE’ undeclared (first use in this function) scripts.c:9227: error: ‘RT_OID_WSC_QUERY_DEFAULT_PROFILE’ undeclared (first use in this function) scripts.c:9264: error: ‘pWscCredential’ undeclared (first use in this function) scripts.c: In function ‘ssi_getStaWPSConfig’: scripts.c:9385: error: ‘PWSC_CREDENTIAL’ undeclared (first use in this function) scripts.c:9385: error: expected ‘;’ before ‘pWscCredential’ scripts.c:9392: error: ‘pWscProfile’ undeclared (first use in this function) scripts.c:9392: error: ‘WSC_PROFILE’ undeclared (first use in this function) scripts.c:9397: error: ‘RT_OID_802_11_WSC_QUERY_PROFILE’ undeclared (first use in this function) scripts.c:9436: error: ‘pWscCredential’ undeclared (first use in this function) scripts.c: In function ‘cgi_sta_wps_apply’: scripts.c:17356: error: ‘RT_OID_WSC_DRIVER_AUTO_CONNECT’ undeclared (first use in this function) scripts.c:17363: error: ‘RT_OID_WSC_SET_CONF_MODE’ undeclared (first use in this function) scripts.c:17366: error: ‘RT_OID_WSC_SET_MODE’ undeclared (first use in this function) scripts.c:17371: error: ‘RT_OID_WSC_SET_PIN_CODE’ undeclared (first use in this function) scripts.c:17374: error: ‘RT_OID_WSC_SET_SSID’ undeclared (first use in this function) scripts.c:17384: warning: implicit declaration of function ‘Wps_connection’ scripts.c:17384: error: ‘pWscProfile’ undeclared (first use in this function) scripts.c:17418: error: ‘WSC_CREDENTIAL’ undeclared (first use in this function) scripts.c:17436: error: ‘RT_OID_WSC_SET_PROFILE’ undeclared (first use in this function) scripts.c:17436: error: ‘WSC_PROFILE’ undeclared (first use in this function) scripts.c: In function ‘cgi_sta_wps_edit_profile_apply’: scripts.c:17462: error: ‘WSC_CREDENTIAL’ undeclared (first use in this function) scripts.c:17462: error: expected ‘;’ before ‘WSCCredential’ scripts.c:17464: error: ‘WSCCredential’ undeclared (first use in this function) scripts.c:17695: error: ‘RT_OID_802_11_WSC_QUERY_PROFILE’ undeclared (first use in this function) scripts.c:17695: error: ‘pWscProfile’ undeclared (first use in this function) scripts.c:17695: error: ‘WSC_PROFILE’ undeclared (first use in this function) scripts.c:17700: error: ‘RT_OID_WSC_SET_PROFILE’ undeclared (first use in this function) scripts.c:17704: error: ‘pWscDefaultProfile’ undeclared (first use in this function) make: *** [scripts.o] Fehler 1 auch ein Unterverzeichnis höher bekomme ich beim Kompilieren entsprechende Fehler. Schönen Tag noch Andreas
participants (2)
-
Andreas Mantke
-
Dieter Jurzitza