/* simple little program so that it will get rid of that stupid modem busy problem on my computer. maybe it will work on yours ? give it a shoot if you keep getting the modem busy error */ #include #include void main() { printf("calling system();"); system("setserial /dev/ttyS2 port 0xec78 spd_vhi skip_test auto_irq autoconfig"); printf("try to start your modem in kppp now"); }