Wifi mit Socket Rugged CF 10/100 Card

Treiber entfernen: ipkg remove kernel-module-pcnet-cs

Treiber installieren: kernel-module-axnet-cs für Kernel 2.6.24

Wireless Konfig

vi /etc/network/interfaces

iface wlan0 inet dhcp
    wpa-conf /etc/wpa_supplicant.conf
    wpa-driver hostap

vi /etc/wpa_supplicant.conf

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
    ssid="meine-ssid"
    proto=WPA2
    pairwise=TKIP
    psk="mein-passwort"
    priority=1

GPRS Config

ipkg update; ipkg install gpe-bluetooth

vi /etc/bluetooth/rfcomm.conf (nokia telefon hinzufügen)

rfcomm0 {
    # Automatically bind the device at startup
    bind yes;

    # Bluetooth address of the device
    device nokias-bt-adresse;

    # RFCOMM channel for the connection
    channel    1;

    # Description of the connection
    comment "nokia";
}

diverse pppd-konfigurationsdateien und gprs-startscript speichern

nokia mit zaurus paaren:

passkey-agent --default mein-PIN

anschliessend im gui-tool beide geräte paaren und dabei mein-PIN eingeben.

GPRS mit startgprs_nokia.sh starten, Verbindung beenden mit "killall pppd".

USB Serial Adapter

Treiber installieren: kernel-module-mct-u232 für Kernel 2.6.24

echo >/etc/modules/ohci-hcd "ohci-hcd"; update-modules

vi /etc/default/usb-gadget

USB_MODE="host-mode"

Reboot & z.B. minicom installieren und /dev/ttyUSB0 nutzen

Socket Cordless Serial Adapter

vi /etc/bluetooth/rfcomm.conf (serial adapter hinzufügen)

rfcomm1 {
    # Automatically bind the device at startup
    bind no;

    # Bluetooth address of the device
    device serial-adapters-bt-adresse;

    # RFCOMM channel for the connection
    channel    1;

    # Description of the connection
    comment "socket cordless serial adapter";
}

z.B. minicom installieren und /dev/ttyUSB0 nutzen

No comments

Add Comment

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.
To leave a comment you must approve it via e-mail, which will be sent to your address after submission.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Submitted comments will be subject to moderation before being displayed.