Hi, ich muß gestehen ich weiß gar nicht was ein Daemon Prozess ist.
So viel weiß ich einfach noch nicht.
Was sollte ich in meinem Fall konkret eingeben?
mfg nonoo
Auszug:
#
The setup command is:
#
slmodemd -c COUNTRY_NAME --alsa slmodemd_device
#
if successful there will be reported dynamic creation of:
#
/dev/ttySL0 --> /dev/pts/N , with N a number
#
The /dev/ttySL0 is a symbolic link to the real modem port /dev/pts/N ,
#
and it is /dev/ttySL0 which should be named to dialup utilities such
#
as wvdial. The "--alsa" is only needed for usage with ALSA modem drivers.
#
Throughout a dialout session slmodemd MUST be kept running. Open another
#
console/termimal to startup dialout software such as wvdial.
#
#
The slmodemd device nodes
#
---------------------------
#
The slmodemd_device is different for the several modem drivers.
#
For usage with slamr.ko , the slmodemd_device is /dev/slamr0 , within
#
the command sequence:
#
modprobe ungrab-windmodem
#
modprobe slamr
#
slmodemd -c COUNTRY_NAME /dev/slamr0
#
For USB modem usage:
#
modprobe slusb
#
slmodemd -c COUNTRY_NAME /dev/slusb0
#
For a modems using a ALSA driver, details are below.
#
#
The /dev/slamr0 and /dev/slusb0 will be made the slmodem installation
#
processes. However, they usually will NOT survice reboot, because
#
most current Linux have ports created in volatile RAM space. However
#
the these devices can be manually created under root/adm persmission with:
#
mknod -m 600 /dev/slamr0 c 242 0
#
mknod -m 600 /dev/slusb0 c 243 0
#
if automation scripts are not yet in place
mknod -m 600 /dev/slusb0 c 243 0
kann ich damit dem Symlink herstellen?
Edit, Ausführungen:
Code: Alles auswählen
mknod -m 600 /dev/slusb0 c 243 0
slmodemd -c Germany /dev/slusb0
SmartLink Soft Modem: version 2.9.11 Jan 11 2008 09:47:21
bad country name `Germany', using default by code!
symbolic link `/dev/ttySL0' -> `/dev/pts/2' created.
modem `slusb0' created. TTY is `/dev/pts/2'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
x1x:~# slmodemd -c GERMANY /dev/slusb0
SmartLink Soft Modem: version 2.9.11 Jan 11 2008 09:47:21
symbolic link `/dev/ttySL0' -> `/dev/pts/2' created.
modem `slusb0' created. TTY is `/dev/pts/2'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
Wie aber nun weiter?
Ist mein richtiges Device bei efax-gtk "ttySL0" ?
Edit2:
Bei efax habe ich nun ttySL0 eingragen, das Ergebnis sieht schon besser aus.
Code: Alles auswählen
efax-0.9a: 15:29:48 geöffnet /dev/ttyS0
efax-0.9a: 15:29:54 sync: dropping DTR
efax-0.9a: 15:29:59 sync: sende Escapes
efax-0.9a: 15:30:05Fehler: sync: Modem antwortet nicht
efax-0.9a: 15:30:05 Fehlgeschlagene Seiten /home/scenic/testseite.ps.001
efax-0.9a: 15:30:05 beendet - keine Antwort vom Modem
efax-0.9a: 15:30:37 geöffnet /dev/ttyS0
efax-0.9a: 15:30:43 sync: dropping DTR
efax-0.9a: 15:30:48 sync: sende Escapes
efax-0.9a: 15:30:54Fehler: sync: Modem antwortet nicht
efax-0.9a: 15:30:54 Fehlgeschlagene Seiten /home/scenic/testseite.ps.001
efax-0.9a: 15:30:54 beendet - keine Antwort vom Modem
efax-0.9a: 15:35:44 geöffnet /dev/ttyS0
efax-0.9a: 15:35:51 sync: dropping DTR
efax-0.9a: 15:35:55 sync: sende Escapes
efax-0.9a: 15:36:01Fehler: sync: Modem antwortet nicht
efax-0.9a: 15:36:01 beendet - keine Antwort vom Modem
Die Netz-Verbindungsleuchte von dem Modem hat nicht einmal geleuchtet.
Liegt es nun am Modem?
Oder liegt es an efax?
Welche Prüfungen kann ich vornehmen?
Edit3:
Nun habe ich wvdial installiert, wvdial soll Modems scannen können.
Code: Alles auswählen
wvdialconf /etc/wvdial.conf
Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan<*1>: S1 S2 S3
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
Please read the FAQ at http://open.nit.ca/wiki/?WvDial
If you still have problems, send mail to <wvdial-list@lists.nit.ca>.
Folgendes jetzt:
#
The setup command is:
#
slmodemd -c COUNTRY_NAME --alsa slmodemd_device
#
if successful there will be reported dynamic creation of:
#
/dev/ttySL0 --> /dev/pts/N , with N a number
#
The /dev/ttySL0 is a symbolic link to the real modem port /dev/pts/N ,
#
and it is /dev/ttySL0 which should be named to dialup utilities such
#
as wvdial.
Wie setze ich den richtigen "symbolic link"?
Mein Versuch:
Code: Alles auswählen
ln -s ttyS0 ttySL0
x1x:~# wvdialconf /etc/wvdial.conf
Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan<*1>: S1 S2 S3
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
Please read the FAQ at http://open.nit.ca/wiki/?WvDial
If you still have problems, send mail to <wvdial-list@lists.nit.ca>.
Was mache ich falsch?
Welchen Port muß ich umleiten?