On 2021/07/09 16:33, Stuart Henderson wrote:
> Notes so far:
> 
> > +xmmc*)
> > +   dev=${U%.*}
> > +   func=${U#*.}
> > +   M xmmc$U c 101 $(($(($dev*16))+$func)) 660
> > +   ;;
> 
> "sh MAKEDEV xmmc" isn't enough, it needs "sh MAKEDEV xmmc.0"
> 
> > +   ret = EIO;
> > +   syslog(LOG_ERR, "FCC unlock not implemented, yet");
> 
> Thus ends my initial experimentation ;)
> 

oh; it's just in xmmctl of course! With the horrible python thing, I have
a working connection.

Reply via email to