Results 1 to 4 of 4

Thread: Lucent Win Modem?

  1. #1
    Junior Member
    Join Date
    Nov 2004
    Posts
    1

    Lucent Win Modem?

    I can't get my Lucent Win Modem to run in Knoppix Linux distro. I don't think it has the right drivers. Can I download them with Windows and then copy them to Linux?

  2. #2
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    I have gotten my winmodem to work with drivers from this site:http://www.heby.de/ltmodem but so far on using the 2.4 kernel, not with the 2.6.

    I use ltmodem but it doesn't install straight off the .deb package because there is a problem with the gcc compiler check in Knoppix, specifically that Knoppix kernel was compiled with gcc version 2.xx & that is a mismatch to the ltmodem.

    Here's how I get around it:
    1. Download ltmodem-8.26a.tar.gz from http://www.heby.de/ltmodem
    2. Unpack it to a convenient directory
    3. Following the instructions in the 'readme', CD to that directory, then (as root) run ./build-module and 'ltinst2'
    4. Edit the script ./autoload to remove the gcc version check. This is an 'if' statement which runs from about line 265 to about line 295. Comment out everything between the "if" and the "fi" by placing a # at the beginning of the line.
    5. Then run ./autoload
    6. Provided your winmodem is of a type supported by this driver, you should now have a working modem. Check by using KPPP->configure->query modem.

    Once modem is working, configuring is easy. I use KPPP & just have to enter the appropriate phone number, user name etc.

    And yes, you can use Windows to download the tar file then copy it into Linux.

  3. #3
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    Here is probably a better way to deal with the incompatible gcc problem. Sorry about the Portugese, I just downloaded this & haven't had time to translate it.
    Instalando Lucent winmodem no Knoppix 3.3



    por Antonio Carlos V. da Silva - acvsilva_AT_terra.com.br
    se aplica aos lucent/agere com chip SV92P




    O kernel do knoppix 3.3 é compilado com o gcc-2.95 e os drivers do lucent, com o gcc-3.x. Isto cria uma incompatibilidade que impede o usuário de instalá-los.
    Assim, vamos recompilá-los com o 2.95 para podermos navegar na internet sem problemas... )



    1) Baixe os fontes - ltmodem-826a9.tar.gz - em aqui.




    2) Como root, execute:
    # mv /usr/bin/gcc /usr/bin/gcc_old
    # ln -s /usr/bin/gcc-2.95 /usr/bin/gcc




    3) Descompacte o arquivo do driver num local qualquer (ex.: /tmp):
    # tar -xvzf ltmodem*gz
    # cd ltmodem-826a9/source




    4) Recompile os drivers:
    # gcc ltmodem.c
    # gcc serial-lt.2.X.c (onde X corresponde à série do kernel: se 2.4.alguma_coisa, X=4)
    # cd .. (saindo do diretório source)




    5) Construa o módulo para debian:
    # ./build_deb




    6) Ignore as mensagens que aparecerem. Após o pacote ser feito, clique nele para instalação automática...




    7) Configure seu discador preferido e navegue tranquïlo... )

    English::

    Kernel of knoppix 3,3 is compiled with the GCC-2.95 and drivers of lucent, with the GCC-3.X. This creates an incompatibility that hinders the user to install them.
    Thus, we go to compile them with the 2,95 to be able to sail in the InterNet without problems...; -))



    1) Baixe the sources - ltmodem-826a9.tar.gz - in here.




    2) As root, it executes:
    # mv /usr/bin/gcc /usr/bin/gcc_old
    # ln - s /usr/bin/gcc-2.95 /usr/bin/gcc




    3) Descompacte the archive of driver in a place any (former: /tmp):
    # to tar - xvzf ltmodem*gz
    # compact disc ltmodem-826a9/source




    4) Recompile drivers:
    # GCC ltmodem.c
    serial-lt.2.X.c # GCC (where X corresponds to the series of kernel: if 2.4.alguma_coisa, X=4)
    # compact disc. (leaving the directory source)




    5) Construa the module for debian:
    # /build_deb




    6) Ignore the messages that to appear. After the package to be fact, click in it for automatic installation...




    7) Configure its preferred discador and sails tranquïlo...; -))

  4. #4
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    Here is a better English translation. I havent' tried this but it should be a more 'proper' way than editing the ./autoload file.

    1) Download ltmodem-8.26a9.tar.gz

    2) Knoppix has both gcc 2.95 and gcc 3.3 installed. The file /usr/bin/gcc is a link which points to gcc3.3, so justchange the link so it points to gcc 2.95 (same a s the kernel) instaed of gcc3.3:

    As root, execute:
    mv /usr/bin/gcc /usr/bin/gcc_old
    ln -s /usr/bin/gcc-2.95 /usr/bin/gcc

    3) Extract the tar file to a suitable directory (ex.: /tmp):
    tar -xvzf ltmodem*gz
    cd ltmodem-8.26a9/source

    4) Compile the drivers:
    gcc ltmodem.c
    gcc serial-lt.2.4.c
    cd .. (change to directory 'source')

    5) Build the .deb package:
    ./build_deb

    6) You should be able to ignore any warning messages. dpkg -i the .deb package.

    7) Change your gcc link back to what it was:
    mv /usr/bin/gcc_old /usr/bin/gcc
    just let it overwrite the link to gcc 2.95

