As an alternative to my unreliable WiFi: my <pppd connect>
script under Slackware 32bit needed to be able to do:
modprobe usbserial vendor=0x1d09 product=0x4000
I fetched TC64's pppd.tcz pppd.tcz.md5.txt
-> lsmod | wc -l == 38
-> modprobe usbserial vendor=0x1d09 product=0x4000
== modprobe: module usbserial not found in modules.dep
Right now the AppsBrowser or WiFi seem OOO.
How would I fetch the relevant <module>,
to be able to use my <ppp script> via TC64 ?
== TIA.
PS. for a minimalist system: have we got experience with
netcat ? It can by-pass ppp ?