On Mon, 2002-09-02 at 08:46, Vincent Bernat wrote: > OoO En cette fin de nuit blanche du lundi 02 septembre 2002, vers > 05:15, Rogério Brito <rbrito@users.sourceforge.net> disait: > > Has anybody had any problems similar to this one? > > I have just downloaded it and the checksum matches. I haven't tried to > install it, though. I have it working on my iBook2, though I've not tried dialling anywhere with it yet, but it's responding to AT commands: ATI4 Conexant HCF Cadmus2 56K Faxmodem USB OK One caveat, there's a bug in unstable's gawk 3.1.1 which prevents the install program working. Apply the below diff to scripts/hcfusbconfig to get round this. Also, if you're not running devfs it looks like you need to run 'modprobe hcfusbserial'. -- Edd 404c404 < if ! ${AWK} 'BEGIN {print strtonum("1234") lshift(1,1)};' </dev/null >/dev/null 2>&1; then --- > if ! ${AWK} 'BEGIN {print strtonum(1234) lshift(1,1)};' </dev/null >/dev/null 2>&1; then 1492c1492 < if ${AWK} 'BEGIN {print strtonum("1234")};' </dev/null >/dev/null 2>&1; then --- > if ${AWK} 'BEGIN {print strtonum(1234)};' </dev/null >/dev/null 2>&1; then
Attachment:
signature.asc
Description: This is a digitally signed message part