> http://www.linuxant.com/drivers/files/listmodem_app_linux.tar.gz > > to identify my modem, but I got messages like > > % ./listmodem.sh > /tmp/xx > awk: cmd. line:169: else if ( (vendor ~ "8086" && ( > awk: cmd. line:169: ^ unexpected > newline or end of string > awk: cmd. line:177: device_id ~ "266D") ) || # Intel > awk: cmd. line:177: ^ syntax error > awk: cmd. line:178: device_id ~ "266D") ) || # Intel > awk: cmd. line:178: ^ syntax error > awk: cmd. line:184: (vendor ~ "1039" && device_id ~ > "7013")) # Sis > awk: cmd. line:184: > ^ syntax error > > Questions: > > 1. Has anybody got this script working?
You need to install the proper flavor of awk (gawk, IIRC) for the script to work. Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]