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
  •  


Custom Server 1U IBM x3550 M5 4 Bay SFF SAS3 2x E5-2683 V3 28 Core 128GB DDR4 picture

Custom Server 1U IBM x3550 M5 4 Bay SFF SAS3 2x E5-2683 V3 28 Core 128GB DDR4

$315.00



IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$399.99



IBM SYSTEM x3200 M2 Server - HDD wiped, No OS picture

IBM SYSTEM x3200 M2 Server - HDD wiped, No OS

$75.00



IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES picture

IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES

$26.97



IBM AC1 7870 BladeCenter Blade Server 2*Xeon X5570 2.93GHz 12GB SEE NOTES picture

IBM AC1 7870 BladeCenter Blade Server 2*Xeon X5570 2.93GHz 12GB SEE NOTES

$11.13



IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server  picture

IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server

$209.98



IBM System X3650 Server M2 2 x Xeon X5570 2.93 Ghz w/128 GB/DVDRW picture

IBM System X3650 Server M2 2 x Xeon X5570 2.93 Ghz w/128 GB/DVDRW

$169.99



IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs picture

IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs

$74.77



IBM SYSTEM x3650 M4 Xeon E5-2609 2.40GHZ 16GB DDR3-1066MHZ 2x 550W PSU TESTED picture

IBM SYSTEM x3650 M4 Xeon E5-2609 2.40GHZ 16GB DDR3-1066MHZ 2x 550W PSU TESTED

$109.95



IBM Power S822 8284-22A 2.5

IBM Power S822 8284-22A 2.5" 12-Bay 64GB 2X 00ND478 2X 00E2865 *READ*

$599.99