Mike Adolf wrote: > > I setserial on both S0 and S1 and now harddrake sees the modem. Is there > anything else that needs to be configured to use efax. I ran efax and it was > looking for /dev/modem. There is no modem in dev. Do I need to make another > device and link it to ttyS1? > > Thank for your help. > Mike > > Normally, udev creates this symlink. I think harddrake is supposed to create it. You have to enable the "Autodetect Modems" option. For testing, you can run "ln -s /dev/ttyS0 /dev/modem".
If you want to manually configure the link, create an executable (755) file in /etc/udev/conf.d called modem.conf (owned by root.) The file should contain: ln -sf ttyS1 /dev/modem Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup! ____________________________________________________ Want to buy your Pack or Services from Mandriva? Go to http://store.mandriva.com Join the Club : http://www.mandrivaclub.com ____________________________________________________