Similar Threads

  1. Toshiba internal modem /lucent modem
    By ottosykora in forum Laptops
    Replies: 3
    Last Post: 08-02-2005, 11:58 PM
  2. Help configuring dial up lucent win modem...
    By rrfish72 in forum Networking
    Replies: 3
    Last Post: 01-15-2005, 08:35 AM
  3. How do I make my Lucent modem work?
    By WonderAboutLinux in forum Networking
    Replies: 5
    Last Post: 03-22-2004, 06:42 PM
  4. lucent win modem lt_modem.o lt_serial.o Help !!!!!
    By oomzoo in forum Hardware & Booting
    Replies: 2
    Last Post: 06-22-2003, 07:34 PM
  5. Lucent Win Modem
    By Bluethunder in forum Hardware & Booting
    Replies: 1
    Last Post: 02-25-2003, 12:28 AM

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 1000 + Keyboard + Mouse - NTSC - 512KB - WORKS 100% picture

Commodore Amiga 1000 + Keyboard + Mouse - NTSC - 512KB - WORKS 100%

$649.99



Kung Fu Flash Commodore 64 Cartridge New Fully Assembled USA Seller C64 C128 picture

Kung Fu Flash Commodore 64 Cartridge New Fully Assembled USA Seller C64 C128

$29.99



Professionally restored Commodore 64 computer  | Cleaned, recapped, and tested picture

Professionally restored Commodore 64 computer | Cleaned, recapped, and tested

$289.00



Vintage Commodore 1902A Color Display CRT Computer Monitor picture

Vintage Commodore 1902A Color Display CRT Computer Monitor

$199.99



14 five and a quarter inch floppy disks Commodore format NIB picture

14 five and a quarter inch floppy disks Commodore format NIB

$22.49



WORKING Commodore 64 C64 In Box Matching SN GREAT CONDITION With Manual PSU picture

WORKING Commodore 64 C64 In Box Matching SN GREAT CONDITION With Manual PSU

$245.88



EPYX 4x4 Off Road Racing Commodore 64/128 picture

EPYX 4x4 Off Road Racing Commodore 64/128

$29.00



Commodore MPS-803 Dot Matrix Printer ~ Powers On picture

Commodore MPS-803 Dot Matrix Printer ~ Powers On

$43.59



pi1541 Disk Emulator for Commodore -  picture

pi1541 Disk Emulator for Commodore -

$38.95



TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network picture

TeensyROM Cartridge for Commodore 64/128: MIDI, Fastload, Emulation, and Network

$65.00