ralphy wrote: 
> The code to locate the card at line 194.
> 
> You can just change the *r*adioSHARK to *R*adioSHARK
> 
> > 
Code:
--------------------
  >   > --- /u/tmp/rs-stream.sh 2021-06-06 09:03:37.000000000 -0400
  > +++ /u/tmp/rs-stream2.sh    2021-06-19 08:31:12.000000000 -0400
  > @@ -191,7 +191,7 @@
  > ;;
  > esac
  > 
  > -CARD=$(cat /proc/asound/cards | sed 'N;s/\n/ /' | grep radioSHARK | awk 
'-F[ :]' '{print $2}')
  > +CARD=$(cat /proc/asound/cards | sed 'N;s/\n/ /' | grep RadioSHARK | awk 
'-F[ :]' '{print $2}')
  > 
  > if [ -z $CARD ]; then
  >     print -u2 "radioSHARK not found."
--------------------
> > 

After some hard learning with linux, gambling with this i figure out. 
idk whats an executable. just now copy script with other name and just
replace R in the second one. thanks.


------------------------------------------------------------------------
Toei's Profile: http://forums.slimdevices.com/member.php?userid=71839
View this thread: http://forums.slimdevices.com/showthread.php?t=54926

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to