Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: How to get my Lucent WinModem to work with Knoppix

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    3

    How to get my Lucent WinModem to work with Knoppix

    Im new to Linux & Knoppix, I've went searching around and found that some of the lucent winmodems work with linux, So, I was wondering will I have to do to get it to work. Please help. Thanks so much

  2. #2

  3. #3
    Junior Member
    Join Date
    Jul 2004
    Posts
    3
    I have a LT Win Modem thats compatible with Linux (Knoppix), but I dont know how to get it to work, and I dont understand that site...., Im a noob.

  4. #4
    Senior Member
    Join Date
    Nov 2003
    Posts
    171
    The very essence of a winmodem is that it is NOT compatible with linux and that you have to jump through hoops to make it work. They are difficult to make work, even for those who are mor experienced than you.

  5. #5
    Junior Member registered user
    Join Date
    Aug 2004
    Posts
    18
    Did you get the Lucent LT winmodem to work? I have that on my Compaq M700 laptop with the same dilemma.

  6. #6
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Belgium
    Posts
    252
    To the webmaster => can you put this one as sticky ?

    The winmodem issue under knoppix HDinstall : this seems to work
    http://brlinux.linuxsecurity.com.br/...is/002250.html
    (use http://www.systransoft.com to translate from portuguese )

    The winmodem issue under knoppix while using livecd : still no solution.
    The people from http://www.heby.de/ltmodem did provide a solution for people who can write to system dirs (like the HDinstall) ,but for use with the livecd I still haven't found an installscript on the net.
    What is needed is that someone with more linux knowledge adapts the script provided by the 'heby'-people.

    So please if someone has this knowledge on how to this .. ,I don't have this knowledge

    Many,many thanks in advance to the one who can pull this one off .

    Greetz,
    Koen..

  7. #7
    Junior Member registered user
    Join Date
    Aug 2004
    Posts
    18
    Thanks for the info. I have an hdinstall, so that would probably fix the problem. The link for the ltmodem-826a9.tar.g doesn't work. I did a google search for "ltmodem" under the http://linmodems.technion.ac.il/ with no results.

    If you have the file, would you email it to me at feory < a t> po-box.mcgill.ca ? If you don't have the file I'll have to jump into their forum board.
    Thanks a lot,
    Frank

  8. #8
    Junior Member registered user
    Join Date
    Aug 2004
    Posts
    18
    I suppose my post was premature. I found it at:
    http://www.sfu.ca/~cth/ltmodem/ltmodem-8.26a.tar.gz

    There is also a good page at http://users.ox.ac.uk/~mert1313/ltmodem.html

  9. #9

    Modems under Knoppix

    Using winmodems under Knoppix.
    Just worked this out for the Lucent ltmodem code supporting the DIgital Signal Processing chipset (DSP) using the ltmodem-8.26a.tar.gz supplied at http://ltmodem.heby.de. For 2.6 kernels use the ltmodem-8.31a8 or subsequent updates. More general issues are also addressed below

    Problem 1) on the Knoppix CD there is specified something like (I'm not under Knoppix now, rather a standard Debian)
    $ ls -l /usr/bin/gcc*
    lrwxr-xr-x 1 root root 7 May 30 09:15 /usr/bin/gcc -> gcc-3.3
    -rwxr-xr-x 1 root root 69960 Mar 10 2004 /usr/bin/gcc-2.95
    -rwxr-xr-x 1 root root 85740 Apr 1 19:43 /usr/bin/gcc-3.3
    That is, the default gcc is gcc-3.3. BUT the the 2.4.26? Knoppix kernel was compiled with gcc-2.95, and the modem drives MUST be also.
    Get your Knoppix compiler version from within:
    ~$ cat /proc/version
    Linux version 2.4.27-1-686 (joshk@trollwife) (gcc version 3.3.4 (Debian 1:3.3.4-7)) #1 Sun Aug 15 01:13:41 UTC 2004
    which on my current boot shows: gcc version 3.3.4 was used to compile the boot kernel.
    The modem driver package will generally try to use the default gcc--> gcc-whatever burnt into the CD. If you have done a KNOPPIX hardisk install, you need only change the symbolic link to the correct one and the standard driver compile will probably be OK.

    2. ltmodem fix) The ltmodem compile sanely aborts when a compile is attempted, because of the gcc problem. Being co-maintainer of the ltmodem package, I knew who to do a modification of the Makefile, to specify usage of the required gcc-2.95. Then the driver compile went to completion.

    3) The set up was continuned with
    # su root
    Manual creation of the driver port:
    # mknod /dev/ttyLT0 c 62 64
    and a symbolic link
    # ln -s /dev/ttyLT0 /dev/modem
    the drivers were inserted
    # insmod ./lt_modem.o
    # insmod ./lt_serial.o

    Harder + driver sanity was checked with:
    # wvdialconf /etc/wvdial.conf
    during which the symbolic link /dev/modem --> ./dev/ttyLT0 was followed.
    an alternative link for this test could have been made with
    # ln -s /dev/ttyLT0 /dev/ttyS14
    as S14 iand S15 are reserved for experimental usage.

    If successful, there is generated /etc/wvdial.conf
    which must be completed by editiing in your dialup Name, Password, and Phone# . Here is a smaple wvdial.conf:

    [Dialer Defaults]
    Modem = /dev/modem
    # if the port does not have a name style /dev/ttyS*
    # if will not be tested by wvdialconf, so there is necessary either
    # /dev/modem --> /dev/TrueModemPort
    # or /dev/ttyS14 symbolic link to the /dev/TrueModemPort
    Baud = 115200
    Init1 = ATZ
    # An Init2 like the following is necessary if not in the USA
    # Init2 = AT+GCI=< hexadecimal country code>
    # in which case make the following Init3
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    ISDN = 0
    Modem Type = Analog Modem
    Phone = 3019178111
    Username = marvstod
    # For MSN.NET/COM users, specify your Username as:
    # Username = MSN/Username
    Password = MyPassword
    # if using SmartLink slmodem drivers uncomment the next linet:
    # Carrier Check = no

    A dialout was then successfull with:
    # wvdial

    Most generally for setting up a modem, start with my diagnostic tool:
    http://linmodems.technion.ac.il/#scanmodem
    and more generally browse http://linmodems.technion.ac.il/ which does have a search engine to the discuss@linmodems.org archives.
    Please post modem questions to discuss@linmodems.org
    If you have done a Knoppix hard disk install the guidance from these sources should suffice for all winmodems, except the non-supported 3COM winmodems.

    For CDROM Knoppix boot users, you will want to save newly compiled drivers
    and the wvdial.conf
    to some storage media, where you can access them on the next bootup,
    You will need to:
    a) make the modem ports
    b) insmod PathtoStored/ModemDrivers.o
    c) cp Stored/wvdial.conf /etc/wvdial
    d) wvdial
    and that should get you on line. There will be special cases, as both driver styles and modem port creation methods are diverse. Time permitting I will progressively work through these problems for the several winmodem types and post to this List and Discuss@Linmodems.org Look at http://linmodems.technion.ac.il/, where I'll have a Knoppix section setup

    Therein there should be around Monday, Sept 28 a setup package for the
    ltmodem-2.4.26 case, as only code experiences Users will be able to modify the ltmodem Makefile as I did.

    MarvS
    scanModem maintainer
    ltmodem co-maintainer

  10. #10
    Senior Member
    Join Date
    Nov 2003
    Posts
    171
    Marvin Stodolsky,

    Thank you for contributing your time to help out all the knoppians!

    If you would like some help I have tried and tested the sl-modem drivers since 2.7.10, and have had success with every kernel version since slmodem-2.9.n. I would love to contribute anyway I can.

    kelmo.

