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

Thread: HSP 56 Micromodem works using Knoppix cd!

  1. #1
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Muscat.Oman
    Posts
    262

    HSP 56 Micromodem works using Knoppix cd!

    With the help of Stephen and borrowing from the procedure provided by Andreas(funkea) on the lounge forum about Lucent modems, Iwas able to connect to the net using my winmodem-hsp 56 micromodem. My motherboard is pcchips m748lmrt.

    Since I use the knoppix cd i am not able to compile the modem and serial drivers(Read-only file error) hence I had to ask for help in this forum.

    This is what I did:
    1. downloaded themodem driver and serial driver from Stephen.
    2.copy the files to my c:\ pctel directory.
    3.start knoppix from cd
    4. cd /mnt/hda1/pctel(this can be changed to floppy or another directory)
    5. run this script(save it to the pctel directory) used by Andreas.

    #! /bin/bash
    mknod /dev/ttyS15 c 62 79
    chmod a+rw /dev/ttyS15
    ln -sf /dev/ttyS15 /dev/modem
    insmod -f pctel.o
    insmod -f ptserial.o

    just ignore the licensing warning.

    6. open kppp and try the modem
    7.if the modem connects then setup an account.
    8.browse the web!!

  2. #2
    Junior Member
    Join Date
    Apr 2003
    Posts
    5
    Good! Actually you made a good job too, and we both should thank to the developers of the mixed closed-source/open-source modem drivers!

    FOR LUCENT WINMODEM (ltmodem) USERS: See the following thread in the Lounge section: http://www.knoppix.net/forum/viewtopic.php?t=2050

    Andreas

  3. #3
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Muscat.Oman
    Posts
    262
    I was able to 'make' my own copy of pctel.o and ptserial.o using knoppix 'poor man's install' by changing the property of my hard drive partition to write. That was as far as I can go because install is not allowed.

  4. #4
    Junior Member registered user
    Join Date
    May 2003
    Posts
    10
    Ok, I know this might sound stupid but I've only started using Linux today. I have the same modem that you've all listed above but, how do you run scripts? I've tried some stuff but no luck. And are you suppose to type "knoppix cd /mnt/hda1/pctel" just like that for step 4? Please let me know. Thanks.

  5. #5
    Junior Member
    Join Date
    Apr 2003
    Posts
    5
    Quote Originally Posted by PhantomOSX
    Ok, I know this might sound stupid but I've only started using Linux today. I have the same modem that you've all listed above but, how do you run scripts? I've tried some stuff but no luck. And are you suppose to type "knoppix cd /mnt/hda1/pctel" just like that for step 4? Please let me know. Thanks.
    No, you first start Knoppix as usual (just type knoppix).

    Don't forget to mount your Windows drive in read-write mode (right-click the /dev/hda1 link on Knoppix KDE Desktop, and choose "mount in read-write mode", or something like that).

    A script is a text file which includes a series of commands, which will be interpreted by the "shell" (the most used "shell" is bash, or simply sh), provided that the eXecutable flag of the file is activated.

    To create the script:

    1. Open a text editor like kedit or kwrite (there are many others...)
    2. Copy all the lines of the script (starting from the #!/bin/bash line) and paste them into the empty new text file
    3. Save the text file to the pctel directory (use any name, with or without extension, but if you prefer you may save it with a *.sh extension, like /dev/hda1/pctel/modem.sh).
    4. Close the text editor
    5. Open a terminal (like konsole, or rxvt).
    6. cd /mnt/hda1/pctel
    7. Activate the executable flag of the file:
    chmod +x modem.sh

    Now, just run the newly created script:
    ./modem.sh

    (the small dot before the slash means "current directory"; if you save modem.sh somewhere else, type the full path to it, for example, if you saved it to /tmp, type /tmp/modem.sh). Linux, as Windows, has also a "PATH" variable, which enables you to start programs simply by typing them if they are located in one of the directories mentioned in your PATH (see your "PATH" variable by typing "echo $PATH"). Knoppix CD is a read-only filesystem, so you'll not be able to save new programs to the usual PATH directories, hence making the windows partition a good place to save your script (you may use it everytime you boot from KNOPPIX...).

    You may learn a lot about these Linux commands by typing, in the console, the "man" command followed by the command you wish to learn. To stop reading the "man" page, press "q" (quit):

    man chmod
    man bash
    man insmod
    man mknod
    man ln
    man ls
    ...

  6. #6
    Senior Member registered user
    Join Date
    Apr 2003
    Location
    Muscat.Oman
    Posts
    262
    I would like to add:

    For convenience,put the files pctel.o,ptserial.o and "yourscript.sh" on one directory. Whenever you start knoppix open a root shell and cd to that directory and ./yourscript.sh. Your modem is installed!

  7. #7
    Junior Member registered user
    Join Date
    May 2003
    Posts
    10
    Ok, thanks everyone. I'll try it sometime and hope it works. Thanks again. If I have anymore probs I'll be sure to post.

  8. #8
    Junior Member
    Join Date
    Apr 2003
    Posts
    5
    You may also do everything from the GUI (Graphical User Interface), if you are not confortable with using the "command line". For example:

    chmod +x modem.sh
    Open Konqueror, and browse to /mnt/hda1/pctel. Right-click modem.sh choose "Properties", click on the "Permissions" tab and check the Exec boxes (there are separated boxes for user/owner, group, and others). Then, click on "OK" to save changes.

    ./modem.sh
    Same as previous but click or double-click modem.sh in order to run it.

  9. #9
    Member registered user
    Join Date
    Mar 2003
    Location
    Vancouver Island, Canada
    Posts
    84
    I strikes me that this thread is a prime candidate for being moved to the new Tips and Tricks section.

  10. #10
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Germany
    Posts
    1,159
    I think the script from above should be included in the menu of standard Knoppix - it also could download the drivers with mget... (similar to the Flash plugin that isn't on the CD for license reasons...)

Page 1 of 2 12 LastLast

Similar Threads

  1. the way Knoppix works
    By Nikolay in forum General Support
    Replies: 7
    Last Post: 04-01-2005, 12:39 AM
  2. Network Works on Knoppix but...
    By BluntMan in forum Networking
    Replies: 0
    Last Post: 11-17-2003, 01:28 AM
  3. Is there HSP 56K MicroModem Installation How to?
    By bongski55 in forum Hardware & Booting
    Replies: 1
    Last Post: 09-07-2003, 08:45 PM
  4. Replies: 0
    Last Post: 09-05-2003, 01:51 AM
  5. HSP56 Micromodem
    By Dr Snark in forum Hardware & Booting
    Replies: 0
    Last Post: 09-04-2003, 09:45 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
  •  


HP ProBook 440 G8 14

HP ProBook 440 G8 14" Intel i5-1135G7 2.40 GHz 8GB RAM 256GB SSD Win 11 H434

$149.99



Dell OptiPlex 3060 MICRO DESKTOP PC COMPUTER I5 8TH GEN UP TO 32GB UP TO 2TB M.2 picture

Dell OptiPlex 3060 MICRO DESKTOP PC COMPUTER I5 8TH GEN UP TO 32GB UP TO 2TB M.2

$295.00



Custom Gaming PC Core i7 12700KF, RTX 3070 Ti, 16GB RAM, 500GB SSD, Win 11 Home picture

Custom Gaming PC Core i7 12700KF, RTX 3070 Ti, 16GB RAM, 500GB SSD, Win 11 Home

$899.99



HP Workstation Z640 2x Xeon E5-2623V3 32GB Ram 2x256GB SSD Quadro K420 NO OS GA picture

HP Workstation Z640 2x Xeon E5-2623V3 32GB Ram 2x256GB SSD Quadro K420 NO OS GA

$154.98



Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4... picture

Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4...

$329.99



Intel Core i7-9700 Coffee Lake 8-Core 3.0 GHz LGA 1151 Desktop Processor SRG13 picture

Intel Core i7-9700 Coffee Lake 8-Core 3.0 GHz LGA 1151 Desktop Processor SRG13

$114.99



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$459.99



Intel - Core i5-13600K 13th Gen 14 cores 6 P-cores + 8 E-cores 24M Cache, 3.5... picture

Intel - Core i5-13600K 13th Gen 14 cores 6 P-cores + 8 E-cores 24M Cache, 3.5...

$199.99



AMD Ryzen 7 7800X3D AM5 4.2GHz 8-Core 16-Thread Processor (No Heatsink) - OPEN picture

AMD Ryzen 7 7800X3D AM5 4.2GHz 8-Core 16-Thread Processor (No Heatsink) - OPEN

$319.99



TRANSOURCE A-PDT (QEB2019A) | INTEL CORE I7-9700 3.00GHZ | 256GB | 16GB | NO OS picture

TRANSOURCE A-PDT (QEB2019A) | INTEL CORE I7-9700 3.00GHZ | 256GB | 16GB | NO OS

$179.99