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
  •  


Fortinet FortiGate 60F | 10 Gbps Firewall Network Security EXPIRED (FG-60F)- New picture

Fortinet FortiGate 60F | 10 Gbps Firewall Network Security EXPIRED (FG-60F)- New

$251.99



Cisco FPR1010-NGFW-K9 FirePOWER Security Appliance **CISCO EXCESS** picture

Cisco FPR1010-NGFW-K9 FirePOWER Security Appliance **CISCO EXCESS**

$339.00



LOT OF 2:  FORTINET FORTIGATE 100E FG-100E NETWORK SECURITY APPLIANCE FIREWALL picture

LOT OF 2: FORTINET FORTIGATE 100E FG-100E NETWORK SECURITY APPLIANCE FIREWALL

$305.25



Palo Alto PA-220 Next-Gen Firewall 750-000128-00A w/ Power adapter  picture

Palo Alto PA-220 Next-Gen Firewall 750-000128-00A w/ Power adapter

$68.00



Netgate SG-3100 pfSense Security Gateway Firewall Appliance w/Power Adapter 32GB picture

Netgate SG-3100 pfSense Security Gateway Firewall Appliance w/Power Adapter 32GB

$150.00



Protectli The Vault 4-Port Firewall Network Appliance FW108120 51524F17 picture

Protectli The Vault 4-Port Firewall Network Appliance FW108120 51524F17

$149.95



Dell SonicWALL TZ300 Firewall Appliance Transfer Ready - NO AC picture

Dell SonicWALL TZ300 Firewall Appliance Transfer Ready - NO AC

$24.98



Palo Alto PA-220 Next-Gen Firewall picture

Palo Alto PA-220 Next-Gen Firewall

$57.19



Fortinet Fortiwifi 60D FG-60D Security Appliance Firewall / VPN w/ AC Adapter picture

Fortinet Fortiwifi 60D FG-60D Security Appliance Firewall / VPN w/ AC Adapter

$34.97



SonicWALL TZ300 Network Security Appl FirewallRouter5pt 01-SSC-0215TransferReady picture

SonicWALL TZ300 Network Security Appl FirewallRouter5pt 01-SSC-0215TransferReady

$45.00