|
From: José L. S. B. <jl...@al...> - 2011-10-19 16:02:14
|
Hi,
Looking at code ( linux-solos-driver/v1.03 ), there is function that
seems to process status messages from ADSL to send them to syslog:
....
case PKT_STATUS:
if (process_status(card, port, skb) &&
....
I would like to receive this information from syslog to process some
events regarding ADSL, but I have made several tests (sync, drop, init)
and I have never seen any PKT_STATUS packet.
Do I have to activate this type of status packets via any parameter at
/sys/class/atm/..../params/.. ?
Any other way to receive ADSL status events without constantly reading a
file on /sys ?
Thank you
|