Index: trunk/tools/eam/rawfix.20230221/src/check_chip_locations.pl
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/check_chip_locations.pl	(revision 42455)
+++ trunk/tools/eam/rawfix.20230221/src/check_chip_locations.pl	(revision 42457)
@@ -220,5 +220,5 @@
 
     # my ($ext_id) = $nebname =~ m|neb://\w*/(\S*)|; ---> what if we do not have the host.volnum portion? (this attempt fails)
-    my ($ext_id) = $nebname =~ m|neb://[0-9a-zA-Z]*\.[0-9]/(\S*)|;
+    my ($ext_id) = $nebname =~ m|neb://[0-9a-zA-Z\.]*/(\S*)|;
     if ($DEBUG > 5) { print "nebname: $ext_id\n"; }
     
Index: trunk/tools/eam/rawfix.20230221/src/get_hosts_fixchip.sh
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/get_hosts_fixchip.sh	(revision 42455)
+++ trunk/tools/eam/rawfix.20230221/src/get_hosts_fixchip.sh	(revision 42457)
@@ -24,5 +24,5 @@
 
 foreach f ($topdir/$dateobs/XY??.hosts.txt)
-  set myhost = `cat $f | grep -v ippb | sort -k 2 | tail -n 1 | prcol 1`
+  set myhost = `cat $f | grep -v ippb | sort -k 2n | tail -n 1 | prcol 1`
   set chipID = `echo $f | awk -F/ '{print $NF}' | awk -F. '{print $1}'`
   if ("$myhost" == "") then
