On Mon, 2006-01-02 at 05:57, azeem ahmad wrote: > hi list > is there any command to query modem to get its information just like in > windows. in fact i want to know a modem's FCLASS. or tell me if there is any > other way to accomplish this If you run hylafax it should check this itself. You can also run kermit and: set line /dev/modem <-name of device set carrier off connect then type AT commands to chat with the modem. AT+FCLASS=? should return a list of supported modes. control-\ followed by c should get you back to a kermit command prompt. -- Les Mikesell lesmikesell@xxxxxxxxx