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
  •  


N85XX DELL 3.84TB SAS 12GB/S ENTERPRISE SOLID STATE DRIVE (W/ 14TH GEN CADDY) picture

N85XX DELL 3.84TB SAS 12GB/S ENTERPRISE SOLID STATE DRIVE (W/ 14TH GEN CADDY)

$389.95



M.2 NVME SATA SSD Enclosure USB 3.2 Gen 2 10Gbps for M-Key or M+B Key SSD to 8TB picture

M.2 NVME SATA SSD Enclosure USB 3.2 Gen 2 10Gbps for M-Key or M+B Key SSD to 8TB

$40.86



Western Digital 250GB WD Blue SA510 SATA SSD, Internal M.2 2280 - WDS250G3B0B picture

Western Digital 250GB WD Blue SA510 SATA SSD, Internal M.2 2280 - WDS250G3B0B

$39.99



WD 500GB My Passport SSD, Portable External Solid State Drive WDBAGF5000ARD-WESN picture

WD 500GB My Passport SSD, Portable External Solid State Drive WDBAGF5000ARD-WESN

$59.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5''SATA III Internal Solid State Hard Drive LOT picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5''SATA III Internal Solid State Hard Drive LOT

$19.99



1.92TB SSD SATA 2.5 SAMSUNG MZ-7LM1T90 PM863 MZ7LM1T9HCJM Tested 93%+ picture

1.92TB SSD SATA 2.5 SAMSUNG MZ-7LM1T90 PM863 MZ7LM1T9HCJM Tested 93%+

$45.93



M.2 NVMe SSD 128GB 256GB 512GB Single Notch with Windows Installed 10 / 11 picture

M.2 NVMe SSD 128GB 256GB 512GB Single Notch with Windows Installed 10 / 11

$80.99