Page 1 of 2 12 LastLast

Similar Threads

  1. Lucent Winmodem For A Hdd Install I Did
    By \/\/inblowz in forum Hardware & Booting
    Replies: 4
    Last Post: 12-18-2004, 09:52 PM
  2. lucent winmodem on knoppix 3.3
    By Skytos in forum Hardware & Booting
    Replies: 1
    Last Post: 10-07-2004, 12:00 AM
  3. Replies: 0
    Last Post: 07-01-2004, 01:57 PM
  4. Lucent Winmodem may work with KNOPPIX
    By funkea in forum The Lounge
    Replies: 14
    Last Post: 02-27-2004, 04:15 PM
  5. Lucent WinModem v.90 not working!!!
    By knoppix_br in forum Hardware & Booting
    Replies: 1
    Last Post: 05-24-2003, 11:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Commodore Amiga A2386SX Bridge board  picture

Commodore Amiga A2386SX Bridge board

$900.00



Brand New Amiga 4000T Keyboard picture

Brand New Amiga 4000T Keyboard

$299.99



Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200 picture

Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200

$39.20



Commodore Amiga 3000 030 25Mhz + Keyboard + Mouse - Amiga OS 3.2 - WORKS 100% picture

Commodore Amiga 3000 030 25Mhz + Keyboard + Mouse - Amiga OS 3.2 - WORKS 100%

$1599.99



Commodore Amiga Stereo Sound Sampler Techno Sound Turbo Technosound HW & SW pack picture

Commodore Amiga Stereo Sound Sampler Techno Sound Turbo Technosound HW & SW pack

$50.99



Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek picture

Amiga 500 Gotek Custom Mount USB Floppy Emulator - Complete Kit with Gotek

$65.00



Apollo Vampire 600v2 / 600 V2 FPGA Accelerator Card for Commodore Amiga 600 picture

Apollo Vampire 600v2 / 600 V2 FPGA Accelerator Card for Commodore Amiga 600

$350.00



Amiga Aminet 10 February 96 1996 Commodore picture

Amiga Aminet 10 February 96 1996 Commodore

$13.20



AMIGA 500 COMPUTER COMMODORE Complete in Box Powers/untested Good Condition picture

AMIGA 500 COMPUTER COMMODORE Complete in Box Powers/untested Good Condition

$370.00



Raemixx500 Commodore Amiga500+ V2 Remake PCB Gold Plated picture

Raemixx500 Commodore Amiga500+ V2 Remake PCB Gold Plated

$35.15