Subject: Re: Preliminary AC'97 modem support in auich(4)
To: Nicolas Joly <njoly@pasteur.fr>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: current-users
Date: 04/08/2005 09:50:40
On Fri, 2005-04-08 at 14:25 +0200, Nicolas Joly wrote:
> With your patched `slmodemd', i'm able to talk to the modem ...
>
> root@calamity [~]# /usr/sbin/slmodemd /dev/sound1
> SmartLink Soft Modem: version 2.9.9 Apr 8 2005 12:53:44
> symbolic link `/dev/ttySL1' -> `/dev/ttyp4' created.
> modem `sound1' created. TTY is `/dev/ttyp4'
> Use `/dev/ttySL1' as modem device, Ctrl+C for termination.
[...]
> ati3
> /dev/sound1
> modemap driver
> OK
Oh! You're using the modemap driver! Try passing -b to slmodemd, to use
the new NetBSD audio drivers:
jmcneill@bucky:/export/home/jmcneill > sudo /usr/sbin/slmodemd -b
SmartLink Soft Modem: version 2.9.9 Apr 5 2005 10:30:12
symbolic link `/dev/ttySL0' -> `/dev/ttyp5' created.
modem `sound1' created. TTY is `/dev/ttyp5'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
jmcneill@bucky:/export/home/jmcneill > sudo cu -l ttySL0
Connected.
ATZ
OK
ATI3
/dev/sound1
netbsd modem driver
OK
I should probably make -b the default on NetBSD...
Also, I've commited your ICH3 patch to HEAD. Thanks!
Cheers,
Jared