Treo USBModem (PPPd) running on Puppy 3.99 beta 4

What works, and doesn't, for you. Be specific, and please include Puppy version.
Post Reply
Message
Author
Wilsonb
Posts: 57
Joined: Wed 04 Jul 2007, 00:10

Treo USBModem (PPPd) running on Puppy 3.99 beta 4

#1 Post by Wilsonb »

Heya,

I got this working under Ubuntu without a problem.
http://www.mobile-stream.com/usbmodem.html

Puppy 3.99 Beta 4;

Im trying to use it native Puppy build.
When I tried in Puppy and run the ;
pppd /dev/ttyACM0 call ppp-script

PPPD gives an error that it doesn't recognize /dev/ttyACM0 as a command.
"unrecognized option '/dev/ttyACM0'
"pppd version 2.4.4"
Is there a newer version of PPPd?

I have cdc-acm.ko loaded.
When I look in Hardinfo it recognizes the Treo Modem under USB device

When I type;
mknod /dev/input/ttyACM0 c 166 0
it says :File exists

Hardware info report file included

Any ideas?
Attachments
Copy of hardinfo_report.zip
rename .zip to .html
(21.12 KiB) Downloaded 269 times

Wilsonb
Posts: 57
Joined: Wed 04 Jul 2007, 00:10

#2 Post by Wilsonb »

ANYONE?

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

#3 Post by rerwin »

What happens if you enter:

Code: Select all

pppd /dev/input/ttyACM0 call ppp-script 
Would you also try:

Code: Select all

ln -s input/ttyACM0 /dev/ttyACM0
pppd /dev/ttyACM0 call ppp-script 
I need to know whether a softlink can be used to make both device locations usable. Thanks.
Richard

Post Reply