Networking Forums

Networking Forums > Computer Networking > Linux Networking > Supra 56e(xternal) & Mandrake 10.2

Reply
Thread Tools Display Modes

Supra 56e(xternal) & Mandrake 10.2

 
 
Brian.Jones@050405LinNG_advtux.com
Guest
Posts: n/a

 
      04-05-2005, 04:43 AM
I'm trying to get a my Madrake 10.2 box to use a
Diamond SupraExpress 56e (sup2312) p/n32550021-001.
A serial port modem to boot!

It tries to connect at 9.6k, tries to login & keels over.
Darn thing work fine on a winders box.
Though Mandarke is a bit reluctant to recognize this modem,
it acknowledges what it is via AT commands,


I've always loved Supras since I bought a $300 14.4 external SupraFaxModem v32bis
w/ the cute li'l led matrix; Li'l guy powers my fax server =)

Back to the sup2312; The best site I found to date
www.devidal.tv/~chris/winmodems/extlist.html (& a few mirrored pages)

& the link is dead...
If anyone knows the where-abouts o' that driver....
(& I'm willing to host it on one o' my servers!)

If you want to pick 'em up dirt cheap.... (I'd picked up 2..)
http://www.acortech.com/.sc/ms/dd/11...Modem%2520Bulk

http://www.linux-mandrake.com/en/har...cher&id=974811
http://www.mail-archive.com/debian-u.../msg26160.html
http://www.mail-archive.com/debian-u.../msg26426.html
http://www.linuxant.com/drivers/

Thanks kindly!
Brian
(pull out domain name fluff) Brian.Jones@050405LinNG_advtux.com
 
Reply With Quote
 
 
 
 
Clifford Kite
Guest
Posts: n/a

 
      04-05-2005, 04:29 PM
Brian.Jones@050405LinNG_advtux.com <Brian.Jones@050405linng_advtux.com> wrote:
> I'm trying to get a my Madrake 10.2 box to use a
> Diamond SupraExpress 56e (sup2312) p/n32550021-001.
> A serial port modem to boot!


> It tries to connect at 9.6k, tries to login & keels over.
> Darn thing work fine on a winders box.
> Though Mandarke is a bit reluctant to recognize this modem,
> it acknowledges what it is via AT commands,


http://www.catb.org/~esr/faqs/smart-questions.html

--
Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* Better is the enemy of good enough. */
 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      04-05-2005, 11:40 PM
In article <(E-Mail Removed)>,
Brian.Jones@050405LinNG_advtux.com wrote:

>I'm trying to get a my Madrake 10.2 box to use a
>Diamond SupraExpress 56e (sup2312) p/n32550021-001.
>A serial port modem to boot!


Looks like the SupraExpress 56e Pro V.92, (SmartACF) - that should be OK

>It tries to connect at 9.6k, tries to login & keels over.


Yup - the crap instructions (or "tool") you are using to connect is
wrong. When microsoft invented the telephone 9 years ago, they killed
off the concept of looking for a login prompt. As far as connecting
at 9600 BPS, that's _usually_ a result of trying to use a non-standard
port speed. pppd (the application you are really using under the sheets)
only accepts a limited number of port speeds - assuming your computer
was built within the past ten years, it probably has a 16550A UART,
and that means the correct speed is 115200.

>Though Mandarke is a bit reluctant to recognize this modem,
>it acknowledges what it is via AT commands,


The wonderful windoze wannabe tools - they emulate windoze perfectly in
not providing helpful information to the user, but fail to act like the
windoze DUN thingy. See

http://axion.physics.ubc.ca/ppp-linux.html
http://www.theory.physics.ubc.ca/ppp-linux.html

>The best site I found to date
>www.devidal.tv/~chris/winmodems/extlist.html (& a few mirrored pages)


That looks like Rob Clark's winmodems web page - it's listed in the
Modem-HOWTO. Before spam harvesters got out of hand, the page was very
useful, and had the mail address of the person who got the modem to work
so that you could ask questions. Under a different name, I was listed for
five different modems.

>If anyone knows the where-abouts o' that driver....


If this is the SmartACF chipset, the only driver you need is the bog
standard serial driver that's part of the kernel. Look at the boot
messages in /var/log/messages and you should see something like

Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS
MULTIPORT SHARE_IRQ SERIAL_PCI enabled
Mar 4 10:22:21 ttyS00 at 0x03f8 (irq = 4) is a 16550A

That's all you need. As far as connecting, you'll have to look at the
"tool" you are using, and see where to kick it. Here's a script that you
can use as an example (after making the obvious changes):

[compton ~]$ cat /usr/local/bin/dialin
#!/bin/bash
exec /usr/sbin/pppd connect "/usr/sbin/chat -f /etc/ppp/dialscript" \
defaultroute lock noipdefault modem nodetach /dev/modem 115200 crtscts \
user ibuprofin
[compton ~]$

There must not be anything after the \ in those two lines.

[compton ~]$ cat /etc/ppp/dialscript
ABORT BUSY ABORT 'NO CARRIER' "" AT&F0 OK ATDT2662902 CONNECT \d\c
[compton ~]$

That doesn't use anything in /etc/ppp/options, although you could put
nearly all of them into that file. You also need /etc/ppp/pap-secrets
(or possibly /etc/ppp/chap-secrets - depends on your ISP) to have
something like

ibuprofin * p42Sw0rD~

again, with the obvious substitutions. Make sure /etc/resolv.conf has the
right name servers listed, and away you go.

Old guy

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mandrake 10.1 - MAC Spoofing Mark Linux Networking 3 03-31-2005 11:38 PM
802.11g under Mandrake 10.1... ropeyarn@gmail.com Wireless Internet 3 03-25-2005 12:20 AM
Mandrake 7 Elliot Rosewater Linux Networking 5 11-08-2004 04:22 PM
Mandrake 10 wireless Inferno Wireless Internet 3 10-11-2004 09:40 AM
Mandrake & ADSL Peppino - Bo Linux Networking 2 09-17-2004 10:41 PM



1 2 3 4 5 6 7 8 9 10 11