Results 1 to 9 of 9

Thread: more problems with a winmodem...please help. [solved]

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Posts
    9

    more problems with a winmodem...please help. [solved]

    alright, you guys obviously have a wealth of information to offer, so here's my deal:

    i know nothing about linux (besides tooling around the past couple days to try and get this to work, with limited success). i installed knoppix on my hard drive and had a tough time getting my ltwinmodem to work, but after browsing relentlessly through posts on here, i got it. until i reboot. how do i make the installation of the drivers permanent? here is what i've been doing to get the modem to work:

    Code:
    cd /tmp
    
    tar -zxvf /mnt/hda6/linux/modem/ltmodem-8.26a9.tar.gz
    
    cd ltmodem-8.26a9
    
    ./build_module
    
    #!/bin/bash
    cd /tmp/ltmodem-8.26a9
    mknod /dev/ttyLT0 c 62 64
    chmod a+rw /dev/ttyLT0
    ln -sf /dev/ttyLT0 /dev/modem
    insmod -f lt_modem.o
    insmod -f lt_serial.o
    my winxp is installed on hda1, knoppix on hda2, swap on hda5, and a large partition with media and whatnot on hda6 (which is where i saved the driver).

    and it works fine, like i said, until i reboot, and then i have to do it all over again. any help is appreciated. thanks!

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    I don't think you need to rebuild the driver each time although you do need to tell Linux to load the drivers on boot. It's easy- just add them to /etc/modules. Might look something like so:

    Code:
    rtc
    ac
    asus_acpi
    battery
    button
    fan
    thermal
    usb-ohci
    usbmouse
    hid
    mousedev
    serial
    forcedeth
    i810_audio
    agpgart
    af_packet
    autofs4
    lt_modem
    lt_serial
    Congrats on getting the modem to work.

  3. #3
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Instead of using the ./build_module you should be able to use make then make install or just the make install itself to actually install the module properly you should read the docs with the driver to be sure.

  4. #4
    Junior Member
    Join Date
    Feb 2004
    Posts
    9

    yay!

    alright, the modem installation is complete and functioning now, even upon reboot. thanks to all. although i seem to be having a frustrating time with programs not launching from kde when i click on them. i get a busy mouse cursor, and then it just goes away. i'm pretty sure my system resources should be able to handle the load of linux, i have a 1.2ghz duron with 512mb of ram. any suggestions would be appreciated. i tried some of the other window managers, but i still had the same problem.

  5. #5
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: yay!

    Quote Originally Posted by cyKeMatica
    alright, the modem installation is complete and functioning now, even upon reboot. thanks to all. although i seem to be having a frustrating time with programs not launching from kde when i click on them. i get a busy mouse cursor, and then it just goes away. i'm pretty sure my system resources should be able to handle the load of linux, i have a 1.2ghz duron with 512mb of ram. any suggestions would be appreciated. i tried some of the other window managers, but i still had the same problem.
    It could be stale links in the menu have you tried opening a console window (clam shell icon on taskbar) and typing in the name of the program you will get to see any errors this way and it will tell if the file is not found and therefore most likely not installed or not in your path. Good to hear you got it going how about posting a short summary of the steps taken to do this so others can see the process if they come up with this page in a search.

  6. #6
    Junior Member
    Join Date
    Feb 2004
    Posts
    9
    well, i know the links aren't stale, because the programs start sometimes. and usually when it won't start (i get the busy mouse icon, and then it goes away, but no program) it will pop up later. which is wierd. it's just taking super long for it. but not all the time. usually the first time i open a program, it's fine. but every time after that, it takes forever, or i just get frustrated because everything siezes on me and reboot. it's so frustrating that i don't even want to deal with trying to figure out how to set up internet connection sharing between my knoppix box (with dial up internet connection) and a winxp professional box. so any help again is extremely appreciated.

    and here's the steps i used to get my lt winmodem up and functioning 100% on a hard drive install:

    1. downloaded the correct driver package from http://www.linmodems.org.

    2. inside knoppix, get to a root shell and type:
    cd /tmp

    tar -zxvf location_of_downloaded_package.tar.gz

    cd folder_that_above_operation_created

    ./build_module (just 'enter' through all the prompts)

    ./ltinst2

    ./autoload

    mknod /dev/ttyLT0 c 62 64

    chmod a+rw /dev/ttyLT0

    ln -sf /dev/ttyLT0 /dev/modem

    insmod -f lt_modem.o

    insmod -f lt_serial.o


    3. this next step will enable the modem drivers to be loaded upon every start up of a hard drive install. minus this 4th step, you have everything you need for booting off the cd.

    4. edit the file /etc/modules to include the following:
    lt_modem
    lt_serial

  7. #7
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by cyKeMatica
    well, i know the links aren't stale, because the programs start sometimes. and usually when it won't start (i get the busy mouse icon, and then it goes away, but no program) it will pop up later. which is wierd. it's just taking super long for it. but not all the time. usually the first time i open a program, it's fine. but every time after that, it takes forever, or i just get frustrated because everything siezes on me and reboot.
    Please do as Stephen suggests and launch these applications from a terminal so that you may get some idea of what's going on. Also, open up another terminal and type top to see what's going on w/ your system. If your system is freezing it is likely due to a cpu overload.

    Nice howto for the modem.

  8. #8
    Junior Member
    Join Date
    Feb 2004
    Posts
    9
    alright, i did top and my resources are completely fine. i ran programs from the terminal also, and i had the same problem, things would just 'stop'. i have no clue what's going on, although this session seems to be doing fine. maybe it's my imagination, i don't know. thanks for you help guys.

  9. #9
    Junior Member registered user
    Join Date
    Jan 2004
    Posts
    13

    the hard way

    What about a clean reinstall? Somtimes, with the search of your right configuration you mess up the things in some cases this is the only way
    for me it worked

