[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] PPP ability question.



Hi.
I need connect to my board GPRS modem.
As start I try connect my board with my home machine via UARTlite with PPP connection.
For begin I' cut console initialization and debug via UART from "xmbserial.c" (because I have one UARTlite core, default console connection have it).
Next I include to kernel "PPP sypport", "PPP sypport for async serial ports", "PPP Deflate compression",
"PPP BSD-Compress compression" and include pppd.
After boot try setup PPP connection, but have queer acting pppd.
For example type "pppd /dev/ttyS0 &", after I receive assigned PID to pppd process (as example 89) but list of process no have it (think it terminate immediately). After I go to the /proc/89 and see status file:
Name: pppd
State: Z (zombie)
Tgid: 89
Pid: 89
PPid: 47
TracerPid: 0
Uid: 0 0 0 0
Gid: 0 0 0 0
FDSize: 0
Groups: 
SigPnd: 0000000000000000
SigBlk: 0000000000000000
SigIgn: 0000000000000000
SigCgt: 0000000000000000
CapInh: 0000000000000000
CapPrm: 00000000fffffeff
CapEff: 00000000fffffeff
 
Please, any ideas or example.