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

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

Hybrid View

  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 [email protected] archives.
    Please post modem questions to [email protected]
    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 [email protected] 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
  •  


IBM System X3850-X5 Server w/4x Intel  Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD picture

IBM System X3850-X5 Server w/4x Intel Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD

$1599.99



IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5

IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5" Bay Server No RAM

$179.99



IBM ADP Server Type 7870 AC1 NO HDD | 128GB RAM PC3L | 2 x Xeon  E5620 picture

IBM ADP Server Type 7870 AC1 NO HDD | 128GB RAM PC3L | 2 x Xeon E5620

$199.99



DELL POWEREDGE HP IBM SERVER XEON GOLD 5315Y 8 CORE PROCESSOR 3.2 GHZ SRKXR picture

DELL POWEREDGE HP IBM SERVER XEON GOLD 5315Y 8 CORE PROCESSOR 3.2 GHZ SRKXR

$1100.00



IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER picture

IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER

$349.99



IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES picture

IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES

$111.70



IBM POWER9 3.4GHz 8-Core Server CPU Processor Module 02CY577 01DE682 Pull picture

IBM POWER9 3.4GHz 8-Core Server CPU Processor Module 02CY577 01DE682 Pull

$24.99



IBM System x3550 M3 1U Server 2x Xeon E5645, 192GB RAM, 2x 300GB HDD (7944-AC1) picture

IBM System x3550 M3 1U Server 2x Xeon E5645, 192GB RAM, 2x 300GB HDD (7944-AC1)

$150.00



IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671 picture

IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671

$230.00



IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU picture

IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU

$225.00