Similar Threads

  1. WinModem LT V.90 Data+Fax Modem V5.34 HELP! (solved)
    By Cuddles in forum Hardware & Booting
    Replies: 16
    Last Post: 12-24-2003, 06:19 PM
  2. ANOTHER WinModem Question .. T.T
    By xd2 in forum Networking
    Replies: 1
    Last Post: 11-15-2003, 07:19 PM
  3. Winmodem...please help me
    By emax in forum Hardware & Booting
    Replies: 6
    Last Post: 11-03-2003, 08:36 PM
  4. winmodem
    By emax in forum Laptops
    Replies: 1
    Last Post: 09-12-2003, 09:04 AM
  5. [solved] swedish keyboard problems
    By lost in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 05-11-2003, 07:33 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
  •  


Samsung Galaxy Tab A8 10.5

Samsung Galaxy Tab A8 10.5" SM-X200 128GB Wifi Only Tablet Open Box

$149.99



Case for Samsung Galaxy Tab A9+ 5G/A9 Plus 11

Case for Samsung Galaxy Tab A9+ 5G/A9 Plus 11"/A9 8.7"Shockproof Stand Full Body

$17.99



EXCELLENT SAMSUNG GALAXY TAB 4 10.1in SM-T537V 16GB WIFI VERIZON ANDROID TABLET picture

EXCELLENT SAMSUNG GALAXY TAB 4 10.1in SM-T537V 16GB WIFI VERIZON ANDROID TABLET

$44.99



Samsung PM9B1 512GB PCle 4.0 NVMe SSD, MZVL45120 picture

Samsung PM9B1 512GB PCle 4.0 NVMe SSD, MZVL45120

$29.99



Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New) picture

Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New)

$129.99



Genuine Samsung Book Cover Keyboard for 14.6

Genuine Samsung Book Cover Keyboard for 14.6" Galaxy Tab S8 Ultra | S8 Ultra 5G

$89.99



Samsung USB 3.1 Flash Drive Bar Plus 256gb TITAN Gray picture

Samsung USB 3.1 Flash Drive Bar Plus 256gb TITAN Gray

$24.10



Samsung Galaxy Tab E 8

Samsung Galaxy Tab E 8" 16GB Black SM-T377V (Verizon) Android Tablet IG1000

$30.35



Samsung 22 In LED-backlit LCD monitor, S22E450D picture

Samsung 22 In LED-backlit LCD monitor, S22E450D

$45.00



Samsung Galaxy Tab A9+ 11.0

Samsung Galaxy Tab A9+ 11.0" 64GB Gray Wi-Fi Android Tablet

$160.00