So habe jetzt folgendes in englisch gefunden:
Subject: ED77 (Orange) under Linux
version: 1.0
1. Installation procedure
Installation requires the user to have administration privileges.
a. unpack the archive in user home directory with the command
tar -zxf ed77-orange.tar.gz
b. copy the content of the ppp/peers directory to the /etc/ppp/peers with the command
cp ppp/peers/* /etc/ppp/peers
c. modify lines of the file /etc/ppp/peers/orange-connect-chat
"READY\r\n\r\nOK"-"AT+CPIN=\"0000\""-OK ""\
entering the correct PIN for your SIM card in place of 0000
d. connect the modem to the USB port and verify whether the the system log contains information about connected modem. To view the log file enter the command
tail /var/log/messages
An example content of the log file may look as follows:
Jan 16 12:16:46 (none) kernel: usb 1-2: new full speed USB device using uhci_hcd and address 11
Jan 16 12:16:47 (none) kernel: ftdi_sio 1-2:1.0: FTDI FT232BM Compatible converter detected
Jan 16 12:16:47 (none) kernel: usb 1-2: FTDI FT232BM Compatible converter now attached to ttyUSB0
At this point it is necessary to write down the name of the serial device representing the modem within the system. The name is shown in the log file following the string: "attached to". Within the rest of this document this name is represented with $NAME.
In the case the device has not been detected, go to point no 3.
e. Check whether the the file system contains a file named /dev/NAME. To do this enter the command:
ls /dev/$NAME (np. gdy $NAME=ttyUSB0, to ls /dev/ttyUSB0)
In the case the fiel is not present, enter the command
mknod /dev/$NAME c 188 n
where
n is a number given following USB in $NAME, for ttyUSB0, n is 0
f. If $NAME is different than ttyUSB0, it is necessary to modify the content of the /etc/ppp/orange file. To do this replace the ttyUSB0 string with the string $NAME.
g. Modify the privileges of the files: orange, orange-connect-chat and
orange-disconnect-chat from the directory /etc/ppp according to the local safety policy, taking into consideration that the PIN for SIM card is openly given in the orange-connect-chat file.
h. If the scripts of the distribution used do not modify the resolv.conf file automatically after the connection has been established, it is necessary to include in the /etc/resolv.conf file addresses of the DNS servers, eg.
nameserver 194.9.223.79
nameserver 217.17.34.10
The values given above should be replaced with the values displayed in the fields "primary DNS address" and "secondary DNS address" after the connection has been established.
2. Connecting with the operator
To establish connection with the operator issue the command
pppd call orange
To close connection with the operator issue the command
kill-ppp.sh
kill-ppp.sh is a script file contained within the ed77-orange.tar.gz archive.
3. Problems with detecting the ED77 modem
a. Make sure the USB support is enabled in the BIOS,
b. Basing on the source files prepare the Linux kernel 2.6 containing the following elements:
+. USB
- USB support
- Support for Host-side USB
- USB device file system
- EHCI HCD (USB 2.0) support
- OHCI HCD support
- UHCI HCD (most Intel and VIA) support
- USB Human Interface Device (full HID) support
+ PPP
- PPP (point-to-point protocol) support
- PPP support for async serial ports
- PPP support for sync TTY ports
- PPP Deflate compression
- PPP BSD-Compress compression
+ FTDI
Könnte mir das vielleicht jemand ins deutsche übersetzten und mir sagen wie ich das unter b kopieren soll?
Ich bin am ende habe alles schon probiert bekomme es aber nicht hin. Hoffe ihr helft einem neuen linux einsteiger wie mir.