geoffphuket Posted April 24, 2007 Share Posted April 24, 2007 I've recently subscribed to Cat Telecom's wireless CDMA internet service here in Phuket. It works reasonably well but the speed varies tremendously thought the day....still it's better than nothing! That's with Windows XP. Now I'd thought I'd give it a try using debian based Knoppix. Problem is that it doesn't recognise my USB telephone/modem, a Huawei ETS2288. The driver that's supplied with the package is only for windows and I can't get any response from the Knoppix forum or help from Huawei in Bangkok Any ideas......Anyone?? Cheers in advance Geoff Link to comment Share on other sites More sharing options...
autonomous_unit Posted April 25, 2007 Share Posted April 25, 2007 It's a long shot, but try "modprobe cdc-acm" and see if it detects the modem? That is the generic USB serial port driver which is used with most GPRS modems... if it detects, then you would try to use PPP over the newly created ACM0 serial device. Link to comment Share on other sites More sharing options...
sajal Posted April 26, 2007 Share Posted April 26, 2007 Check how i connected XDA II to linux In case dmesg | tail -5 shows some good output, i think u can use gnome-ppp to connect. Never used telephone modem with linux or CDMA, but shouldnt be much different compared to GPRS. Link to comment Share on other sites More sharing options...
autonomous_unit Posted April 27, 2007 Share Posted April 27, 2007 I did a spur-of-the-moment CDMA connection using a coworker's phone in the US before, and it was nearly identical to my existing GPRS method. His phone appeared as a USB modem class device, supported by the cdc-acm module, and I just had to get the special dial string from him to put his phone into the CDMA equivalent of GPRS mode, just as I'd had to search the web for the dial string to use with my Motorola GSM phones. The first question is whether the OP's modem implements the standard USB modem device class or not. If so, then he just needs to dig around until he finds the special dial string to put it into the packet connection mode. When all of this happens, the Linux host just speaks PPP with the modem and the modem exchanges packets over the wireless interface. Any old dummy username/password should work with PPP, in case it won't connect without doing any authentication. This is the part that always takes repetition to figure out: the wireless PPP is not a conversation with a remote ISP, as it is with old fashioned analog modems. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now